On 9/11/06, Ruben Sanchez <[EMAIL PROTECTED]> wrote: > Hello, > > Here I go with a beginners question. Recently I ran into a problem when > installing amarok. I got "mv failed, exit code 1" error, and I checked > the FAQ. > > I don't have Stuffit Pro installed, so I followed the instructions and > looked for whatever missing file that the log reports. In my case it is > "libamarok.*.dylib" (I attach the actual log at the end of this message) > > The thing I am trying to understand: do I find this file inside another > package, so it can get installed first, and then amarok-core (the > package giving me the error) will find it?
No. It says "earlier in the build", meaning the build process of the package that you're having problems with. That's what I pretty much > understood on the explanations on the faq. I am running the latest > selfupdated fink, latest Xcode tools, and PPC Tiger. Thanks in advance, > here is the last part of the log: > > /bin/rm -rf /sw/src/fink.build/root-amarok-core-shlibs-1.4.3-1021 > /bin/mkdir -p /sw/src/fink.build/root-amarok-core-shlibs-1.4.3-1021/sw > /bin/mkdir -p /sw/src/fink.build/root-amarok-core-shlibs-1.4.3-1021/DEBIAN > /usr/sbin/chown -R root:admin > /sw/src/fink.build/root-amarok-core-shlibs-1.4.3-1021 > /usr/bin/install -d -m 755 > /sw/src/fink.build/root-amarok-core-shlibs-1.4.3-1021/sw/lib > /bin/mv > /sw/src/fink.build/root-amarok-core-1.4.3-1021/sw/lib/libamarok.*.dylib > /sw/src/fink.build/root-amarok-core-shlibs-1.4.3-1021/sw/lib/ > mv: rename > /sw/src/fink.build/root-amarok-core-1.4.3-1021/sw/lib/libamarok.*.dylib > to > /sw/src/fink.build/root-amarok-core-shlibs-1.4.3-1021/sw/lib/libamarok.*.dylib: > No such file or directory > ### execution of /bin/mv failed, exit code 1 > Removing build lock... > /sw/bin/dpkg-lockwait -r fink-buildlock-amarok-core-1.4.3-1021 > (Reading database ... 70542 files and directories currently installed.) > Removing fink-buildlock-amarok-core-1.4.3-1021 ... > Failed: phase installing: amarok-core-shlibs-1.4.3-1021 failed As the FAQ said, you need to look in the -entire- output of the amarok-core build attempt. The error is earlier than what you've shown--and would involve compiler commands rather than moving and copying files. -- Alexander K. Hansen Fink Documenter (still) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
