From owner-freebsd-ports@FreeBSD.ORG Mon Apr 5 22:45:47 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78EED1065670 for ; Mon, 5 Apr 2010 22:45:47 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from smtpfb2-g21.free.fr (smtpfb2-g21.free.fr [212.27.42.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0B15F8FC14 for ; Mon, 5 Apr 2010 22:45:45 +0000 (UTC) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id 1E3E2D1987F for ; Tue, 6 Apr 2010 00:26:20 +0200 (CEST) Received: from smtp5-g21.free.fr (localhost [127.0.0.1]) by smtp5-g21.free.fr (Postfix) with ESMTP id 22081D480C6; Tue, 6 Apr 2010 00:26:12 +0200 (CEST) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) by smtp5-g21.free.fr (Postfix) with ESMTP id EBEF6D48015; Tue, 6 Apr 2010 00:26:09 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id 5C88511468; Tue, 6 Apr 2010 00:26:08 +0200 (CEST) Date: Tue, 6 Apr 2010 00:26:08 +0200 From: Thierry Thomas To: Andrea Venturoli Message-ID: <20100405222608.GD37471@graf.pompo.net> Mail-Followup-To: Andrea Venturoli , pav@freebsd.org, freebsd-ports@freebsd.org References: <4BA93494.9080601@netfence.it> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="U+BazGySraz5kW0T" Content-Disposition: inline In-Reply-To: <4BA93494.9080601@netfence.it> X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-STABLE i386 Organization: Kabbale Eros X-PGP: 0xC71405A2 Cc: pav@freebsd.org, freebsd-ports@freebsd.org Subject: Problem with devel/libtool22? [was Re: OpenCASCADE marked broken] 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: Mon, 05 Apr 2010 22:45:47 -0000 --U+BazGySraz5kW0T Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le Mar 23 mar 10 =E0 22:37:24 +0100, Andrea Venturoli =E9crivait=A0: > Just to let you know this used to work on 6.3, though I cannot test it=20 > anymore now. >=20 > I can compile it without any problem on 7.2/i386, though I remove > "USE_FORTRAN=3Dyes". >=20 > The latter is to avoid compilation with gcc4.4, which will lead to=20 > incompatibilities with other libraries (such as boost) I use on a=20 > project of mine. It should be fixed now. Actually, it used to work untill gcc-4.4.4.20100216. Gcc-44 is needed because f77 has been removed from the base. Since gcc-4.4.4.20100216, we got errors at linkage: local symbol 0: discarded in section `.text._ZNSs12_... local symbol 1: discarded in section `.text._ZNSs12_... etc. The OpenCASCADE port was built using devel/libtool22, and this port installs a libtool file where LD and CC are hardcoded. To fix OpenCASCADE, I had to link it with g++44, so I switched to the included libtool. I guess there might be a problem with devel/libtool22, but I don't dare patching this beast: it could fix some ports, and break many others... Regards, --=20 Th. Thomas. --U+BazGySraz5kW0T Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAku6Y4AACgkQc95pjMcUBaJ67ACgnDt6QGO8AhwGmNNZVBarHxtP HkAAnRZIaf0BcSFpFf4o78ei2QpRpohB =iN7l -----END PGP SIGNATURE----- --U+BazGySraz5kW0T--