After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 697042 - python3 porting broke itstool
python3 porting broke itstool
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-01 13:31 UTC by Colin Walters
Modified: 2013-04-02 11:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Colin Walters 2013-04-01 13:31:02 UTC
Looks like the one of the iter() methods went away.  Reverting to v2.9.0-50-g0ab8ce53024e80f671b135a58086a24bf76bc2eb makes it work again.

I hit this in gnome-ostree (tracking libxml2, itstool, zenity git master all), 
should also be reproducible with jhbuild.
Comment 1 Daniel Veillard 2013-04-02 00:24:11 UTC
I commited a fix yesterday (virt-manager was broken too), 2to3 decided
to rename any next to __next__ rather blindly and I didn't caught that
one.

https://git.gnome.org/browse/libxml2/commit/?id=87f3287d9b00bdc39be032a8a3f2d46860eaf787

  Can you check ? and close if needed ?

    thanks,

Daniel