Bug#1094386: openldap FTCBFS: uses the build architecture compiler
Helmut Grohne
helmut at subdivi.de
Mon Jan 27 16:57:06 GMT 2025
Source: openldap
Version: 2.6.9+dfsg-1
Tags: patch upstream
Severity: important
Justification: architecture cross bootstrap regression
User: debian-cross at lists.debian.org
Usertags: ftcbfs
User: helmutg at debian.org
Usertags: rebootstrap
Hi Ryan,
I fear openldap regressed cross building again. Upstream thought it
would be a good idea to use AC_PATH_PROGS(CC, ...) unfortunately, that
initializes CC to the build architecture compiler and once autoconf
checks for CC, it just settles on the one lacking a tool prefix. Just
swapping out AC_PATH_PROGS for AC_PATH_TOOLS (in multiple instances)
fixes this for good. I'm attaching a patch for your convenience. Can you
funnel it upstream?
Helmut
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cross.patch
Type: text/x-diff
Size: 1087 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-openldap-devel/attachments/20250127/38517235/attachment.patch>
More information about the Pkg-openldap-devel
mailing list