Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464184 - media-plugins/gst-plugins-taglib has broken configure.ac - gstid3v2mux.cc:55:37: fatal error: textidentificationframe.h: No such file or directory
Summary: media-plugins/gst-plugins-taglib has broken configure.ac - gstid3v2mux.cc:55:...
Status: RESOLVED DUPLICATE of bug 449334
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 12:09 UTC by Thomas Witt
Modified: 2013-04-02 22:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (1364903259-install-media-plugins_gst-plugins-taglib-1.0.6:1.0::gentoo.messages,84 bytes, text/plain)
2013-04-02 12:10 UTC, Thomas Witt
Details
config.log (config.log,147.58 KB, text/plain)
2013-04-02 12:11 UTC, Thomas Witt
Details
Build log (1364903259-install-media-plugins_gst-plugins-taglib-1.0.6:1.0::gentoo.out,32.50 KB, text/plain)
2013-04-02 12:11 UTC, Thomas Witt
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***