From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 13 21:25:25 2009 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2278106566B; Sun, 13 Dec 2009 21:25:25 +0000 (UTC) (envelope-from kenyon@kenyonralph.com) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.122]) by mx1.freebsd.org (Postfix) with ESMTP id 5C3438FC0A; Sun, 13 Dec 2009 21:25:25 +0000 (UTC) X-Authority-Analysis: v=1.0 c=1 a=XaOWs0GmnAgA:10 a=qxuudm7LR-8pbrcpgFsA:9 a=OOL1dgtnRbdzr7zrOVxUzC2LrF8A:4 X-Cloudmark-Score: 0 X-Originating-IP: 76.176.200.148 Received: from [76.176.200.148] ([76.176.200.148:47449] helo=voodoo.kenyonralph.com) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id 9B/1B-01458-4CB552B4; Sun, 13 Dec 2009 21:25:24 +0000 Received: from voodoo.kenyonralph.com (localhost [127.0.0.1]) by voodoo.kenyonralph.com (Postfix) with ESMTP id AAB06181C10; Sun, 13 Dec 2009 13:25:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kenyonralph.com; h=date :from:to:subject:message-id:references:mime-version:content-type :in-reply-to; s=postfix; bh=eBqQBFSkduIGRx9J9/hiJglQk1cqnjNcmJZ1 +lJB/i4=; b=ErmHRao6NV9JTBrlr5ctPK/XFVZSruh+dY94mwHhBYcvmF8fDQ4o 95UlOcBFcjtGwR6ukLqwMOtiB4IJgFTV3EWG3DDOjXBsQT99LM3ENKSU4vr/huWp VpxQB7Jr817hwREowQ9fGF012teU1Yqy7Lteey48uEuwR0yTrtpkpO0= Received: by voodoo.kenyonralph.com (Postfix, from userid 1000) id 5D03D181C11; Sun, 13 Dec 2009 13:25:23 -0800 (PST) Date: Sun, 13 Dec 2009 13:25:23 -0800 From: Kenyon Ralph To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-ID: <20091213212523.GB3101@kenyonralph.com> References: <20091213013223.573BB39886@gauss.kenyonralph.com> <200912130230.nBD2U2I3088183@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <200912130230.nBD2U2I3088183@freefall.freebsd.org> X-Operating-System: Ubuntu 9.10 Linux 2.6.31-15-generic on i686 User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Re: ports/141416: audio/gstreamer-plugins-taglib build error in gstid3v2mux.cc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Dec 2009 21:25:25 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Disabling ccache (but with devel/ccache installed) allowed the port to build and install. I don't know why ccache causes the taglib includes to not be used. The compilation is not verbose enough to debug and I don't see yet how to make it more verbose. Anyway, my make.conf now looks (partially) like this: .if ${.CURDIR:M*/ports/devel/ccache*} \ || ${.CURDIR:M*/ports/devel/qmake*} \ || ${.CURDIR:M*/ports/audio/gstreamer-plugins-taglib*} \ || ${.CURDIR:M*/ports/multimedia/gstreamer-plugins-mpeg2enc*} NO_CCACHE=yes .endif .if ${.CURDIR:M*/usr/ports*} .if exists(/usr/local/libexec/ccache/world-cc) && !defined(NO_CCACHE) CC=/usr/local/libexec/ccache/world-cc CXX=/usr/local/libexec/ccache/world-c++ .endif .endif - -- Kenyon Ralph -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkslW8IACgkQmFtUtJKnbnWcBwCfXcjm9zVZgpkGMdUPE5oATlnE peoAnAx0jvuD4iEYwrm5clc2kbmdxS14 =fCNn -----END PGP SIGNATURE-----