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 55475 - xpath.c needs -mieee on Alpha/Linux platform
xpath.c needs -mieee on Alpha/Linux platform
Status: VERIFIED FIXED
Product: libxml
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: Daniel Veillard
Daniel Veillard
Depends on:
Blocks:
 
 
Reported: 2001-05-30 12:40 UTC by dany
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
diff -C3 orig/libxml2-2.3.9/Makefile.in libxml2-2.3.9/Makefile.in (601 bytes, patch)
2001-05-30 12:57 UTC, dany
none Details | Review
diff -C3 orig/libxml2-2.3.9/configure libxml2-2.3.9/configure (809 bytes, patch)
2001-05-30 12:59 UTC, dany
none Details | Review

Description dany 2001-05-30 12:40:34 UTC
Testing of libxml2 on Alpha/Linux platform fails if xpath.c is not compiled
with -mieee.

This problem exists at least in libxml2-2.3.{5,6,9}.

I have suggested changes to configure and Makefile.in, where can I send
them?

FWIW my compiler is gcc version egcs-2.90.27 980315 (egcs-1.0.2 release)
Comment 1 dany 2001-05-30 12:57:23 UTC
Created attachment 589 [details] [review]
diff -C3 orig/libxml2-2.3.9/Makefile.in libxml2-2.3.9/Makefile.in
Comment 2 dany 2001-05-30 12:59:15 UTC
Created attachment 590 [details] [review]
diff -C3 orig/libxml2-2.3.9/configure  libxml2-2.3.9/configure
Comment 3 Daniel Veillard 2001-06-06 16:17:22 UTC
Hum, configure and Makefile.in are generated files,
so patches to them are not really useful. I made
a simpler version just adding -mieee to CFLAGS and 
commited it:

http://cvs.gnome.org/bonsai/cvsquery.cgi?module=gnome-xml&branch=HEAD&branchtype=match&dir=gnome-xml&file=&filetype=match&who=veillard&whotype=match&sortby=Date&hours=&date=explicit&mindate=06%2F06%2F01+12%3A11&maxdate=06%2F06%2F01+12%3A11&cvsroot=%2Fcvs%2Fgnome

Geert Kloosterman <geertk@ai.rug.nl> reported the same problem
and agreed with the fix so I hope this does indeed fix the problem.
http://mail.gnome.org/archives/xml/2001-June/msg00039.html

  thanks for the report and the patches,

Daniel
Comment 4 Daniel Veillard 2001-06-17 18:22:08 UTC
should be shipped in 2.3.11, hope it's closed

Daniel