[Bug 207287] math/openblas fails to build with DYNAMIC_ARCH
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Apr 30 13:14:34 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207287
Cy Schubert <cy at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cy at FreeBSD.org
--- Comment #2 from Cy Schubert <cy at FreeBSD.org> ---
I'm seeing the following failure on a machine with an AMD CPU:
Test of subprogram number 9 ZDSCAL
----- PASS -----
Test of subprogram number 10 IZAMAX
----- PASS -----
rm -f ?BLAT2.SUMM
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat2 < ./sblat2.dat
rm -f ?BLAT3.SUMM
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat3 < ./sblat3.dat
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./dblat2 < ./dblat2.dat
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./dblat3 < ./dblat3.dat
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./cblat2 < ./cblat2.dat
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./cblat3 < ./cblat3.dat
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./zblat3 < ./zblat3.dat
OMP_NUM_THREADS=1 OMP_NUM_THREADS=1 ./zblat2 < ./zblat2.dat
Assertion failed: (stack_check == 0x7fc01234), function ztrmv_, file ztrmv.c,
line 265.
Program received signal SIGABRT: Process abort signal.
Backtrace for this error:
#0 0x2D3345B7
#1 0x2D334B9E
#2 0x7FFFFFFFF192
Makefile:26: recipe for target 'level2' failed
gmake[2]: *** [level2] Abort trap (core dumped)
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/math/openblas/work/OpenBLAS-0.2.18/test'
Makefile:113: recipe for target 'tests' failed
gmake[1]: *** [tests] Error 2
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/math/openblas/work/OpenBLAS-0.2.18'
*** Error code 2
Stop.
make: stopped in /usr/ports/math/openblas
====>> Cleaning up wrkdir
===> Cleaning for openblas-0.2.18,1
build of math/openblas ended at Sat Apr 30 01:36:19 PDT 2016
build time: 00:46:44
!!! build failure encountered !!!
It builds fine on a system with an Intel CPU.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list