[Osgeo4w-trac] [osgeo4w] #283: apt: Exception: Required package ...
from ... is a circular reference with a previous dependent
OSGeo4W
trac_osgeo4w at osgeo.org
Fri Mar 30 01:12:45 EDT 2012
#283: apt: Exception: Required package ... from ... is a circular reference with
a previous dependent
------------------------+---------------------------------------------------
Reporter: maphew | Owner: osgeo4w-dev@…
Type: enhancement | Status: new
Priority: major | Component: Package
Version: | Keywords: pkg-apt
------------------------+---------------------------------------------------
{{{
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
--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/283>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.
More information about the Osgeo4w-trac
mailing list