Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379783 - gnome-extra/gnome-dvb-daemon-0.2.2 fails to emerge with USE="totem"
Summary: gnome-extra/gnome-dvb-daemon-0.2.2 fails to emerge with USE="totem"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-18 19:59 UTC by Chris Mayo
Modified: 2011-08-31 23:18 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,8.96 KB, text/plain)
2011-08-31 21:48 UTC, Fabian Köster
Details
config.log (config.log,41.27 KB, text/plain)
2011-08-31 21:49 UTC, Fabian Köster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2011-08-18 19:59:57 UTC
checking GStreamer 0.10 inspection tool... yes
checking GStreamer 0.10 mpegtsparse plugin... yes
checking GStreamer 0.10 dvbbasebin plugin... yes
checking GStreamer 0.10 dvbsrc plugin... yes
checking GStreamer 0.10 rtpmp2tpay plugin... yes
configure: error: 

	*** Could not determinate totem plugin directory.

	Please make sure totem is installed or set the directory
	manually using --with-totem-plugin-dir
			

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/gnome-extra/gnome-dvb-daemon-0.2.2/work/gnome-dvb-daemon-0.2.2/config.log
 * ERROR: gnome-extra/gnome-dvb-daemon-0.2.2 failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 5737:  Called gnome2_src_configure
 *   environment, line 3096:  Called econf '--enable-nls' '--enable-totem-plugin'
 *     ebuild.sh, line  561:  Called die
Comment 1 Chris Mayo 2011-08-18 20:02:00 UTC
That's with stable totem, totem-2.32.0-r2.
Comment 2 Agostino Sarubbo gentoo-dev 2011-08-19 13:37:57 UTC
PLease attach

Full log
config.log

both as attachment.
Comment 3 Chris Mayo 2011-08-19 17:31:55 UTC
On investigation totem-2.32 is not installing totem.pc
It is in totem-3:
http://git.gnome.org/browse/totem/commit/data/totem.pc.in?h=gnome-3-0&id=567558c62a5df85795bbcb2ceb79604e58cb20fb


So the test from configure.ac fails:

if test "x$enable_totem" = "xyes"; then
	if test "x$with_totem_plugin_dir" = "x"; then
		TOTEM_PLUGIN_DIR=`$PKG_CONFIG --variable=pluginsdir totem`
		if test "x$TOTEM_PLUGIN_DIR" = "x"; then
			AC_MSG_ERROR(
			[

	*** Could not determinate totem plugin directory. 
	
	Please make sure totem is installed or set the directory
	manually using --with-totem-plugin-dir


As it suggests setting --with-totem-plugin-dir does make it work.
Comment 4 Fabian Köster 2011-08-31 21:48:21 UTC
Created attachment 285205 [details]
build.log

Having the same problem. Attaching build.log
Comment 5 Fabian Köster 2011-08-31 21:49:29 UTC
Created attachment 285207 [details]
config.log

...and config.log
Comment 6 Matt Turner gentoo-dev 2011-08-31 23:18:12 UTC
Thanks a lot for the report, guys. Fixed.