On Tue, Oct 25, 2005 at 03:09:24PM -0700, William Scott wrote: > > Here's what happens if libgettex3-dev is installed and I then do a > fink selfupdate (via cvs): > > [everything works up to this point] > > Updating package index... done. > Information about 2260 packages read in 16 seconds. > The package 'gettext-dev' will be installed. > The following package will be installed or updated: > gettext-dev > /sw/bin/dpkg-lockwait -i /sw/fink/dists/stable/main/binary-darwin- > powerpc/base/gettext-dev_0.10.40-19_darwin-powerpc.debdpkg: > regarding .../gettext-dev_0.10.40-19_darwin-powerpc.deb containing > gettext-dev: > > libgettext3-dev conflicts with gettext-dev > > gettext-dev (version 0.10.40-19) is to be installed. > /sw/bin/dpkg: error processing /sw/fink/dists/stable/main/binary- > darwin-powerpc/base/gettext-dev_0.10.40-19_darwin-powerpc.deb (-- > install): > conflicting packages - not installing gettext-dev > Errors were encountered while processing: > /sw/fink/dists/stable/main/binary-darwin-powerpc/base/gettext- > dev_0.10.40-19_darwin-powerpc.deb > ### execution of /sw/bin/dpkg-lockwait failed, exit code 1 > Failed: can't install package gettext-dev-0.10.40-19
Looks like you have a weird mix of stable and unstable branches. gettext-dev-0.10.40-19 is from the stable branch: there's no libgettext3-dev in stable yet, so the gettext-dev there has not been configured to displace libgettext3-dev automatically. I have gettext-dev-0.10.40-24, from unstable, which is why I don't have the problem. At the end of selfupdate, fink installs "highest available version" of gettext-dev (as usual for the 'fink install' command). So the question is: why isn't your fink seeing the newer gettext-dev, given that it does see libgettext3-dev? Do you use only stable but manually copied gettext3's .info from unstable into your active tree? dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
