curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl 7.56.0 build problems

From: Michael Felt <michael_at_felt.demon.nl>
Date: Mon, 16 Oct 2017 19:50:52 +0200

On 16/10/2017 19:10, Michael Felt wrote:
> On 16/10/2017 17:26, Daniel Stenberg wrote:
>> On Mon, 16 Oct 2017, Michael Felt wrote:
>>
>>> + make > .buildaix/make.out
>>> "Makefile", line 3771: make: 1254-055 Dependency line needs colon or
>>> double colon operator.
>>
>>> I do not understand the wrror message (line-numbers) as those seem
>>> to be comments.
>>>
>>> +3771  #    collecting lcov instance. (Default:
>>
>> Are you sure you're looking in the right Makefile?
> I'll double check - but from the second make command (V=1) is says cd
> lib; then the error messages.

Now positive - basically, just deleted a lot of lines: and make works again:

root_at_x064:[/data/prj/aixtools/curl-7.56.0/lib]diff Makefile.mamf_saves
Makefile
3728,3858d3727
<
< .MAKE: all install-am install-strip
<
< .PHONY: CTAGS GTAGS TAGS all all-am all-local check check-am clean \
<       clean-generic clean-libLTLIBRARIES clean-libtool \
...

Back to this problem though (I think I mentioned it before)
root_at_x064:[/data/prj/aixtools/curl-7.56.0/lib]make
         make  all-am
   CC       libcurl_la-http_ntlm.lo
"/usr/include/openssl/crypto.h", line 518.44: 1506-275 (S) Unexpected
text free_func encountered.
"/usr/include/openssl/crypto.h", line 523.47: 1506-275 (S) Unexpected
text free_func encountered.
"/usr/include/openssl/asn1.h", line 925.46: 1506-275 (S) Unexpected text
free_func encountered.
"/usr/include/openssl/asn1.h", line 1079.49: 1506-275 (S) Unexpected
text free_func encountered.
"/usr/include/openssl/objects.h", line 1009.31: 1506-275 (S) Unexpected
text free_func encountered.
"/usr/include/openssl/ec.h", line 858.41: 1506-275 (S) Unexpected text
free_func encountered.
"/usr/include/openssl/ec.h", line 870.44: 1506-275 (S) Unexpected text
free_func encountered.
make: 1254-004 The error code from the last command is 1.

If not, I'll research again and report.

>>
>> But the error message is seriously strange and I think it seems to
>> imply a problem with automake/autoconf rather than stuff we've
>> written but I can't be sure... To me it sounds like generated
>> depenencies or something that use wrong syntax, but I can't
>> understand why it would suddently do this in a version upgrade.
>>
>>> From curl 7.54.1 to 7.56.0 I apparently upgraded automake from 1.15
>>> to 1.15.1
>
> I think it may very well be related to automake - imho - gnu only
> tests on gnu, especially of late - and things like this slip in. - as
> that is what I see in the top of the (generated) Makefile
>
> I'll try running a buildconf using automake 1.15 - not sure if I'll
> get that done today though.
>
>> (not sure exactly when), I wonder if that might be related...
>>
>>
>> -------------------------------------------------------------------
>> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
>> Etiquette:   https://curl.haxx.se/mail/etiquette.html
>
>
> -------------------------------------------------------------------
> Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
> Etiquette:   https://curl.haxx.se/mail/etiquette.html
>

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-10-16