-
Notifications
You must be signed in to change notification settings - Fork 880
Fails to build man pages on x86 in 32bit chroot #3112
Comments
If it is building on a real x86_32, the line above looks a bit suspicious. Is this some kind of cross-compiling environment perhaps? |
Just a clean 32 chroot on 64 host (pbuilder). Nothing to worry about though it should work and therefore ought to be fixed. |
It looks like the configure is getting confused about this setup and you are ending in a strange scenario. Are you by chance passing a |
Right, it is actually builds on raw i386... Somehow build scripts became confused when run in pbuilder... It used to work in the past. Somehow build systems seems to became more sensitive to build environment... I'll experiment more and report back. |
I see 1.13.0 has been properly built on Debian autobuilders, which confirms this is somehow confined to pbuilder chroot. @onlyjob: just for an heads-up, ppc64 support will come with #2936 and s390x will follow soon in appc appc/spec#651. Both require a newer appc/spec version. |
@onlyjob pinging, do you have some feedback from the build env? Until then, I am bumping this to the next release. |
On Debian GNU/Linux i686
make manpages
fails as follows on i386 (a.k.a. x86_32):On amd64 (a.k.a. x86_64) it works so we have a build problem at least on x86_32...
The text was updated successfully, but these errors were encountered: