From owner-svn-ports-all@FreeBSD.ORG Fri Nov 9 20:50:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06D804E1 for ; Fri, 9 Nov 2012 20:50:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D1A178FC16 for ; Fri, 9 Nov 2012 20:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA9KoESe081088 for ; Fri, 9 Nov 2012 20:50:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA9KoEWp081079 for svn-ports-all@freebsd.org; Fri, 9 Nov 2012 20:50:14 GMT (envelope-from bdrewery) Received: (qmail 73956 invoked from network); 9 Nov 2012 14:50:12 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 9 Nov 2012 14:50:12 -0600 Message-ID: <509D6C95.1030207@FreeBSD.org> Date: Fri, 09 Nov 2012 14:50:29 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 Subject: Re: svn commit: r306581 - in head/devel/gdb: . files References: <201210282150.q9SLoYAI007166@svn.freebsd.org> <509D14DB.3080402@FreeBSD.org> <1492541.As8LxC2OeH@mocha.verizon.net> <509D5406.3070802@FreeBSD.org> In-Reply-To: <509D5406.3070802@FreeBSD.org> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Raphael Kubo da Costa , Luca Pizzamiglio X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 20:50:15 -0000 On 11/9/2012 1:05 PM, Bryan Drewery wrote: > On 11/9/2012 8:48 AM, Jason E. Hale wrote: >> On Friday, November 09, 2012 08:36:11 Bryan Drewery wrote: >>> On 10/28/2012 4:50 PM, Raphael Kubo da Costa wrote: >>>> Author: rakuco >>>> Date: Sun Oct 28 21:50:34 2012 >>>> New Revision: 306581 >>>> URL: http://svn.freebsd.org/changeset/ports/306581 >>>> >>>> Log: >>>> - Show thread names, closing ports/172572. Thanks to Mark Lokowich. >>>> - It is now possible to choose which readline version to use, closing >>>> >>>> ports/172077. Thanks to Jan Beich. >>>> >>>> - Fix patches to remove compilation warnings. >>>> - Clean configure arguments to remove a compilation warning. >>>> - Fix file permissions when the PYTHON option is enabled. >>>> - Trim Makefile header. >>>> >>>> PR: ports/172828 >>>> Submitted by: Luca Pizzammiglio >>>> (maintainer) >>>> Feature safe: yes >>> >>> For some reason this is now failing on amd64: >>> >>> http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9.20121104103132/gd >>> b-7.5_1.log >>> Snippet: >>>> checking for C compiler default output file name... >>>> configure: error: in `/wrkdirs/usr/ports/devel/gdb/work/gdb-7.5': >>>> configure: error: C compiler cannot create executables >>>> See `config.log' for more details. >>>> ===> Script "configure" failed unexpectedly. >>>> Please report the problem to luca.pizzamiglio@gmail.com [maintainer] and >>>> attach the "/wrkdirs/usr/ports/devel/gdb/work/gdb-7.5/config.log" >>>> including >>>> the output of the failure of your make command. Also, it might be a good >>>> idea to provide an overview of all packages installed on your system >>>> (e.g. a /usr/local/sbin/pkg info -g -Ea). >>>> *** Error code 1 >>> >> >> This is because when devel/readline was converted to OPTIONSng, it is no >> longer linked to -ltermcap by default. The fix would be to reenable that. >> > > Good find. I am addressing that there. > A fix has been committed to devel/readline. devel/gdb should now be fine. -- Regards, Bryan Drewery bdrewery@freenode/EFNet