>From singular....log:
In file included from bbfan.cc:17:
In file included from ./gfan.h:18:
/Users/gms/sage/sage-9.5.rc1/local/include/cddlib/cdd.h:26:10: fatal error:
'cdd_f.h' file not found
#include "cdd_f.h"
^~~~~~~~~
1 error generated.
make[10]: *** [gfanlib_la-bbfan.lo] Error 1
This is very strange. Could you (1) check what's in local/include/cddlib/
and (2) reinstall cddlib using "make cddlib-clean cddlib"?
On Sunday, January 16, 2022 at 2:17:58 AM UTC-8 [email protected] wrote:
>
> There was no /usr/local/opt.
> I eliminated all references to /usr/local/opt in .bash_profile.
> Uninstalled homebrew and reinstalled it.
>
> I get
>
> make[2]: *** [all-start] Error 2
>
>
> real 4m27.295s
>
> user 12m14.754s
>
> sys 3m20.702s
>
> ***************************************************************
>
> Error building Sage.
>
>
> The following package(s) may have failed to build (not necessarily
>
> during this run of 'make all-start'):
>
>
> * package: iml-1.0.4p1.p2
>
> last build time: Jan 16 00:17
>
> log file:
> /Users/gms/sage/sage-9.5.rc1/logs/pkgs/iml-1.0.4p1.p2.log
>
> build directory:
> /Users/gms/sage/sage-9.5.rc1/local/var/tmp/sage/build/iml-1.0.4p1.p2
>
>
> * package: singular-4.2.1p3
>
> last build time: Jan 16 00:18
>
> log file:
> /Users/gms/sage/sage-9.5.rc1/logs/pkgs/singular-4.2.1p3.log
>
> build directory:
> /Users/gms/sage/sage-9.5.rc1/local/var/tmp/sage/build/singular-4.2.1p3
>
>
> * package: tachyon-0.98.9.p7
>
> last build time: Jan 16 11:08
>
> log file:
> /Users/gms/sage/sage-9.5.rc1/logs/pkgs/tachyon-0.98.9.p7.log
>
> build directory:
> /Users/gms/sage/sage-9.5.rc1/local/var/tmp/sage/build/tachyon-0.98.9.p7
>
>
> [...]
>
>
> make[1]: *** [all-start] Error 1
>
> make: *** [all] Error 2
>
> Logs attached.
>
> On Sun, 16 Jan 2022 at 01:38, Matthias Köppe <[email protected]> wrote:
>
>> It looks like you have homebrew installed both for x86_64 (in /usr/local)
>> and for arm64 (in /opt/homebrew). Could you check if moving /usr/local out
>> of the way fixes the build errors?
>>
>> On Saturday, January 15, 2022 at 4:25:49 PM UTC-8 [email protected]
>> wrote:
>>
>>>
>>> Here it is.
>>>
>>> On Sun, 16 Jan 2022 at 01:23, Matthias Köppe <[email protected]>
>>> wrote:
>>>
>>>> config.log please
>>>>
>>>> On Saturday, January 15, 2022 at 3:24:58 PM UTC-8 [email protected]
>>>> wrote:
>>>>
>>>>>
>>>>> Trying to build on an M1 Mac under macOS 11.6.2, I get
>>>>>
>>>>> make[2]: *** [all-start] Error 2
>>>>>
>>>>>
>>>>> real 3m36.733s
>>>>>
>>>>> user 4m58.426s
>>>>>
>>>>> sys 1m2.949s
>>>>>
>>>>> ***************************************************************
>>>>>
>>>>> Error building Sage.
>>>>>
>>>>>
>>>>> The following package(s) may have failed to build (not necessarily
>>>>>
>>>>> during this run of 'make all-start'):
>>>>>
>>>>>
>>>>> * package: zn_poly-0.9.2
>>>>>
>>>>> last build time: Jan 16 00:17
>>>>>
>>>>> log file:
>>>>> /Users/gms/sage/sage-9.5.rc1/logs/pkgs/zn_poly-0.9.2.log
>>>>>
>>>>> build directory:
>>>>> /Users/gms/sage/sage-9.5.rc1/local/var/tmp/sage/build/zn_poly-0.9.2
>>>>>
>>>>>
>>>>> * package: ratpoints-2.1.3.p5
>>>>>
>>>>> last build time: Jan 16 00:17
>>>>>
>>>>> log file:
>>>>> /Users/gms/sage/sage-9.5.rc1/logs/pkgs/ratpoints-2.1.3.p5.log
>>>>>
>>>>> build directory:
>>>>> /Users/gms/sage/sage-9.5.rc1/local/var/tmp/sage/build/ratpoints-2.1.3.p5
>>>>>
>>>>>
>>>>> * package: iml-1.0.4p1.p2
>>>>>
>>>>> last build time: Jan 16 00:17
>>>>>
>>>>> log file:
>>>>> /Users/gms/sage/sage-9.5.rc1/logs/pkgs/iml-1.0.4p1.p2.log
>>>>>
>>>>> build directory:
>>>>> /Users/gms/sage/sage-9.5.rc1/local/var/tmp/sage/build/iml-1.0.4p1.p2
>>>>>
>>>>>
>>>>> * package: singular-4.2.1p3
>>>>>
>>>>> last build time: Jan 16 00:18
>>>>>
>>>>> log file:
>>>>> /Users/gms/sage/sage-9.5.rc1/logs/pkgs/singular-4.2.1p3.log
>>>>>
>>>>> build directory:
>>>>> /Users/gms/sage/sage-9.5.rc1/local/var/tmp/sage/build/singular-4.2.1p3
>>>>>
>>>>>
>>>>> [...]
>>>>>
>>>>>
>>>>> make[1]: *** [all-start] Error 1
>>>>>
>>>>> make: *** [all] Error 2
>>>>>
>>>>> Logs attached.
>>>>>
>>>>> HTH
>>>>>
>>>>> Guillermo
>>>>>
>>>>> On Sat, 15 Jan 2022 at 22:01, Matthias Köppe <[email protected]>
>>>>> wrote:
>>>>>
>>>>>> Based on the runs on GH Actions, I have updated the summary of
>>>>>> platform support in
>>>>>> https://wiki.sagemath.org/ReleaseTours/sage-9.5#Sources
>>>>>>
>>>>>> TL;DR: It's all good now on all platforms tested on GH Actions,
>>>>>> including Cygwin.
>>>>>> But I would urge that 9.5 still merge the positively reviews tickets
>>>>>> marked "critical"/"blocker", such as
>>>>>> https://trac.sagemath.org/ticket/29285 (which fixes the build in the
>>>>>> presence of pyenv).
>>>>>> Also *note we have absolutely no automatic testing for the Apple
>>>>>> Silicon (M1) platform.* So it would be good if users/developers who
>>>>>> have access to this platform test the release candidate.
>>>>>>
>>>>>
>>>
>> --
>>
> You received this message because you are subscribed to the Google Groups
>> "sage-release" 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-release/aab6b03b-e723-4d83-a5e0-484ded41c3d3n%40googlegroups.com
>>
>> <https://groups.google.com/d/msgid/sage-release/aab6b03b-e723-4d83-a5e0-484ded41c3d3n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
--
You received this message because you are subscribed to the Google Groups
"sage-release" 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-release/fc61b9c0-5e12-4b6a-acb3-749970cf9462n%40googlegroups.com.