Summary: | gnome-base/gnome-applets-2.14.2 fails to compile with gst_debug_min error. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andrew Dorney <linuxnoob> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | 2006.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Andrew Dorney
2006-08-16 06:09:17 UTC
when you recompiled gstreamer and its plugins, did you use the debug flag again? If not, try compiling gstreamer +debug, or you can recompile gst-plugins-base -debug. Report back with results, thanks. Yeah; these were the ones I re-did after going down to stable amd64: StubbornAesthetics ~ # emerge -pv gstreamer gst-plugins-alsa gst-plugins-oss gst-plugins-xvideo gst-plugins-x gst-plugins-esd gst-plugins-ogg gst-plugins-vorbis gst-plugins-gnomevfs gst-plugins-cdparanoia gst-plugins-pango These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] media-libs/gstreamer-0.10.8 0 kB [ebuild R ] media-plugins/gst-plugins-alsa-0.10.4 0 kB [ebuild R ] media-plugins/gst-plugins-oss-0.10.2 0 kB [ebuild R ] media-plugins/gst-plugins-xvideo-0.10.4-r1 0 kB [ebuild R ] media-plugins/gst-plugins-x-0.10.4 0 kB [ebuild R ] media-plugins/gst-plugins-esd-0.10.2 0 kB [ebuild R ] media-plugins/gst-plugins-ogg-0.10.4 0 kB [ebuild R ] media-plugins/gst-plugins-vorbis-0.10.4 0 kB [ebuild R ] media-plugins/gst-plugins-gnomevfs-0.10.4 0 kB [ebuild R ] media-plugins/gst-plugins-cdparanoia-0.10.4 0 kB [ebuild R ] media-plugins/gst-plugins-pango-0.10.4 0 kB All of those were compiled with -ggdb in the CFLAGS, so debug info was added to them. They don't seem to have a "debug" use flag. ~~ Andrew D. Going back up to the latest ~amd64 components, (gstreamer-0.10.9, gst-plugins-base-0.10.9, and the plugins' latest versions) solved the issue. I'll just wait for those (or a newer version) to go stable before trying to play with them again, I guess. For the record, sounds like you needed a revdep-rebuild after downgrading your gstreamer packages. (In reply to comment #4) > For the record, sounds like you needed a revdep-rebuild after downgrading your > gstreamer packages. > I should probably explain the entire situation from start to finish. 1) Wanted to get rid of some lines in packages.keywords, considering that gstreamer 0.10 has hit stable (for the most part). 2) Downgraded to the versions in comment #2. 3) Could not start any program (including gnome-settings-daemon) that used gstreamer. 4) Ran a revdep-rebuild. It listed nothing. 5) I used ecatmur's dep script to find the packages that depended on gstreamer. They were: gnome-applets gnome-media banshee sound-juicer 6) Tried to re-emerge those. They all failed (but I only posted this one bug, as they were all related). 7) Re-upgraded to what I had. Recompiled the apps above. Everything works. So... I did do a revdep-rebuild, as well as manually ran an emerge for the dependencies. Thanks for the suggestion anyway. ~~ Andrew D. reporter reports he fixed the local issue. |