On 14-10-2015 6:55 p.m., Alexander Hansen wrote:
Sorry for the delay answering. I had a look to the build log file, but didn't find anything really anomalous, at least for me, apart the following:On Oct 14, 2015, at 09:18, Luigi Ernesto Zanotti <[email protected] <mailto:[email protected]>> wrote:Updating root5 I get the following error message. Have you any suggestion?Thanks in advance. Yours, Luigi Zanotti/bin/mv /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEG.5.dylib /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/ /bin/mv /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEve.5.34.dylib /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/ mv: rename /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEve.5.34.dylib to /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/libEve.5.34.dylib: No such file or directory### execution of /bin/mv failed, exit code 1 ### execution of /tmp/fink.nY1ZA failed, exit code 1 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-root5-5.34.32-2 (Reading database ... 217259 files and directories currently installed.) Removing fink-buildlock-root5-5.34.32-2 ... Failed: phase installing: root5-shlibs-5.34.32-2 failed Before reporting any errors, please run "fink selfupdate" and try again. If you continue to have issues, please check to see if the FAQ on Fink's website solves the problem. If not, ask on one (not both, please) of these mailing lists: The Fink Users List <[email protected]> The Fink Beginners List <[email protected]>, with a carbon copy to the maintainer: Remi Mommsen <[email protected]> Note that this is preferable to emailing just the maintainer directly, since most fink package maintainers do not have access to all possible hardware and software configurations. Please try to include the complete error message in your report. This generally consists of a compiler line starting with e.g. "gcc" or "g++" followed by the actual error output from the compiler. Also include the following system information: Package manager version: 0.39.1Distribution version: selfupdate-cvs Wed Oct 14 17:38:43 2015, 10.11, x86_64Trees: local/main stable/main stable/crypto local/injected Xcode.app: 7.0.1 Xcode command-line tools: 7.0.0.0.1.1441394355 Max. Fink build jobs: 1 -- Prof. Luigi Ernesto Zanotti Physics Department "G. Occhialini" University of Milano Bicocca Piazza della Scienza 3. 20126 Milano Italy Tel. +39 02 6448 2413 E-Mail:[email protected] ——————————————————————————————————————— _______________________________________________The actual error is that libEve.5.34.dylib didn’t get generated. However, you are going to need to look earlier in your build output for another error message to see what happened, because there’s no information at this point about what caused that—“execution of mv failed” is a symptom.-- Alexander Hansen, Ph.D. Fink User Liaison
libEve is quoted only in the lines: ................../bin/mv /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEve.5.34.dylib /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/ mv: rename /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEve.5.34.dylib to /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/libEve.5.34.dylib: No such file or directory
### execution of /bin/mv failed, exit code 1 ....................Using libEG as reference, since it is the last library moved before failure, I find in the build log file:
..................clang++ -dynamiclib -single_module -Wl,-dead_strip_dylibs -install_name /sw/lib/root/libEG.5.dylib -O2 -m64 -mmacosx-version-min=10.11 -stdlib=libc++ -o lib/libEG.5.34.dylib montecarlo/eg/src/TParticlePDG.o montecarlo/eg/src/TDatabasePDG.o montecarlo/eg/src/TParticle.o montecarlo/eg/src/TGenerator.o montecarlo/eg/src/TVirtualMCDecayer.o montecarlo/eg/src/TPrimary.o montecarlo/eg/src/TParticleClassPDG.o montecarlo/eg/src/TAttParticle.o montecarlo/eg/src/TDecayChannel.o montecarlo/eg/src/G__EG.o -ldl -Llib -lCore -lCint -Llib -lGraf3d -lGraf -lGpad -lMathCore -compatibility_version 5 -current_version 5.34.32
ln -fs libEG.5.34.dylib lib/libEG.so ==> lib/libEG.5.34.dylib done ................... bin/rlibmap -o lib/libEG.rootmap -l lib/libEG.dylib \-d lib/libGraf3d.dylib lib/libGraf.dylib lib/libGpad.dylib lib/libMathCore.dylib -c /sw/src/fink.build/root5-5.34.32-2/root/montecarlo/eg/inc/LinkDef.h
bin/rlibmap -o lib/libGeom.rootmap -l lib/libGeom.dylib \-d lib/libRIO.dylib lib/libThread.dylib lib/libMathCore.dylib -c /sw/src/fink.build/root5-5.34.32-2/root/geom/geom/inc/LinkDef1.h /sw/src/fink.build/root5-5.34.32-2/root/geom/geom/inc/LinkDef2.h
bin/rlibmap -o lib/libGeomPainter.rootmap -l lib/libGeomPainter.dylib \-d lib/libGeom.dylib lib/libTree.dylib lib/libGraf3d.dylib lib/libHist.dylib lib/libGpad.dylib lib/libRIO.dylib lib/libMathCore.dylib -c /sw/src/fink.build/root5-5.34.32-2/root/geom/geompainter/inc/LinkDef.h
bin/rlibmap -o lib/libVMC.rootmap -l lib/libVMC.dylib \-d lib/libEG.dylib lib/libGeom.dylib lib/libMathCore.dylib -c /sw/src/fink.build/root5-5.34.32-2/root/montecarlo/vmc/inc/LinkDef.h
..................but nothing of the kind for libEve, which, as I said before, is quoted only at the end:
................../bin/mv /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEG.5.34.dylib /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/ /bin/mv /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEG.5.dylib /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/ /bin/mv /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEve.5.34.dylib /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/ mv: rename /sw/src/fink.build/root-root5-5.34.32-2/sw/lib/root/libEve.5.34.dylib to /sw/src/fink.build/root-root5-shlibs-5.34.32-2/sw/lib/root/libEve.5.34.dylib: No such file or directory
### execution of /bin/mv failed, exit code 1 ### execution of /tmp/fink.19_aR failed, exit code 1 .................. I find however that libEve is in the same original directory as libEG: MacAir-18:18:~> dir /sw/lib/root/libE*-rw-r--r-- 1 root admin 460616 Aug 4 18:53 /sw/lib/root/libEG.5.34.dylib lrwxr-xr-x 1 root admin 16 Aug 4 19:37 /sw/lib/root/libEG.5.dylib@ -> libEG.5.34.dylib lrwxr-xr-x 1 root admin 16 Aug 4 19:37 /sw/lib/root/libEG.dylib@ -> libEG.5.34.dylib
-rw-r--r-- 1 root admin 927 Aug 4 19:12 /sw/lib/root/libEG.rootmaplrwxr-xr-x 1 root admin 16 Aug 4 19:37 /sw/lib/root/libEG.so@ -> libEG.5.34.dylib -rw-r--r-- 1 root admin 4891020 Aug 4 19:00 /sw/lib/root/libEve.5.34.dylib lrwxr-xr-x 1 root admin 17 Aug 4 19:37 /sw/lib/root/libEve.5.dylib@ -> libEve.5.34.dylib lrwxr-xr-x 1 root admin 17 Aug 4 19:37 /sw/lib/root/libEve.dylib@ -> libEve.5.34.dylib
-rw-r--r-- 1 root admin 53421 Aug 4 19:12 /sw/lib/root/libEve.rootmaplrwxr-xr-x 1 root admin 17 Aug 4 19:37 /sw/lib/root/libEve.so@ -> libEve.5.34.dylib
There is moreover another issue that occurred in the meanwhile; on a second Mac (iMac), after selfupdate I updated openssl100.
After that, trying to update root5, I get: iMac-11:50:~> fink update-all Information about 8786 packages read in 3 seconds.Can't resolve dependency "system-openssl-dev" for package "root5-5.34.32-2" (no matching
packages/versions found) Exiting with failure. In fact on this computer: iMac-12:15:~> fink list openssl Information about 8786 packages read in 17 seconds.crypt-openssl-bignu 0.04-1 Perl interface Crypt::OpenSSL::Bignum crypt-openssl-bignu 0.04-1 Perl interface Crypt::OpenSSL::Bignum crypt-openssl-rando 0.04-1 Perl interface Crypt::OpenSSL::Random crypt-openssl-rando 0.04-1 Perl interface Crypt::OpenSSL::Random crypt-openssl-rsa-p 0.28-1 Perl interface Crypt::OpenSSL::RSA crypt-openssl-rsa-p 0.28-1 Perl interface Crypt::OpenSSL::RSA openssl 1.0.2d-1 Secure Sockets Layer and Crypto Library openssl100-dev 1.0.2d-1 Secure Sockets Layer and Crypto Library i openssl100-shlibs 1.0.2d-1 Secure Sockets Layer and Crypto Library pyopenssl-py27 0.14-1 Python wrapper module around OpenSSL pyopenssl-py34 0.14-1 Python wrapper module around OpenSSL i system-pkgconfig-op 0.9.8zg-1 [virtual pkgconfig package representing openssl]
while on the other (openssl100 NOT updated, root5 build fails on libEve): MacAir-12:07:~> fink list openssl Information about 8788 packages read in 6 seconds.crypt-openssl-bignu 0.04-1 Perl interface Crypt::OpenSSL::Bignum crypt-openssl-bignu 0.04-1 Perl interface Crypt::OpenSSL::Bignum crypt-openssl-rando 0.04-1 Perl interface Crypt::OpenSSL::Random crypt-openssl-rando 0.04-1 Perl interface Crypt::OpenSSL::Random crypt-openssl-rsa-p 0.28-1 Perl interface Crypt::OpenSSL::RSA crypt-openssl-rsa-p 0.28-1 Perl interface Crypt::OpenSSL::RSA openssl 1.0.2d-1 Secure Sockets Layer and Crypto Library openssl100-dev 1.0.2d-1 Secure Sockets Layer and Crypto Library i openssl100-shlibs 1.0.2d-1 Secure Sockets Layer and Crypto Library pyopenssl-py27 0.14-1 Python wrapper module around OpenSSL pyopenssl-py34 0.14-1 Python wrapper module around OpenSSL *i* system-openssl-dev 1:0.9.8-7 Placeholder to force use of the system SSL i system-pkgconfig-op 0.9.8zg-1 [virtual pkgconfig package representing openssl]
That's all now. Thans again for your attention,
Luigi Zanotti
--
Prof. Luigi Ernesto Zanotti
Physics Department "G. Occhialini"
University of Milano Bicocca
Piazza della Scienza 3. 20126 Milano Italy
Tel. +39 02 6448 2413
E-Mail: [email protected]
------------------------------------------------------------------------------
_______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
