Source: cigi-ccl Version: 3.3.3a+svn818-7 It failed to build on arm64:
http://buildd.debian.org/status/package.php?p=cigi-ccl&suite=sid The error was: /usr/bin/c++ -DCIGI_LITTLE_ENDIAN -Dcigicl_shared_EXPORTS -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -fPIC -I/«BUILDDIR»/cigi-ccl-3.3.3a+svn818/include -Wall -fmessage-length=0 -o CMakeFiles/cigicl-shared.dir/source/CigiTrajectoryDefV2.o -c /«BUILDDIR»/cigi-ccl-3.3.3a+svn818/source/CigiTrajectoryDefV2.cpp /usr/bin/ld: cannot find -lcigicl collect2: error: ld returned 1 exit status error: command 'aarch64-linux-gnu-g++' failed with exit status 1 In the ppc64el build log http://buildd.debian.org/status/fetch.php?pkg=cigi-ccl&arch=ppc64el&ver=3.3.3a%2Bsvn818-7&stamp=1408965751 there is: "Linking CXX shared library lib/libcigicl.so" at "87%", "Linking CXX static library lib/libcigicl.a" at "91%", and "c++ -pthread -shared [...] -lcigicl [...]" at "99%". In the arm64 build log http://buildd.debian.org/status/fetch.php?pkg=cigi-ccl&arch=arm64&ver=3.3.3a%2Bsvn818-7&stamp=1409110528 there is a different order: "aarch64-linux-gnu-g++ -pthread -shared [...] -lcigicl [...]" at "80%" "Linking CXX shared library lib/libcigicl.so" at "89%", and "Linking CXX static library lib/libcigicl.a" at "89%". Is there perhaps a missing dependency that allows the library to sometimes get used before it is built? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org