On 3/1/07, Claus Atzenbeck <[EMAIL PROTECTED]> wrote: > Hi all, > > I experienced a strange behavior: "cleanup --all" wants to remove glib2. > I am surprised that it is supposed to be removed, since many packages > depend on it. Here is what I see: > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > $ fink cleanup --all > [...] > The following 1 obsolete package(s) will be removed: > glib2 2.12.9-1 Handy library of utility functions > > /sw/bin/dpkg-lockwait --purge glib2 > dpkg: Abh"angigkeitsproblem verhindert das L"oschen von glib2: > pango1-xft2 h"angt ab von glib2 (>= 2.6.6-1111). > libgnome2 h"angt ab von glib2 (>= 2.8.0-1). > libgnomeui2-shlibs h"angt ab von glib2 (>= 2.8.0-1). > libbonoboui2-shlibs h"angt ab von glib2 (>= 2.6.6-1111). > gtk+2 h"angt ab von glib2 (>= 2.6.6-1111). > libbonoboui2 h"angt ab von glib2 (>= 2.6.6-1111). > /sw/bin/dpkg: Fehler beim Bearbeiten von glib2 (--purge): > Abh"angigkeitsproblem - l"osche nicht > Fehler traten auf beim Bearbeiten von: > glib2 > ### execution of /sw/bin/dpkg-lockwait failed, exit code 1 > > WARNING: not all obsolete packages could be removed. > /sw/sbin/fink-dpkg-status-cleanup > /sw/var/lib/dpkg/status cleanup: > keep 357 > omit 0 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > [ fink: ] > Package manager version: 0.26.1 > Distribution version: 0.8.1.rsync powerpc > [ OS: ] > ProductName: Mac OS X > ProductVersion: 10.4.8 > BuildVersion: 8L127 > > Thanks! > Claus >
glib2 is indeed obsolete--packages that Depend on it should now depend on glib2-shlibs instead. Check "fink info glib2" The packages that you see that Depend on glib2 need to have that dependency fixed. -- Alexander K. Hansen (akh) Fink Documenter (still) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
