From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 28 05:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A639EA62 for ; Tue, 28 May 2013 05:10:00 +0000 (UTC) (envelope-from gnats@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 721C187B for ; Tue, 28 May 2013 05:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r4S5A0gm042248 for ; Tue, 28 May 2013 05:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r4S5A07O042247; Tue, 28 May 2013 05:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 28 May 2013 05:10:00 GMT Resent-Message-Id: <201305280510.r4S5A07O042247@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egea Gondolfo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9652E694 for ; Tue, 28 May 2013 05:00:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.FreeBSD.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 87BB683C for ; Tue, 28 May 2013 05:00:49 +0000 (UTC) Received: from oldred.FreeBSD.org ([127.0.1.6]) by oldred.FreeBSD.org (8.14.5/8.14.5) with ESMTP id r4S50nwT022943 for ; Tue, 28 May 2013 05:00:49 GMT (envelope-from nobody@oldred.FreeBSD.org) Received: (from nobody@localhost) by oldred.FreeBSD.org (8.14.5/8.14.5/Submit) id r4S50n0N022929; Tue, 28 May 2013 05:00:49 GMT (envelope-from nobody) Message-Id: <201305280500.r4S50n0N022929@oldred.FreeBSD.org> Date: Tue, 28 May 2013 05:00:49 GMT From: Danilo Egea Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179041: devel/arm-elf-binutils - fix a build problem with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2013 05:10:00 -0000 >Number: 179041 >Category: ports >Synopsis: devel/arm-elf-binutils - fix a build problem with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 28 05:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egea Gondolfo >Release: FreeBSD 9.1-STABLE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD projeto 9.1-STABLE FreeBSD 9.1-STABLE #4 r250700: Thu May 16 13:48:11 BRT 2013 root@projeto:/usr/obj/usr/src.stable/sys/PROJETO amd64 >Description: Avoiding the build problem pointed by http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.10-exp.20130522091700.pointyhat-west/arm-elf-binutils-2.23.2.log >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 319289) +++ Makefile (working copy) @@ -15,7 +15,7 @@ USE_GMAKE= yes USES= gettext GNU_CONFIGURE= yes -CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} CFLAGS="-I/usr/local/include" +CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} --disable-werror CFLAGS="-I/usr/local/include" INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \ ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}c++filt.1 \ >Release-Note: >Audit-Trail: >Unformatted: