Re: [sage-support] Can not run make

2023-07-18 Thread Tim M
It was giving me a bunch of fails when I didn't sudo make. but that fixed it, it is now working. Thankyou so much for your help. On Tuesday, 18 July 2023 at 21:27:18 UTC+10 Dima Pasechnik wrote: > any reason to run this as root? > > configure: error: You cannot build Sage as root, switch to

Re: [sage-support] Can not run make

2023-07-18 Thread David Joyner
What happens when you try to run configure as macka? On Tue, Jul 18, 2023 at 7:01 AM Tim M wrote: > Thank you for the help, I have followed the guide and I get the same fails: > > configure output > checking for a BSD-compatible install... /bin/install -c > checking whether build environment is

Re: [sage-support] Can not run make

2023-07-18 Thread Dima Pasechnik
any reason to run this as root? configure: error: You cannot build Sage as root, switch to an unprivileged user. (If building in a container, use --enable-build-as-root.) If you absolutely must run this as root, you can run ./configure --enable-build-as-root On Tue, Jul 18, 2023 at 12:01 PM

Re: [sage-support] Can not run make

2023-07-18 Thread Tim M
Thank you for the help, I have followed the guide and I get the same fails: configure output checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether

Re: [sage-support] Can not run make

2023-07-18 Thread Dima Pasechnik
On Tue, Jul 18, 2023 at 11:21 AM Tim M wrote: > > Im sorry this just isn't working for me. I downloaded the version 10.tar.gz > file and after unpacking there is no ./configure available. Yes, you need to run ./bootstrap (or, what amounts to the same thing, make configure ) first of all, as

Re: [sage-support] Can not run make

2023-07-18 Thread Tim M
Im sorry this just isn't working for me. I downloaded the version 10.tar.gz file and after unpacking there is no ./configure available. On Monday, 17 July 2023 at 22:30:51 UTC+10 Tim M wrote: > OK I think I have it, if I download the source of version 10 from github I > should be able to

Re: [sage-support] Can not run make

2023-07-17 Thread Tim M
OK I think I have it, if I download the source of version 10 from github I should be able to configure and make that. On Monday, 17 July 2023 at 21:37:45 UTC+10 Dima Pasechnik wrote: > On Mon, Jul 17, 2023 at 12:16 PM Tim M wrote: > > > > Thanks for responding. > > > > The output of ./

Re: [sage-support] Can not run make

2023-07-17 Thread Dima Pasechnik
On Mon, Jul 17, 2023 at 12:16 PM Tim M wrote: > > Thanks for responding. > > The output of ./ configure is as follows: > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a race-free mkdir -p... /usr/bin/mkdir -p >

Re: [sage-support] Can not run make

2023-07-17 Thread David Joyner
On Mon, Jul 17, 2023 at 7:16 AM Tim M wrote: > Thanks for responding. > > The output of ./ configure is as follows: > checking for a BSD-compatible install... /usr/bin/install -c > > ... > checking for shared library run path origin... done > checking for root user... yes > configure: error:

Re: [sage-support] Can not run make

2023-07-17 Thread Tim M
Thanks for responding. The output of ./ configure is as follows: checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)...

Re: [sage-support] Can not run make

2023-07-16 Thread David Joyner
On Sun, Jul 16, 2023 at 5:33 AM Tim M wrote: > Good evening all, I am trying to run make but get the following error. > make build/make/Makefile --stop > make[1]: Entering directory '/home/macka/Sage/sage-9.5' > rm -f config.log > mkdir -p logs/pkgs > ln -s logs/pkgs/config.log config.log > >

[sage-support] Can not run make

2023-07-16 Thread Tim M
Good evening all, I am trying to run make but get the following error. make build/make/Makefile --stop make[1]: Entering directory '/home/macka/Sage/sage-9.5' rm -f config.log mkdir -p logs/pkgs ln -s logs/pkgs/config.log config.log