Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218801 - net-voip/telepathy-stream-engine-0.5.2 fails to build because of undefined GST_DEBUG_GRAPH_SHOW_ALL
Summary: net-voip/telepathy-stream-engine-0.5.2 fails to build because of undefined GS...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Piotr Jaroszyński (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-21 21:36 UTC by Philippe Chaintreuil
Modified: 2008-04-21 22:07 UTC (History)
3 users (show)

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 Philippe Chaintreuil 2008-04-21 21:36:19 UTC
Trying to install telepathy-stream-engine-0.5.2 gives me the following error:

------------------------------------------------------------------------------
if i686-pc-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I..    -Wall -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/telepathy-1.0 -I/usr/include/dbus-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/dbus-1.0/include   -pthread -I/usr/include/farsight-0.1 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2 -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I.. -I.. -O0 -march=pentium3 -pipe -ggdb -MT stream-engine-main.o -MD -MP -MF ".deps/stream-engine-main.Tpo" -c -o stream-engine-main.o stream-engine-main.c; \
	then mv -f ".deps/stream-engine-main.Tpo" ".deps/stream-engine-main.Po"; else rm -f ".deps/stream-engine-main.Tpo"; exit 1; fi
stream-engine-main.c: In function 'dump_dot_file':
stream-engine-main.c:176: warning: implicit declaration of function 'GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS'
stream-engine-main.c:177: error: 'GST_DEBUG_GRAPH_SHOW_ALL' undeclared (first use in this function)
stream-engine-main.c:177: error: (Each undeclared identifier is reported only once
stream-engine-main.c:177: error: for each function it appears in.)
make[3]: *** [stream-engine-main.o] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-voip/telepathy-stream-engine-0.5.2/work/telepathy-stream-engine-0.5.2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/net-voip/telepathy-stream-engine-0.5.2/work/telepathy-stream-engine-0.5.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-voip/telepathy-stream-engine-0.5.2/work/telepathy-stream-engine-0.5.2'
make: *** [all] Error 2
 * 
 * ERROR: net-voip/telepathy-stream-engine-0.5.2 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line   86:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 *  The die message:
 *   emake failed
 * 
------------------------------------------------------------------------------

After a little research, this enum value is something new in >=0.10.15, which means that this ebuild should probably update it's DEPEND to be more specific.

Reproducible: Always
Comment 1 Philippe Chaintreuil 2008-04-21 21:38:00 UTC
Just upgraded my gstreamer to 0.10.17 and this compile problem goes away.
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2008-04-21 22:07:53 UTC
added a requirement on gst 0.10.17 to stream-engine