niorg n00b
Joined: 21 Apr 2002 Posts: 3
|
Posted: Sun Apr 21, 2002 10:53 pm Post subject: can't emerge gdb |
|
|
When trying to emerge gdb, I get the following error:
Code: |
<whole lot more output>
...
gcc -c -march=i686 -O3 -pipe -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized os9kread.c
gcc -c -march=i686 -O3 -pipe -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized top.c
gcc -c -march=i686 -O3 -pipe -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized utils.c
In file included from /usr/include/curses.h:111,
from utils.c:30:
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/stdbool.h:9: conflicting types for `false'
../bfd/bfd.h:102: previous declaration of `false'
/usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/include/stdbool.h:11: conflicting types for `true'
../bfd/bfd.h:102: previous declaration of `true'
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 `/var/tmp/portage/gdb-5.1.1/work/gdb-5.1.1/gdb'
make: *** [all-gdb] Error 2
!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 15, Exitcode 2
!!! (no error message)
!!! emerge aborting on /usr/portage/sys-devel/gdb/gdb-5.1.1.ebuild .
|
|
|