Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread John H Palmieri


On Monday, November 2, 2020 at 1:38:37 PM UTC-8, Dima Pasechnik wrote:
>
>
>
> On Mon, 2 Nov 2020, 21:36 David Coudert,  > wrote:
>
>> So should we open a ticket to add it and hope it will be included in next 
>> beta or is there a trick to force the installation of giac ?
>>
>
"make giac" should do it.
 

>
> one should open a ticket - but meanwhile you can just add giac to the list 
> in that file, and run
>
> ./configure && make
>
>>
>> > Le 2 nov. 2020 à 22:03, Dima Pasechnik > 
>> a écrit :
>> > 
>> > On Mon, Nov 2, 2020 at 8:25 PM David Coudert > > wrote:
>> >> 
>> >> For some reason, giac has not been installed on my side.
>> > 
>> > it's because it is not in build/pkgs/sagelib/dependencies
>> > for some reason, even though it should be there
>> > 
>> > 
>> >> Just in case I will try again to compile after distclean but this time 
>> using -j1.
>> >> 
>> >>> Le 2 nov. 2020 à 20:04, Dima Pasechnik > > a écrit :
>> >>> 
>> >>> I do have  giac.h installed:
>> >>> 
>> >>> % find . -name giac.h
>> >>> ./local/include/giac/giac.h
>> >>> 
>> >>> and indeed it is installed by giac:
>> >>> 
>> >>> % grep giac\.h logs/pkgs/giac-1.5.0.87p2.p1.log
>> >>> /usr/bin/install -c -m 644 isom.h plot.h plot3d.h rpn.h prog.h pari.h
>> >>> cocoa.h giac.h first.h maple.h help.h tinymt32.h tinymt32_license.h
>> >>> static.h static_extern.h static_lexer.h static_lexer_.h
>> >>> lexer_tab_int.h static_help.h giacPCH.h giacintl.h gmp_replacements.h
>> >>> myostream.h lpsolve.h optimization.h signalprocessing.h graphe.h
>> >>> graphtheory.h nautywrapper.h markup.h kdisplay.h k_csdk.h
>> >>> 
>> '/Users/dima/sage/local/var/tmp/sage/build/giac-1.5.0.87p2.p1/inst/Users/dima/sage/local/include/giac'
>> >>> 
>> >>> and building works.
>> >>> 
>> >>> On Mon, Nov 2, 2020 at 6:35 PM David Coudert > > wrote:
>>  
>>  
>>  Le 2 nov. 2020 à 16:34, Dima Pasechnik > > a écrit :
>>  
>>  
>>  
>>  On Mon, 2 Nov 2020, 14:58 David Coudert, > > wrote:
>> > 
>> > so the main issue now is to recover giac.h
>>  
>>  
>>  rebuild after distclean ?
>>  
>>  at least I was able to build Sage 9.3.beta0 with Homebrew's Python 
>> 3.9.0.
>>  Running tests now.
>>  
>>  
>>  
>>  I tried but still failing with error
>>  
>>  [sagelib-9.3.beta0] build/cythonized/sage/libs/giac/giac.cpp:674:10: 
>> fatal error: 'giac/giac.h' file not found
>>  [sagelib-9.3.beta0] #include "giac/giac.h"
>>  [sagelib-9.3.beta0]  ^
>>  [sagelib-9.3.beta0] 1 error generated.
>>  [sagelib-9.3.beta0] error: command '/usr/bin/gcc' failed with exit 
>> code 1
>>  
>>  
>>  :((
>>  
>>  
>> > 
>> > 
>> > 
>> >> Le 2 nov. 2020 à 10:29, Dima Pasechnik > > a écrit :
>> >> 
>> >> On Mon, Nov 2, 2020 at 8:06 AM David Coudert > > wrote:
>> >>> 
>> >>> I don’t know if Python 3.9 is default forhome-brew or not, but 
>> looking back at the result of command "$ brew install pandoc ffmpeg 
>> imagemagick texinfo", I see the following issues and I don’t know what to 
>> do:
>> >> 
>> >> 
>> >> default or not, I can say that installing ffmped sets Homebrew's 
>> Python3 to 3.9.
>> >> (specifically, it has a couple of deps which explicitly depend on
>> >> Python 3.9, as can be seen by
>> >> running
>> >> 
>> >> brew deps --tree ffmpeg
>> >> 
>> >> 
>> >> 
>> >> Now, our ./configure by default will use whatever python3 points 
>> to,
>> >> that is, 3.9 in such a case.
>> >> 
>> >> 
>> >> 
>> >>> 
>> >>> 
>> >>> ==> Installing ffmpeg dependency: python@3.9
>> >>> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
>> >>> Warning: These files were overwritten during `brew link` step:
>> >>> /usr/local/bin/2to3
>> >>> /usr/local/bin/idle3
>> >>> /usr/local/bin/pydoc3
>> >>> /usr/local/bin/python3
>> >>> /usr/local/bin/python3-config
>> >>> /usr/local/share/man/man1/python3.1
>> >>> /usr/local/lib/pkgconfig/python3-embed.pc
>> >>> /usr/local/lib/pkgconfig/python3.pc
>> >>> /usr/local/Frameworks/Python.framework/Headers
>> >>> /usr/local/Frameworks/Python.framework/Python
>> >>> /usr/local/Frameworks/Python.framework/Resources
>> >>> /usr/local/Frameworks/Python.framework/Versions/Current
>> >>> 
>> >>> They have been backed up in 
>> /Users/dcoudert/Library/Caches/Homebrew/Backup
>> >>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> >>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> >>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> >>> ==> Caveats
>> >>> Python has been installed as
>> >>> 

Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread David Coudert
So should we open a ticket to add it and hope it will be included in next beta 
or is there a trick to force the installation of giac ?

> Le 2 nov. 2020 à 22:03, Dima Pasechnik  a écrit :
> 
> On Mon, Nov 2, 2020 at 8:25 PM David Coudert  wrote:
>> 
>> For some reason, giac has not been installed on my side.
> 
> it's because it is not in build/pkgs/sagelib/dependencies
> for some reason, even though it should be there
> 
> 
>> Just in case I will try again to compile after distclean but this time using 
>> -j1.
>> 
>>> Le 2 nov. 2020 à 20:04, Dima Pasechnik  a écrit :
>>> 
>>> I do have  giac.h installed:
>>> 
>>> % find . -name giac.h
>>> ./local/include/giac/giac.h
>>> 
>>> and indeed it is installed by giac:
>>> 
>>> % grep giac\.h logs/pkgs/giac-1.5.0.87p2.p1.log
>>> /usr/bin/install -c -m 644 isom.h plot.h plot3d.h rpn.h prog.h pari.h
>>> cocoa.h giac.h first.h maple.h help.h tinymt32.h tinymt32_license.h
>>> static.h static_extern.h static_lexer.h static_lexer_.h
>>> lexer_tab_int.h static_help.h giacPCH.h giacintl.h gmp_replacements.h
>>> myostream.h lpsolve.h optimization.h signalprocessing.h graphe.h
>>> graphtheory.h nautywrapper.h markup.h kdisplay.h k_csdk.h
>>> '/Users/dima/sage/local/var/tmp/sage/build/giac-1.5.0.87p2.p1/inst/Users/dima/sage/local/include/giac'
>>> 
>>> and building works.
>>> 
>>> On Mon, Nov 2, 2020 at 6:35 PM David Coudert  
>>> wrote:
 
 
 Le 2 nov. 2020 à 16:34, Dima Pasechnik  a écrit :
 
 
 
 On Mon, 2 Nov 2020, 14:58 David Coudert,  wrote:
> 
> so the main issue now is to recover giac.h
 
 
 rebuild after distclean ?
 
 at least I was able to build Sage 9.3.beta0 with Homebrew's Python 3.9.0.
 Running tests now.
 
 
 
 I tried but still failing with error
 
 [sagelib-9.3.beta0] build/cythonized/sage/libs/giac/giac.cpp:674:10: fatal 
 error: 'giac/giac.h' file not found
 [sagelib-9.3.beta0] #include "giac/giac.h"
 [sagelib-9.3.beta0]  ^
 [sagelib-9.3.beta0] 1 error generated.
 [sagelib-9.3.beta0] error: command '/usr/bin/gcc' failed with exit code 1
 
 
 :((
 
 
> 
> 
> 
>> Le 2 nov. 2020 à 10:29, Dima Pasechnik  a écrit :
>> 
>> On Mon, Nov 2, 2020 at 8:06 AM David Coudert  
>> wrote:
>>> 
>>> I don’t know if Python 3.9 is default forhome-brew or not, but looking 
>>> back at the result of command "$ brew install pandoc ffmpeg imagemagick 
>>> texinfo", I see the following issues and I don’t know what to do:
>> 
>> 
>> default or not, I can say that installing ffmped sets Homebrew's Python3 
>> to 3.9.
>> (specifically, it has a couple of deps which explicitly depend on
>> Python 3.9, as can be seen by
>> running
>> 
>> brew deps --tree ffmpeg
>> 
>> 
>> 
>> Now, our ./configure by default will use whatever python3 points to,
>> that is, 3.9 in such a case.
>> 
>> 
>> 
>>> 
>>> 
>>> ==> Installing ffmpeg dependency: python@3.9
>>> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
>>> Warning: These files were overwritten during `brew link` step:
>>> /usr/local/bin/2to3
>>> /usr/local/bin/idle3
>>> /usr/local/bin/pydoc3
>>> /usr/local/bin/python3
>>> /usr/local/bin/python3-config
>>> /usr/local/share/man/man1/python3.1
>>> /usr/local/lib/pkgconfig/python3-embed.pc
>>> /usr/local/lib/pkgconfig/python3.pc
>>> /usr/local/Frameworks/Python.framework/Headers
>>> /usr/local/Frameworks/Python.framework/Python
>>> /usr/local/Frameworks/Python.framework/Resources
>>> /usr/local/Frameworks/Python.framework/Versions/Current
>>> 
>>> They have been backed up in 
>>> /Users/dcoudert/Library/Caches/Homebrew/Backup
>>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>>> ==> Caveats
>>> Python has been installed as
>>> /usr/local/bin/python3
>>> 
>>> Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
>>> `python3`, `python3-config`, `pip3` etc., respectively, have been 
>>> installed into
>>> /usr/local/opt/python@3.9/libexec/bin
>>> 
>>> You can install Python packages with
>>> pip3 install 
>>> They will install into the site-package directory
>>> /usr/local/lib/python3.9/site-packages
>>> 
>>> See: https://docs.brew.sh/Homebrew-and-Python
>>> ==> Summary
>>> /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB
>>> 
>>> ….
>>> 
>>> ==> Installing 

[sage-release] Sage 9.3.beta0 released

2020-11-02 Thread Henri Girard

Hi,

I build it with ubuntu 20.10 (Hirsute hippo next coming) build complete 
AMD rizen 16 cores 16 Go and ssd 250.


best

Henri

--
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/b6c3261e-7cd7-4cbb-f420-511c3fcabc82%40gmail.com.


Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread David Coudert
For some reason, giac has not been installed on my side.
Just in case I will try again to compile after distclean but this time using 
-j1. 

> Le 2 nov. 2020 à 20:04, Dima Pasechnik  a écrit :
> 
> I do have  giac.h installed:
> 
> % find . -name giac.h
> ./local/include/giac/giac.h
> 
> and indeed it is installed by giac:
> 
> % grep giac\.h logs/pkgs/giac-1.5.0.87p2.p1.log
> /usr/bin/install -c -m 644 isom.h plot.h plot3d.h rpn.h prog.h pari.h
> cocoa.h giac.h first.h maple.h help.h tinymt32.h tinymt32_license.h
> static.h static_extern.h static_lexer.h static_lexer_.h
> lexer_tab_int.h static_help.h giacPCH.h giacintl.h gmp_replacements.h
> myostream.h lpsolve.h optimization.h signalprocessing.h graphe.h
> graphtheory.h nautywrapper.h markup.h kdisplay.h k_csdk.h
> '/Users/dima/sage/local/var/tmp/sage/build/giac-1.5.0.87p2.p1/inst/Users/dima/sage/local/include/giac'
> 
> and building works.
> 
> On Mon, Nov 2, 2020 at 6:35 PM David Coudert  wrote:
>> 
>> 
>> Le 2 nov. 2020 à 16:34, Dima Pasechnik  a écrit :
>> 
>> 
>> 
>> On Mon, 2 Nov 2020, 14:58 David Coudert,  wrote:
>>> 
>>> so the main issue now is to recover giac.h
>> 
>> 
>> rebuild after distclean ?
>> 
>> at least I was able to build Sage 9.3.beta0 with Homebrew's Python 3.9.0.
>> Running tests now.
>> 
>> 
>> 
>> I tried but still failing with error
>> 
>> [sagelib-9.3.beta0] build/cythonized/sage/libs/giac/giac.cpp:674:10: fatal 
>> error: 'giac/giac.h' file not found
>> [sagelib-9.3.beta0] #include "giac/giac.h"
>> [sagelib-9.3.beta0]  ^
>> [sagelib-9.3.beta0] 1 error generated.
>> [sagelib-9.3.beta0] error: command '/usr/bin/gcc' failed with exit code 1
>> 
>> 
>> :((
>> 
>> 
>>> 
>>> 
>>> 
 Le 2 nov. 2020 à 10:29, Dima Pasechnik  a écrit :
 
 On Mon, Nov 2, 2020 at 8:06 AM David Coudert  
 wrote:
> 
> I don’t know if Python 3.9 is default forhome-brew or not, but looking 
> back at the result of command "$ brew install pandoc ffmpeg imagemagick 
> texinfo", I see the following issues and I don’t know what to do:
 
 
 default or not, I can say that installing ffmped sets Homebrew's Python3 
 to 3.9.
 (specifically, it has a couple of deps which explicitly depend on
 Python 3.9, as can be seen by
 running
 
 brew deps --tree ffmpeg
 
 
 
 Now, our ./configure by default will use whatever python3 points to,
 that is, 3.9 in such a case.
 
 
 
> 
> 
> ==> Installing ffmpeg dependency: python@3.9
> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
> Warning: These files were overwritten during `brew link` step:
> /usr/local/bin/2to3
> /usr/local/bin/idle3
> /usr/local/bin/pydoc3
> /usr/local/bin/python3
> /usr/local/bin/python3-config
> /usr/local/share/man/man1/python3.1
> /usr/local/lib/pkgconfig/python3-embed.pc
> /usr/local/lib/pkgconfig/python3.pc
> /usr/local/Frameworks/Python.framework/Headers
> /usr/local/Frameworks/Python.framework/Python
> /usr/local/Frameworks/Python.framework/Resources
> /usr/local/Frameworks/Python.framework/Versions/Current
> 
> They have been backed up in /Users/dcoudert/Library/Caches/Homebrew/Backup
> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> ==> Caveats
> Python has been installed as
> /usr/local/bin/python3
> 
> Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
> `python3`, `python3-config`, `pip3` etc., respectively, have been 
> installed into
> /usr/local/opt/python@3.9/libexec/bin
> 
> You can install Python packages with
> pip3 install 
> They will install into the site-package directory
> /usr/local/lib/python3.9/site-packages
> 
> See: https://docs.brew.sh/Homebrew-and-Python
> ==> Summary
> /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB
> 
> ….
> 
> ==> Installing imagemagick dependency: ghostscript
> ==> Pouring ghostscript-9.53.3.catalina.bottle.tar.gz
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> Could not symlink bin/dvipdf
> Target /usr/local/bin/dvipdf
> already exists. You may want to remove it:
> rm '/usr/local/bin/dvipdf'
> 
> To force the link and overwrite all conflicting files:
> brew link --overwrite ghostscript
> 
> To list all files that would be deleted:
> brew link --overwrite --dry-run ghostscript
> 
> Possible conflicting files are:
> 

Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread Dima Pasechnik
I do have  giac.h installed:

% find . -name giac.h
./local/include/giac/giac.h

and indeed it is installed by giac:

% grep giac\.h logs/pkgs/giac-1.5.0.87p2.p1.log
 /usr/bin/install -c -m 644 isom.h plot.h plot3d.h rpn.h prog.h pari.h
cocoa.h giac.h first.h maple.h help.h tinymt32.h tinymt32_license.h
static.h static_extern.h static_lexer.h static_lexer_.h
lexer_tab_int.h static_help.h giacPCH.h giacintl.h gmp_replacements.h
myostream.h lpsolve.h optimization.h signalprocessing.h graphe.h
graphtheory.h nautywrapper.h markup.h kdisplay.h k_csdk.h
'/Users/dima/sage/local/var/tmp/sage/build/giac-1.5.0.87p2.p1/inst/Users/dima/sage/local/include/giac'

and building works.

On Mon, Nov 2, 2020 at 6:35 PM David Coudert  wrote:
>
>
> Le 2 nov. 2020 à 16:34, Dima Pasechnik  a écrit :
>
>
>
> On Mon, 2 Nov 2020, 14:58 David Coudert,  wrote:
>>
>> so the main issue now is to recover giac.h
>
>
> rebuild after distclean ?
>
> at least I was able to build Sage 9.3.beta0 with Homebrew's Python 3.9.0.
> Running tests now.
>
>
>
> I tried but still failing with error
>
> [sagelib-9.3.beta0] build/cythonized/sage/libs/giac/giac.cpp:674:10: fatal 
> error: 'giac/giac.h' file not found
> [sagelib-9.3.beta0] #include "giac/giac.h"
> [sagelib-9.3.beta0]  ^
> [sagelib-9.3.beta0] 1 error generated.
> [sagelib-9.3.beta0] error: command '/usr/bin/gcc' failed with exit code 1
>
>
> :((
>
>
>>
>>
>>
>> > Le 2 nov. 2020 à 10:29, Dima Pasechnik  a écrit :
>> >
>> > On Mon, Nov 2, 2020 at 8:06 AM David Coudert  
>> > wrote:
>> >>
>> >> I don’t know if Python 3.9 is default forhome-brew or not, but looking 
>> >> back at the result of command "$ brew install pandoc ffmpeg imagemagick 
>> >> texinfo", I see the following issues and I don’t know what to do:
>> >
>> >
>> > default or not, I can say that installing ffmped sets Homebrew's Python3 
>> > to 3.9.
>> > (specifically, it has a couple of deps which explicitly depend on
>> > Python 3.9, as can be seen by
>> > running
>> >
>> > brew deps --tree ffmpeg
>> >
>> >
>> >
>> > Now, our ./configure by default will use whatever python3 points to,
>> > that is, 3.9 in such a case.
>> >
>> >
>> >
>> >>
>> >>
>> >> ==> Installing ffmpeg dependency: python@3.9
>> >> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
>> >> Warning: These files were overwritten during `brew link` step:
>> >> /usr/local/bin/2to3
>> >> /usr/local/bin/idle3
>> >> /usr/local/bin/pydoc3
>> >> /usr/local/bin/python3
>> >> /usr/local/bin/python3-config
>> >> /usr/local/share/man/man1/python3.1
>> >> /usr/local/lib/pkgconfig/python3-embed.pc
>> >> /usr/local/lib/pkgconfig/python3.pc
>> >> /usr/local/Frameworks/Python.framework/Headers
>> >> /usr/local/Frameworks/Python.framework/Python
>> >> /usr/local/Frameworks/Python.framework/Resources
>> >> /usr/local/Frameworks/Python.framework/Versions/Current
>> >>
>> >> They have been backed up in /Users/dcoudert/Library/Caches/Homebrew/Backup
>> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> >> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> >> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> >> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> >> ==> Caveats
>> >> Python has been installed as
>> >>  /usr/local/bin/python3
>> >>
>> >> Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
>> >> `python3`, `python3-config`, `pip3` etc., respectively, have been 
>> >> installed into
>> >>  /usr/local/opt/python@3.9/libexec/bin
>> >>
>> >> You can install Python packages with
>> >>  pip3 install 
>> >> They will install into the site-package directory
>> >>  /usr/local/lib/python3.9/site-packages
>> >>
>> >> See: https://docs.brew.sh/Homebrew-and-Python
>> >> ==> Summary
>> >>  /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB
>> >>
>> >> ….
>> >>
>> >> ==> Installing imagemagick dependency: ghostscript
>> >> ==> Pouring ghostscript-9.53.3.catalina.bottle.tar.gz
>> >> Error: The `brew link` step did not complete successfully
>> >> The formula built, but is not symlinked into /usr/local
>> >> Could not symlink bin/dvipdf
>> >> Target /usr/local/bin/dvipdf
>> >> already exists. You may want to remove it:
>> >>  rm '/usr/local/bin/dvipdf'
>> >>
>> >> To force the link and overwrite all conflicting files:
>> >>  brew link --overwrite ghostscript
>> >>
>> >> To list all files that would be deleted:
>> >>  brew link --overwrite --dry-run ghostscript
>> >>
>> >> Possible conflicting files are:
>> >> /usr/local/bin/dvipdf
>> >> /usr/local/bin/eps2eps
>> >> /usr/local/bin/gs -> /usr/local/bin/gs-noX11
>> >> /usr/local/bin/gsbj
>> >> /usr/local/bin/gsdj
>> >> /usr/local/bin/gsdj500
>> >> /usr/local/bin/gslj
>> >> /usr/local/bin/gslp
>> >> /usr/local/bin/gsnd
>> >> /usr/local/bin/lprsetup.sh
>> >> 

Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread David Coudert

> Le 2 nov. 2020 à 16:34, Dima Pasechnik  a écrit :
> 
> 
> 
> On Mon, 2 Nov 2020, 14:58 David Coudert,  > wrote:
> so the main issue now is to recover giac.h
> 
> rebuild after distclean ?
> 
> at least I was able to build Sage 9.3.beta0 with Homebrew's Python 3.9.0.
> Running tests now.


I tried but still failing with error

[sagelib-9.3.beta0] build/cythonized/sage/libs/giac/giac.cpp:674:10: fatal 
error: 'giac/giac.h' file not found
[sagelib-9.3.beta0] #include "giac/giac.h"
[sagelib-9.3.beta0]  ^
[sagelib-9.3.beta0] 1 error generated.
[sagelib-9.3.beta0] error: command '/usr/bin/gcc' failed with exit code 1


:((


> 
> 
> 
> > Le 2 nov. 2020 à 10:29, Dima Pasechnik  > > a écrit :
> > 
> > On Mon, Nov 2, 2020 at 8:06 AM David Coudert  > > wrote:
> >> 
> >> I don’t know if Python 3.9 is default forhome-brew or not, but looking 
> >> back at the result of command "$ brew install pandoc ffmpeg imagemagick 
> >> texinfo", I see the following issues and I don’t know what to do:
> > 
> > 
> > default or not, I can say that installing ffmped sets Homebrew's Python3 to 
> > 3.9.
> > (specifically, it has a couple of deps which explicitly depend on
> > Python 3.9, as can be seen by
> > running
> > 
> > brew deps --tree ffmpeg
> > 
> > 
> > 
> > Now, our ./configure by default will use whatever python3 points to,
> > that is, 3.9 in such a case.
> > 
> > 
> > 
> >> 
> >> 
> >> ==> Installing ffmpeg dependency: python@3.9
> >> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
> >> Warning: These files were overwritten during `brew link` step:
> >> /usr/local/bin/2to3
> >> /usr/local/bin/idle3
> >> /usr/local/bin/pydoc3
> >> /usr/local/bin/python3
> >> /usr/local/bin/python3-config
> >> /usr/local/share/man/man1/python3.1
> >> /usr/local/lib/pkgconfig/python3-embed.pc
> >> /usr/local/lib/pkgconfig/python3.pc
> >> /usr/local/Frameworks/Python.framework/Headers
> >> /usr/local/Frameworks/Python.framework/Python
> >> /usr/local/Frameworks/Python.framework/Resources
> >> /usr/local/Frameworks/Python.framework/Versions/Current
> >> 
> >> They have been backed up in /Users/dcoudert/Library/Caches/Homebrew/Backup
> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> >> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> >> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> >> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> >> ==> Caveats
> >> Python has been installed as
> >>  /usr/local/bin/python3
> >> 
> >> Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
> >> `python3`, `python3-config`, `pip3` etc., respectively, have been 
> >> installed into
> >>  /usr/local/opt/python@3.9/libexec/bin
> >> 
> >> You can install Python packages with
> >>  pip3 install 
> >> They will install into the site-package directory
> >>  /usr/local/lib/python3.9/site-packages
> >> 
> >> See: https://docs.brew.sh/Homebrew-and-Python 
> >> 
> >> ==> Summary
> >>  /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB
> >> 
> >> ….
> >> 
> >> ==> Installing imagemagick dependency: ghostscript
> >> ==> Pouring ghostscript-9.53.3.catalina.bottle.tar.gz
> >> Error: The `brew link` step did not complete successfully
> >> The formula built, but is not symlinked into /usr/local
> >> Could not symlink bin/dvipdf
> >> Target /usr/local/bin/dvipdf
> >> already exists. You may want to remove it:
> >>  rm '/usr/local/bin/dvipdf'
> >> 
> >> To force the link and overwrite all conflicting files:
> >>  brew link --overwrite ghostscript
> >> 
> >> To list all files that would be deleted:
> >>  brew link --overwrite --dry-run ghostscript
> >> 
> >> Possible conflicting files are:
> >> /usr/local/bin/dvipdf
> >> /usr/local/bin/eps2eps
> >> /usr/local/bin/gs -> /usr/local/bin/gs-noX11
> >> /usr/local/bin/gsbj
> >> /usr/local/bin/gsdj
> >> /usr/local/bin/gsdj500
> >> /usr/local/bin/gslj
> >> /usr/local/bin/gslp
> >> /usr/local/bin/gsnd
> >> /usr/local/bin/lprsetup.sh
> >> /usr/local/bin/pdf2dsc
> >> /usr/local/bin/pdf2ps
> >> /usr/local/bin/pf2afm
> >> /usr/local/bin/pfbtopfa
> >> /usr/local/bin/pphs
> >> /usr/local/bin/printafm
> >> /usr/local/bin/ps2ascii
> >> /usr/local/bin/ps2epsi
> >> /usr/local/bin/ps2pdf
> >> /usr/local/bin/ps2pdf12
> >> /usr/local/bin/ps2pdf13
> >> /usr/local/bin/ps2pdf14
> >> /usr/local/bin/ps2pdfwr
> >> /usr/local/bin/ps2ps
> >> /usr/local/bin/ps2ps2
> >> /usr/local/bin/unix-lpr.sh
> >> /usr/local/share/man/man1/dvipdf.1
> >> /usr/local/share/man/man1/eps2eps.1 -> /usr/local/share/man/man1/ps2ps.1
> >> /usr/local/share/man/man1/gs.1
> >> /usr/local/share/man/man1/gsbj.1 -> /usr/local/share/man/man1/gslp.1
> >> 

Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread Dima Pasechnik
On Mon, 2 Nov 2020, 14:58 David Coudert,  wrote:

> so the main issue now is to recover giac.h
>

rebuild after distclean ?

at least I was able to build Sage 9.3.beta0 with Homebrew's Python 3.9.0.
Running tests now.

>
>
>
> > Le 2 nov. 2020 à 10:29, Dima Pasechnik  a écrit :
> >
> > On Mon, Nov 2, 2020 at 8:06 AM David Coudert 
> wrote:
> >>
> >> I don’t know if Python 3.9 is default forhome-brew or not, but looking
> back at the result of command "$ brew install pandoc ffmpeg imagemagick
> texinfo", I see the following issues and I don’t know what to do:
> >
> >
> > default or not, I can say that installing ffmped sets Homebrew's Python3
> to 3.9.
> > (specifically, it has a couple of deps which explicitly depend on
> > Python 3.9, as can be seen by
> > running
> >
> > brew deps --tree ffmpeg
> >
> >
> >
> > Now, our ./configure by default will use whatever python3 points to,
> > that is, 3.9 in such a case.
> >
> >
> >
> >>
> >>
> >> ==> Installing ffmpeg dependency: python@3.9
> >> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
> >> Warning: These files were overwritten during `brew link` step:
> >> /usr/local/bin/2to3
> >> /usr/local/bin/idle3
> >> /usr/local/bin/pydoc3
> >> /usr/local/bin/python3
> >> /usr/local/bin/python3-config
> >> /usr/local/share/man/man1/python3.1
> >> /usr/local/lib/pkgconfig/python3-embed.pc
> >> /usr/local/lib/pkgconfig/python3.pc
> >> /usr/local/Frameworks/Python.framework/Headers
> >> /usr/local/Frameworks/Python.framework/Python
> >> /usr/local/Frameworks/Python.framework/Resources
> >> /usr/local/Frameworks/Python.framework/Versions/Current
> >>
> >> They have been backed up in
> /Users/dcoudert/Library/Caches/Homebrew/Backup
> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> >> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> >> ==> Caveats
> >> Python has been installed as
> >>  /usr/local/bin/python3
> >>
> >> Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
> >> `python3`, `python3-config`, `pip3` etc., respectively, have been
> installed into
> >>  /usr/local/opt/python@3.9/libexec/bin
> >>
> >> You can install Python packages with
> >>  pip3 install 
> >> They will install into the site-package directory
> >>  /usr/local/lib/python3.9/site-packages
> >>
> >> See: https://docs.brew.sh/Homebrew-and-Python
> >> ==> Summary
> >>  /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB
> >>
> >> ….
> >>
> >> ==> Installing imagemagick dependency: ghostscript
> >> ==> Pouring ghostscript-9.53.3.catalina.bottle.tar.gz
> >> Error: The `brew link` step did not complete successfully
> >> The formula built, but is not symlinked into /usr/local
> >> Could not symlink bin/dvipdf
> >> Target /usr/local/bin/dvipdf
> >> already exists. You may want to remove it:
> >>  rm '/usr/local/bin/dvipdf'
> >>
> >> To force the link and overwrite all conflicting files:
> >>  brew link --overwrite ghostscript
> >>
> >> To list all files that would be deleted:
> >>  brew link --overwrite --dry-run ghostscript
> >>
> >> Possible conflicting files are:
> >> /usr/local/bin/dvipdf
> >> /usr/local/bin/eps2eps
> >> /usr/local/bin/gs -> /usr/local/bin/gs-noX11
> >> /usr/local/bin/gsbj
> >> /usr/local/bin/gsdj
> >> /usr/local/bin/gsdj500
> >> /usr/local/bin/gslj
> >> /usr/local/bin/gslp
> >> /usr/local/bin/gsnd
> >> /usr/local/bin/lprsetup.sh
> >> /usr/local/bin/pdf2dsc
> >> /usr/local/bin/pdf2ps
> >> /usr/local/bin/pf2afm
> >> /usr/local/bin/pfbtopfa
> >> /usr/local/bin/pphs
> >> /usr/local/bin/printafm
> >> /usr/local/bin/ps2ascii
> >> /usr/local/bin/ps2epsi
> >> /usr/local/bin/ps2pdf
> >> /usr/local/bin/ps2pdf12
> >> /usr/local/bin/ps2pdf13
> >> /usr/local/bin/ps2pdf14
> >> /usr/local/bin/ps2pdfwr
> >> /usr/local/bin/ps2ps
> >> /usr/local/bin/ps2ps2
> >> /usr/local/bin/unix-lpr.sh
> >> /usr/local/share/man/man1/dvipdf.1
> >> /usr/local/share/man/man1/eps2eps.1 -> /usr/local/share/man/man1/ps2ps.1
> >> /usr/local/share/man/man1/gs.1
> >> /usr/local/share/man/man1/gsbj.1 -> /usr/local/share/man/man1/gslp.1
> >> /usr/local/share/man/man1/gsdj.1 -> /usr/local/share/man/man1/gslp.1
> >> /usr/local/share/man/man1/gsdj500.1 -> /usr/local/share/man/man1/gslp.1
> >> /usr/local/share/man/man1/gslj.1 -> /usr/local/share/man/man1/gslp.1
> >> /usr/local/share/man/man1/gslp.1
> >> /usr/local/share/man/man1/gsnd.1
> >> /usr/local/share/man/man1/pdf2dsc.1
> >> /usr/local/share/man/man1/pdf2ps.1
> >> /usr/local/share/man/man1/pf2afm.1
> >> /usr/local/share/man/man1/pfbtopfa.1
> >> /usr/local/share/man/man1/printafm.1
> >> /usr/local/share/man/man1/ps2ascii.1
> >> /usr/local/share/man/man1/ps2epsi.1
> >> /usr/local/share/man/man1/ps2pdf.1
> >> 

Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread David Coudert
so the main issue now is to recover giac.h



> Le 2 nov. 2020 à 10:29, Dima Pasechnik  a écrit :
> 
> On Mon, Nov 2, 2020 at 8:06 AM David Coudert  wrote:
>> 
>> I don’t know if Python 3.9 is default forhome-brew or not, but looking back 
>> at the result of command "$ brew install pandoc ffmpeg imagemagick texinfo", 
>> I see the following issues and I don’t know what to do:
> 
> 
> default or not, I can say that installing ffmped sets Homebrew's Python3 to 
> 3.9.
> (specifically, it has a couple of deps which explicitly depend on
> Python 3.9, as can be seen by
> running
> 
> brew deps --tree ffmpeg
> 
> 
> 
> Now, our ./configure by default will use whatever python3 points to,
> that is, 3.9 in such a case.
> 
> 
> 
>> 
>> 
>> ==> Installing ffmpeg dependency: python@3.9
>> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
>> Warning: These files were overwritten during `brew link` step:
>> /usr/local/bin/2to3
>> /usr/local/bin/idle3
>> /usr/local/bin/pydoc3
>> /usr/local/bin/python3
>> /usr/local/bin/python3-config
>> /usr/local/share/man/man1/python3.1
>> /usr/local/lib/pkgconfig/python3-embed.pc
>> /usr/local/lib/pkgconfig/python3.pc
>> /usr/local/Frameworks/Python.framework/Headers
>> /usr/local/Frameworks/Python.framework/Python
>> /usr/local/Frameworks/Python.framework/Resources
>> /usr/local/Frameworks/Python.framework/Versions/Current
>> 
>> They have been backed up in /Users/dcoudert/Library/Caches/Homebrew/Backup
>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
>> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
>> ==> Caveats
>> Python has been installed as
>>  /usr/local/bin/python3
>> 
>> Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
>> `python3`, `python3-config`, `pip3` etc., respectively, have been installed 
>> into
>>  /usr/local/opt/python@3.9/libexec/bin
>> 
>> You can install Python packages with
>>  pip3 install 
>> They will install into the site-package directory
>>  /usr/local/lib/python3.9/site-packages
>> 
>> See: https://docs.brew.sh/Homebrew-and-Python
>> ==> Summary
>>  /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB
>> 
>> ….
>> 
>> ==> Installing imagemagick dependency: ghostscript
>> ==> Pouring ghostscript-9.53.3.catalina.bottle.tar.gz
>> Error: The `brew link` step did not complete successfully
>> The formula built, but is not symlinked into /usr/local
>> Could not symlink bin/dvipdf
>> Target /usr/local/bin/dvipdf
>> already exists. You may want to remove it:
>>  rm '/usr/local/bin/dvipdf'
>> 
>> To force the link and overwrite all conflicting files:
>>  brew link --overwrite ghostscript
>> 
>> To list all files that would be deleted:
>>  brew link --overwrite --dry-run ghostscript
>> 
>> Possible conflicting files are:
>> /usr/local/bin/dvipdf
>> /usr/local/bin/eps2eps
>> /usr/local/bin/gs -> /usr/local/bin/gs-noX11
>> /usr/local/bin/gsbj
>> /usr/local/bin/gsdj
>> /usr/local/bin/gsdj500
>> /usr/local/bin/gslj
>> /usr/local/bin/gslp
>> /usr/local/bin/gsnd
>> /usr/local/bin/lprsetup.sh
>> /usr/local/bin/pdf2dsc
>> /usr/local/bin/pdf2ps
>> /usr/local/bin/pf2afm
>> /usr/local/bin/pfbtopfa
>> /usr/local/bin/pphs
>> /usr/local/bin/printafm
>> /usr/local/bin/ps2ascii
>> /usr/local/bin/ps2epsi
>> /usr/local/bin/ps2pdf
>> /usr/local/bin/ps2pdf12
>> /usr/local/bin/ps2pdf13
>> /usr/local/bin/ps2pdf14
>> /usr/local/bin/ps2pdfwr
>> /usr/local/bin/ps2ps
>> /usr/local/bin/ps2ps2
>> /usr/local/bin/unix-lpr.sh
>> /usr/local/share/man/man1/dvipdf.1
>> /usr/local/share/man/man1/eps2eps.1 -> /usr/local/share/man/man1/ps2ps.1
>> /usr/local/share/man/man1/gs.1
>> /usr/local/share/man/man1/gsbj.1 -> /usr/local/share/man/man1/gslp.1
>> /usr/local/share/man/man1/gsdj.1 -> /usr/local/share/man/man1/gslp.1
>> /usr/local/share/man/man1/gsdj500.1 -> /usr/local/share/man/man1/gslp.1
>> /usr/local/share/man/man1/gslj.1 -> /usr/local/share/man/man1/gslp.1
>> /usr/local/share/man/man1/gslp.1
>> /usr/local/share/man/man1/gsnd.1
>> /usr/local/share/man/man1/pdf2dsc.1
>> /usr/local/share/man/man1/pdf2ps.1
>> /usr/local/share/man/man1/pf2afm.1
>> /usr/local/share/man/man1/pfbtopfa.1
>> /usr/local/share/man/man1/printafm.1
>> /usr/local/share/man/man1/ps2ascii.1
>> /usr/local/share/man/man1/ps2epsi.1
>> /usr/local/share/man/man1/ps2pdf.1
>> /usr/local/share/man/man1/ps2pdf12.1 -> /usr/local/share/man/man1/ps2pdf.1
>> /usr/local/share/man/man1/ps2pdf13.1 -> /usr/local/share/man/man1/ps2pdf.1
>> /usr/local/share/man/man1/ps2pdf14.1 -> /usr/local/share/man/man1/ps2pdf.1
>> /usr/local/share/man/man1/ps2pdfwr.1
>> /usr/local/share/man/man1/ps2ps.1
>> ==> Summary
>>  /usr/local/Cellar/ghostscript/9.53.3: 668 files, 89.3MB
>> 
>> 
>> ….
>> 
>> ==> Upgrading 2 

Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread Samuel Lelièvre
2020-11-01 19:23 UTC, John H Palmieri:
>
> On Sunday, November 1, 2020 at 7:29:31 AM UTC-8, David Coudert wrote:
>>
>> Surprisingly, I still get the recommendation to run :
>> brew install pandoc ffmpeg imagemagick texinfo
>> So something must be wrong somewhere, but what?
>
> I don't know what's going on with pandoc, and I see
> the same behavior. With the others, Sage does not
>currently check whether they are available, it just prints
> a recommendation to install them. So those messages
> are always going to be printed. Maybe the message
> should be clarified.

Clarifying the recommendation message is tracked at:

- Sage Trac ticket 30624
  https://trac.sagemath.org/ticket/30624

I'm behind in fixing my initial attempt; sorry for the delay.

-- 
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 sage-release+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/CAEcArF3%2BDT3OMQcww_KNXGh6T7rz%2Bvb7Q%2BS%2BcpVR4AOdFFKkpQ%40mail.gmail.com.


Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread Dima Pasechnik
On Mon, Nov 2, 2020 at 8:06 AM David Coudert  wrote:
>
> I don’t know if Python 3.9 is default forhome-brew or not, but looking back 
> at the result of command "$ brew install pandoc ffmpeg imagemagick texinfo", 
> I see the following issues and I don’t know what to do:


default or not, I can say that installing ffmped sets Homebrew's Python3 to 3.9.
(specifically, it has a couple of deps which explicitly depend on
Python 3.9, as can be seen by
running

brew deps --tree ffmpeg



Now, our ./configure by default will use whatever python3 points to,
that is, 3.9 in such a case.



>
>
> ==> Installing ffmpeg dependency: python@3.9
> ==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
> Warning: These files were overwritten during `brew link` step:
> /usr/local/bin/2to3
> /usr/local/bin/idle3
> /usr/local/bin/pydoc3
> /usr/local/bin/python3
> /usr/local/bin/python3-config
> /usr/local/share/man/man1/python3.1
> /usr/local/lib/pkgconfig/python3-embed.pc
> /usr/local/lib/pkgconfig/python3.pc
> /usr/local/Frameworks/Python.framework/Headers
> /usr/local/Frameworks/Python.framework/Python
> /usr/local/Frameworks/Python.framework/Resources
> /usr/local/Frameworks/Python.framework/Versions/Current
>
> They have been backed up in /Users/dcoudert/Library/Caches/Homebrew/Backup
> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> ==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py 
> --no-user-cfg install --force --verbose --install-scripts=/usr/loca
> ==> Caveats
> Python has been installed as
>   /usr/local/bin/python3
>
> Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
> `python3`, `python3-config`, `pip3` etc., respectively, have been installed 
> into
>   /usr/local/opt/python@3.9/libexec/bin
>
> You can install Python packages with
>   pip3 install 
> They will install into the site-package directory
>   /usr/local/lib/python3.9/site-packages
>
> See: https://docs.brew.sh/Homebrew-and-Python
> ==> Summary
>   /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB
>
> ….
>
> ==> Installing imagemagick dependency: ghostscript
> ==> Pouring ghostscript-9.53.3.catalina.bottle.tar.gz
> Error: The `brew link` step did not complete successfully
> The formula built, but is not symlinked into /usr/local
> Could not symlink bin/dvipdf
> Target /usr/local/bin/dvipdf
> already exists. You may want to remove it:
>   rm '/usr/local/bin/dvipdf'
>
> To force the link and overwrite all conflicting files:
>   brew link --overwrite ghostscript
>
> To list all files that would be deleted:
>   brew link --overwrite --dry-run ghostscript
>
> Possible conflicting files are:
> /usr/local/bin/dvipdf
> /usr/local/bin/eps2eps
> /usr/local/bin/gs -> /usr/local/bin/gs-noX11
> /usr/local/bin/gsbj
> /usr/local/bin/gsdj
> /usr/local/bin/gsdj500
> /usr/local/bin/gslj
> /usr/local/bin/gslp
> /usr/local/bin/gsnd
> /usr/local/bin/lprsetup.sh
> /usr/local/bin/pdf2dsc
> /usr/local/bin/pdf2ps
> /usr/local/bin/pf2afm
> /usr/local/bin/pfbtopfa
> /usr/local/bin/pphs
> /usr/local/bin/printafm
> /usr/local/bin/ps2ascii
> /usr/local/bin/ps2epsi
> /usr/local/bin/ps2pdf
> /usr/local/bin/ps2pdf12
> /usr/local/bin/ps2pdf13
> /usr/local/bin/ps2pdf14
> /usr/local/bin/ps2pdfwr
> /usr/local/bin/ps2ps
> /usr/local/bin/ps2ps2
> /usr/local/bin/unix-lpr.sh
> /usr/local/share/man/man1/dvipdf.1
> /usr/local/share/man/man1/eps2eps.1 -> /usr/local/share/man/man1/ps2ps.1
> /usr/local/share/man/man1/gs.1
> /usr/local/share/man/man1/gsbj.1 -> /usr/local/share/man/man1/gslp.1
> /usr/local/share/man/man1/gsdj.1 -> /usr/local/share/man/man1/gslp.1
> /usr/local/share/man/man1/gsdj500.1 -> /usr/local/share/man/man1/gslp.1
> /usr/local/share/man/man1/gslj.1 -> /usr/local/share/man/man1/gslp.1
> /usr/local/share/man/man1/gslp.1
> /usr/local/share/man/man1/gsnd.1
> /usr/local/share/man/man1/pdf2dsc.1
> /usr/local/share/man/man1/pdf2ps.1
> /usr/local/share/man/man1/pf2afm.1
> /usr/local/share/man/man1/pfbtopfa.1
> /usr/local/share/man/man1/printafm.1
> /usr/local/share/man/man1/ps2ascii.1
> /usr/local/share/man/man1/ps2epsi.1
> /usr/local/share/man/man1/ps2pdf.1
> /usr/local/share/man/man1/ps2pdf12.1 -> /usr/local/share/man/man1/ps2pdf.1
> /usr/local/share/man/man1/ps2pdf13.1 -> /usr/local/share/man/man1/ps2pdf.1
> /usr/local/share/man/man1/ps2pdf14.1 -> /usr/local/share/man/man1/ps2pdf.1
> /usr/local/share/man/man1/ps2pdfwr.1
> /usr/local/share/man/man1/ps2ps.1
> ==> Summary
>   /usr/local/Cellar/ghostscript/9.53.3: 668 files, 89.3MB
>
>
> ….
>
> ==> Upgrading 2 dependents:
> python@3.8 3.8.5 -> 3.8.6_1, tbb 2020_U2 -> 2020_U3_1
> ==> Upgrading python@3.8 3.8.5 -> 3.8.6_1
> ==> Downloading 
> https://homebrew.bintray.com/bottles/python%403.8-3.8.6_1.catalina.bottle.tar.gz
> ==> Downloading from 
> 

Re: [sage-release] Sage 9.3.beta0 released

2020-11-02 Thread David Coudert
I don’t know if Python 3.9 is default forhome-brew or not, but looking back at 
the result of command "$ brew install pandoc ffmpeg imagemagick texinfo", I see 
the following issues and I don’t know what to do:

==> Installing ffmpeg dependency: python@3.9
==> Pouring python@3.9-3.9.0_1.catalina.bottle.tar.gz
Warning: These files were overwritten during `brew link` step:
/usr/local/bin/2to3
/usr/local/bin/idle3
/usr/local/bin/pydoc3
/usr/local/bin/python3
/usr/local/bin/python3-config
/usr/local/share/man/man1/python3.1
/usr/local/lib/pkgconfig/python3-embed.pc
/usr/local/lib/pkgconfig/python3.pc
/usr/local/Frameworks/Python.framework/Headers
/usr/local/Frameworks/Python.framework/Python
/usr/local/Frameworks/Python.framework/Resources
/usr/local/Frameworks/Python.framework/Versions/Current

They have been backed up in /Users/dcoudert/Library/Caches/Homebrew/Backup
==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py --no-user-cfg 
install --force --verbose --install-scripts=/usr/loca
==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py --no-user-cfg 
install --force --verbose --install-scripts=/usr/loca
==> /usr/local/Cellar/python@3.9/3.9.0_1/bin/python3 -s setup.py --no-user-cfg 
install --force --verbose --install-scripts=/usr/loca
==> Caveats
Python has been installed as
  /usr/local/bin/python3

Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
  /usr/local/opt/python@3.9/libexec/bin

You can install Python packages with
  pip3 install 
They will install into the site-package directory
  /usr/local/lib/python3.9/site-packages

See: https://docs.brew.sh/Homebrew-and-Python
==> Summary
  /usr/local/Cellar/python@3.9/3.9.0_1: 4,447 files, 72MB

….

==> Installing imagemagick dependency: ghostscript
==> Pouring ghostscript-9.53.3.catalina.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/dvipdf
Target /usr/local/bin/dvipdf
already exists. You may want to remove it:
  rm '/usr/local/bin/dvipdf'

To force the link and overwrite all conflicting files:
  brew link --overwrite ghostscript

To list all files that would be deleted:
  brew link --overwrite --dry-run ghostscript

Possible conflicting files are:
/usr/local/bin/dvipdf
/usr/local/bin/eps2eps
/usr/local/bin/gs -> /usr/local/bin/gs-noX11
/usr/local/bin/gsbj
/usr/local/bin/gsdj
/usr/local/bin/gsdj500
/usr/local/bin/gslj
/usr/local/bin/gslp
/usr/local/bin/gsnd
/usr/local/bin/lprsetup.sh
/usr/local/bin/pdf2dsc
/usr/local/bin/pdf2ps
/usr/local/bin/pf2afm
/usr/local/bin/pfbtopfa
/usr/local/bin/pphs
/usr/local/bin/printafm
/usr/local/bin/ps2ascii
/usr/local/bin/ps2epsi
/usr/local/bin/ps2pdf
/usr/local/bin/ps2pdf12
/usr/local/bin/ps2pdf13
/usr/local/bin/ps2pdf14
/usr/local/bin/ps2pdfwr
/usr/local/bin/ps2ps
/usr/local/bin/ps2ps2
/usr/local/bin/unix-lpr.sh
/usr/local/share/man/man1/dvipdf.1
/usr/local/share/man/man1/eps2eps.1 -> /usr/local/share/man/man1/ps2ps.1
/usr/local/share/man/man1/gs.1
/usr/local/share/man/man1/gsbj.1 -> /usr/local/share/man/man1/gslp.1
/usr/local/share/man/man1/gsdj.1 -> /usr/local/share/man/man1/gslp.1
/usr/local/share/man/man1/gsdj500.1 -> /usr/local/share/man/man1/gslp.1
/usr/local/share/man/man1/gslj.1 -> /usr/local/share/man/man1/gslp.1
/usr/local/share/man/man1/gslp.1
/usr/local/share/man/man1/gsnd.1
/usr/local/share/man/man1/pdf2dsc.1
/usr/local/share/man/man1/pdf2ps.1
/usr/local/share/man/man1/pf2afm.1
/usr/local/share/man/man1/pfbtopfa.1
/usr/local/share/man/man1/printafm.1
/usr/local/share/man/man1/ps2ascii.1
/usr/local/share/man/man1/ps2epsi.1
/usr/local/share/man/man1/ps2pdf.1
/usr/local/share/man/man1/ps2pdf12.1 -> /usr/local/share/man/man1/ps2pdf.1
/usr/local/share/man/man1/ps2pdf13.1 -> /usr/local/share/man/man1/ps2pdf.1
/usr/local/share/man/man1/ps2pdf14.1 -> /usr/local/share/man/man1/ps2pdf.1
/usr/local/share/man/man1/ps2pdfwr.1
/usr/local/share/man/man1/ps2ps.1
==> Summary
  /usr/local/Cellar/ghostscript/9.53.3: 668 files, 89.3MB


….

==> Upgrading 2 dependents:
python@3.8 3.8.5 -> 3.8.6_1, tbb 2020_U2 -> 2020_U3_1
==> Upgrading python@3.8 3.8.5 -> 3.8.6_1 
==> Downloading 
https://homebrew.bintray.com/bottles/python%403.8-3.8.6_1.catalina.bottle.tar.gz
==> Downloading from 
https://d29vzk4ow07wi7.cloudfront.net/123ddd272ba0670d72578b36c4801b59449ac21e9d5a7e47c34c9e489330600a?response
 100.0%
==> Pouring python@3.8-3.8.6_1.catalina.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
Target /usr/local/bin/2to3
is a symlink belonging to python@3.9. You can unlink it:
  brew unlink python@3.9

To force the link and overwrite all conflicting files:
  brew link --overwrite python@3.8

To list all files that would be deleted: