Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418083 - dev-libs/gobject-introspection-1.30.0-r2 - ImportError: No module named _elementtree
Summary: dev-libs/gobject-introspection-1.30.0-r2 - ImportError: No module named _elem...
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:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-29 03:50 UTC by Rick Farina (Zero_Chaos)
Modified: 2012-06-04 07:42 UTC (History)
0 users

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


Attachments
build.log from failed build (build.log,42.39 KB, text/plain)
2012-05-29 03:52 UTC, Rick Farina (Zero_Chaos)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Farina (Zero_Chaos) gentoo-dev 2012-05-29 03:50:52 UTC
build failure

Reproducible: Always

Steps to Reproduce:
1.try to build gobject-introspection-1.30.0-r2 in a clean stage3
2. be sad
3.
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2012-05-29 03:52:51 UTC
Created attachment 313475 [details]
build.log from failed build

I am building with catalyst so I can't easily get emerge --info output
Comment 2 Arfrever Frehtes Taifersar Arahesis 2012-05-29 16:47:47 UTC
Rebuild =dev-lang/python-2* with USE="xml".

Dependencies in dev-libs/gobject-introspection (including 1.32.1) should be updated:
PYTHON_USE_WITH="xml"
Comment 3 Rick Farina (Zero_Chaos) gentoo-dev 2012-05-29 17:11:40 UTC
(In reply to comment #2)
> Rebuild =dev-lang/python-2* with USE="xml".
> 
> Dependencies in dev-libs/gobject-introspection (including 1.32.1) should be
> updated:
> PYTHON_USE_WITH="xml"

I believe it also doesn't pull in python-2.7 yet is trying to build against it because I have USE_PYTHON="2.7 3.2" set.
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-06-04 07:30:46 UTC
(In reply to comment #3)

USE_PYTHON is only relevant for ebuilds that inherit python-distutils-ng.eclass, not for ebuilds like gobject-introspection that inherit python.eclass.

(In reply to comment #2)

Thanks, fixed.

>  04 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  gobject-introspection-0.10.8.ebuild, gobject-introspection-1.30.0-r1.ebuild,
>  gobject-introspection-1.30.0-r2.ebuild, gobject-introspection-1.32.0.ebuild,
>  gobject-introspection-1.32.1.ebuild:
>  Need PYTHON_USE_WITH="xml"(bug #418083, thanks to Arfrever).
Comment 5 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-06-04 07:42:17 UTC
(In reply to comment #4)
> (In reply to comment #3)
> 
> USE_PYTHON is only relevant for ebuilds that inherit
> python-distutils-ng.eclass, not for ebuilds like gobject-introspection that
> inherit python.eclass.

I am sorry, brain error, ignore what I wrote above.

USE_PYTHON is relevant for ebuilds that inherit python.eclass and support multiple python ABIs; the gobject-introspection ebuild does not support multiple ABIs because the package's code is only compatible with python-2.7.