| Summary: | gnome-extra/gnome-dvb-daemon-0.2.2 fails to emerge with USE="totem" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Chris Mayo <aklhfex> |
| Component: | [OLD] GNOME | Assignee: | Matt Turner <mattst88> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | gnome |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
build.log
config.log |
||
|
Description
Chris Mayo
2011-08-18 19:59:57 UTC
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. |