Date: Sun, 13 Dec 2009 13:25:23 -0800 From: Kenyon Ralph <kenyon@kenyonralph.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/141416: audio/gstreamer-plugins-taglib build error in gstid3v2mux.cc Message-ID: <20091213212523.GB3101@kenyonralph.com> In-Reply-To: <200912130230.nBD2U2I3088183@freefall.freebsd.org> References: <20091213013223.573BB39886@gauss.kenyonralph.com> <200912130230.nBD2U2I3088183@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
-----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-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091213212523.GB3101>