Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 395077 - dev-python/gconf-python-2.28.1 requires pygobject but does not depend on it
Summary: dev-python/gconf-python-2.28.1 requires pygobject but does not depend on it
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 15:52 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2011-12-17 18:41 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2011-12-17 15:52:54 UTC
libtool: compile:  x86_64-pc-linux-gnu-gcc -pthread -DHAVE_CONFIG_H -I. -I.. -I/usr/include/python2.7 -I/usr/include/python2.7 -pthread -I/usr/include/pygtk-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -march=native -pipe -ggdb -g -Wall -std=c9x -fno-strict-aliasing -MT gconf_la-gconf-types.lo -MD -MP -MF .deps/gconf_la-gconf-types.Tpo -c gconf-types.c  -fPIC -DPIC -o .libs/gconf_la-gconf-types.o
mv -f .deps/gconf_la-gconfmodule.Tpo .deps/gconf_la-gconfmodule.Plo
(cd . \
 && /usr/bin/pygobject-codegen-2.0 \
    --py_ssize_t-clean \
    --load-types gconf-arg-types.py \
    --override gconf.override \
    --prefix pygconf gconf.defs) > gen-gconf.c \
&& cp gen-gconf.c gconf.c \
&& rm -f gen-gconf.c
mv -f .deps/gconf_la-gconf-fixes.Tpo .deps/gconf_la-gconf-fixes.Plo
/usr/bin/python2: can't open file '/usr/lib64/python2.7/site-packages/gtk-2.0/codegen/codegen.py': [Errno 2] No such file or directory
make[2]: *** [gconf.c] Errore 2
make[2]: *** Attesa dei processi non terminati....
mv -f .deps/gconf_la-gconf-types.Tpo .deps/gconf_la-gconf-types.Plo
make[2]: Leaving directory `/var/tmp/portage/dev-python/gconf-python-2.28.1/work/gnome-python-2.28.1-2.7/gconf'
make[1]: *** [all-recursive] Errore 1
make[1]: Leaving directory `/var/tmp/portage/dev-python/gconf-python-2.28.1/work/gnome-python-2.28.1-2.7'
make: *** [all] Errore 2
emake failed
 * ERROR: dev-python/gconf-python-2.28.1 failed (compile phase):
 *   Building failed with CPython 2.7 in building() function

This during a manual (not python-updater) rebuild of python2.6 packages against 2.7, trying to debug why hotot crashes.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2011-12-17 18:41:31 UTC
>  17 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
>  gconf-python-2.28.1.ebuild:
>  Add missing pygobject dependency (bug #395077, thanks to flameeyes for
>  reporting) and bump to EAPI1 for slot dep support.