On Thu, 2003-01-02 at 16:47, Mike Holley wrote: > I have been trying to update my system that past couple of weeks and > have run into a few problems. > So far two different programs have failed when trying to install; KDE > and QT3. The problem is the same for both of them. The installer tries > to install a file, then move it. For some reason the file isn't created > and when it tries to move it the install fails. Here are the citing of > when they fail: > > Qt3 - > install -d -m 755 /sw/src/root-qt3-shlibs-3.1.1-1/sw/lib > mv /sw/src/root-qt3-3.1.1-1/sw/lib/libqt-mt.*.dylib > /sw/src/root-qt3-shlibs-3.1.1-1/sw/lib/ > mv: rename /sw/src/root-qt3-3.1.1-1/sw/lib/libqt-mt.*.dylib to > /sw/src/root-qt3-shlibs-3.1.1-1/sw/lib//libqt-mt.*.dylib: No such file > or directory > ### execution of mv failed, exit code 1 > Failed: installing qt3-shlibs-3.1.1-1 failed
Do you have the december 2002 developer tools installed? If not, that can cause this issue. If so, you'll have to scroll up a decent amount to find the *real* problem. This is a side-effect of the fact that libqt-mt didn't build. > KDE - > install -d -m 755 /sw/src/root-kdebase3-dev-3.0.7-4/sw/lib > mv /sw/src/root-kdebase3-3.0.7-4/sw/lib/libnsplugin.so > /sw/src/root-kdebase3-dev-3.0.7-4/sw/lib/ > mv: rename /sw/src/root-kdebase3-3.0.7-4/sw/lib/libnsplugin.so to > /sw/src/root-kdebase3-dev-3.0.7-4/sw/lib//libnsplugin.so: No such file > or directory > ### execution of mv failed, exit code 1 > Failed: installing kdebase3-dev-3.0.7-4 failed I'm not sure on this one... only thing I can think of is maybe a missing dependency on lesstif or something. I would suggest doing a "fink selfupdate-cvs" and giving it another shot. I've changed qt 3.1.1 to check for the december tools, and kde 3.0.7 is now out of date. 3.1 (rc5) packages are now available, and have a bunch of bugfixes. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
