Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449090 - media-video/totem-3.6 fails to compile due to the wrong lower specified clutter related dependences
Summary: media-video/totem-3.6 fails to compile due to the wrong lower specified clutt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugzilla.gnome.org/show_bug.c...
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2012-12-28 21:18 UTC by Evgeny Bobkin
Modified: 2012-12-28 22:39 UTC (History)
0 users

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


Attachments
build.log (file_449090.txt,56.46 KB, text/plain)
2012-12-28 21:18 UTC, Evgeny Bobkin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny Bobkin 2012-12-28 21:18:03 UTC
the compilation fail due to the error messages:
bacon-video-osd-actor.c:45:2: error: expected specifier-qualifier-list before 'ClutterCanvas'
bacon-video-osd-actor.c: In function 'fade_timeout':
bacon-video-osd-actor.c:60:22: error: 'BaconVideoOsdActorPrivate' has no member named 'fade_out_alpha'
bacon-video-osd-actor.c:65:39: error: 'BaconVideoOsdActorPrivate' has no member named 'fade_out_alpha'
bacon-video-osd-actor.c:66:26: error: 'BaconVideoOsdActorPrivate' has no member named 'fade_out_alpha'

and so on, see the attached build log

failed to compiled with(specified in the ebuild):
media-libs/clutter-1.8.4
media-libs/clutter-gst-1.9.92
media-libs/clutter-gtk-1.0.4


however totem compiles fine with:
media-libs/clutter-1.12.2
media-libs/clutter-gst-1.9.92
media-libs/clutter-gtk-1.4.2



Reproducible: Always
Comment 1 Evgeny Bobkin 2012-12-28 21:18:43 UTC
Created attachment 333622 [details]
build.log
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-12-28 22:33:09 UTC
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v
retrieving revision 1.347
diff -u -B -r1.347 ChangeLog
--- ChangeLog	24 Dec 2012 12:40:39 -0000	1.347
+++ ChangeLog	28 Dec 2012 22:32:20 -0000
@@ -2,6 +2,9 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/media-video/totem/ChangeLog,v 1.347 2012/12/24 12:40:39 eva Exp $
 
+  28 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> totem-3.6.3-r1.ebuild:
+  Raise clutter dependency, bug #449090.
+
 *totem-3.6.3-r1 (24 Dec 2012)
 
   24 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> +totem-3.6.3-r1.ebuild,
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2012-12-28 22:33:52 UTC
According to documentation ClutterCanvas is only available since clutter-1.10

http://developer.gnome.org/clutter/1.9/ClutterCanvas.html

If it still does not build, feel free to reopen.