Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 387499 - dev-cpp/gstreamermm-0.10.9.1 fails to build
Summary: dev-cpp/gstreamermm-0.10.9.1 fails to build
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gilles Dartiguelongue (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 06:31 UTC by Greg Dziegielewski
Modified: 2012-04-17 10:42 UTC (History)
3 users (show)

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


Attachments
build log (build.log,36.20 KB, text/plain)
2011-10-18 06:34 UTC, Greg Dziegielewski
Details
emerge --info (emerge.info,7.69 KB, text/plain)
2011-10-18 06:35 UTC, Greg Dziegielewski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Greg Dziegielewski 2011-10-18 06:31:50 UTC
Cannot emerge dev-cpp/gstreamermm-0.10.9.1
Fails with:

caps.cc: In member function ‘void Gst::Caps::set_simple(const Glib::ustring&, const Glib::ValueBase&)’:
caps.cc:102:3: error: cannot call member function ‘GstCaps* Gst::Caps::gobj()’ without object


Reproducible: Always

Steps to Reproduce:
1. emerge dev-cpp/gstreamermm-0.10.9.1

Actual Results:  
compile phase fails

Expected Results:  
Should emerge cleanly
Comment 1 Greg Dziegielewski 2011-10-18 06:34:51 UTC
Created attachment 290139 [details]
build log
Comment 2 Greg Dziegielewski 2011-10-18 06:35:29 UTC
Created attachment 290141 [details]
emerge --info
Comment 3 Greg Dziegielewski 2011-10-18 06:43:20 UTC
versions of dependencies:

media-libs/gstreamer-0.10.35  USE="introspection nls -test"
dev-libs/libsigc++-2.2.10  USE="-doc -static-libs -test"
media-libs/gst-plugins-base-0.10.35  USE="introspection nls orc"
dev-cpp/glibmm-2.28.2  USE="-debug -doc -examples -test"
dev-cpp/libxmlpp-2.34.1  USE="-doc"
media-libs/gst-plugins-good-0.10.30  USE="orc -debug"
media-plugins/gst-plugins-vorbis-0.10.35
media-plugins/gst-plugins-x-0.10.35
Comment 4 Pacho Ramos gentoo-dev 2011-10-18 09:45:56 UTC
I cannot reproduce, have you tried to rebuild it with CFLAGS/CXXFLAGS="-O2 -pipe" only?
Comment 5 Greg Dziegielewski 2011-10-18 10:11:40 UTC
Yes... Same thing...
Comment 6 Greg Dziegielewski 2011-10-21 14:03:16 UTC
I've checked with other versions (0.10.7.3 0.10.8 0.10.9) from portage: the results are same... 

caps.cc: In member function ‘void Gst::Caps::set_simple(const Glib::ustring&,
const Glib::ValueBase&)’:
caps.cc:102:3: error: cannot call member function ‘GstCaps* Gst::Caps::gobj()’
without object
Comment 7 Pacho Ramos gentoo-dev 2012-04-17 10:42:24 UTC
Try with 0.10.10.1, it builds fine for me