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 671176 - fixed a 64bit big endian issue
fixed a 64bit big endian issue
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: 2012-03-01 23:14 UTC by Marcus Meissner
Modified: 2012-05-07 10:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
bigendian64.patch (622 bytes, patch)
2012-03-01 23:14 UTC, Marcus Meissner
none Details | Review

Description Marcus Meissner 2012-03-01 23:14:15 UTC
Created attachment 208830 [details] [review]
bigendian64.patch

attached patch fixes a 64bit endian issue, making libxml2 work (again) on ppc64


unsigned int and size_t are differently sized on 64bit.
Comment 1 Daniel Veillard 2012-05-07 10:43:28 UTC
Makes sense, thanks for catching this, I refactored the patch slightly and
commited it :

 http://git.gnome.org/browse/libxml2/commit/?id=996449273fd4a8fc656d42088779e236d456e47a

  thanks !

Daniel