Adrian wrote: > I followed the instructions for the fink update for 10.2 users. > Everything went well > > Subsequently, I have tried a fink update-all and I get the following > > Setting up hdf5 (1.4.3-2) ... > dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/qt3- > shlibs_3.0.5-5_darwin-powerpc.deb > dpkg: regarding .../qt3-shlibs_3.0.5-5_darwin-powerpc.deb containing > qt3-shlibs: > qt3-shlibs conflicts with qt3 (<< 3.0.5-5) > qt3 (version 3.0.5-3) is installed.
This is actually happening to everybody (if they had qt3 installed before the upgrade), so I think it should be mentioned on the upgrade page, something should be done about it in the upgrade script, or the "Conflicts" should be removed from qt3-shlibs and replaced by "Replaces". You need to manually remove qt3 first: sudo dpkg -r --force-depends qt3 Then the update-all should go ahead. -- Martin ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
