Opened 12 years ago

Closed 3 years ago

#283 closed enhancement (outdated)

apt: Exception: Required package ... from ... is a circular reference with a previous dependent

Reported by: maphew Owned by: maphew
Priority: major Component: Package
Version: Keywords: pkg-apt
Cc:

Description

O:\>apt-dev install apache
to install:
    apache php
...
Traceback (most recent call last):
  File "O:\\bin\apt-dev.py", line 1046, in <module>
    __main__.__dict__[command] ()
  File "O:\\bin\apt-dev.py", line 150, in install
    install_next(missing.keys (), set([]), set([]))
  File "O:\\bin\apt-dev.py", line 169, in install_next
    install_next(dependences, resolved, seen)
  File "O:\\bin\apt-dev.py", line 167, in install_next
    'with a previous dependent' % (dep, packagename)
Exception: Required package apache from php is a circular reference with a previous dependent

Solution is to apt --no-deps install ...

Enhancement would be a proper error message instead of a traceback

Change History (2)

comment:1 by jef, 8 years ago

Owner: changed from osgeo4w-dev@… to maphew

comment:2 by jef, 3 years ago

Resolution: outdated
Status: newclosed
Note: See TracTickets for help on using tickets.