Sun 2018-07-08 09:10:01 UTC, kenichi fujisaki: > > I have an old mac-air (macosx-10.6.8, intel core 2 Duo). > I tried to compile sage-8.2 from the code source: > i did the following: > > cd sage-8.2 > ./configure > make > > then after a few hours. I got (cysignals-1.7.0) -fichier log en attache: > > [cysignals-1.7.0.p0] Error installing package cysignals-1.7.0.p0 > > How can I fix it?
Note that it is highly recommended to upgrade to a supported version of macOS; versions of macOS older than 10.11 are no longer getting security fixes. That said, the problem you are facing is that Cysignals versions 1.7.0 or 1.7.1 won't build out-of-the-box under MacOS <= 10.10.5, but there is a patch to correct that, which might become part of Cysignals 1.7.2 when it is released (it's not clear yet when that will happen). In the meantime, to apply the patch on top of the version of Cysignals you have, just follow the instructions at https://groups.google.com/d/msg/sage-release/zSCoOwWazww/BL5gZfC5BAAJ You can start from your current partially built sage-8.2, "make" will just resume where it started, except this time the Cysignals build will work. Samuel -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
