Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread David Coudert
> Le 15 avr. 2020 à 16:41, Dima Pasechnik a écrit : > > You need to copy/symlink all these m4 files. > Spicifically, you seems to have forgotten lib-link.m4, which contains > the definition of AC_LIB_RPATH > you see the error about. Right. thank you. This way it’s much better and after

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread Dima Pasechnik
You need to copy/symlink all these m4 files. Spicifically, you seems to have forgotten lib-link.m4, which contains the definition of AC_LIB_RPATH you see the error about. On Wed, Apr 15, 2020 at 10:19 PM David Coudert wrote: > > > > Le 15 avr. 2020 à 15:50, Dima Pasechnik a écrit : > > On Wed,

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread Matthias Koeppe
On Wednesday, April 15, 2020 at 1:58:09 AM UTC-7, David Coudert wrote: > > unfortunately not. > I installed gettext with brew some time ago now and added > /usr/local/opt/gettext/bin to my PATH, but it’s not working. > > Checking whether SageMath should install SPKG iconv... > ./configure: line

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread David Coudert
> Le 15 avr. 2020 à 15:50, Dima Pasechnik a écrit : > > On Wed, Apr 15, 2020 at 7:13 PM David Coudert > wrote: >> >> >> >> Le 15 avr. 2020 à 12:40, Dima Pasechnik a écrit : >> >> On Wed, Apr 15, 2020 at 6:22 PM David Coudert wrote: >> >> >> I tried that

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread Dima Pasechnik
On Wed, Apr 15, 2020 at 7:13 PM David Coudert wrote: > > > > Le 15 avr. 2020 à 12:40, Dima Pasechnik a écrit : > > On Wed, Apr 15, 2020 at 6:22 PM David Coudert wrote: > > > I tried that already, but: > > confetti:sage dcoudert$ brew install gettext > Warning: gettext 0.20.1 is already

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread David Coudert
> Le 15 avr. 2020 à 12:40, Dima Pasechnik a écrit : > > On Wed, Apr 15, 2020 at 6:22 PM David Coudert > wrote: >> >> I tried that already, but: >> >> confetti:sage dcoudert$ brew install gettext >> Warning: gettext 0.20.1 is already installed and up-to-date >>

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread Dima Pasechnik
On Wed, Apr 15, 2020 at 6:22 PM David Coudert wrote: > > I tried that already, but: > > confetti:sage dcoudert$ brew install gettext > Warning: gettext 0.20.1 is already installed and up-to-date > To reinstall 0.20.1, run `brew reinstall gettext` > confetti:sage dcoudert$ brew link --force

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread David Coudert
I tried that already, but: confetti:sage dcoudert$ brew install gettext Warning: gettext 0.20.1 is already installed and up-to-date To reinstall 0.20.1, run `brew reinstall gettext` confetti:sage dcoudert$ brew link --force gettext Warning: Refusing to link macOS provided/shadowed software:

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread Dima Pasechnik
On Wed, Apr 15, 2020 at 5:33 PM David Coudert wrote: > > it gives the following. Not clear to me. > > confetti:sage dcoudert$ ./bootstrap > rm -rf config configure build/make/Makefile-auto.in > rm -f src/doc/en/installation/*.txt > src/doc/bootstrap:48: installing src/doc/en/installation/arch.txt

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread David Coudert
it gives the following. Not clear to me. confetti:sage dcoudert$ ./bootstrap rm -rf config configure build/make/Makefile-auto.in rm -f src/doc/en/installation/*.txt src/doc/bootstrap:48: installing src/doc/en/installation/arch.txt and src/doc/en/installation/arch-optional.txt

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread David Coudert
no. I will try that. David. > Le 15 avr. 2020 à 11:24, Dima Pasechnik a écrit : > > On Wed, Apr 15, 2020 at 4:58 PM David Coudert > wrote: >> >> unfortunately not. >> I installed gettext with brew some time ago now and added >> /usr/local/opt/gettext/bin to my

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread Dima Pasechnik
On Wed, Apr 15, 2020 at 4:58 PM David Coudert wrote: > > unfortunately not. > I installed gettext with brew some time ago now and added > /usr/local/opt/gettext/bin to my PATH, but it’s not working. > did you re-run ./bootstrap ? > Checking whether SageMath should install SPKG iconv... >

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-15 Thread David Coudert
unfortunately not. I installed gettext with brew some time ago now and added /usr/local/opt/gettext/bin to my PATH, but it’s not working. Checking whether SageMath should install SPKG iconv... ./configure: line 20606: AM_ICONV: command not found configure: no suitable system package found for

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread Dima Pasechnik
On Wed, Apr 15, 2020 at 2:22 AM David Coudert wrote: > > > > Le 14 avr. 2020 à 18:15, John H Palmieri a écrit : > > I would suggest two things: > > $ brew install pkg-config > > and then before building Sage, while in SAGE_ROOT: > > $ source .homebrew-build-env > > Then try ./configure

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread David Coudert
> Le 14 avr. 2020 à 18:15, John H Palmieri a écrit : > > I would suggest two things: > > $ brew install pkg-config > > and then before building Sage, while in SAGE_ROOT: > > $ source .homebrew-build-env > > Then try ./configure to see what it says at the end about system packages.

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread John H Palmieri
I would suggest two things: $ brew install pkg-config and then before building Sage, while in SAGE_ROOT: $ source .homebrew-build-env Then try ./configure to see what it says at the end about system packages. On Tuesday, April 14, 2020 at 6:21:40 AM UTC-7, David Coudert wrote: > > I

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread Dima Pasechnik
On Tue, Apr 14, 2020 at 9:21 PM David Coudert wrote: > > I assume there is nothing simple I can do to fix this. I've notified upstream about this issue, hopefully they fix it soon... > Thanks, > David. > > Le 14 avr. 2020 à 15:09, Dima Pasechnik a écrit : > > On Tue, Apr 14, 2020 at 8:41 PM

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread David Coudert
I assume there is nothing simple I can do to fix this. Thanks, David. > Le 14 avr. 2020 à 15:09, Dima Pasechnik a écrit : > > On Tue, Apr 14, 2020 at 8:41 PM David Coudert wrote: >> >> I have similar issues on osx. >> >> I installed several packages using brew. Some of them are recognized,

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread Dima Pasechnik
On Tue, Apr 14, 2020 at 8:41 PM David Coudert wrote: > > I have similar issues on osx. > > I installed several packages using brew. Some of them are recognized, but not > some others. > I suspect that I'm missing some dependencies, and possibly some environment > variables. > > For instance, I

[sage-devel] Re: archlinux: some system package not recognized

2020-04-14 Thread David Coudert
I have similar issues on osx. I installed several packages using brew. Some of them are recognized, but not some others. I suspect that I'm missing some dependencies, and possibly some environment variables. For instance, I installed amp, mpfr, mpir, ntl and flint, and flint is the only one

Re: [sage-devel] Re: archlinux: some system package not recognized

2020-03-19 Thread Dima Pasechnik
On Thu, Mar 19, 2020 at 10:32 PM Antonio Rojas wrote: > > > El jueves, 19 de marzo de 2020, 14:52:46 (UTC+1), vdelecroix escribió: >> >> Dear all, >> >> Thanks to hard work it is now possible to use some package from >> the system! That is great! But on my archlinux computer that also >> has sage

[sage-devel] Re: archlinux: some system package not recognized

2020-03-19 Thread Antonio Rojas
El jueves, 19 de marzo de 2020, 14:52:46 (UTC+1), vdelecroix escribió: > > Dear all, > > Thanks to hard work it is now possible to use some package from > the system! That is great! But on my archlinux computer that also > has sage installed from the package manager the following > packages

[sage-devel] Re: archlinux: some system package not recognized

2020-03-19 Thread Matthias Koeppe
On Thursday, March 19, 2020 at 9:52:46 AM UTC-4, vdelecroix wrote: > > Thanks to hard work it is now possible to use some package from > the system! That is great! But on my archlinux computer that also > has sage installed from the package manager the following > packages are still detected