dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/system-xfree86_4.2-1_darwin-powerpc.deb dpkg: regarding .../system-xfree86_4.2-1_darwin-powerpc.deb containing system-xfree86: system-libgl conflicts with libgl system-xfree86 provides libgl and is to be installed. dpkg: error processing /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/system-xfree86_4.2-1_darwin-powerpc.deb (--install): conflicting packages - not installing system-xfree86 Errors were encountered while processing: /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11-system/system-xfree86_4.2-1_darwin-powerpc.deb ### execution of dpkg failed, exit code 1 Failed: can't install package system-xfree86-4.2-1
For some reason fink is not honoring the "Replaces:" line in system-xfree86. So system-libgl has to be manually removed it seems, however: % fink remove system-libgl sudo /sw/bin/fink remove system-libgl Information about 1260 packages read in 1 seconds. pkg system-libgl version ### pkg system-libgl version 1.2-3 dpkg --remove system-libgl dpkg: dependency problems prevent removal of system-libgl: dx depends on libgl; however: Package libgl is not installed. Package system-libgl which provides libgl is to be removed. wxgtk depends on libgl; however: Package libgl is not installed. Package system-libgl which provides libgl is to be removed. xmms-bin depends on libgl; however: Package libgl is not installed. Package system-libgl which provides libgl is to be removed. xforms-shlibs depends on libgl; however: Package libgl is not installed. Package system-libgl which provides libgl is to be removed. gtkglarea depends on libgl; however: Package libgl is not installed. Package system-libgl which provides libgl is to be removed. qt3 depends on libgl; however: Package libgl is not installed. Package system-libgl which provides libgl is to be removed. dpkg: error processing system-libgl (--remove): dependency problems - not removing Errors were encountered while processing: system-libgl ### execution of dpkg failed, exit code 1 Failed: can't remove package(s) so it seems the solution would be dpkg -r --force-depends system-libgl fink update-all However, we should figure out why the "Replaces: " in system-xfree86-4.2-1 doesn't work. -Ben -- http://homepage.mac.com/bhines/ _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
