From owner-freebsd-questions@FreeBSD.ORG Wed Oct 27 08:09:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 580EE1065670 for ; Wed, 27 Oct 2010 08:09:23 +0000 (UTC) (envelope-from cblasius@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id D77168FC0A for ; Wed, 27 Oct 2010 08:09:22 +0000 (UTC) Received: by wwb24 with SMTP id 24so371928wwb.31 for ; Wed, 27 Oct 2010 01:09:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=mDz+Fisp1ErHa4NDAXK2bXaMZ0xVWZYZs31ED75kzis=; b=ToAcXbNRhs8gLxHGc63IR2lKpWopm283OTFnIBvxQj/rDl3XFIo0fL0K41xdvOJxyk 7Ni/dO/HZ/MRtxKIpinBKe+9VXMGPrcezLEMKHZ1fP+hT85c9O2F2ZhhaEr8oF8X+d3S Wn9xrNfLAd+fdx5v8hNfkrhU4eRavBivs8zb0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=mhySH/4IO4Sr18WnQlDIkxcYvKrP7sE8caZxT86n4PZ52dfXaQLhIsDNbOUclOovhJ wFDu6W7DNiW42v16lrL0ORRFKjLPZCcsRLFfP+CdyjtM+DeAMnC3oTQ5UnJ5JdRUn8ez emJYBgPp97JuMFCiqJk6ztheGsY+mRGivKL9k= Received: by 10.216.63.77 with SMTP id z55mr4171634wec.66.1288166961404; Wed, 27 Oct 2010 01:09:21 -0700 (PDT) Received: from dynamic-78-8-219-113.ssp.dialog.net.pl (dynamic-78-8-219-113.ssp.dialog.net.pl [78.8.219.113]) by mx.google.com with ESMTPS id f31sm5684960wej.39.2010.10.27.01.09.19 (version=SSLv3 cipher=RC4-MD5); Wed, 27 Oct 2010 01:09:20 -0700 (PDT) From: Zbigniew Komarnicki To: FreeBSD Questions Date: Wed, 27 Oct 2010 10:09:13 +0200 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201010271009.13356.cblasius@gmail.com> Subject: Can't install - Octave, SuiteSparse X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2010 08:09:24 -0000 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.