From owner-freebsd-ports@FreeBSD.ORG Thu Jun 23 05:32:01 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D336106564A for ; Thu, 23 Jun 2011 05:32:01 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5F71D8FC08 for ; Thu, 23 Jun 2011 05:32:01 +0000 (UTC) Received: by pzk27 with SMTP id 27so1281988pzk.13 for ; Wed, 22 Jun 2011 22:32:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:to:cc:subject:from :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=l2dBf6sY18Cn34PuMI+bV8bdQVsgxDY3PnuWfBHy/iI=; b=X0Ns1ZLvLImM+e/JsT+ZzsLHaCtjJWGUUrAwM8ybDTx8KanLkUC/8ISMSMeqb9dVyr nSGvCPROQnIprbLUHJSODOfHpW7WxYOfIR+Ufiwb6uLqDaeVN1VGCobrfujpKYSwGJTF yijvfV9iCY1DdxU64ZfSiq18BeDxcJ5zJ2mf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=aKybM4XpUtvI8xNzGtqcrbsh5K6St6H34Z+ot2E0q2VtVucexfNKB4Yg1klpXpz6rQ F8DnUPAytIRW/nvy2jJUAheJI0NyP8CMvdCWE0gqavDg3YJAuqOysbiL3MLB0soHmgQS zKcCaTIgSTPSJWe0Qk8CifUFI3AchOyDVUX1A= Received: by 10.68.50.193 with SMTP id e1mr861972pbo.497.1308805690054; Wed, 22 Jun 2011 22:08:10 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id z7sm949168pbk.83.2011.06.22.22.08.07 (version=SSLv3 cipher=OTHER); Wed, 22 Jun 2011 22:08:08 -0700 (PDT) Sender: Maho NAKATA Date: Thu, 23 Jun 2011 14:08:00 +0900 (JST) Message-Id: <20110623.140800.1568838937885768496.chat95@mac.com> To: jrm@mingrone.org From: Maho NAKATA In-Reply-To: References: X-Mailer: Mew version 6.3 on Emacs 23.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: suitesparse-3.6.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 05:32:01 -0000 Hi, It seems you install math/atlas. https://bbs.archlinux.org/viewtopic.php?id=55227 could you please deinstall and use gotoblas (this is opensourced) instead? thanks Nakata Maho From: Joseph Mingrone Subject: FreeBSD Port: suitesparse-3.6.1 Date: Wed, 22 Jun 2011 18:58:45 -0300 > Hello, > > Building the recent port update failed. > > % uname -a > FreeBSD gly 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Tue Feb 22 13:28:46 > AST 2011 root@gly:/usr/obj/usr/src/sys/GLY_2011-02-22 i386 > > > Portion of output from the build: > > gmake[4]: Entering directory > `/usr/ports/math/suitesparse/work/SuiteSparse/CCOLAMD/Lib' > gmake[4]: Nothing to be done for `default'. > gmake[4]: Leaving directory > `/usr/ports/math/suitesparse/work/SuiteSparse/CCOLAMD/Lib' > gmake[3]: Leaving directory > `/usr/ports/math/suitesparse/work/SuiteSparse/CCOLAMD' > gcc45 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc45 -fno-strict-aliasing > -DNPARTITION -o cholmod_demo -I../Include -I../../UFconfig > cholmod_demo.c ../Lib/libcholmod.a ../../AMD/Lib/libamd.a > ../../COLAMD/Lib/libcolamd.a ../../CCOLAMD/Lib/libccolamd.a > ../../CAMD/Lib/libcamd.a -L/usr/local/lib -pthread -lalapack_r > -L/usr/local/lib -pthread -lptf77blas -lptcblas -latlas_r -lgfortran > -lgfortranbegin -lm > /usr/local/bin/ld: cholmod_demo: hidden symbol `__powidf2' in > /usr/local/lib/gcc45/gcc/i386-portbld-freebsd8.2/4.5.4/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/CHOLMOD/Demo' > gmake[1]: *** [all] Error 2 > gmake[1]: Leaving directory > `/usr/ports/math/suitesparse/work/SuiteSparse/CHOLMOD' > gmake: *** [default] Error 2 > *** Error code 2 > > Stop in /usr/ports/math/suitesparse. > > Please let me know if you need any other information. > > Joey >