Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2010 15:40:09 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147289: devel/gdb66 doesn't build
Message-ID:  <201006011540.o51Fe9Xx097306@www.freebsd.org>
Resent-Message-ID: <201006011550.o51Fo3wQ068082@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         147289
>Category:       ports
>Synopsis:       devel/gdb66 doesn't build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 01 15:50:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
devel/gdb66 doesn't build after the recent gettext update.
>How-To-Repeat:
# cd /usr/ports/devel/gdb66 && make showconfig && make

===> The following configuration options are available for gdb-6.6_2:
     INSIGHT=on "Build the Tcl/Tk GUI (experimental!)"
===> Use 'make config' to modify these settings
#
# The Tk-based GUI (Insight) is patched to work with [incr tcl]
# version 3.3 and is currently experimental. Bug reports should
# be accompanied by patches.
#
===>  License check disabled, port has not defined LICENSE
===>  Found saved configuration for gdb-6.6_1
===>  Extracting for gdb-6.6_2
=> MD5 Checksum OK for gdb-6.6.tar.bz2.
=> SHA256 Checksum OK for gdb-6.6.tar.bz2.
=> MD5 Checksum OK for gdbtk-6.6.tar.bz2.
=> SHA256 Checksum OK for gdbtk-6.6.tar.bz2.
===>  Patching for gdb-6.6_2
===>  Applying extra patch /usr/ports/devel/gdb66/files/itcl33-patch
===>  Applying FreeBSD patches for gdb-6.6_2
echo 'READLINE = -lreadline' >> /usr/obj/usr/ports/devel/gdb66/work/gdb-6.6/gdb/Makefile.in
===>   gdb-6.6_2 depends on executable: gmake - found
===>   gdb-6.6_2 depends on shared library: itk - found
===>   gdb-6.6_2 depends on shared library: iconv.3 - found
===>   gdb-6.6_2 depends on shared library: intl - found
===>  Configuring for gdb-6.6_2
..
cc -O2 -pipe -march=native -DRL_NO_COMPAT -fno-strict-aliasing       \
                -o gdb gdb.o libgdb.a \
                   -lreadline ../opcodes/libopcodes.a ../bfd/libbfd.a  ../libiberty/libiberty.a    ../libgui/src/libgui.a -L/usr/local/lib -litcl -L/usr/local/lib -litk -L/usr/ports/x11-toolkits/tk84/work/tk8.4.19/unix -ltk84 -Wl,-rpath,/usr/local/lib -L/usr/obj/usr/ports/lang/tcl84/work/tcl8.4.19/unix -ltcl84   -L/usr/local/lib -lX11   -lm -lncurses -lm -L/usr/local/lib -liconv /usr/local/lib/libexpat.so -Wl,-rpath -Wl,/usr/local/lib ../libiberty/libiberty.a  -lkvm
libgdb.a(tui-io.o)(.text+0x2c3): In function `tui_setup_io':
: undefined reference to `readline_echoing_p'
libgdb.a(tui-io.o)(.text+0x2c9): In function `tui_setup_io':
: undefined reference to `readline_echoing_p'
libgdb.a(tui-io.o)(.text+0x39b): In function `tui_setup_io':
: undefined reference to `readline_echoing_p'
gmake[2]: *** [gdb] Error 1
gmake[2]: Leaving directory `/usr/obj/usr/ports/devel/gdb66/work/gdb-6.6/gdb'
gmake[1]: *** [all-gdb] Error 2
gmake[1]: Leaving directory `/usr/obj/usr/ports/devel/gdb66/work/gdb-6.6'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/devel/gdb66.
*** Error code 1

Stop in /usr/ports/devel/gdb66.

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006011540.o51Fe9Xx097306>