Hi Robert
On Feb 5, 2007, at 11:11 AM, Robert T Wyatt wrote: > (Posted to list and to maintainer) > > I'm not sure, but it looks to me like this directory is trying to > be renamed immediately after being renamed. I'll be glad to try any > suggestions. (10.4-unstable tree) > > /usr/bin/install -d -m 755 /sw/src/fink.build/root-root5-cernlib- > shlibs-5.14.00b-1152/sw/lib/root > /bin/mv /sw/src/fink.build/root-root5-cernlib-5.14.00b-1152/sw/lib/ > root/libASImage.5.14.dylib /sw/src/fink.build/root-root5-cernlib- > shlibs-5.14.00b-1152/sw/lib/root/ > <snip> > /bin/mv /sw/src/fink.build/root-root5-cernlib-5.14.00b-1152/sw/lib/ > root/libEG.5.dylib /sw/src/fink.build/root-root5-cernlib- > shlibs-5.14.00b-1152/sw/lib/root/ > /bin/mv /sw/src/fink.build/root-root5-cernlib-5.14.00b-1152/sw/lib/ > root/libEGPythia6.5.14.dylib /sw/src/fink.build/root-root5-cernlib- > shlibs-5.14.00b-1152/sw/lib/root/ > mv: rename /sw/src/fink.build/root-root5-cernlib-5.14.00b-1152/sw/ > lib/root/libEGPythia6.5.14.dylib to /sw/src/fink.build/root-root5- > cernlib-shlibs-5.14.00b-1152/sw/lib/root/libEGPythia6.5.14.dylib: > No such file or directory > ### execution of /bin/mv failed, exit code 1 > Removing runtime build-lock... > Removing build-lock package... > /sw/bin/dpkg-lockwait -r fink-buildlock-root5-cernlib-5.14.00b-1152 > (Reading database ... 449278 files and directories currently > installed.) > Removing fink-buildlock-root5-cernlib-5.14.00b-1152 ... > Failed: phase installing: root5-cernlib-shlibs-5.14.00b-1152 failed > > The complete output is available here: http://reg066.reg.utexas.edu/ > ~rgrtw-05/fink/root5-cernlib-shlibs-5.14.00b-1152-1.txt The mv command fails because the file didn't get built. I'm not sure why you claiming "renamed immediately after being renamed". Looking at the complete output (thanks for the detailed information!), I see that in your case the configure of libPythia6 shows: Checking for libPythia6 ... /sw/lib/root Checking for pythia6_common_block_address__ in /sw/lib/root/ libPythia6.a ... no Checking for pythia6_common_block_address_ in /sw/lib/root/ libPythia6.a ... no Checking for pythia6_common_address in /sw/lib/root/libPythia6.a ... no didn't find pythia6_common_block_address[_]* in -lPythia6 Checking for intel_cpu_indicator in /sw/lib/root/libPythia6.a ... no while in my case it looks like: Checking for libPythia6 ... /sw/lib/root Checking for pythia6_common_block_address__ in /sw/lib/root/ libPythia6.so ... no Checking for pythia6_common_block_address_ in /sw/lib/root/ libPythia6.so ... no Checking for pythia6_common_address in /sw/lib/root/libPythia6.so ... ok Checking for intel_cpu_indicator in /sw/lib/root/libPythia6.so ... no I don't know why in your case there's no pythia6_common_block_address. Can you try to rebuild the root-pythia package saving the log output? Do you use the latest XCode version? Remi -- … there are known knowns; there are things we know we know. We also know there are known unknowns; that is to say we know there are some things we do not know. But there are also unknown unknowns — the ones we don’t know we don’t know. Donald Rumsfeld ********************************************************************* Remigius K. Mommsen e-mail: [EMAIL PROTECTED] University of Manchester URL: http://cern.ch/mommsen Fermilab, MS 357 voice: ++1 (630) 840-8321 P.O. Box 500 fax: ++1 (630) 840-2649 Batavia, Il 60510, US home: ++1 (630) 236-0932 ********************************************************************* ------------------------------------------------------------------------- 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
