Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416165 - [Gnome overlay] media-video/totem-3.4.0 configure fails with USE="-python"
Summary: [Gnome overlay] media-video/totem-3.4.0 configure fails with USE="-python"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 22:35 UTC by cyrillic
Modified: 2012-05-20 22:23 UTC (History)
0 users

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


Attachments
totem_build.log (totem_build.log,11.56 KB, text/plain)
2012-05-15 22:37 UTC, cyrillic
Details
emerge.info (emerge.info,3.04 KB, text/plain)
2012-05-15 22:37 UTC, cyrillic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cyrillic 2012-05-15 22:35:52 UTC
The ebuild disables introspection when USE="-python"
This is what causes the failure.

Reproducible: Always

Steps to Reproduce:
1. emerge totem


Actual Results:  
configure: error: you need introspection support for the rotation plugin




I was able to fix the ebuild like this :

diff -u {gnome,gentoo_fixes}/media-video/totem/totem-3.4.0.ebuild 
--- gnome/media-video/totem/totem-3.4.0.ebuild	2012-05-06 07:54:22.000000000 -0400
+++ gentoo_fixes/media-video/totem/totem-3.4.0.ebuild	2012-05-15 18:14:21.000000000 -0400
@@ -124,7 +124,6 @@
 		$(use_enable nautilus)
 		$(use_enable nsplugin browser-plugins)
 		$(use_enable python)
-		$(use_enable python introspection)
 		$(use_enable vala)
 		VALAC=$(type -P valac-0.14)
 		BROWSER_PLUGIN_DIR=/usr/$(get_libdir)/nsbrowser/plugins"
Comment 1 cyrillic 2012-05-15 22:37:21 UTC
Created attachment 311907 [details]
totem_build.log
Comment 2 cyrillic 2012-05-15 22:37:52 UTC
Created attachment 311909 [details]
emerge.info
Comment 3 cyrillic 2012-05-20 15:29:15 UTC
Update :

totem-3.4.2 also has the same problem.
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-05-20 22:23:16 UTC
Thanks, fixed in cvs.

>  20 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> totem-3.4.2.ebuild:
>  Fix build with USE=-python (bug #416165, thanks to cyrillic).