After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 662567 - [regression] build failure in git/master:
[regression] build failure in git/master:
Status: RESOLVED DUPLICATE of bug 662148
Product: totem
Classification: Core
Component: Plugins
3.2.x
Other Linux
: Normal critical
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-10-24 00:52 UTC by David Ronis
Modified: 2011-10-24 16:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2011-10-24 00:52:20 UTC
I'm building in a gnome 3.2.[01] environment.  The build dies with:

  CC     librotation_la-totem-rotation-plugin.lo
totem-rotation-plugin.c: In function 'rotation_plugin_store_state_finish':
totem-rotation-plugin.c:615:32: warning: variable '_data_' set but not used [-Wunused-but-set-variable]
totem-rotation-plugin.c: In function 'rotation_plugin_try_restore_state':
totem-rotation-plugin.c:758:14: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
totem-rotation-plugin.c: In function 'rotation_plugin_try_restore_state_finish':
totem-rotation-plugin.c:764:37: warning: variable '_data_' set but not used [-Wunused-but-set-variable]
totem-rotation-plugin.c: In function 'rotation_plugin_peas_activatable_interface_init':
totem-rotation-plugin.c:911:7: error: 'PeasActivatableInterface' has no member named 'get_object'
totem-rotation-plugin.c:912:7: error: 'PeasActivatableInterface' has no member named 'set_object'
totem-rotation-plugin.c: At top level:
totem-rotation-plugin.c:183:13: warning: 'peas_activatable_set_object' used but never defined [enabled by default]
totem-rotation-plugin.c:763:13: warning: 'rotation_plugin_try_restore_state_finish' defined but not used [-Wunused-function]
totem-rotation-plugin.c:614:13: warning: 'rotation_plugin_store_state_finish' defined but not used [-Wunused-function]
make[6]: *** [librotation_la-totem-rotation-plugin.lo] Error 1
Comment 1 Bastien Nocera 2011-10-24 09:38:36 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 662148 ***
Comment 2 Philip Withnall 2011-10-24 16:01:35 UTC
(Replying on bug #662148.)