Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2018 16:28:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227795] mathsuitesparse fails to build
Message-ID:  <bug-227795-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 227795
           Summary: mathsuitesparse fails to build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: rkoberman@gmail.com

suitesparse-5.2 fails to build libamd. Linking several objects fail due to =
the
inability to find a definition of SuiteSparse_config.
gcc6  -Wl,-rpath=3D/usr/local/lib/gcc6  -L/usr/local/lib/gcc6 -B/usr/local/=
bin
-L/usr/local/lib -fstack-protector -Wl,-rpath=3D/usr/local/lib/gcc6
-L/usr/local/lib/gcc6 -L/usr/ports/math/suitesparse/work/SuiteSparse/lib
-L/usr/ports/math/suitesparse/work/SuiteSparse/lib
-L/usr/ports/math/suitesparse/work/SuiteSparse/lib
-L/usr/ports/math/suitesparse/work/SuiteSparse/lib -shared -Wl,-soname
-Wl,libamd.so.2 -Wl,--no-undefined amd_i_aat.o amd_i_1.o amd_i_2.o amd_i_du=
mp.o
amd_i_postorder.o amd_i_defaults.o amd_i_post_tree.o amd_i_order.o
amd_i_control.o amd_i_info.o amd_i_valid.o amd_i_preprocess.o amd_l_aat.o
amd_l_1.o amd_l_2.o amd_l_dump.o amd_l_postorder.o amd_l_defaults.o
amd_l_post_tree.o amd_l_order.o amd_l_control.o amd_l_info.o amd_l_valid.o
amd_l_preprocess.o -o
/usr/ports/math/suitesparse/work/SuiteSparse/lib/libamd.so.2.4.6 -lm
-lsuitesparseconfig
amd_i_control.o: In function `amd_control':
amd_control.c:(.text+0x18): undefined reference to `SuiteSparse_config'
amd_control.c:(.text+0x123): undefined reference to `SuiteSparse_config'
amd_i_info.o: In function `amd_info':
amd_info.c:(.text+0xc): undefined reference to `SuiteSparse_config'
amd_l_control.o: In function `amd_l_control':
amd_control.c:(.text+0x18): undefined reference to `SuiteSparse_config'
amd_control.c:(.text+0x123): undefined reference to `SuiteSparse_config'
amd_l_info.o:amd_info.c:(.text+0xc): more undefined references to
`SuiteSparse_config' follow
collect2: error: ld returned 1 exit status
gmake[5]: *** [Makefile:90:
/usr/ports/math/suitesparse/work/SuiteSparse/lib/libamd.so.2.4.6] Error 1
gmake[5]: Leaving directory
'/usr/ports/math/suitesparse/work/SuiteSparse/AMD/Lib'
gmake[4]: *** [Makefile:18: library] Error 2
gmake[4]: Leaving directory
'/usr/ports/math/suitesparse/work/SuiteSparse/AMD/Lib'
gmake[3]: *** [Makefile:16: all] Error 2
gmake[3]: Leaving directory '/usr/ports/math/suitesparse/work/SuiteSparse/A=
MD'
gmake[2]: *** [Makefile:16: go] Error 2
gmake[2]: Leaving directory '/usr/ports/math/suitesparse/work/SuiteSparse'
*** Error code 2

--=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-227795-7788>