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
That's with stable totem, totem-2.32.0-r2.
PLease attach Full log config.log both as attachment.
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.
Created attachment 285205 [details] build.log Having the same problem. Attaching build.log
Created attachment 285207 [details] config.log ...and config.log
Thanks a lot for the report, guys. Fixed.