It is the file, thank you. And the relevant bit is:
configure:41026: checking if libcurl is version 7 and >= 7.22.0
configure:41055: gcc -o conftest -g -O2  -fPIC  
-I/Users/mercatp/anaconda3/include   -L/Users/mercatp/sage/local/lib 
-Wl,-rpath,/Users/mercatp/sage/local/lib  conftest.c 
-L/Users/mercatp/anaconda3/lib -lcurl -lssl -lcrypto -lssl -lcrypto -lz -lpcre 
-llzma -lbz2 -lz -licucore -lm  -liconv >&5
configure:41055: $? = 0
configure:41055: ./conftest
dyld: Library not loaded: @rpath/libcurl.4.dylib
  Referenced from: 
/Users/mercatp/sage/local/var/tmp/sage/build/r-3.4.4.p0/src/./conftest
  Reason: image not found
./configure: line 2272: 93196 Trace/BPT trap: 5       ./conftest$ac_exeext
configure:41055: $? = 133
configure: program exited with status 133
configure: failed program was:


And you are using anaconda and anaconda’s libcurl is found but due to some 
library configuration
it is not loaded when the test is run leading to the detection failure.

François

> On 29/10/2018, at 09:45, 'Paul Mercat' via sage-devel 
> <sage-devel@googlegroups.com> wrote:
> 
> Ok, so it should be this file.
> 
> Le dimanche 28 octobre 2018 19:16:06 UTC+1, Dima Pasechnik a écrit :
> On Sun, Oct 28, 2018 at 5:27 PM 'Paul Mercat' via sage-devel 
> <sage-...@googlegroups.com> wrote: 
> > 
> > Is it this file ? 
> this looks like the main sage's config.log, not the one from R. 
> To get the latter, look at the bottom of 
> logs/pkgs/r-3.4.4.p0.log 
> for the location of the R build directory and look for config.log there. 
> 
> > 
> > Le dimanche 28 octobre 2018 14:33:07 UTC+1, Erik Bray a écrit : 
> >> 
> >> It might be more useful to see the config.log for R.  I think usually 
> >> when a build fails there is a message providing a path to the 
> >> config.log of the build. 
> >> This would tell us exactly what commands configure ran and why it 
> >> failed (in principle). 
> >> On Sun, Oct 28, 2018 at 12:55 PM 'Paul Mercat' via sage-devel 
> >> <sage-...@googlegroups.com> wrote: 
> >> > 
> >> > Hi ! 
> >> > 
> >> > I tried to compile sage-8.4 on my computer on OS X, and I get the 
> >> > following error. 
> >> > I compiled using SAGE_INSTALL_GCC='yes'. 
> >> > 
> >> > It is strange because it indicates that the version of curl is not 
> >> > recent enough, but it is! 
> >> > 
> >> > [r-3.4.4.p0] checking libcurl version ... 7.60.0 
> >> > 
> >> > [r-3.4.4.p0] checking curl/curl.h usability... yes 
> >> > 
> >> > [r-3.4.4.p0] checking curl/curl.h presence... yes 
> >> > 
> >> > [r-3.4.4.p0] checking for curl/curl.h... yes 
> >> > 
> >> > [r-3.4.4.p0] checking if libcurl is version 7 and >= 7.22.0... no 
> >> > 
> >> > [r-3.4.4.p0] configure: error: libcurl >= 7.22.0 library and headers are 
> >> > required 
> >> > 
> >> > [r-3.4.4.p0] Error configuring R. 
> >> > 
> >> > 
> >> > Any idea to solve this problem ? 
> >> > 
> >> > 
> >> > -- 
> >> > You received this message because you are subscribed to the Google 
> >> > Groups "sage-devel" group. 
> >> > To unsubscribe from this group and stop receiving emails from it, send 
> >> > an email to sage-devel+...@googlegroups.com. 
> >> > To post to this group, send email to sage-...@googlegroups.com. 
> >> > Visit this group at https://groups.google.com/group/sage-devel. 
> >> > For more options, visit https://groups.google.com/d/optout. 
> > 
> > -- 
> > You received this message because you are subscribed to the Google Groups 
> > "sage-devel" group. 
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to sage-devel+...@googlegroups.com. 
> > To post to this group, send email to sage-...@googlegroups.com. 
> > Visit this group at https://groups.google.com/group/sage-devel. 
> > For more options, visit https://groups.google.com/d/optout. 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-devel@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.
> <config.log>

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

Reply via email to