Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2018 03:13:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        fortran@FreeBSD.org
Subject:   [Bug 230002] math/suitesparse build failure on FreeBSD 11 i386 and amd64
Message-ID:  <bug-230002-37611-X6Vhc5sLkC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-230002-37611@https.bugs.freebsd.org/bugzilla/>
References:  <bug-230002-37611@https.bugs.freebsd.org/bugzilla/>

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

dewayne@heuristicsystems.com.au changed:

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

--- Comment #1 from dewayne@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=
.=20
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?

--=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-230002-37611-X6Vhc5sLkC>