From owner-freebsd-current@FreeBSD.ORG Fri Jul 17 21:37:56 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3816106564A for ; Fri, 17 Jul 2009 21:37:56 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4518FC15 for ; Fri, 17 Jul 2009 21:37:56 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from gluon.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id B61E5850E; Fri, 17 Jul 2009 21:18:38 +0000 (UTC) Date: Fri, 17 Jul 2009 22:18:34 +0100 From: Bruce Cran To: David Wolfskill Message-ID: <20090717221834.0084b1f7@gluon.draftnet> In-Reply-To: <20090717161046.GH61607@bunrab.catwhisker.org> References: <20090717161046.GH61607@bunrab.catwhisker.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Trouble building world from r195708 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: Fri, 17 Jul 2009 21:37:56 -0000 On Fri, 17 Jul 2009 09:10:46 -0700 David Wolfskill wrote: > c++ -O2 -pipe -I/usr/obj/usr/src/tmp/legacy/usr/include > -I/usr/src/gnu/usr.bin/gperf/../../../contrib/gperf/lib > -I/usr/src/gnu/usr.bin/gperf -static > -L/usr/obj/usr/src/tmp/legacy/usr/lib -o gperf bool-array.o > gen-perf.o hash-table.o iterator.o key-list.o list-node.o main.o > new.o options.o read-line.o trace.o vectors.o version.o hash.o > -legacy /usr/lib/libgcc_eh.a(unwind-dw2.o)(.text+0x98e): In function > `.L140': : undefined reference to > `__stack_chk_fail_local' /usr/lib/libgcc_eh.a(unwind-dw2.o)(.text+0xddc): > In function `__frame_state_for': : undefined reference to > `__stack_chk_fail_local' /usr/lib/libgcc_eh.a(unwind-dw2.o)(.text+0x1706): > In function `.L399': : undefined reference to > `__stack_chk_fail_local' /usr/lib/libgcc_eh.a(unwind-dw2.o)(.text+0x1ba5): > In function `_Unwind_Backtrace': : undefined reference to > `__stack_chk_fail_local' /usr/lib/libgcc_eh.a(unwind-dw2.o)(.text+0x1e0d): > In function `_Unwind_RaiseException': : undefined reference to > `__stack_chk_fail_local' /usr/lib/libgcc_eh.a(unwind-dw2.o)(.text+0x1fe1): > more undefined references to `__stack_chk_fail_local' follow *** > Error code 1 [...] > Any suggestions for helping me get past this so I can do some reality > checks on 8.0-BETA2? A similar problem was reported with building perl a few days ago: http://lists.freebsd.org/pipermail/freebsd-current/2009-July/009518.html -- Bruce Cran