2021-03-16 01:26 UTC, Matthias Köppe:
>
> On Monday, March 15, 2021 at 1:42:44 PM UTC-7 Samuel Lelievre:
>>
>> On macOS 10.14.6, in a fresh clone, I got this:
>> ```
>> $ source .homebrew-build-env
>> $ ./bootstrap -q
>> $ ./configure --enable-download-from-upstream-url -q
>> ./configure: line 40596: SAGE_SPKG_CONFIGURE_SAGELIB: command not found
>
> Harmless, will be fixed in https://trac.sagemath.org/ticket/31496
>
>> configure: WARNING: ".../build/pkgs/termcap/type" is missing.
>> Leftovers from another branch?
>
> You can just delete the termcap directory. The package has been removed.

Indeed, that was just a warning, not an error. In the same folder,
without deleting the termcap folder or changing anything, I ran
this fuller command to bootstrap, configure, make and testlong,
and despite the innocuous configure warnings, all tests passed!
```
$ source .homebrew-build-env
$ ./bootstrap -q && ./configure -q && make -s V=0 && make -s V=0 testlong
./configure: line 40596: SAGE_SPKG_CONFIGURE_SAGELIB: command not found
configure: WARNING: "/opt/s/sage93f/build/pkgs/termcap/type" is
missing.  Leftovers from another branch?
*** ALL ENVIRONMENT VARIABLES BEFORE BUILD: ***
...
----------------------------------------------------------------------
All tests passed!
----------------------------------------------------------------------
```
Thanks everybody for all the hard work that made that possible!

-- 
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/CAEcArF21-hbmWuw-TLJ2k7g6n7zHOQgDS_sve2L36n%3D6j1o2rw%40mail.gmail.com.

Reply via email to