Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2519 - gdb bool patch breaks on x86
Summary: gdb bool patch breaks on x86
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Bryon Roche (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-07 05:01 UTC by Spider (RETIRED)
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 Spider (RETIRED) gentoo-dev 2002-05-07 05:01:27 UTC
ok, here's the deal
gdb 5.1.1 emerges nicely
gdb 5.1.1-r1 doesn't.
(will attach compile output)
Comment 1 Spider (RETIRED) gentoo-dev 2002-05-07 05:02:20 UTC
make[1]: Entering directory `/mnt/reiser/build/gdb-5.1.1-r1/work/gdb-5.1.1/sim'
make[1]: Leaving directory `/mnt/reiser/build/gdb-5.1.1-r1/work/gdb-5.1.1/sim'
make[1]: Entering directory `/mnt/reiser/build/gdb-5.1.1-r1/work/gdb-5.1.1/gdb'
gcc -c -march=i686 -O2 -pipe    -I. -I. -I./config -DHAVE_CONFIG_H -I./../includ
                                      e/opcode -I./../readline/.. -I../bfd
-I./../bfd  -I./../include -I../intl -I./..                                    
  /intl  -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs
-Wfo                                       rmat -Wparentheses -Wpointer-arith
-Wuninitialized  utils.c
In file included from utils.c:30:
/usr/include/curses.h:96: conflicting types for `bool'
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/stdbool.h:11: previous declara
                                      tion of `bool'
utils.c: In function `floatformat_from_doublest':
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
utils.c:2643: warning: pointer of type `void *' used in arithmetic
make[1]: *** [utils.o] Error 1
make[1]: Leaving directory `/mnt/reiser/build/gdb-5.1.1-r1/work/gdb-5.1.1/gdb'
make: *** [all-gdb] Error 2
Comment 2 Spider (RETIRED) gentoo-dev 2002-06-13 19:58:11 UTC
closing since the last revision works.