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 646737 - qsort test breaks cross compilation
qsort test breaks cross compilation
Status: RESOLVED DUPLICATE of bug 646309
Product: glib
Classification: Platform
Component: general
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-04-04 18:39 UTC by Alberto Ruiz
Modified: 2011-04-05 19:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This patch fixes the issue (362 bytes, patch)
2011-04-04 18:39 UTC, Alberto Ruiz
none Details | Review

Description Alberto Ruiz 2011-04-04 18:39:59 UTC
Created attachment 185134 [details] [review]
This patch fixes the issue

The qsort test in configure.ac does not have an action for the cross compilation use case. The patch attached fixes the problem.
Comment 1 Christian Persch 2011-04-04 20:54:43 UTC
Maybe also wrap in an AC_CACHE_CHECK like bug 646309 proposes ?
Comment 2 Alberto Ruiz 2011-04-05 10:57:27 UTC
Sounds good, will try the change and test.
Comment 3 Matthias Clasen 2011-04-05 19:05:32 UTC
 the patch in bug 646309 looks better to me

*** This bug has been marked as a duplicate of bug 646309 ***