On 12/06/2009, at 19:24, Nick Hasser wrote: (...) > [1] Partial output from 'sudo fink update-all': > dpkg: regarding .../pyorbit2-py25-dev_2.14.3-1_darwin-i386.deb > containing pyorbit2-py25-dev: > pyorbit2-py26-dev conflicts with pyorbit2-py25-dev > pyorbit2-py25-dev (version 2.14.3-1) is to be installed. > /sw/bin/dpkg: error processing > /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pyorbit2-py25- > dev_2.14.3-1_darwin-i386.deb > (--install): > conflicting packages - not installing pyorbit2-py25-dev > Errors were encountered while processing: > /sw/fink/dists/unstable/main/binary-darwin-i386/gnome/pyorbit2-py25- > dev_2.14.3-1_darwin-i386.deb > ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
Only one of pyorbit2-py25-dev and pyorbit2-py26-dev can be installed at any given time. As update-all is trying to install pyorbit2-py25- dev, try removing pyorbit2-py26-dev before running update-all: fink remove pyorbit2-py26-dev fink update-all -- monipol ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
