Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2021 17:08:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 255908] math/openblas: Fix build on aarch64
Message-ID:  <bug-255908-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255908

            Bug ID: 255908
           Summary: math/openblas: Fix build on aarch64
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: http://ampere2.nyi.freebsd.org/data/main-arm64-default
                    /p6ffbcd54bf8c_s91f251b2ab/logs/errors/openblas-0.3.15
                    ,1.log
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: mikael@FreeBSD.org
                CC: phd_kimberlite@yahoo.co.jp
             Flags: maintainer-feedback?(phd_kimberlite@yahoo.co.jp)
                CC: phd_kimberlite@yahoo.co.jp

cc -O2 -pipe  -fstack-protector-strong -fno-strict-aliasing  -O2
-DMAX_STACK_ALLOC=3D2048 -fopenmp -Wall -DF_INTERFACE_GFORT -fPIC -DNO_AVX
-DNO_AVX2 -DSMP_SERVER -DUSE_OPENMP -DNO_WARMUP -DMAX_CPU_NUMBER=3D64
-DMAX_PARALLEL_NUMBER=3D1 -DBUILD_SINGLE=3D1 -DBUILD_DOUBLE=3D1 -DBUILD_COM=
PLEX=3D1
-DBUILD_COMPLEX16=3D1 -DVERSION=3D\"0.3.15\" -march=3Darmv8-a -UASMNAME -UA=
SMFNAME
-UNAME -UCNAME -UCHAR_NAME -UCHAR_CNAME -DASMNAME=3D -DASMFNAME=3D_ -DNAME=
=3D_
-DCNAME=3D -DCHAR_NAME=3D\"_\" -DCHAR_CNAME=3D\"\" -DNO_AFFINITY -I. -O2
-DUTEST_CHECK -DSANITY_CHECK -DREFNAME=3Df_ -DMAX_STACK_ALLOC=3D2048 -fopen=
mp -Wall
-DF_INTERFACE_GFORT -fPIC -DNO_AVX -DNO_AVX2 -DSMP_SERVER -DUSE_OPENMP
-DNO_WARMUP -DMAX_CPU_NUMBER=3D64 -DMAX_PARALLEL_NUMBER=3D1 -DBUILD_SINGLE=
=3D1
-DBUILD_DOUBLE=3D1 -DBUILD_COMPLEX=3D1 -DBUILD_COMPLEX16=3D1 -DVERSION=3D\"=
0.3.15\"
-march=3Darmv8-a -UASMNAME -UASMFNAME -UNAME -UCNAME -UCHAR_NAME -UCHAR_CNA=
ME
-DASMNAME=3D -DASMFNAME=3D_ -DNAME=3D_ -DCNAME=3D -DCHAR_NAME=3D\"_\" -DCHA=
R_CNAME=3D\"\"
-DNO_AFFINITY -I..  -Wl,-rpath=3D/usr/local/lib/gcc10  -L/usr/local/lib/gcc=
10
-B/usr/local/bin -fstack-protector-strong  -o openblas_utest utest_main.o
test_min.o test_amax.o test_ismin.o test_rotmg.o test_axpy.o test_dotu.o
test_dsdot.o test_swap.o test_rot.o test_potrs.o test_kernel_regress.o
../libopenblas_armv8p-r0.3.15.a -lpthread -lgfortran -lpthread -lgfortran=20
/usr/local/bin/ld: test_potrs.o: undefined reference to symbol 'cabs@@FBSD_=
1.0'
/usr/local/bin/ld: /lib/libm.so.5: error adding symbols: DSO missing from
command line
cc: error: linker command failed with exit code 1 (use -v to see invocation)

Reported upstream:
https://github.com/xianyi/OpenBLAS/issues/3234

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255908-7788>