Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139344 - media-libs/gst-plugins-0.8.11 should depend on libXdamage
Summary: media-libs/gst-plugins-0.8.11 should depend on libXdamage
Status: RESOLVED DUPLICATE of bug 138639
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-05 10:44 UTC by Juha Heljoranta
Modified: 2006-07-05 10:46 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juha Heljoranta 2006-07-05 10:44:15 UTC
emerge gst-plugins fails if libXdamage is not installed:

if /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2   -DGST_DISABLE_DEPRECATED  -Wall  -DHAVE_XFIXES    -march=athlon64 -pipe -O2 -fPIC -MT libgstximagesink_la-ximagesink.lo -MD -MP -MF ".deps/libgstximagesink_la-ximagesink.Tpo" -c -o libgstximagesink_la-ximagesink.lo `test -f 'ximagesink.c' || echo './'`ximagesink.c; \
then mv -f ".deps/libgstximagesink_la-ximagesink.Tpo" ".deps/libgstximagesink_la-ximagesink.Plo"; else rm -f ".deps/libgstximagesink_la-ximagesink.Tpo"; exit 1; fi
ximagesrc.c: In function `gst_ximagesrc_change_state':
ximagesrc.c:443: error: structure has no member named `damage_event_base'
make[3]: *** [libgstximagesink_la-ximagesrc.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.8 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -Wall -DHAVE_XFIXES -march=athlon64 -pipe -O2 -fPIC -MT libgstximagesink_la-ximagesink.lo -MD -MP -MF .deps/libgstximagesink_la-ximagesink.Tpo -c ximagesink.c  -fPIC -DPIC -o .libs/libgstximagesink_la-ximagesink.o
make[3]: Leaving directory `/var/tmp/portage/gst-plugins-0.8.11/work/gst-plugins-0.8.11/sys/ximage'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gst-plugins-0.8.11/work/gst-plugins-0.8.11/sys'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gst-plugins-0.8.11/work/gst-plugins-0.8.11'
make: *** [all] Error 2

!!! ERROR: media-libs/gst-plugins-0.8.11 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  gst-plugins-0.8.11.ebuild, line 52:   Called die


to fix the problem libXdamage needs to be emerged
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-05 10:46:01 UTC

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