From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1N3ReR-0004TE-Ns for mharc-grub-devel@gnu.org; Thu, 29 Oct 2009 05:50:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3ReP-0004SP-UH for grub-devel@gnu.org; Thu, 29 Oct 2009 05:50:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3ReL-0004Qd-4B for grub-devel@gnu.org; Thu, 29 Oct 2009 05:50:37 -0400 Received: from [199.232.76.173] (port=58871 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3ReK-0004QO-Th for grub-devel@gnu.org; Thu, 29 Oct 2009 05:50:32 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:42864) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3ReK-0004po-FQ for grub-devel@gnu.org; Thu, 29 Oct 2009 05:50:32 -0400 Received: by ewy7 with SMTP id 7so417591ewy.31 for ; Thu, 29 Oct 2009 02:50:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Xj3lFRrDM0TsyzAX5H74iR02xRUX3sq4SVW5UTcRxsw=; b=jxtKCcNwt+o3AFCwAE6kKXHupQDyv5kxblqtBKx7rJbMnEknQPc7gtj2E1iu5Ffcd2 0YJAWRNGRzj+6lbwQ2XdbUsc997OyeiN00zEq6OFkmNsWwMVIZTMJ1J8e2AuyCbESJjJ gg8I5qFWRZIKHHAIamgfqDWBxglGMUAn+F/SQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=YP2Lk0r4WicwTbcFOwYioPKGixrcS8u1C+sZIsgyHdVmUsspjfOO5lDmTrvMBC9n2q xvPJPVuJXzUD2Zs4B8rTaOM1xkZmb60fjs/+RT3VNwgYRR3RPuepjXyBe57hgA4lCWkF DOAA62ipCfWt1h4YtmJYQLCUqhyvOu/WYoB0o= Received: by 10.211.147.26 with SMTP id z26mr2231956ebn.73.1256809831379; Thu, 29 Oct 2009 02:50:31 -0700 (PDT) Received: from debian.bg45.phnet (gprs13.swisscom-mobile.ch [193.247.250.13]) by mx.google.com with ESMTPS id 10sm5284637eyz.11.2009.10.29.02.50.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Oct 2009 02:50:30 -0700 (PDT) Message-ID: <4AE96561.4030100@gmail.com> Date: Thu, 29 Oct 2009 10:50:25 +0100 From: Vladimir 'phcoder' Serbinenko User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090701) MIME-Version: 1.0 To: The development of GRUB 2 References: <4AE9620C.8090900@zetam.org> In-Reply-To: <4AE9620C.8090900@zetam.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [Report] can't build the current svn version of grub2 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2009 09:50:38 -0000 Yves Blusseau wrote: > Hi all, > > i can't compile the current version of grub2 on my linux system: > > gcc -Iscript/sh -I./script/sh -I. -I./include -I./include -Wall -W > -DGRUB_LIBDIR=\"/usr/local/lib/`echo grub/i386-pc | sed 's,x,x,'`\" -g > -O2 -DGRUB_UTIL=1 -MD -c -o grub_emu-script_sh_lexer.o script/sh/lexer.c > script/sh/lexer.c:25:29: erreur: grub_script.tab.h : Aucun fichier ou > dossier de ce type > script/sh/lexer.c: In function ‘grub_script_yylex’: > > Seems it doesn't find the file grub_script.tab.h > The problem is following commit: 2009-10-26 Robert Millan * conf/i386-coreboot.rmk (script/sh/lexer.c_DEPENDENCIES): Moved from here ... * conf/common.rmk (script/sh/lexer.c_DEPENDENCIES): ... to here. * conf/i386-efi.rmk (script/sh/lexer.c_DEPENDENCIES): Remove. * conf/i386-ieee1275.rmk: Likewise. * conf/i386-pc.rmk: Likewise. * conf/powerpc-ieee1275.rmk: Likewise. * conf/sparc64-ieee1275.rmk: Likewise. * conf/x86_64-efi.rmk: Likewise. > > Regards, > Yves Blusseau > > ------------------------------------------------------------------------ > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > -- Regards Vladimir 'phcoder' Serbinenko Personal git repository: http://repo.or.cz/w/grub2/phcoder.git