Date: Wed, 19 May 2010 07:35:24 -0700 From: Frank Mayhar <frank@exit.com> To: ports@freebsd.org Subject: devel/gdb6* broken with new readline? Message-ID: <1274279724.4907.4.camel@jill.exit.com>
next in thread | raw e-mail | index | archive | help
I'm trying to do a full upgrade of everything for the first time in a while. After many gyrations, I've run into something that appears to not be my fault :-): cc -O2 -fno-strict-aliasing -pipe -DRL_NO_COMPAT \ -o gdb gdb.o libgdb.a \ -lreadline ../opcodes/libopcodes.a ../bfd/libbfd.a ../l= ibiberty/libiberty.a -lncurses -lm -L/usr/local/lib -liconv /usr/local/= lib/libexpat.so -Wl,-rpath -Wl,/usr/local/lib ../libiberty/libiberty.a -lk= vm libgdb.a(tui-io.o)(.text+0x2aa): In function `tui_setup_io': : undefined reference to `readline_echoing_p' libgdb.a(tui-io.o)(.text+0x2b0): In function `tui_setup_io': : undefined reference to `readline_echoing_p' libgdb.a(tui-io.o)(.text+0x3c0): In function `tui_setup_io': : undefined reference to `readline_echoing_p' gmake[2]: *** [gdb] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/gdb66/work/gdb-6.6/gdb' gmake[1]: *** [all-gdb] Error 2 gmake[1]: Leaving directory `/usr/ports/devel/gdb66/work/gdb-6.6' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/devel/gdb66. *** Error code 1 It fails the same way with devel/gdb6. I did a bit of searching and apparently this is a known problem with the latest readline that was fixed in gdb 6.8. --=20 Frank Mayhar <frank@exit.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1274279724.4907.4.camel>