Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 439194

Summary: gnome-extra/deskbar-applet-2.32.0 fails to build
Product: Gentoo Linux Reporter: Alex Orange <crazycasta>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: major CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 406437    
Attachments: emerge --info '=gnome-extra/deskbar-applet-2.32.0' > info.log
emerge -pqv '=gnome-extra/deskbar-applet-2.32.0' > pretend.log
cp /var/tmp/portage/gnome-extra/deskbar-applet-2.32.0/temp/build.log .

Description Alex Orange 2012-10-21 20:24:07 UTC
gnome-extra/deskbar-applet-2.32.0 fails to build with the following error:

make[5]: *** [evolution.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [_evolutionmodule.lo] Error 1
In file included from ./evolution.h:5:0,
                 from _evolution.override:9:
/usr/include/glib-2.0/glib/gtypes.h:28:2: error: #error "Only <glib.h> can be included directly."
make[5]: *** [_evolution.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/gnome-extra/deskbar-applet-2.32.0/work/deskbar-applet-2.32.0/deskbar/handlers/evolution'


Reproducible: Always

Steps to Reproduce:
1. emerge -avDuN --with-bdeps y world
2.
3.
Actual Results:  
Everything but deskbar builds. Deskbar build fails.

Expected Results:  
All builds work.
Comment 1 Alex Orange 2012-10-21 20:52:38 UTC
Created attachment 327106 [details]
emerge --info '=gnome-extra/deskbar-applet-2.32.0' > info.log
Comment 2 Alex Orange 2012-10-21 20:52:55 UTC
Created attachment 327108 [details]
emerge -pqv '=gnome-extra/deskbar-applet-2.32.0' > pretend.log
Comment 3 Alex Orange 2012-10-21 20:53:17 UTC
Created attachment 327110 [details]
cp /var/tmp/portage/gnome-extra/deskbar-applet-2.32.0/temp/build.log .
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-10-23 06:40:18 UTC
Thanks for reporting. Fixed in cvs without a revision bump.

>  23 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  deskbar-applet-2.32.0.ebuild, +files/deskbar-applet-2.32.0-glib-2.32.patch:
>  Fix build failure with glib-2.32 (bug #439194, thanks to CC). Use
>  python_clean_py-compile_files.
Comment 5 Alex Orange 2012-10-23 16:05:02 UTC
Thanks, works for me.