On Friday, March 22, 2002, at 02:31 PM, Zorro wrote: > > Reading package info... > Information about 435 packages read in 5 seconds. > db [virtual package] > db3 3.3.11-2 Berkeley DB embedded database > i db3-shlibs 3.3.11-4 Berkeley DB embedded database > i gdbm 1.8.0-5 GNU dbm library > i gdbm-shlibs 1.8.0-5 GNU dbm library
This is what I guess happened: You wanted to install something from unstable, so you enabled the unstable tree and installed it. Whatever this package was, depends on db3-shlibs, so it got installed. You then edited your fink.conf to enable only stable again, generally a good idea. Now when you do an update-all, there is stuff in the stable tree which depends on db, so it tries to install it. The latest version that it can find is revision 2 which it doesn't like, because the shared libraries are already installed. The solution for the moment is to: cp /sw/fink/dists/unstable/main/finkinfo/libs/db3* to /sw/fink/dists/local/main/finkinfo Then update-all might work, I hope... Peter _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners