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 327520 - use of crypto broken for cross builds
use of crypto broken for cross builds
Status: RESOLVED OBSOLETE
Product: libxslt
Classification: Platform
Component: general
1.1.15
Other Linux
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-18 11:56 UTC by tim.vanholder
Modified: 2021-07-05 11:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tim.vanholder 2006-01-18 11:56:10 UTC
libxslt's crypto support uses libgcrypt, and at configure time, libgcrypt-config
is used to determine whether or not it's available.  Similar checks are used
for libxml2, but unlike for libxml2, no options are available to specify an
alternate prefix for libgcrypt.
For a cross-compilation configuration (configure --host=mingw32
--prefix=/usr/local/mingw32), this means that crypto cannot be enabled, nor will
it correctly be detected as unavailable - all because the build system's
libgcrypt-config will be called instead of that of the cross host.

Note: It would be even better if gnome libraries handled cross builds by
installing everything under $prefix/$host, with a $prefix/bin/$host-$program
symlink for every program/script it installs (the way binutils/gcc do it).
That would allow the use of AC_PATH_TOOL instead of AC_PATH_PROG to find the
correct config script.
In fact, even without that builtin support, simply using AC_CHECK/PATH_TOOL
instead of AC_CHECK/PATH_PROG in configure.in would at least allow people like
me to create those $host-$program links manually to fix build issues like this.
Comment 1 GNOME Infrastructure Team 2021-07-05 11:00:40 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new ticket at
  https://gitlab.gnome.org/GNOME/libxslt/-/issues/

Thank you for your understanding and your help.