[Bug 225351] math/openblas: compiler error: /lib/libgcc_s.so.1: version GCC_4.6.0 required by /usr/local/lib/gcc6/libgfortran.so.3 not found
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 21 10:25:48 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225351
Bug ID: 225351
Summary: math/openblas: compiler error: /lib/libgcc_s.so.1:
version GCC_4.6.0 required by
/usr/local/lib/gcc6/libgfortran.so.3 not found
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: ohartmann at walstatt.org
CC: phd_kimberlite at yahoo.co.jp
CC: phd_kimberlite at yahoo.co.jp
Flags: maintainer-feedback?(phd_kimberlite at yahoo.co.jp)
The error below occurs with poudriere, building port math/openblas. The host
and the jail are both(!) running recent CURRENT (FreeBSD 12.0-CURRENT #38
r328211: Sun Jan 21 08:48:56 CET 2018 amd64, CLANG 6.0.0, WITH_LLD_IS_LD=YES):
[...]
cc -O2 -DUTEST_CHECK -DSANITY_CHECK -DREFNAME=test_potrsf_
-DMAX_STACK_ALLOC=2048 -DEXPRECISION -Wall -m64 -DF_INTERFACE_GFORT -fPIC
-DDYNAMIC_ARCH -DNO_AVX -DNO_AVX2 -DNO_WARMUP -DMAX_CPU_NUMBER=1
-DASMNAME=test_potrs -DASMFNAME=test_potrs_ -DNAME=test_potrs_
-DCNAME=test_potrs -DCHAR_NAME=\"test_potrs_\" -DCHAR_CNAME=\"test_potrs\"
-DNO_AFFINITY -I.. -c -o test_potrs.o test_potrs.c
cc -O2 -DUTEST_CHECK -DSANITY_CHECK -DREFNAME=f_ -DMAX_STACK_ALLOC=2048
-DEXPRECISION -Wall -m64 -DF_INTERFACE_GFORT -fPIC -DDYNAMIC_ARCH -DNO_AVX
-DNO_AVX2 -DNO_WARMUP -DMAX_CPU_NUMBER=1 -DASMNAME= -DASMFNAME=_ -DNAME=_
-DCNAME= -DCHAR_NAME=\"_\" -DCHAR_CNAME=\"\" -DNO_AFFINITY -I.. -o
openblas_utest utest_main.o test_amax.o test_potrs.o ../libopenblas-r0.2.20.a
-lm -Wl,-rpath=/usr/local/lib/gcc6 -L/usr/local/lib/gcc6 -B/usr/local/bin
-fstack-protector -lgfortran -lm -Wl,-rpath=/usr/local/lib/gcc6
-L/usr/local/lib/gcc6 -B/usr/local/bin -fstack-protector -lgfortran
-L/usr/local/lib/gcc6/gcc/x86_64-portbld-freebsd12.0/6.4.0
-L/usr/local/lib/gcc6/gcc/x86_64-portbld-freebsd12.0/6.4.0/../../../../../x86_64-portbld-freebsd12.0/lib
-L/usr/local/lib/gcc6/gcc/x86_64-portbld-freebsd12.0/6.4.0/../../.. -lgfortran
-lm -lquadmath -lm -lc
./openblas_utest
/lib/libgcc_s.so.1: version GCC_4.6.0 required by
/usr/local/lib/gcc6/libgfortran.so.3 not found
gmake[2]: *** [Makefile:25: run_test] Error 1
gmake[2]: Leaving directory
'/wrkdirs/usr/ports/math/openblas/work/OpenBLAS-0.2.20/utest'
gmake[1]: *** [Makefile:118: tests] Error 2
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/math/openblas/work/OpenBLAS-0.2.20'
*** Error code 2
Stop.
make: stopped in /usr/ports/math/openblas
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list