Emerged equate to 0.0.4 but I get the following compile error: if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I/usr/local/include -I../lib -I/usr/include/ewl -O3 -march=pentium4 -pipe -fomit-frame-pointer -MT calc_parse.o -MD -MP -MF ".deps/calc_parse.Tpo" -c -o calc_parse.o calc_parse.c; \ then mv -f ".deps/calc_parse.Tpo" ".deps/calc_parse.Po"; else rm -f ".deps/calc_parse.Tpo"; exit 1; fi gui.c: In function `do_key': gui.c:208: error: `stderr' undeclared (first use in this function) gui.c:208: error: (Each undeclared identifier is reported only once gui.c:208: error: for each function it appears in.) make[2]: *** [gui.o] Error 1 make[2]: *** Waiting for unfinished jobs.... calc.y: In function `yyparse': calc.y:37: error: `stderr' undeclared (first use in this function) calc.y:37: error: (Each undeclared identifier is reported only once calc.y:37: error: for each function it appears in.) make[2]: *** [calc_parse.o] Error 1 make[2]: Leaving directory `/home/exports/portage/equate-0.0.4.20050116/work/equate/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/exports/portage/equate-0.0.4.20050116/work/equate' make: *** [all] Error 2 If you'd like the entire build log please let me know and I'll post it. Reproducible: Always Steps to Reproduce: 1. emerge sci-calculators/equate-0.0.4.20050116 Actual Results: Compile fails with pasted error. Expected Results: Expect compile to succeed correctly.
use the live cvs ebuild