pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/48023: pkgsrc/math/lapack build failure 2013Q2 + NetBSD/i386 6.1
>Number: 48023
>Category: pkg
>Synopsis: pkgsrc/math/lapack build failure 2013Q2 + NetBSD/i386 6.1
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Jul 06 07:40:00 +0000 2013
>Originator: Izumi Tsutsui
>Release: NetBSD 6.1 + pkgsrc-2013Q2 updated around 201307060200Z
>Organization:
>Environment:
System: NetBSD 6.1
Architecture: i386
Machine: i386
>Description:
pkgsrc/math/lapack build (for depenency of ibus) fails as following:
---
:
--- tstiee.o ---
tstiee.f: In function 'ilaenv_':
tstiee.f:217: warning: will never be executed
tstiee.f:202: warning: will never be executed
tstiee.f:215: warning: will never be executed
tstiee.f:215: warning: will never be executed
tstiee.f:215: warning: will never be executed
tstiee.f:216: warning: will never be executed
tstiee.f:217: warning: will never be executed
tstiee.f:218: warning: will never be executed
tstiee.f:219: warning: will never be executed
tstiee.f:219: warning: will never be executed
tstiee.f:222: warning: will never be executed
tstiee.f:217: warning: will never be executed
tstiee.f:230: warning: will never be executed
tstiee.f:231: warning: will never be executed
tstiee.f:232: warning: will never be executed
tstiee.f:233: warning: will never be executed
tstiee.f:235: warning: will never be executed
tstiee.f:232: warning: will never be executed
libtool-fortran: compile: g95 -O -ffloat-store -c tstiee.f -o tstiee.o
>/dev/null 2>&1
--- dsecndtst.o ---
libtool-fortran: compile: g95 -O -ffloat-store -c dsecndtst.f -o dsecndtst.o
>/dev/null 2>&1
--- testversion ---
--- testlsame ---
--- testdlamch ---
--- testsecond ---
--- testslamch ---
--- testversion ---
g95 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o testversion ilaver.o LAPACK_version.o
--- testlsame ---
g95 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o testlsame lsame.o lsametst.o
--- testdlamch ---
g95 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o testdlamch dlamch.o lsame.o dlamchtst.o
--- testsecond ---
[INFO] : TIMER value: INT_ETIME (given by make.inc)
--- testslamch ---
g95 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o testslamch slamch.o lsame.o slamchtst.o
--- testsecond ---
g95 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o testsecond second_INT_ETIME.o
secondtst.o
--- testdsecnd ---
[INFO] : TIMER value: INT_ETIME (given by make.inc)
g95 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o testdsecnd dsecnd_INT_ETIME.o
dsecndtst.o
--- testieee ---
g95 -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -o testieee tstiee.o
ASCII character set
Tests completed
Epsilon = 5.9604645E-8
Safe minimum = 1.1754944E-38
Base = 2.
Precision = 1.1920929E-7
Number of digits in mantissa = 24.
Rounding mode = 1.
Minimum exponent = -125.
Underflow threshold = 1.1754944E-38
Largest exponent = 128.
Overflow threshold = 3.4028235E+38
Reciprocal of safe minimum = 8.507059E+37
[1] Segmentation fault (core dumped) ./testslamch
Epsilon = 1.1102230246251565E-16
Safe minimum = 2.2250738585072014E-308
Base = 2.
Precision = 2.220446049250313E-16
Number of digits in mantissa = 53.
Rounding mode = 1.
Minimum exponent = -1021.
Underflow threshold = 2.2250738585072014E-308
Largest exponent = 1024.
Overflow threshold = 1.7976931348623157E+308
Reciprocal of safe minimum = 4.49423283715579E+307
[1] Segmentation fault (core dumped) ./testdlamch
Time for 1,000,000 SAXPY ops = 0.499E-03 seconds
SAXPY performance rate = 0.200E+04 mflops
Including SECOND, time = 0.127E-02 seconds
Average time for SECOND = 0.153E-03 milliseconds
Equivalent floating point ops = 307. ops
[1] Segmentation fault (core dumped) ./testsecond
Time for 1,000,000 DAXPY ops = 0.619E-02 seconds
DAXPY performance rate = 161. mflops
Including DSECND, time = 0.769E-02 seconds
Average time for DSECND = 0.299E-03 milliseconds
Equivalent floating point ops = 48.3 ops
[1] Segmentation fault (core dumped) ./testdsecnd
LAPACK 3 . 1 . 1
[1] Segmentation fault (core dumped) (cd INSTALL; /us...
*** [lapack_install] Error code 139
make: stopped in /s/pkgsrc.i386/math/lapack/work.i386/lapack-lite-3.1.1
1 error
make: stopped in /s/pkgsrc.i386/math/lapack/work.i386/lapack-lite-3.1.1
*** Error code 2
Stop.
make: stopped in /usr/pkgsrc/math/lapack
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/math/lapack
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/math/py-numpy
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/x11/py-gtk2
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/sysutils/py-notify-python
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/inputmethod/ibus
*** Error code 1
Stop.
>How-To-Repeat:
cd pkgsrc/inputmethods/ibus ; make package
/etc/mk.conf has following lines:
---
USR_OBJMACHINE=yes
OBJMACHINE=yes
MKHOSTOBJ=yes
WRKOBJDIR=/s/pkgsrc.${MACHINE_ARCH}
SKIP_LICENSE_CHECK=yes
ALLOW_VULNERABLE_PACKAGES=yes
MAKE_JOBS=10
---
>Fix:
Disable broken g95 dependency by default?
http://mail-index.netbsd.org/pkgsrc-users/2013/07/02/msg018254.html
Home |
Main Index |
Thread Index |
Old Index