[Bug 230002] math/suitesparse build failure on FreeBSD 11 i386 and amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 24 03:13:19 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230002

dewayne at heuristicsystems.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dewayne at heuristicsystems.co
                   |                            |m.au

--- Comment #1 from dewayne at heuristicsystems.com.au ---
(In reply to dewayne from comment #0)
Since filing the above problem which was included in a previous PR that was
marked as duplicate, suitesparse fails to build with netblas or "none" blas. 
On FreeBSD 11.2 on i386 and amd64 using either gcc7 or clang 6.0.1.

With netblas
/usr/local/bin/ranlib libcholmod.a
/usr/lib/Scrt1.o: In function `_start':
crt1.c:(.text+0xb1): undefined reference to `main'
collect2: error: ld returned 1 exit status
gmake[4]: *** [Makefile:544:
/var/ports/usr/ports/math/suitesparse/work/SuiteSparse/lib/libcholmod.so.3.0.12]
Error 1

With "none" blas selected
/usr/local/lib/liblapack.so: undefined reference to `ztbmv_'
collect2: error: ld returned 1 exit status
gmake[4]: *** [Makefile:544:
/var/ports/usr/ports/math/suitesparse/work/SuiteSparse/lib/libcholmod.so.3.0.12]
Error 1

Seems that only "svnlite update -r '{20180424}' /usr/ports/math/suitesparse"
works?

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


More information about the freebsd-fortran mailing list