Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439194 - gnome-extra/deskbar-applet-2.32.0 fails to build
Summary: gnome-extra/deskbar-applet-2.32.0 fails to build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glib-2.32
  Show dependency tree
 
Reported: 2012-10-21 20:24 UTC by Alex Orange
Modified: 2012-10-23 16:05 UTC (History)
1 user (show)

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


Attachments
emerge --info '=gnome-extra/deskbar-applet-2.32.0' > info.log (info.log,5.35 KB, text/plain)
2012-10-21 20:52 UTC, Alex Orange
Details
emerge -pqv '=gnome-extra/deskbar-applet-2.32.0' > pretend.log (pretend.log,70 bytes, text/plain)
2012-10-21 20:52 UTC, Alex Orange
Details
cp /var/tmp/portage/gnome-extra/deskbar-applet-2.32.0/temp/build.log . (build.log,15.74 KB, text/plain)
2012-10-21 20:53 UTC, Alex Orange
Details

Note You need to log in before you can comment on or make changes to this bug.
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.