Bug #1165
closedCompilation fails on HEAD as of 11/18/2008
0%
Description
Hi. The kernel compiled fine, but the base system fails on compiling
libgdb.
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c: In function `tui_rl_display_match_list':
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:453: error: `_rl_qsort_string_compare' undeclared (first use in this function)
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:453: error: (Each undeclared identifier is reported only once
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:453: error: for each function it appears in.)
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:457: error: `_rl_print_completions_horizontally' undeclared (first use in this function)
- Error code 1
- Error code 1
- Error code 1
- Error code 1
- Error code 1
- Error code 1
- Error code 1
Stop in /home/DragonFly/DragonFly-src/src.
Updated by swildner about 16 years ago
rc/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c -o tui-io.o
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c: In function `tui_rl_display_match_list':
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:453: error: `_rl_qsort_string_compare' undeclared (first use in this function)
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:453: error: (Each undeclared identifier is reported only once
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:453: error: for each function it appears in.)
/home/DragonFly/DragonFly-src/src/gnu/usr.bin/gdb/libgdb/../../../../contrib/gdb-6/gdb/tui/tui-io.c:457: error: `_rl_print_completions_horizontally' undeclared (first use in this function)
- Error code 1
Hmm, this seems weird, buildworld works fine here.
How are you upgrading/building? GCC34 or 41? Anything suspicious in
make.conf?
Sascha
Updated by vince.dragonfly about 16 years ago
Building on DragonFly 1.10.1-RELEASE with gcc (GCC) 3.4.6
There is no /etc/make.conf. Just a stock /etc/defaults/make.conf.
Building with "make buildworld".
Updated by swildner about 16 years ago
I guess it has to do with the recent removal of libreadline (libedit is
now used instead), though I'm not sure about what's the best fix for you.
Sascha
Updated by pavalos about 16 years ago
How are you getting the source code?
--Peter
Updated by vince.dragonfly about 16 years ago
I update our local dcvs repository via rsync, using mirror
(http://hightek.org/mirror/), usually from rsync.TheShell.com. Then
check out HEAD from the local repository using cvs.
Updated by pavalos about 16 years ago
And could you tell me the command you're using with cvs? Are you using
checkout -P or update -Pd?
--Peter
Updated by vince.dragonfly about 16 years ago
It was not an update. I checked it out using
cvs -R -d /home/dcvs checkout -P -rHEAD src
Updated by aoiko about 16 years ago
This seems like cvs issue, if this still occurs with a git repo please refile