Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11043 - flex-2.5.23 ebuild fails
Summary: flex-2.5.23 ebuild fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-21 03:35 UTC by Glenn E Burns
Modified: 2003-02-04 19:42 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 Glenn E Burns 2002-11-21 03:35:42 UTC
/usr/include/stdint.h:171: warning: `UINT8_MAX' redefined
flexint.h:56: warning: this is the location of the previous definition
/usr/include/stdint.h:172: warning: `UINT16_MAX' redefined
flexint.h:59: warning: this is the location of the previous definition
source='parse.c' object='parse.o' libtool=no \
depfile='.deps/parse.Po' tmpdepfile='.deps/parse.TPo' \
depmode=gcc /bin/sh ./depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. 
-DLOCALEDIR=\"/usr/share/locale\" -I/usr/include -I./intl   -march=i686 -c `test
-f 'parse. c' || echo './'`parse.c
In file included from /usr/include/netinet/in.h:23,
                 from flexdef.h:127,
                 from parse.y:72:
/usr/include/stdint.h:171: warning: `UINT8_MAX' redefined
flexint.h:56: warning: this is the location of the previous definition
/usr/include/stdint.h:172: warning: `UINT16_MAX' redefined
flexint.h:59: warning: this is the location of the previous definition
source='scan.c' object='scan.o' libtool=no \
depfile='.deps/scan.Po' tmpdepfile='.deps/scan.TPo' \
depmode=gcc /bin/sh ./depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. 
-DLOCALEDIR=\"/usr/share/locale\" -I/usr/include -I./intl   -march=i686 -c `test
-f 'scan.c ' || echo './'`scan.c
In file included from /usr/include/netinet/in.h:23,
                 from flexdef.h:127,
                 from scan.l:35:
/usr/include/stdint.h:171: warning: `UINT8_MAX' redefined
scan.c:79: warning: this is the location of the previous definition
/usr/include/stdint.h:172: warning: `UINT16_MAX' redefined
scan.c:82: warning: this is the location of the previous definition
make[2]: *** [main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/flex-2.5.23/work/flex-2.5.23'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/flex-2.5.23/work/flex-2.5.23'
make: *** [all] Error 2

!!! ERROR: sys-devel/flex-2.5.23 failed.
!!! Function src_compile, Line -153, Exitcode 2
!!! (no error message)
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-27 15:24:43 UTC
Can you please include a more complete log, and if possible the config.log.  You
may need
to do:

 # FEATURES="noclean" emerge flex
Comment 2 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-02 04:34:51 UTC
Still there ?
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-12-05 03:02:01 UTC
Seemant fixed this.