Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1561 - new ncurses has some incompatibility issues
Summary: new ncurses has some incompatibility issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-05 17:05 UTC by Seemant Kulleen (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 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-05 17:05:10 UTC
ncurses > -r5 have incompatibility issues.  This has been seen with gdb and a
couple of other apps.  Log will be posted here shortly.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-05 20:48:47 UTC
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 type
s 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/work/gdb-5.1/gdb'
make: *** [install-gdb] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 4, Exitcode 2
!!! (no error message)
                                                                              
...done!
>>> emerge sys-devel/gdb-5.1 to /
!!! emerge aborting on  /usr/portage/sys-devel/gdb/gdb-5.1.ebuild .
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-04-11 01:31:33 UTC
Bevin sorted this one out.  Apparently, an include file within an include file
was not getting, er, included.  It is now, so it is all good.