On Sun, Aug 31, 2008 at 03:43:40PM -0700, Daniel Burrows <[EMAIL PROTECTED]> was heard to say: > On Fri, Aug 22, 2008 at 08:54:01PM -0300, "Nelson A. de Oliveira" <[EMAIL > PROTECTED]> was heard to say: > > Installing libapache2-mod-php5 as dep of php5 > > [snip] > > > php5-cgi: Depends: php5-common (= 5.2.6-2+b1) but 5.2.6-3 is to be > > installed. > > [snip] > > > php5-cgi [5.2.6-2+b1 (now) -> 5.2.6-3 (unstable)] > > [snip] > > > php5 depends on libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi, > > php5-common > > Which version of php5 is this? On my computer it depends on > > libapache2-mod-php5 (>= 5.2.6-3) | libapache2-mod-php5filter (>= 5.2.6-3)| > | php5-cgi (>= 5.2.6-3), php5-common (>= 5.2.6-3)
And just to belabor the point a little, the problem is that this dependency isn't actually met, because php5-cgi is installed at an earlier version. This is an inherent limitation of the greedy resolver in apt, which aptitude uses when you run, e.g., "install". I'm pretty sure this was filed as a bug against apt, but I can't find the specific bug report. Maybe my memory is faulty. If you can confirm that you see the same dependencies that I do, I could reassign it to apt; it might be possible to fix some simple cases of this by just scanning the dependency list twice. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

