Date: Sun, 13 Dec 2009 21:30:04 GMT From: Kenyon Ralph <kenyon@kenyonralph.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/141416: audio/gstreamer-plugins-taglib build error in gstid3v2mux.cc Message-ID: <200912132130.nBDLU4B0018864@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/141416; it has been noted by GNATS. From: Kenyon Ralph <kenyon@kenyonralph.com> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/141416: audio/gstreamer-plugins-taglib build error in gstid3v2mux.cc Date: Sun, 13 Dec 2009 13:25:23 -0800 -----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?200912132130.nBDLU4B0018864>