From owner-freebsd-ports@FreeBSD.ORG Tue Jun 8 07:45:58 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E2F71065676 for ; Tue, 8 Jun 2010 07:45:58 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id E5F338FC15 for ; Tue, 8 Jun 2010 07:45:57 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [46.114.141.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 300E78A1F28 for ; Tue, 8 Jun 2010 09:45:55 +0200 (CEST) Message-ID: <4C0DF52E.6060209@bsdforen.de> Date: Tue, 08 Jun 2010 09:45:50 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: unable to infer tagged configuration X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2010 07:45:58 -0000 A lot of ports currently break with spaces in CC, e.g. audio/flac or multimedia/libtheora, they seem to be using gnome-libtool: if /bin/sh /usr/local/bin/libtool --mode=compile env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc -DHAVE_CONFIG_H -I. -I. -I../.. -DFLaC__INLINE=__inline__ -DNDEBUG -I../.. -I./include -I../../include -I/usr/obj/mobileKamikaze.norad/amd64/usr/ports/audio/flac/work/flac-1.2.1/include -I/usr/local/include -I/usr/local/include -Wall -W -O2 -pipe -march=nocona -fno-strict-aliasing -MT bitwriter.lo -MD -MP -MF ".deps/bitwriter.Tpo" -c -o bitwriter.lo `test -f 'bitwriter.c' || echo './'`bitwriter.c; then mv -f ".deps/bitwriter.Tpo" ".deps/bitwriter.Plo"; else rm -f ".deps/bitwriter.Tpo"; exit 1; fi libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' *** Error code 1 libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with `--tag' *** Error code 1 *** Error code 1 3 errors *** Error code 1 1 error *** Error code 1 1 error *** Error code 1 1 error *** Error code 2 1 error *** Error code 1 Stop in /usr/ports/audio/flac.