From owner-freebsd-ports@FreeBSD.ORG Thu Jan 30 11:37:33 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F62B44E for ; Thu, 30 Jan 2014 11:37:33 +0000 (UTC) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD1851239 for ; Thu, 30 Jan 2014 11:37:32 +0000 (UTC) Received: by mail-qc0-f176.google.com with SMTP id e16so4646557qcx.21 for ; Thu, 30 Jan 2014 03:37:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=M4V6I1Y9fRlxhSpQ2PUnAQiYe3K0/OglvDNiIDCon38=; b=HsO0fd7Q0RVEz0Jn2jzX+38CsGLBtQgAxoCAzpyiIu8V6Ah9sCs4FZ/tsfxNMqcEK/ puKAQShpbEL9lhKvZeX9Vx/aKHtDGfpU4XI9MjpY53AWPFMeoHi6Jg3xVyAGatTWMIWq aSuJDer6tAlPWio4+dv7O6VsJcffOxnKZsJrBT6asVXk9IZX5ZPDBWqspED1koTSCGcJ 00wbB63DdfDomLrWqecp9mJtGIMN7qetg2pHz5OJ5zO9S8THIhEDGAxAbyx6hjmkWpRx QaHcEQbjzlb1Gv/OE/KgkbsorHehmSrTC3EXs9iVEGt4VzFVyJx9MKboxcmQTUvU09dD l/1Q== X-Received: by 10.140.31.247 with SMTP id f110mr19496972qgf.58.1391081852063; Thu, 30 Jan 2014 03:37:32 -0800 (PST) Received: from lumiwa.farms.net ([71.241.213.42]) by mx.google.com with ESMTPSA id u75sm8173777qgd.23.2014.01.30.03.37.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 30 Jan 2014 03:37:31 -0800 (PST) From: Ajtim To: "Montgomery-Smith, Stephen" Subject: Re: Sage update Date: Thu, 30 Jan 2014 06:37:29 -0500 Message-ID: <4471471.Cm1jn2sjEU@lumiwa.farms.net> User-Agent: KMail/4.11.4 (FreeBSD/10.0-RELEASE; KDE/4.11.4; amd64; ; ) In-Reply-To: <52E9E3A4.2030204@missouri.edu> References: <52E9A43A.7010006@missouri.edu> <52E9AA34.9060909@missouri.edu> <52E9E3A4.2030204@missouri.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Greg Rivers , Jouko =?ISO-8859-1?Q?Lumij=E4rvi?= , FreeBSD Ports , "GeorgSWeber@googlemail.com" , Kostas Oikonomou , Daniel Smith X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 11:37:33 -0000 On Thursday 30 January 2014 05:31:19 Montgomery-Smith, Stephen wrote: > On 01/29/2014 07:26 PM, Montgomery-Smith, Stephen wrote: > So I tried it on my slow i386 computer. It dies on the subpackage > r-3.0.2.p0. I would be interested if other people are seeing the same > problem. > > I think it is because in the build, it creates libR.so using a command > like this: > I did try to build again and I check 387 (Use 387 instead of SSE FPU) and I got: mpn_bases' can not be used when making a shared object; recompile with -fPIC /usr/ports/math/sage/work/sage-6.0/local/lib/libgmp.a: error adding symbols: Bad value collect2: ld returned 1 exit status make[8]: *** [libmpfr.la] Error 1 make[8]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src/src' make[7]: *** [all] Error 2 make[7]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src/src' make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0/src' Error building MPFR. real 0m17.525s user 0m53.171s sys 0m12.151s ************************************************************************ Error installing package mpfr-3.1.2.p0 ************************************************************************ Please email sage-devel (http://groups.google.com/group/sage-devel) explaining the problem and including the relevant part of the log file /usr/ports/math/sage/work/sage-6.0/logs/pkgs/mpfr-3.1.2.p0.log Describe your computer, operating system, etc. If you want to try to fix the problem yourself, *don't* just cd to /usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0 and type 'make' or whatever is appropriate. Instead, the following commands setup all environment variables correctly and load a subshell for you to debug the error: (cd '/usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0' && '/usr/ports/math/sage/work/sage-6.0/sage' --sh) When you are done debugging, you can type "exit" to leave the subshell. ************************************************************************ make[5]: *** [/usr/ports/math/sage/work/sage-6.0/local/var/lib/sage/installed/mpfr-3.1.2.p0] Error 1 make[5]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build' make[4]: *** [toolchain-deps] Error 2 make[4]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/ports/math/sage/work/sage-6.0/build' real 1m32.542s user 2m35.877s sys 0m43.556s *************************************************************** Error building Sage. The following package(s) may have failed to build: package: mpfr-3.1.2.p0 log file: /usr/ports/math/sage/work/sage-6.0/logs/pkgs/mpfr-3.1.2.p0.log build directory: /usr/ports/math/sage/work/sage-6.0/local/var/tmp/sage/build/mpfr-3.1.2.p0 The build directory may contain configuration files and other potentially helpful information. WARNING: if you now run 'make' again, the build directory will, by default, be deleted. Set the environment variable SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this. gmake[2]: *** [build] Error 1 gmake[2]: Leaving directory `/usr/ports/math/sage/work/sage-6.0' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/math/sage *** Error code 1 Thank you. -- Mitja ------- http://www.redbubble.com/people/lumiwa