From owner-freebsd-current@FreeBSD.ORG Mon May 28 04:37:11 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 6F15316A41F for ; Mon, 28 May 2007 04:37:11 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.freebsd.org (Postfix) with ESMTP id 554F813C455 for ; Mon, 28 May 2007 04:37:11 +0000 (UTC) (envelope-from vehemens@verizon.net) Received: from susy.dsl-verizon.net ([71.107.43.76]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0JIQ00G5RI5UE57F@vms040.mailsrvcs.net> for freebsd-current@freebsd.org; Sun, 27 May 2007 23:37:06 -0500 (CDT) Date: Sun, 27 May 2007 21:36:51 -0700 From: vehemens To: freebsd-current@freebsd.org Message-id: <200705272136.52286.vehemens@verizon.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Content-disposition: inline User-Agent: KMail/1.9.6 X-Mailman-Approved-At: Mon, 28 May 2007 05:37:33 +0000 Subject: 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 04:37:11 -0000 While updating a system using the 200705 current snapshot to the latest current, libstdc++ fails to compile. What's the trick to updating current to post gcc 4.2? 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=RepeatabilityConsideredGood -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/usr/bin/ld: failed to set dynamic section sizes: Bad value *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1