From owner-freebsd-ports@FreeBSD.ORG Wed May 19 14:55:43 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94E0F106564A for ; Wed, 19 May 2010 14:55:43 +0000 (UTC) (envelope-from frank@exit.com) Received: from tinker.exit.com (tinker.exit.com [206.223.0.1]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE888FC0A for ; Wed, 19 May 2010 14:55:43 +0000 (UTC) Received: from jill.exit.com (jill.exit.com [206.223.0.4]) by tinker.exit.com (8.14.3/8.14.3) with ESMTP id o4JEZThX029505 for ; Wed, 19 May 2010 07:35:29 -0700 (PDT) (envelope-from frank@exit.com) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=exit.com; s=tinker; t=1274279729; bh=I9zsrYzcUfu4L5AgCFhIemMKt7K3XgQTmg8HSL3CI0o=; h=Subject:From:Reply-To:To:Content-Type:Content-Transfer-Encoding: Date:Message-ID:Mime-Version; b=uwEcdCElWKqIj0THq895WtqS1NQGwIJQrL w+l43nAPazuV+vgsPe5VLy4pzN/ALlsQDy3TYmhr3s1z8fop8QbaJB0Hy4p33zAkJp7 dIkAmqCxpgBGlRD6jxxtJyqsQ+Zl69X5cPknv/K7El/8KEi/5rA5uBsYrughOng51XC 1VQ= Received: from jill.exit.com (localhost [127.0.0.1]) by jill.exit.com (8.14.3/8.14.2) with ESMTP id o4JEZTsG005015 for ; Wed, 19 May 2010 07:35:29 -0700 (PDT) (envelope-from frank@exit.com) Received: (from frank@localhost) by jill.exit.com (8.14.4/8.14.3/Submit) id o4JEZTaE005014 for ports@freebsd.org; Wed, 19 May 2010 07:35:29 -0700 (PDT) (envelope-from frank@exit.com) X-Authentication-Warning: jill.exit.com: frank set sender to frank@exit.com using -f From: Frank Mayhar To: ports@freebsd.org Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Organization: Exit Consulting Date: Wed, 19 May 2010 07:35:24 -0700 Message-ID: <1274279724.4907.4.camel@jill.exit.com> Mime-Version: 1.0 X-Mailer: Evolution 2.30.1.1 FreeBSD GNOME Team Port Cc: Subject: devel/gdb6* broken with new readline? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: frank@exit.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 May 2010 14:55:43 -0000 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