Date: Wed, 27 Oct 2010 10:09:13 +0200 From: Zbigniew Komarnicki <cblasius@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Can't install - Octave, SuiteSparse Message-ID: <201010271009.13356.cblasius@gmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I encounter the following problem when I try install math/octave. I suspect that problem is with this: /usr/local/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status My system (fresh install, fresh ports tree csup-ed today): # uname -rms FreeBSD 8.1-RELEASE amd64 Here is the output: [...] gmake[4]: Nothing to be done for `default'. gmake[4]: Leaving directory `/usr/ports/math/suitesparse/work/SuiteSparse/COLAMD /Lib' gmake[3]: Leaving directory `/usr/ports/math/suitesparse/work/SuiteSparse/COLAMD ' ( cd ../../CCOLAMD ; gmake library ) gmake[3]: Entering directory `/usr/ports/math/suitesparse/work/SuiteSparse/CCOLA MD' ( cd Lib ; gmake ) gmake[4]: Entering directory `/usr/ports/math/suitesparse/work/SuiteSparse/CCOLA MD/Lib' gmake[4]: Nothing to be done for `default'. gmake[4]: Leaving directory `/usr/ports/math/suitesparse/work/SuiteSparse/CCOLAM D/Lib' gmake[3]: Leaving directory `/usr/ports/math/suitesparse/work/SuiteSparse/CCOLAM D' gcc45 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc45 -fno-strict-aliasing -DNPARTITIO N -o cholmod_demo -I../Include -I../../UFconfig cholmod_demo.c ../Lib/libcholmod .a ../../AMD/Lib/libamd.a ../../COLAMD/Lib/libcolamd.a ../../CCOLAMD/Lib/libccol amd.a ../../CAMD/Lib/libcamd.a -L/usr/local/lib -pthread -lalapack_r -L/usr/loc al/lib -pthread -lptf77blas -lptcblas -latlas_r -lgfortran -lgfortranbegin -lm /usr/local/bin/ld: cholmod_demo: hidden symbol `__powidf2' in /usr/local/lib/gcc 45/gcc/x86_64-portbld-freebsd8.1/4.5.2/libgcc.a(_powidf2.o) is referenced by DSO /usr/local/bin/ld: final link failed: Nonrepresentable section on output collect2: ld returned 1 exit status gmake[2]: *** [cholmod_demo] Error 1 gmake[2]: Leaving directory `/usr/ports/math/suitesparse/work/SuiteSparse/CHOLMO D/Demo' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/math/suitesparse/work/SuiteSparse/CHOLMO D' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/math/suitesparse. *** Error code 1 Stop in /usr/ports/math/octave. *** Error code 1 Stop in /usr/ports/math/octave.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010271009.13356.cblasius>