Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1838 - gdb ebuild cannot be installed
Summary: gdb ebuild cannot be installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
: 1845 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-04-16 11:37 UTC by Kim Nielsen
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Kim Nielsen 2002-04-16 11:37:23 UTC
The following error is what I got:

/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 .
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-16 13:29:22 UTC
Which glibc do you have installed?

Please do emerge --search glibc

If you have anything other than glibc-2.2.5-r2  then you need to hit
www.gentoo.org and find out how to upgrade from your 1.0_rc6 profile to the 1.0
profile.  doing that will get gdb going for you.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-16 14:31:28 UTC
*** Bug 1845 has been marked as a duplicate of this bug. ***
Comment 3 Kim Nielsen 2002-04-17 00:34:05 UTC
I have installed version 2.2.5-r2 (Glibc)
Comment 4 Kim Nielsen 2002-04-17 00:53:18 UTC
Just testet it .. it still does not work
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-17 04:54:54 UTC
which ncurses do you have installed?
Comment 6 Kim Nielsen 2002-04-17 12:27:00 UTC
I have installed version 5.2.20020112a-r1 of ncurses. I have tried to see if
emerge --update world or --update would update anything but it will not.

I have tried emergen the lastest version of ncurses (ncurses-5.2-r5) and gdb now
installed flawless .. Thanks. ..

But shouldn't it be a dependency ?
Comment 7 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-17 12:48:52 UTC
Yes, it should be a dependency, probably. 
Sorry about that-- in fact, the ncurses that you had installed before has been
masked out for a while, because of this problem.  Anyway, I am glad it is fixed.