[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gsasl 1.9.0 on musl libc
From: |
Bruno Haible |
Subject: |
Re: gsasl 1.9.0 on musl libc |
Date: |
Sat, 18 Jan 2020 23:50:00 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-171-generic; KDE/5.18.0; x86_64; ; ) |
Hi Simon,
> > checking how to truncate binary pipes... /bin/dd bs=4096 count=1
> > ../configure: line 1: /usr/bin/file: not found
> > checking for mt... no
> > ...
>
> Any ideas what this is? I can't find anything in gsasl invoking 'file'.
> I suspect it comes from some auto-generated file.
It comes from libtool.m4 line 1382.
> Please try 1.9.1 on those platforms and let me know if it works!
>
> http://alpha.gnu.org/gnu/gsasl/gsasl-1.9.1.tar.gz
* On Linux/arm64:
* On GNU/kFreeBSD (Debian 7.11.0 kFreeBSD for x86_64):
* On Cygwin:
* On Solaris 11 OpenIndiana (in 64-bit mode):
Builds fine, all tests pass.
* On Solaris 11.4: There is a build failure:
CCLD libgsasl.la
../libtool[1720]: eval: syntax error at line 1: `|' unexpected
gmake[4]: *** [Makefile:1557: libgsasl.la] Error 3
gmake[4]: Leaving directory '/export/home/bruno/gsasl-1.9.1/build-64/lib/src'
It's a libtool problem. Configure produced this line:
checking command to parse /usr/bin/nm -p output from gcc -O2 object... failed
The fix is to apply the patch from https://savannah.gnu.org/patch/?9467
(twice, once for m4/libtool.m4, and once for lib/m4/libtool.m4).
Bruno