Opened 13 years ago
Closed 4 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 , 9 years ago
Owner: | changed from | to
---|
comment:2 by , 4 years ago
Resolution: | → outdated |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.