On Wed, Jul 1, 2020 at 2:23 PM Nicolo' Piazzalunga <nicolopiazzalu...@gmail.com> wrote: > > Thanks. > I'm puzzled by 'does not support check for system package'/'no suitable > system package' in config.log > E.g. why is it not finding boost, isl, and why is it building ecl (just > to list a few), all of which are installed as system packages?
boost and isl should be possible to use from the system (make sure the headers are installed - on some Linux distros they are separate packages) What happened is that apparently you didn't have boost installed when you ran ./configure 1st time, which prompted Sage to build its own copy, and now we see ## -------------------------------------------------------------- ## ## Checking whether SageMath should install SPKG boost_cropped... ## ## -------------------------------------------------------------- ## configure:12971: boost_cropped has already been installed by SageMath ## ------------------------------------------------------ ## ## Checking whether SageMath should install SPKG boost... ## ## ------------------------------------------------------ ## configure:13439: checking whether any of boost_cropped is installed as or will be installed as SPKG configure:13443: result: yes; install boost as well configure:13500: no suitable system package found for SPKG boost (boost the Sage package depends on boost_cropped) > > On 7/1/20 3:15 PM, Michael Orlitzky wrote: > > On 2020-07-01 08:36, Dima Pasechnik wrote: > >> > >> In building giac, you get even more strange error, a missing gammaf > >> function. > >> (something to do with musl?) > > > > Giac upstream probably needs to > > > > #define _GNU_SOURCE > > > > to get the gammaf() function with musl, since it's not standardized. > > > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/sage-devel/6eb2b70d-6946-8d8c-6c66-219fd75634db%40gmail.com. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq3EKuestdSMWMc%2BQXPYVHnGm8HnSe4FPyj3Kw_FPqA7EQ%40mail.gmail.com.