* [Report] can't build the current svn version of grub2
@ 2009-10-29 9:36 Yves Blusseau
2009-10-29 9:42 ` Vladimir 'phcoder' Serbinenko
2009-10-29 9:50 ` Vladimir 'phcoder' Serbinenko
0 siblings, 2 replies; 5+ messages in thread
From: Yves Blusseau @ 2009-10-29 9:36 UTC (permalink / raw)
To: The development of GRUB 2
[-- Attachment #1: Type: text/plain, Size: 523 bytes --]
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
Regards,
Yves Blusseau
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3326 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Report] can't build the current svn version of grub2
2009-10-29 9:36 [Report] can't build the current svn version of grub2 Yves Blusseau
@ 2009-10-29 9:42 ` Vladimir 'phcoder' Serbinenko
2009-10-29 10:25 ` Yves Blusseau
2009-10-29 9:50 ` Vladimir 'phcoder' Serbinenko
1 sibling, 1 reply; 5+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2009-10-29 9:42 UTC (permalink / raw)
To: The development of GRUB 2
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
>
Do you have bison installed?
>
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Report] can't build the current svn version of grub2
2009-10-29 9:36 [Report] can't build the current svn version of grub2 Yves Blusseau
2009-10-29 9:42 ` Vladimir 'phcoder' Serbinenko
@ 2009-10-29 9:50 ` Vladimir 'phcoder' Serbinenko
2009-10-29 10:04 ` Robert Millan
1 sibling, 1 reply; 5+ messages in thread
From: Vladimir 'phcoder' Serbinenko @ 2009-10-29 9:50 UTC (permalink / raw)
To: The development of GRUB 2
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 <rmh.grub@aybabtu.com>
* 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
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [Report] can't build the current svn version of grub2
2009-10-29 9:50 ` Vladimir 'phcoder' Serbinenko
@ 2009-10-29 10:04 ` Robert Millan
0 siblings, 0 replies; 5+ messages in thread
From: Robert Millan @ 2009-10-29 10:04 UTC (permalink / raw)
To: The development of GRUB 2
On Thu, Oct 29, 2009 at 10:50:25AM +0100, Vladimir 'phcoder' Serbinenko wrote:
> 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 <rmh.grub@aybabtu.com>
>
> * 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.
Sorry for the inconvenience. When I saw this error, I thought it was the
result of using `make -j2' (sometimes we still trigger this sort of errors
when using this flag).
I've reverted it. I suppose we can get this straightened out when we switch
to a new build system.
--
Robert Millan
The DRM opt-in fallacy: "Your data belongs to us. We will decide when (and
how) you may access your data; but nobody's threatening your freedom: we
still allow you to remove your data and not access it at all."
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-29 10:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-29 9:36 [Report] can't build the current svn version of grub2 Yves Blusseau
2009-10-29 9:42 ` Vladimir 'phcoder' Serbinenko
2009-10-29 10:25 ` Yves Blusseau
2009-10-29 9:50 ` Vladimir 'phcoder' Serbinenko
2009-10-29 10:04 ` Robert Millan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.