On 1 April 2012 05:56, Ramana Radhakrishnan ramana.radhakrishnan@linaro.org wrote:
I find it a bit worrying that all the nptl tests are failing with a common error message
http://builds.linaro.org/toolchain/eglibc-2.16~svn17843
Aborted' make[6]: *** [/scratch/cbuild/slave/slaves/tcpanda05/eglibc-2.16~svn17843/eglibc/default/build/nptl/tst-cond7.out] Error 1 libgcc_s.so.1 must be installed for pthread_cancel to work Didn't expect signal from child: got `Aborted'
Why don't we have libgcc_s.so.1 installed on the system - shouldn't that be there if there was a gcc properly installed on the system ?
This is a bug on my side. I believe EGLIBC likes to have libgcc_s.so in the top of the build directory - at least that's the impression I got from reading the cross-test documentation the other day.
I've logged LP: #971064 and will look into it.
-- Michael
On 2 April 2012 08:18, Michael Hope michael.hope@linaro.org wrote:
On 1 April 2012 05:56, Ramana Radhakrishnan ramana.radhakrishnan@linaro.org wrote:
I find it a bit worrying that all the nptl tests are failing with a common error message
http://builds.linaro.org/toolchain/eglibc-2.16~svn17843
Aborted' make[6]: *** [/scratch/cbuild/slave/slaves/tcpanda05/eglibc-2.16~svn17843/eglibc/default/build/nptl/tst-cond7.out] Error 1 libgcc_s.so.1 must be installed for pthread_cancel to work Didn't expect signal from child: got `Aborted'
Why don't we have libgcc_s.so.1 installed on the system - shouldn't that be there if there was a gcc properly installed on the system ?
This is a bug on my side. I believe EGLIBC likes to have libgcc_s.so in the top of the build directory - at least that's the impression I got from reading the cross-test documentation the other day.
I've logged LP: #971064 and will look into it.
Attached is the diff after the clean up. It turns out you also need libstdc++.so.6 so I've pulled that in for later builds.
The extra warnings are due to fixing the compiler path. We used to download the latest release but then not put it in the path...
-- Michael
linaro-toolchain@lists.linaro.org