From owner-freebsd-current@FreeBSD.ORG Thu Feb 20 03:08:16 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BF0DD49 for ; Thu, 20 Feb 2014 03:08:16 +0000 (UTC) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 065B015B1 for ; Thu, 20 Feb 2014 03:08:15 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.8/8.14.8) with ESMTP id s1K38Dr3049925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 19 Feb 2014 19:08:13 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.8/8.14.8/Submit) id s1K38DsT049924; Wed, 19 Feb 2014 19:08:13 -0800 (PST) (envelope-from sgk) Date: Wed, 19 Feb 2014 19:08:12 -0800 From: Steve Kargl To: hiren panchasara Subject: Re: Help fixing clang 3.4 Message-ID: <20140220030812.GA49876@troutmask.apl.washington.edu> References: <20140220011939.GA49492@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 03:08:16 -0000 On Wed, Feb 19, 2014 at 06:24:07PM -0800, hiren panchasara wrote: > On Wed, Feb 19, 2014 at 5:19 PM, Steve Kargl > wrote: > > Can someone point to where I disable clang from > > issuing an error and aborting on an unknown option? > > > > % cd /usr/ports/databases/py-sqlite3 > > % make > > > > cc ... -R/usr/local/lib -lsqlite3 -o build/lib.freebsd-11.0-CURRENT-amd64-2.7/_sqlite3.so > > cc: error: unknown argument: '-R/usr/local/lib' > > I do not know the answer but I see it being discussed here: > http://lists.freebsd.org/pipermail/freebsd-toolchain/2014-January/001103.html > Sigh, I forgot about that discussion. Nothing like getting caught by the libc++ ABI breakage and unbreakage, which is requiring a recompile of everything linked to libc++, only to be foiled by the impossibility of actually doing the recompile. Guess I'll chalk it up to The Joys of Current(tm). -- Steve