From owner-freebsd-ports@FreeBSD.ORG Wed Jul 14 03:04:57 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E08A16A4CE; Wed, 14 Jul 2004 03:04:57 +0000 (GMT) Received: from satie.private.org (qclgw.qcl.t.u-tokyo.ac.jp [133.11.70.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66EEA43D54; Wed, 14 Jul 2004 03:04:53 +0000 (GMT) (envelope-from chat95@mac.com) Received: from localhost (localhost [127.0.0.1]) by satie.private.org (8.12.10/8.12.10) with ESMTP id i6E34Q3j003221; Wed, 14 Jul 2004 12:04:26 +0900 (JST) (envelope-from chat95@mac.com) Date: Wed, 14 Jul 2004 12:04:25 +0900 (JST) Message-Id: <20040714.120425.884010668.chat95@mac.com> To: kris@obsecurity.org From: Nakata Maho In-Reply-To: <20040617060131.GA11864@xor.obsecurity.org> References: <200406170551.i5H5pt3P091542@asus.tddhome> <20040617060131.GA11864@xor.obsecurity.org> Organization: private X-Mailer: Mew version 3.3 on XEmacs 21.4.14 (Reasonable Discussion) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: maho@freebsd.org cc: tomdean@speakeasy.org cc: freebsd-ports@freebsd.org Subject: Re: Atlas Build Failure - WORKAROUND X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 03:04:57 -0000 In Message-ID: <20040617060131.GA11864@xor.obsecurity.org> Kris Kennaway wrote: > On Wed, Jun 16, 2004 at 10:51:55PM -0700, Thomas D. Dean wrote: > > I attempted to install scilab on a FreeBSD -stable system with an > > up-to-date ports tree. It failed in Atlas. > > > > I installed gcc33 and used that to build/install scilab and it worked. > > > > Using make USE_GCC=3.3 does not pick up g77-33. It still tries to use > > /usr/bin/f77. Temporarily linking g77-33 to /usr/bin/f77 corrected > > the problem and scilab installation finished. I restored the original > > f77 after build/install completed. > > FYI, you're not supposed to set USE_GCC (it's port-internal, and has > other side-effects you probably didn't want), you use the CC, CXX and > F77 variables to point to your desired compilers. Sounds like perhaps > the atlas build doesn't respect the latter. I think F77 should be FC. --nakata maho