Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427540 - mutter-3.4.1-r1 fails during compile due to unrecognized GTK-Doc comment block, identifier not found
Summary: mutter-3.4.1-r1 fails during compile due to unrecognized GTK-Doc comment bloc...
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: http://forums.gentoo.org/viewtopic-p-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-21 19:25 UTC by Randy Tupas
Modified: 2012-07-21 23:24 UTC (History)
0 users

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


Attachments
Output of emerge --info '=x11-wm/mutter-3.4.1-r1' (emerge.info.txt,4.99 KB, text/plain)
2012-07-21 19:25 UTC, Randy Tupas
Details
Output of emerge -pqv '=x11-wm/mutter-3.4.1-r1' (emerge.pqv.txt,84 bytes, text/plain)
2012-07-21 19:27 UTC, Randy Tupas
Details
build log from Randy Tupas (build.log.txt,30.92 KB, text/plain)
2012-07-21 19:27 UTC, Randy Tupas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Tupas 2012-07-21 19:25:59 UTC
Created attachment 318844 [details]
Output of emerge --info '=x11-wm/mutter-3.4.1-r1'

mutter fails due to compile after numerous "ignoring unrecognized GTK-Doc comment block, identifier not found:". The final error that stops the compile is "Warning: Meta: meta_prefs_get_keybindings: return value: Missing (element-type) annotation"

Snippet below:
...
meta/workspace.h:4: Warning: Meta: ignoring unrecognized GTK-Doc comment block, identifier not found:
 * \file workspace.h    Workspaces
   ^
core/prefs.c:2006: Warning: Meta: meta_prefs_get_keybindings: return value: Missing (element-type) annotation
<unknown>:: Fatal: Meta: warnings configured as fatal
<unknown>:: Fatal: Meta: warnings configured as fatal

make[4]: *** [Meta-3.0.gir] Error 1
Comment 1 Randy Tupas 2012-07-21 19:27:06 UTC
Created attachment 318846 [details]
Output of emerge -pqv '=x11-wm/mutter-3.4.1-r1'
Comment 2 Randy Tupas 2012-07-21 19:27:25 UTC
Created attachment 318848 [details]
build log from Randy Tupas
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-07-21 23:13:50 UTC
Thanks for reporting, already fixed in cvs: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-wm/mutter/mutter-3.4.1-r1.ebuild?r1=1.3&r2=1.4
Comment 4 Randy Tupas 2012-07-21 23:24:57 UTC
Tetromino,

I deleted my obsolete distfile and downloaded the updated mutter-3.4.1-r1. Compiled fine. Thanks!
-Randy