FS#44510 - [gsl] GNU Scientific Library - parallel build failure

Attached to Project: Arch Linux
Opened by teppic74 (teppic74) - Wednesday, 08 April 2015, 23:17 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Sunday, 12 June 2016, 09:35 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Building gsl-1.16 fails using -j2 or higher. Package does not filter the option.

Additional info:
gsl 1.16-1
gcc 4.9.2-4

../test-driver: line 95: 32056 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test
PASS: test_static
make[4]: Entering directory '/home/barry/abs/gsl/src/gsl-1.16/vector'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/home/barry/abs/gsl/src/gsl-1.16/vector'
============================================================================
Testsuite summary for gsl 1.16
============================================================================
# TOTAL: 2
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See vector/test-suite.log
============================================================================

test-suite.log:

FAIL: test
==========

gsl: fprintf_source.c:164: ERROR: fscanf failed
Default GSL error handler invoked.



Steps to reproduce:

Build with -j2 or higher option.
I have reproduced the error on a second system. No problems at all with -j1 on either system.
This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Sunday, 12 June 2016, 09:35 GMT
Reason for closing:  Fixed
Comment by Samantha McVey (samcv) - Friday, 10 June 2016, 20:41 GMT
Tested on version 2.1-2 with -j4 set in my makepkg.conf and it built fine with no errors. It still used only a single cpu looking at top. Seems they have corrected this and built with -j1 regardless of user setting. Recommending this ticket be closed.

Loading...