Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 464184

Summary: media-plugins/gst-plugins-taglib has broken configure.ac - gstid3v2mux.cc:55:37: fatal error: textidentificationframe.h: No such file or directory
Product: Gentoo Linux Reporter: Thomas Witt <bugs>
Component: Current packagesAssignee: GStreamer package maintainers <gstreamer>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log
config.log
Build log

Description Thomas Witt 2013-04-02 12:09:38 UTC
If you set CXX to any value, even valid ones like /usr/bin/g++ or /usr/lib64/colorgcc/bin/g++, the configure script sets HAVE_CXX=no. This cascades through automake and results in some missing includes down the way.

Reproducible: Always

Steps to Reproduce:
1. in make.conf, set CXX to any value
2. install gst-plugins-taglib
Actual Results:  
In the Makefiles, -I/usr/include/taglib gets set for CFLAGS, but not CXXFLAGS due to the missing CXX-compiler.


Workaround:

1) Disable colorgcc for $PN = gst-plugins-taglib
or
2) add -I/usr/include/taglib to CXXFLAGS for $PN = gst-plugins-taglib
Comment 1 Thomas Witt 2013-04-02 12:10:22 UTC
Created attachment 344056 [details]
Build log
Comment 2 Thomas Witt 2013-04-02 12:11:02 UTC
Created attachment 344058 [details]
config.log
Comment 3 Thomas Witt 2013-04-02 12:11:47 UTC
Created attachment 344060 [details]
Build log
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2013-04-02 22:56:06 UTC
Looks like bug #449334.

*** This bug has been marked as a duplicate of bug 449334 ***