Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread Dima Pasechnik
On Mon, Aug 19, 2019 at 12:26 PM David Coudert  wrote:
>
>
>
> Le 19 août 2019 à 10:58, Dima Pasechnik  a écrit :
>
> On Mon, Aug 19, 2019 at 11:20 AM David Coudert  wrote:
>
>
> but for beta6, I succeeded to compile it without downloading the configure 
> tarball...

since https://trac.sagemath.org/ticket/27823 one needs gettext and
gettextize to run ./bootstrap
without downloading,
see the ticket (or git show fdad7d900bc) for more details.

I don't think I ever tried this on OSX.

Dima
>
>
> there were changes in configure  in beta7.
> Or do you mean to say that you used to be able to run ./bootstrap and it
> produced the ./configure script for you?
>
>
> I was able to use bootstrap to produce the configure script.
>
> I have no configure-* file in upstream/
>
> David.
>
>
>
>
> Le 19 août 2019 à 09:27, Dima Pasechnik  a écrit :
>
> something is funny with your internet connection, and so you cannot
> download the needed configure tarball.
>
> On Mon, Aug 19, 2019 at 10:20 AM David Coudert  wrote:
>
>
> I don't know how to fix this issue with aclocal. Some help is more than 
> welcome.
>
> confetti:sage dcoudert$ make build
>
> /Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile 
> --stop
>
> ./bootstrap -d
>
> rm -rf config configure build/make/Makefile-auto.in
>
> bootstrap:69: installing 'config/config.rpath'
>
> build/pkgs/iconv/spkg-configure.m4:2: warning: macro 'AM_ICONV' not found in 
> library
>
> Error: could not locate the pkg-config autoconf macros. These are
>
> usually located in /usr/share/aclocal/pkg.m4. If your macros are
>
> in a different location, try setting the environment variable
>
> ACLOCAL="aclocal -I/other/macro/dir" before running ./bootstrap
>
> autom4te: /usr/bin/m4 failed with exit status: 16
>
> aclocal: error: echo failed with exit status: 16
>
> Bootstrap failed, downloading required files instead.
>
> Attempting to download package 
> configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz from mirrors
>
> Downloading the Sage mirror list
>
> CRITICAL [mirror_list|_refresh:182]: Downloading the mirror list failed, 
> using cached version
>
> https://mirror.koddos.net/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://www.mirrorservice.org/sites/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://mirrors.mit.edu/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> https://mirrors.up.pt/pub/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://sage.mirror.garr.it/mirrors/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://files.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.ntua.gr/pub/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR 

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread David Coudert


> Le 19 août 2019 à 10:58, Dima Pasechnik  a écrit :
> 
> On Mon, Aug 19, 2019 at 11:20 AM David Coudert  > wrote:
>> 
>> but for beta6, I succeeded to compile it without downloading the configure 
>> tarball...
> 
> there were changes in configure  in beta7.
> Or do you mean to say that you used to be able to run ./bootstrap and it
> produced the ./configure script for you?

I was able to use bootstrap to produce the configure script.

I have no configure-* file in upstream/

David.


> 
>> 
>> Le 19 août 2019 à 09:27, Dima Pasechnik  a écrit :
>> 
>> something is funny with your internet connection, and so you cannot
>> download the needed configure tarball.
>> 
>> On Mon, Aug 19, 2019 at 10:20 AM David Coudert  
>> wrote:
>> 
>> 
>> I don't know how to fix this issue with aclocal. Some help is more than 
>> welcome.
>> 
>> confetti:sage dcoudert$ make build
>> 
>> /Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile 
>> --stop
>> 
>> ./bootstrap -d
>> 
>> rm -rf config configure build/make/Makefile-auto.in
>> 
>> bootstrap:69: installing 'config/config.rpath'
>> 
>> build/pkgs/iconv/spkg-configure.m4:2: warning: macro 'AM_ICONV' not found in 
>> library
>> 
>> Error: could not locate the pkg-config autoconf macros. These are
>> 
>> usually located in /usr/share/aclocal/pkg.m4. If your macros are
>> 
>> in a different location, try setting the environment variable
>> 
>> ACLOCAL="aclocal -I/other/macro/dir" before running ./bootstrap
>> 
>> autom4te: /usr/bin/m4 failed with exit status: 16
>> 
>> aclocal: error: echo failed with exit status: 16
>> 
>> Bootstrap failed, downloading required files instead.
>> 
>> Attempting to download package 
>> configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz from mirrors
>> 
>> Downloading the Sage mirror list
>> 
>> CRITICAL [mirror_list|_refresh:182]: Downloading the mirror list failed, 
>> using cached version
>> 
>> https://mirror.koddos.net/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://www.mirrorservice.org/sites/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://mirrors.mit.edu/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> https://mirrors.up.pt/pub/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://sage.mirror.garr.it/mirrors/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://files.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://ftp.ntua.gr/pub/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> 

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread Dima Pasechnik
On Mon, Aug 19, 2019 at 11:20 AM David Coudert  wrote:
>
> but for beta6, I succeeded to compile it without downloading the configure 
> tarball...

there were changes in configure  in beta7.
Or do you mean to say that you used to be able to run ./bootstrap and it
produced the ./configure script for you?

>
> Le 19 août 2019 à 09:27, Dima Pasechnik  a écrit :
>
> something is funny with your internet connection, and so you cannot
> download the needed configure tarball.
>
> On Mon, Aug 19, 2019 at 10:20 AM David Coudert  wrote:
>
>
> I don't know how to fix this issue with aclocal. Some help is more than 
> welcome.
>
> confetti:sage dcoudert$ make build
>
> /Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile 
> --stop
>
> ./bootstrap -d
>
> rm -rf config configure build/make/Makefile-auto.in
>
> bootstrap:69: installing 'config/config.rpath'
>
> build/pkgs/iconv/spkg-configure.m4:2: warning: macro 'AM_ICONV' not found in 
> library
>
> Error: could not locate the pkg-config autoconf macros. These are
>
> usually located in /usr/share/aclocal/pkg.m4. If your macros are
>
> in a different location, try setting the environment variable
>
> ACLOCAL="aclocal -I/other/macro/dir" before running ./bootstrap
>
> autom4te: /usr/bin/m4 failed with exit status: 16
>
> aclocal: error: echo failed with exit status: 16
>
> Bootstrap failed, downloading required files instead.
>
> Attempting to download package 
> configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz from mirrors
>
> Downloading the Sage mirror list
>
> CRITICAL [mirror_list|_refresh:182]: Downloading the mirror list failed, 
> using cached version
>
> https://mirror.koddos.net/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://www.mirrorservice.org/sites/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://mirrors.mit.edu/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> https://mirrors.up.pt/pub/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://sage.mirror.garr.it/mirrors/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://files.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.ntua.gr/pub/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://linorg.usp.br/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.rediris.es/mirror/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> 

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread David Coudert
but for beta6, I succeeded to compile it without downloading the configure 
tarball...

> Le 19 août 2019 à 09:27, Dima Pasechnik  a écrit :
> 
> something is funny with your internet connection, and so you cannot
> download the needed configure tarball.
> 
> On Mon, Aug 19, 2019 at 10:20 AM David Coudert  wrote:
>> 
>> I don't know how to fix this issue with aclocal. Some help is more than 
>> welcome.
>> 
>> confetti:sage dcoudert$ make build
>> 
>> /Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile 
>> --stop
>> 
>> ./bootstrap -d
>> 
>> rm -rf config configure build/make/Makefile-auto.in
>> 
>> bootstrap:69: installing 'config/config.rpath'
>> 
>> build/pkgs/iconv/spkg-configure.m4:2: warning: macro 'AM_ICONV' not found in 
>> library
>> 
>> Error: could not locate the pkg-config autoconf macros. These are
>> 
>> usually located in /usr/share/aclocal/pkg.m4. If your macros are
>> 
>> in a different location, try setting the environment variable
>> 
>> ACLOCAL="aclocal -I/other/macro/dir" before running ./bootstrap
>> 
>> autom4te: /usr/bin/m4 failed with exit status: 16
>> 
>> aclocal: error: echo failed with exit status: 16
>> 
>> Bootstrap failed, downloading required files instead.
>> 
>> Attempting to download package 
>> configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz from mirrors
>> 
>> Downloading the Sage mirror list
>> 
>> CRITICAL [mirror_list|_refresh:182]: Downloading the mirror list failed, 
>> using cached version
>> 
>> https://mirror.koddos.net/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://www.mirrorservice.org/sites/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://mirrors.mit.edu/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> https://mirrors.up.pt/pub/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://sage.mirror.garr.it/mirrors/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://files.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://ftp.ntua.gr/pub/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://linorg.usp.br/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> [xx]
>> 
>> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
>> by peer
>> 
>> http://ftp.rediris.es/mirror/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>> 
>> 

Re: [sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread Dima Pasechnik
something is funny with your internet connection, and so you cannot
download the needed configure tarball.

On Mon, Aug 19, 2019 at 10:20 AM David Coudert  wrote:
>
> I don't know how to fix this issue with aclocal. Some help is more than 
> welcome.
>
> confetti:sage dcoudert$ make build
>
> /Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile 
> --stop
>
> ./bootstrap -d
>
> rm -rf config configure build/make/Makefile-auto.in
>
> bootstrap:69: installing 'config/config.rpath'
>
> build/pkgs/iconv/spkg-configure.m4:2: warning: macro 'AM_ICONV' not found in 
> library
>
> Error: could not locate the pkg-config autoconf macros. These are
>
> usually located in /usr/share/aclocal/pkg.m4. If your macros are
>
> in a different location, try setting the environment variable
>
> ACLOCAL="aclocal -I/other/macro/dir" before running ./bootstrap
>
> autom4te: /usr/bin/m4 failed with exit status: 16
>
> aclocal: error: echo failed with exit status: 16
>
> Bootstrap failed, downloading required files instead.
>
> Attempting to download package 
> configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz from mirrors
>
> Downloading the Sage mirror list
>
> CRITICAL [mirror_list|_refresh:182]: Downloading the mirror list failed, 
> using cached version
>
> https://mirror.koddos.net/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://www.mirrorservice.org/sites/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://mirrors.mit.edu/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> https://mirrors.up.pt/pub/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://sage.mirror.garr.it/mirrors/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://files.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.ntua.gr/pub/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://linorg.usp.br/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://ftp.rediris.es/mirror/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset by 
> peer
>
> http://mirrors.xmission.com/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz
>
> [xx]
>
> ERROR 

[sage-devel] error building 8.9.beta7 on OSX

2019-08-19 Thread David Coudert
I don't know how to fix this issue with aclocal. Some help is more than 
welcome.

confetti:sage dcoudert$ make build

/Applications/Xcode.app/Contents/Developer/usr/bin/make build/make/Makefile 
--stop

./bootstrap -d

rm -rf config configure build/make/Makefile-auto.in

bootstrap:69: installing 'config/config.rpath'

build/pkgs/iconv/spkg-configure.m4:2: warning: macro 'AM_ICONV' not found 
in library

Error: could not locate the pkg-config autoconf macros. These are

usually located in /usr/share/aclocal/pkg.m4. If your macros are

in a different location, try setting the environment variable

ACLOCAL="aclocal -I/other/macro/dir" before running ./bootstrap

autom4te: /usr/bin/m4 failed with exit status: 16

aclocal: error: echo failed with exit status: 16

Bootstrap failed, downloading required files instead.

Attempting to download package 
configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz from mirrors

Downloading the Sage mirror list

CRITICAL [mirror_list|_refresh:182]: Downloading the mirror list failed, 
using cached version

https://mirror.koddos.net/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://www-ftp.lip6.fr/pub/math/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://www.mirrorservice.org/sites/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://mirrors.mit.edu/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://mirror.yandex.ru/mirrors/sage.math.washington.edu/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

https://mirrors.up.pt/pub/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://sage.mirror.garr.it/mirrors/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://files.sagemath.org/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://ftp.ntua.gr/pub/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://linorg.usp.br/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://ftp.rediris.es/mirror/sagemath/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://mirrors.xmission.com/sage/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer

http://sagemath.mirror.ac.za/spkg/upstream/configure/configure-8c985712aebdb887c2e66308af1d29907a6fc242.tar.gz

[xx]

ERROR [transfer|run:135]: [Errno socket error] [Errno 54] Connection reset 
by peer