Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107740 - Equate-0.0.4 compile fails in gui.c
Summary: Equate-0.0.4 compile fails in gui.c
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-30 14:12 UTC by James McCarthy
Modified: 2005-09-30 21:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James McCarthy 2005-09-30 14:12:57 UTC
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.
Comment 1 SpanKY gentoo-dev 2005-09-30 21:58:05 UTC
use the live cvs ebuild