On Wednesday, September 11, 2002, at 07:30 PM, Martin Costabel wrote: > 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".
After messing with this more, it turns out this is not the issue. It's a problem with how fink is walking the dependency tree. qt3-bin depends on qt3, qt3 depends on qt3-shlibs. Fink somehow ends up with the list to install being: qt3-shlibs qt3-bin qt3 ...so it installs qt3-shlibs (ok), then installs qt3-bin (bomb!), which depends on the qt3 that's not installed yet. The fink/ CVS tree includes a patch of mine that will install splitoffs together in a single dpkg line, which would fix this bug, but that has not been ported to the 10.2 tree. I really don't know how related they are as far as the code, so I don't want to start moving things around willy-nilly. David, if you're reading this, do you have any ideas how we can go about fixing this? How are you going to handle merging the fink version in your experimental tree with the fink cvs baseline, or vice-versa? ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
