From owner-freebsd-current@FreeBSD.ORG Wed Dec 14 22:02:13 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2640B106564A; Wed, 14 Dec 2011 22:02:13 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: from vlakno.cz (lev.vlakno.cz [46.28.110.116]) by mx1.freebsd.org (Postfix) with ESMTP id D889D8FC12; Wed, 14 Dec 2011 22:02:12 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 8D2FD7F383F; Wed, 14 Dec 2011 22:52:45 +0100 (CET) Date: Wed, 14 Dec 2011 22:52:45 +0100 From: Roman Divacky To: "O. Hartmann" Message-ID: <20111214215245.GA92538@freebsd.org> References: <4EE8F3FF.6060106@zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EE8F3FF.6060106@zedat.fu-berlin.de> User-Agent: Mutt/1.4.2.3i Cc: Current FreeBSD , Ports FreeBSD Subject: Re: ports: clang: error: unsupported option '-dumpspecs' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 14 Dec 2011 22:02:13 -0000 -dumpspecs is a gcc internal thing that clang will never support (it doesnt use specs). It's wrong for ports to mess with the internals of the compiler and this should be fixed in a clean way. Ie. we have to replace the -dumpspec | grep something with a saner check. On Wed, Dec 14, 2011 at 08:07:43PM +0100, O. Hartmann wrote: > Since a couple of days now I see this happen on FreeBSD > 10.0-CURRENT/amd64 (CLANG) (most recent buildworld and potstree) and > also on FreeBSD 9.0-RC[2|3]/amd64 (also CLANG built, most recent portstree): > > Building new INDEX files... DESCRIBE.7 INDEX-8 not provided by portsnap > server; INDEX-7 not being generated. > done. > ===>>> Gathering distinfo list for installed ports > > ===>>> Starting check of installed ports for available updates > clang: error: unsupported option '-dumpspecs' > clang: error: no input files > > ===>>> All ports are up to date > > > Regards, > Oliver >