From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VfNk4-0006IW-Mz for mharc-grub-devel@gnu.org; Sun, 10 Nov 2013 00:39:24 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfNjt-0006GL-UZ for grub-devel@gnu.org; Sun, 10 Nov 2013 00:39:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VfNjp-0005Oa-Go for grub-devel@gnu.org; Sun, 10 Nov 2013 00:39:13 -0500 Received: from mail-la0-x236.google.com ([2a00:1450:4010:c03::236]:56695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VfNjp-0005OR-8K for grub-devel@gnu.org; Sun, 10 Nov 2013 00:39:09 -0500 Received: by mail-la0-f54.google.com with SMTP id hp15so2016443lab.41 for ; Sat, 09 Nov 2013 21:39:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type; bh=mfPhgU2zELs2m7IObWkI03/DJ8bUlGKnYkLRwPkiNfI=; b=kTm9Qgv0cCiXuf7Skl/yuFxC6Kd53aXCd2TI9RI5kC9JvWmv0Cvkm1EuKDbpCjv7FE L+G61xZ7d+lFJPviGENnHjW4XjrzsPhRUPvaem7McSxQ4HgZ6LDKFX4IceiTLjqWDLe6 heS5cuEcoAuxwSlVJq4V9nez9ASnW4fOhPixYiLWc2rAj9ddec2tDERoVSIuMegw97hB 5BBSoteo93qr/7HIM8ONo+IJeyNEk4TSUYNuQWe7ug87bf2dsy90Iev4Rl1Z3m7KBc+Z X0Bx5iuDsC6yU9wOs3+DlMhyDR+RKV/ZD1UH+/a4kbhK66Hn2qrSmH+eKKmY9GITfn8Q 9HIA== X-Received: by 10.112.59.134 with SMTP id z6mr210189lbq.28.1384061947993; Sat, 09 Nov 2013 21:39:07 -0800 (PST) Received: from opensuse.site (ppp91-76-174-89.pppoe.mtu-net.ru. [91.76.174.89]) by mx.google.com with ESMTPSA id k3sm12107250lbs.0.2013.11.09.21.39.07 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 09 Nov 2013 21:39:07 -0800 (PST) Date: Sun, 10 Nov 2013 09:39:06 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: __stack_chk_fail in regexp is not defined Message-ID: <20131110093906.08e8c893@opensuse.site> In-Reply-To: <20131109230935.47ce1eaf@crass-Ideapad-Z570> References: <20131108124231.3fa344de@crass-Ideapad-Z570> <527D3373.9020804@gmail.com> <20131108144243.79c1af39@crass-Ideapad-Z570> <20131109081158.2d933f37@opensuse.site> <527E1E64.4010601@gmail.com> <20131109230935.47ce1eaf@crass-Ideapad-Z570> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/=//nN0_amEMHMpAb..d5I__"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::236 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Nov 2013 05:39:23 -0000 --Sig_/=//nN0_amEMHMpAb..d5I__ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D0=92 Sat, 9 Nov 2013 23:09:35 -0600 Glenn Washburn =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Sat, 09 Nov 2013 12:37:08 +0100 > Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: >=20 > > On 09.11.2013 05:11, Andrey Borzenkov wrote: > > > =D0=92 Fri, 8 Nov 2013 14:42:43 -0600 > > > Glenn Washburn =D0=BF=D0=B8=D1=88=D0=B5= =D1=82: > > >=20 > > >> On Fri, 08 Nov 2013 19:54:43 +0100 > > >> Vladimir '=CF=86-coder/phcoder' Serbinenko wrote: > > >> > > >>> On 08.11.2013 19:42, Glenn Washburn wrote: > > >>>> Now, I'm getting this error while building. Bug in the awk > > >>>> script? > > >>>> > > >>>> cat syminfo.lst | sort | gawk > > >>>> -f ./grub.git/grub-core/genmoddep.awk > > >>>>> moddep.lst || (rm -f moddep.lst; exit 1) __stack_chk_fail in > > >>>>> regexp is > > >>>> not defined > > >>>> > > >>> What compiler do you use and which additional options did you > > >>> pass to it? It inserted this function call. We need either to > > >>> provide this function or inhibit compiler from emiting such calls. > > >> > > >> I'm using gcc 4.7 on Ubuntu from the ubuntu-toolchain-r/test ppa. > > >> I do see a reference to __stack_chk_fail at > > >> grub-core/efiemu/runtime/efiemu.c:192. It doesn't look like that > > >> file is generated. Perhaps that function was accidentally added > > >> to that file? > > >=20 > > > It comes from using -fstack-protector GCC option. But configure > > > should have added -fno-stack-protector in this case. > > >=20 > > > Could you check defaults using > > >=20 > > > /path/to/your/gcc -Q --help=3Dcommon > > >=20 > > > whether it is active by default? Also whether -fno-stack-protector > > > was used during compilation? > > >=20 > > You're right. > > @Glenn: can you tell us exact version of GRUB (e.g. git commit) and > > attach config.log? >=20 > The commit for these logs is 9612ebc00ef5f186e9084b60ceeb1606d34f1d23. >=20 > It looks like stack protector is disabled in gcc and I don't believe > that -fno-stack-protector is being used. >=20 Check for -fstack-protector is broken (always fails). Could you test with explicit TARGET_CFLAGS=3D"-Os -fno-stack-protector" (-Os to emulate default behavior)? --Sig_/=//nN0_amEMHMpAb..d5I__ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlJ/G/oACgkQR6LMutpd94xFIgCgxfool9wAXdE1ombZvznwE1sO Ba8AoKA2TDGp3XRA+Pkz4is78h6De9dh =d/pg -----END PGP SIGNATURE----- --Sig_/=//nN0_amEMHMpAb..d5I__--