From owner-freebsd-current@FreeBSD.ORG Mon May 28 06:24:19 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A519016A4D0 for ; Mon, 28 May 2007 06:24:19 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id 50ECE13C4BF for ; Mon, 28 May 2007 06:24:19 +0000 (UTC) (envelope-from kabaev@gmail.com) Received: by wx-out-0506.google.com with SMTP id h28so980875wxd for ; Sun, 27 May 2007 23:24:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=cVPO9KlqdayJv1sKSS+J5gC79jKsV1Dfcsx+idycGl4b5bIOFdF543tULrwmyTIc8MyVguuRc9/CVj6smMb3v4/FUxnim7V5tEA8gFfMoBKxqNrcsnFFrfWvL8CJAMJAfUgRerGk9AfRsZWnQRfasnq7arRtwO0Tj/7RSTTLad4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type; b=JD8Zt7Q/LBtO3pJYB9L7EWXIxqCg1tG+7EKgJeH2gKu3rntZXd4oM5JkUhwJy9+Mbz2VPj5i/Z/yoaf+zRte1BuL7wBeQpJKHfgBF5WsOFDOox+0GEACsiKezxE5M6IY3Rl6tBeC0KChDp0glYs0uhFvlU2R0y2MBWDGq1pZL+s= Received: by 10.70.22.10 with SMTP id 10mr7855277wxv.1180333458578; Sun, 27 May 2007 23:24:18 -0700 (PDT) Received: from kan.dnsalias.net ( [24.34.98.164]) by mx.google.com with ESMTP id 61sm7030910wry.2007.05.27.23.24.16; Sun, 27 May 2007 23:24:17 -0700 (PDT) Date: Mon, 28 May 2007 02:24:12 -0400 From: Alexander Kabaev To: freebsd-current@freebsd.org Message-ID: <20070528022412.24e69bfc@kan.dnsalias.net> In-Reply-To: <200705272136.52286.vehemens@verizon.net> References: <200705272136.52286.vehemens@verizon.net> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_Byc7iFfHLQh3Htq.TZ+3=R8"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: libstdc++ build problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2007 06:24:19 -0000 --Sig_Byc7iFfHLQh3Htq.TZ+3=R8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 27 May 2007 21:36:51 -0700 vehemens wrote: > While updating a system using the 200705 current snapshot to the > latest current, libstdc++ fails to compile. >=20 > What's the trick to updating current to post gcc 4.2? >=20 > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DIN_GLIBCPP_V3 > -DHAVE_CONFIG_H -I/usr/src/gnu /lib/libstdc++ > -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ > -I/usr/src/g nu/lib/libstdc++/../../../contrib/gcc > -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++ /include > -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcclibs/include > -I/usr/src/gnu/lib/lib stdc++/../../../contrib/libstdc++/include -I. > -frandom-seed=3DRepeatabilityConsideredGood -c / > usr/src/gnu/lib/libstdc++/../../../contrib/gcclibs/libiberty/cp-demangle.c > -o cp-demangle.So building shared library > libstdc++.so.6 /usr/obj/usr/src/tmp/usr/bin/ld: libstdc++.so.6: > undefined versioned symbol name _ZN10__gnu_n > orm15_List_node_base8transferEPS0_S1_@@GLIBCXX_3.4 /usr/obj/usr/src/tmp/u= sr/bin/ld: > failed to set dynamic section sizes: Bad value *** Error code 1 >=20 Do not disable symbol versioning. --=20 Alexander Kabaev --Sig_Byc7iFfHLQh3Htq.TZ+3=R8 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFGWnWMQ6z1jMm+XZYRAh/mAKCeOx1nfTZmDmpmIimvCVK61vY1aQCghhZY eVquM7L5rHEyz7gLqIiQtzk= =bmiW -----END PGP SIGNATURE----- --Sig_Byc7iFfHLQh3Htq.TZ+3=R8--