Re: FAIL: test-rwlock1 on 32-bit ARM

2018-02-06 Thread Eric Blake
Adding gnulib, since test-rwlock1 is maintained by gnulib. On 02/05/2018 11:04 PM, Jeffrey Walton wrote: Hi Everyone, I'm building coreutils 8.29 on a CubieTruck v5. The CubieTruck uses a Cortex-A7. It runs a Ubuntu port: $ lsb_release -a No LSB modules are available. Distributo

Re: FAIL: test-rwlock1 on 32-bit ARM

2018-02-06 Thread Bruno Haible
Hi, Jeffrey Walton wrote: > > FAIL: test-rwlock1 > > == > > > > Unexpected outcome 3 > > FAIL test-rwlock1 (exit status: 134) > > > > Any ideas what I might be doing wrong? "Unexpected outcome 3" means that the test program could not create a second thread (o

Re: FAIL: test-rwlock1 on 32-bit ARM

2018-02-06 Thread Bruno Haible
Jeffrey Walton wrote: > Here was the environment I used: > > PKGCONFIG: /usr/local/lib/pkgconfig > CPPFLAGS: -I/usr/local/include -DNDEBUG >CFLAGS: -g2 -O2 -march=native -fPIC > CXXFLAGS: -g2 -O2 -march=native -fPIC > LDFLAGS: -L/usr/local/lib -Wl,-R,/usr/local/lib -Wl,

Re: FAIL: test-rwlock1 on 32-bit ARM

2018-02-06 Thread Jeffrey Walton
On Tue, Feb 6, 2018 at 12:11 PM, Bruno Haible wrote: > Hi, > > Jeffrey Walton wrote: >> > FAIL: test-rwlock1 >> > == >> > >> > Unexpected outcome 3 >> > FAIL test-rwlock1 (exit status: 134) >> > >> > Any ideas what I might be doing wrong? > > "Unexpected outcome