ports/141416: audio/gstreamer-plugins-taglib build error in gstid3v2mux.cc

Kenyon Ralph kenyon at kenyonralph.com
Sun Dec 13 21:30:04 UTC 2009


The following reply was made to PR ports/141416; it has been noted by GNATS.

From: Kenyon Ralph <kenyon at kenyonralph.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at 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-----



More information about the freebsd-ports-bugs mailing list