From owner-freebsd-ports@FreeBSD.ORG Sat Apr 30 03:45:41 2005 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 6850C16A4CE for ; Sat, 30 Apr 2005 03:45:41 +0000 (GMT) Received: from mail.ncsa.uiuc.edu (mail.ncsa.uiuc.edu [141.142.2.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE5F43D2D for ; Sat, 30 Apr 2005 03:45:40 +0000 (GMT) (envelope-from koziol@ncsa.uiuc.edu) X-Envelope-From: koziol@ncsa.uiuc.edu X-Envelope-To: Received: from sleipnir.ncsa.uiuc.edu (sleipnir.ncsa.uiuc.edu [141.142.96.70]) by mail.ncsa.uiuc.edu (8.11.7/8.11.7) with ESMTP id j3U3jd021447 for ; Fri, 29 Apr 2005 22:45:40 -0500 Received: from sleipnir.ncsa.uiuc.edu (localhost [127.0.0.1]) by sleipnir.ncsa.uiuc.edu (8.13.3/8.13.3) with ESMTP id j3U3jeqc020292 for ; Fri, 29 Apr 2005 22:45:40 -0500 (CDT) (envelope-from koziol@sleipnir.ncsa.uiuc.edu) Received: (from koziol@localhost) by sleipnir.ncsa.uiuc.edu (8.13.3/8.13.1/Submit) id j3U3jedX020291 for ports@freebsd.org; Fri, 29 Apr 2005 22:45:40 -0500 (CDT) (envelope-from koziol) From: Quincey Koziol Message-Id: <200504300345.j3U3jedX020291@sleipnir.ncsa.uiuc.edu> To: ports@freebsd.org Date: Fri, 29 Apr 2005 22:45:40 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL119 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-NCSA-MailScanner-Information: Please contact the help@ncsa.uiuc.edu for more information X-NCSA-MailScanner: Found to be clean Subject: gcc 4.1 build issues w/portupgrade 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: Sat, 30 Apr 2005 03:45:41 -0000 Hi all, I'm seeing some odd behavior when attempting to build the new gcc 4.1 port with fortran. I've got the following line defined in the MAKE_ARGS section of my pkgtools.conf file: 'lang/gcc4*' => '-D WANT_SHAREDLIBS -D WITH_FORTRAN', When I run "portupgrade -fv gcc-4.0.1_20050423", I get the following output: [Updating the pkgdb in /var/db/pkg ... - 244 packages found (-0 +0) done] ---> Reading default options: -u ---> Session started at: Fri, 29 Apr 2005 22:36:11 -0500 ---> Reinstallation of lang/gcc40 started at: Fri, 29 Apr 2005 22:36:16 -0500 ---> Reinstalling 'gcc-4.0.1_20050423' (lang/gcc40) ---> Build of lang/gcc40 started at: Fri, 29 Apr 2005 22:36:16 -0500 ---> Building '/usr/ports/lang/gcc40' with make flags: -D WANT_SHAREDLIBS -D WI TH_FORTRAN ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for bison-1.75_2 ===> Cleaning for gettext-0.14.1 ===> Cleaning for gmake-3.80_2 ===> Cleaning for libtool-1.5.10_1 ===> Cleaning for m4-1.4.3 ===> Cleaning for perl-5.8.6_2 ===> Cleaning for libgmp-4.1.4 ===> Cleaning for expat-1.95.8_1 ===> Cleaning for gcc-4.0.1_20050423 Making GCC 4.0.1 for FreeBSD 4.11 target=i386-portbld-freebsd4.11 (without libgcj) ===> Vulnerability check disabled, database not found ===> Extracting for gcc-4.0.1_20050423 . . . Note that the make flags are indeed passed down correctly. However, when I run "portupgrade -fv gcc-4.1.0_20050424" I get this output: [Updating the pkgdb in /var/db/pkg ... - 244 packages found (-0 +0) done] ---> Reading default options: -u ---> Session started at: Fri, 29 Apr 2005 22:37:03 -0500 ---> Reinstallation of lang/gcc41 started at: Fri, 29 Apr 2005 22:37:09 -0500 ---> Reinstalling 'gcc-4.1.0_20050424' (lang/gcc41) ---> Build of lang/gcc41 started at: Fri, 29 Apr 2005 22:37:09 -0500 ---> Building '/usr/ports/lang/gcc41' ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for bison-1.75_2 ===> Cleaning for gettext-0.14.1 ===> Cleaning for gmake-3.80_2 ===> Cleaning for libtool-1.5.10_1 ===> Cleaning for m4-1.4.3 ===> Cleaning for perl-5.8.6_2 ===> Cleaning for expat-1.95.8_1 ===> Cleaning for gcc-4.1.0_20050424 Making GCC 4.1.0 for FreeBSD 4.11 target=i386-portbld-freebsd4.11 (without libgcj) ===> Vulnerability check disabled, database not found ===> Extracting for gcc-4.1.0_20050424 . . . Note that the make flags are _not_ passed down. Am I doing something wrong here, or is the problem somewhere else? (I'm running 4-STABLE, if that makes a difference) Thanks, Quincey