Build DROPS on debian testing
Etienne Robillard
erob at videotron.ca
Sat Jan 17 22:27:54 CET 2004
Frank Matthieß wrote:
> i want to take a look on fiasko, drops, dope and get via
> cvs -d :pserver:guest at os.inf.tu-dresden.de:/home/remote-cvs checkout oskit oskit10 l4env linux22 l4
>
> the latest source. With the "Building DROPS HOWTO" from may 2003 i
> startup.
>
> The "make" run described in "1 Quickstart - 3." failed, because the
> dependency to automake wasn't mentioned in "3.2 OS requirements".
>
> Now make breaks with:
> ...
> Making all in dce
> make[7]: Entering directory `/usr/local/src/drops/l4/tool/dice/src/parser/dce'
> byacc -pdce -d -v parser.yy && mv y.tab.c parser.cc
> byacc: e - line 114 of "parser.yy", syntax error
> %pure_parser
> ^
> make[7]: *** [parser.cc] Error 1
> make[7]: Leaving directory `/usr/local/src/drops/l4/tool/dice/src/parser/dce'
> make[6]: *** [all-recursive] Error 1
> ...
>
> ii gcc 3.3.2-2 The GNU C compiler
> ii make 3.80-4 The GNU version of the "make" utility.
> ii binutils 2.14.90.0.7-3 The GNU assembler, linker and binary utiliti
> ii bash 2.05b-12 The GNU Bourne Again SHell
> ii mawk 1.3.3-11 a pattern scanning and text processing langu
> ii sed 4.0.7-3 The GNU sed stream editor
> ii perl 5.8.2-2 Larry Wall's Practical Extraction and Report
> ii flex 2.5.31-21 A fast lexical analyzer generator.
> ii byacc 1.9.1-1 The Berkeley LALR parser generator
> ii doxygen 1.3.4-0.1 Documentation system for C, C++ and IDL.
>
>
> The full make log is available here: http://lug-owl.de/~frankm/drops/make.log.l4.20040117-2115
>
> Is their any fix available?
>
> Frank.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> l4-hackers mailing list
> l4-hackers at os.inf.tu-dresden.de
> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
Hello,
Consider using bison(1.35) instead of byacc. You should get probably
further that way.
Etienne
More information about the l4-hackers
mailing list