After many hours of compiling (and when it seemed close to completing), it 
gave an error while installing curl-7.53.1, as John had predicted. The 
error is funny because this is MacOS 10.13:

[curl-7.53.1] libtool: compile:  clang -DHAVE_CONFIG_H -I../include/curl 
> -I../include -I../include -I../lib -I../lib -DBUILDING_LIBCURL 
> -DCURL_HIDDEN_SYMBOLS 
> -I/Applications/Sage-6.2.app/Contents/Resources/sage/local/include 
> -fvisibility=hidden -Qunused-arguments -Os -mmacosx-version-min=10.8 
> -Werror=partial-availability -MT libcurl_la-connect.lo -MD -MP -MF 
> .deps/libcurl_la-connect.Tpo -c connect.c  -fno-common -DPIC -o 
> .libs/libcurl_la-connect.o
> [curl-7.53.1] connect.c:1087:12: error: 'connectx' is only available on 
> macOS 10.11 or newer [-Werror,-Wunguarded-availability]
> [curl-7.53.1]       rc = connectx(sockfd, &endpoints, SAE_ASSOCID_ANY,
> [curl-7.53.1]            ^~~~~~~~
> [curl-7.53.1] /usr/include/sys/socket.h:713:5: note: 'connectx' has been 
> explicitly marked partial here
> [curl-7.53.1] int connectx(int, const sa_endpoints_t *, sae_associd_t, 
> unsigned int,
> [curl-7.53.1]     ^
> [curl-7.53.1] connect.c:1087:12: note: enclose 'connectx' in a 
> __builtin_available check to silence this warning
> [curl-7.53.1]       rc = connectx(sockfd, &endpoints, SAE_ASSOCID_ANY,
> [curl-7.53.1]            ^~~~~~~~
> [curl-7.53.1] 1 error generated.
>


What's the quickest way out now? If I download curl-7.56.0 in the upstream 
directory and rerun "SAGE_INSTALL_GCC=yes make ptestlong", will it delete 
all the existing builds?

Thanks,
Arvind

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to