On 5/22/2014 1:44 AM, Isidore benoit wrote: > Hi, > > i have this problem after fink update all > > MacBookPro 13" 10.6.6, 2011, 2,4 GHz, 4 Go > > Reading buildlock packages... > /sw/bin/dpkg-lockwait -i > /sw/fink/dists/stable/main/binary-darwin-i386/libs/qtassistant-compat-mac_4.6.3-2_darwin-i386.deb > (Reading database ... 213119 files and directories currently installed.) > Unpacking qtassistant-compat-mac (from > .../qtassistant-compat-mac_4.6.3-2_darwin-i386.deb) ... > Replacing files in old package qt4-mac ... > /sw/bin/dpkg: error processing > /sw/fink/dists/stable/main/binary-darwin-i386/libs/qtassistant-compat-mac_4.6.3-2_darwin-i386.deb > (--install): > trying to overwrite > `/sw/lib/qt4-mac/lib/QtAssistant.framework/QtAssistant', which is also in > package qt4-mac-gui-shlibs > Errors were encountered while processing: > > /sw/fink/dists/stable/main/binary-darwin-i386/libs/qtassistant-compat-mac_4.6.3-2_darwin-i386.deb > ### execution of /sw/bin/dpkg-lockwait failed, exit code 1 > Updating the list of locally available binary packages. > Scanning dists/stable/main/binary-darwin-i386
The conflict is occurring with 'qt4-mac-gui-shlibs', which is the name of an obsolete package for qt4 (the up to date package is called 'qt4-base-mac-gui-shlibs'). Not sure why qtassistant-compat-mac is trying to use the old version since it explicitly Depends on the new package. What is the output of the following 3 commands: fink dumpinfo -fallversions qt4-mac-gui-shlibs qt4-base-mac-qtgui-shlibs dpkg -l qt4-mac-gui-shlibs qt4-base-mac-qtgui-shlibs qtassistant-compat-mac-shlibs fink dumpinfo -fDepends qtassistant-compat-mac-shlibs Hanspeter ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Fink-beginners mailing list [email protected] List archive: http://news.gmane.org/gmane.os.apple.fink.beginners Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-beginners
