From owner-freebsd-current@FreeBSD.ORG Mon Jul 20 16:35:36 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED577106564A for ; Mon, 20 Jul 2009 16:35:36 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.freebsd.org (Postfix) with ESMTP id ACDBA8FC2D for ; Mon, 20 Jul 2009 16:35:36 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.13.3/8.13.3) with ESMTP id n6KGBf32078808; Mon, 20 Jul 2009 09:11:41 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.13.3/8.13.3/Submit) id n6KGBfMJ078807; Mon, 20 Jul 2009 09:11:41 -0700 (PDT) (envelope-from david) Date: Mon, 20 Jul 2009 09:11:41 -0700 From: David Wolfskill To: Renato Botelho Message-ID: <20090720161141.GG77331@bunrab.catwhisker.org> References: <747dc8f30907200858n330a72a0y3c36c927ac24f79f@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PyMzGVE0NRonI6bs" Content-Disposition: inline In-Reply-To: <747dc8f30907200858n330a72a0y3c36c927ac24f79f@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: FreeBSD Current Subject: Re: Error building -current on i386 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, 20 Jul 2009 16:35:37 -0000 --PyMzGVE0NRonI6bs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 20, 2009 at 12:58:27PM -0300, Renato Botelho wrote: > # uname -a > FreeBSD botelhor.bplab.local 8.0-BETA2 FreeBSD 8.0-BETA2 #78 r195716: > Thu Jul 16 08:45:28 BRT 2009 > root@botelhor.bplab.local:/usr/obj/usr/src/sys/GARGA i386 >=20 > I'm trying to build -current r195782 but i got this: >=20 > I tried to remove /usr/objj, ran make clean twice, but the problem persis= ts. >=20 > =3D=3D=3D> gnu/usr.bin/gperf/doc (depend) > c++ -O2 -pipe -I/usr/obj/usr/src/tmp/legacy/usr/include > ... > /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 > ... I encountered this last week, and resolved it (in my case) over the weekend: I found that pushd gnu/lib/libgcc && make clean && make && make install allowed my build to proceed. Peace, david --=20 David H. Wolfskill david@catwhisker.org Depriving a girl or boy of an opportunity for education is evil. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --PyMzGVE0NRonI6bs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iEYEARECAAYFAkpklz0ACgkQmprOCmdXAD0vLACfXuHAgaJ9b+tXJBylpAMpX8OA IK4An10H8iZRovllsLZTzRtOMAdKu/X0 =nKlX -----END PGP SIGNATURE----- --PyMzGVE0NRonI6bs--