From owner-freebsd-gnome@FreeBSD.ORG Thu Sep 20 15:20:14 2012 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37FCE106564A for ; Thu, 20 Sep 2012 15:20:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 204128FC08 for ; Thu, 20 Sep 2012 15:20: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 q8KFKDRg033587 for ; Thu, 20 Sep 2012 15:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8KFKDk5033585; Thu, 20 Sep 2012 15:20:13 GMT (envelope-from gnats) Date: Thu, 20 Sep 2012 15:20:13 GMT Message-Id: <201209201520.q8KFKDk5033585@freefall.freebsd.org> To: gnome@FreeBSD.org From: Oleg Nauman Cc: Subject: Re: ports/161494: devel/anjuta: gmake[3]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/python-loader' CC plugin.lo cc1: error: invalid option argument '-OPT:Olimit=0' gmake[3]: *** [plugin.lo] Error 1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Oleg Nauman List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 15:20:14 -0000 The following reply was made to PR ports/161494; it has been noted by GNATS. From: Oleg Nauman To: bug-followup@FreeBSD.org, ohartman@zedat.fu-berlin.de Cc: Subject: Re: ports/161494: devel/anjuta: gmake[3]: Entering directory `/usr/ports/devel/anjuta/work/anjuta-2.32.1.1/plugins/python-loader' CC plugin.lo cc1: error: invalid option argument '-OPT:Olimit=0' gmake[3]: *** [plugin.lo] Error 1 Date: Thu, 20 Sep 2012 18:11:49 +0300 --e89a8f3b9dade3e02904ca238a23 Content-Type: text/plain; charset=UTF-8 Today I faced the same issue when was trying to install seamonkey from ports using clang as compiler . seamonkey depends on textproc/py-libxml2 which emits the same error during the configure stage. Please try attached patch for land/python27 ( just place this patch into files subdirectory ) and reinstall python27 It fixes the issue with 'cc1: error: invalid option argument '-OPT:Olimit=0' for me. It is rather hack of course. --e89a8f3b9dade3e02904ca238a23 Content-Type: text/plain; charset=US-ASCII; name="patch-configure-clang.txt" Content-Disposition: attachment; filename="patch-configure-clang.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_h7c003uh0 LS0tIGNvbmZpZ3VyZS5vcmlnCTIwMTItMDktMjAgMTc6NDc6MjQuMDAwMDAwMDAwICswMzAwCisr KyBjb25maWd1cmUJMjAxMi0wOS0yMCAxNzo0ODoxOC4wMDAwMDAwMDAgKzAzMDAKQEAgLTU2NDMs NyArNTY0Myw3IEBACiBmaQogCiAjIGRpc2FibGUgY2hlY2sgZm9yIGljYyBzaW5jZSBpdCBzZWVt cyB0byBwYXNzLCBidXQgZ2VuZXJhdGVzIGEgd2FybmluZwotaWYgdGVzdCAiJENDIiA9IGljYwor aWYgdGVzdCAiJENDIiA9IGljYyAtbyAiJENDIiA9IGNsYW5nCiB0aGVuCiAgIGFjX2N2X29wdF9v bGltaXRfb2s9bm8KIGZpCg== --e89a8f3b9dade3e02904ca238a23--