I think it might be related to Mac having an old version of makeinfo. I see from your config.log that you use homebrew. To get ECL to build you can try
brew install texinfo export PATH="/usr/local/opt/texinfo/bin:$PATH" and then rerunning configure and make. I haven't tested with sage, but I downloaded ECL and that allowed me to build it (it wouldn't build using Mac's default makeinfo). It's maybe worth including that in the list of optional homebrew packages and then updated .homebrew-build-env On Saturday, July 18, 2020 at 10:08:58 PM UTC-4 Matthias Koeppe wrote: > I have opened https://trac.sagemath.org/ticket/30173 for this > > > On Saturday, July 18, 2020 at 5:50:30 PM UTC-7, David Einstein wrote: >> >> Attempting to rebuild sage I run into problems building ecl. This >> baffles me, as it seems to die while building the documentation for ecl. >> Attached are the config.log and ecl-20.4.24.p0.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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/3a7a486a-429c-443b-94f1-878a619029c7n%40googlegroups.com.
