On Fri, 21 Nov 2003, Mike O'Brien wrote: > /usr/bin/install -d -m 755 > /sw/src/root-kdelibs3-ssl-shlibs-3.1.4-21/sw/lib/kde3/plugins/designer > /bin/mv > /sw/src/root-kdelibs3-ssl-3.1.4-21/sw/lib/kde3/plugins/designer/*.so > /sw/src/root-kdelibs3-ssl-shlibs-3.1.4-21/sw/lib/kde3/plugins/designer/ > mv: rename > /sw/src/root-kdelibs3-ssl-3.1.4-21/sw/lib/kde3/plugins/designer/*.so to > /sw/src/root-kdelibs3-ssl-shlibs-3.1.4-21/sw/lib/kde3/plugins/designer/ > *.so: No such file or directory > ### execution of /bin/mv failed, exit code 1 > Failed: installing kdelibs3-ssl-shlibs-3.1.4-21 failed
Myself and Alexander have been going over this for the last week or so and finally found a solution posted here yesterday. Check /tmp/kde-build/kdelibs3*.make and see if the last couple lines deal with libreetype.6.dylib. If that's the case, you'll need to remove freetyp2-shlibs (or freetype2-hinting-shlibs if that's what you have). You'll probably have to use "dpkg -r --force-depends freetype2-shlibs" to get around dependency problems. Then install kdelibs3 and as a separate step afterwards install kdebase3 and all the other KDE stuff you want. Kdebase3 will reinstall freetype2-shlibs, but by then you're over the error part. hanspeter -- Ad Astra ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
