Re: [sage-support] Re: Error building sage: cython-0.29.36 will not build

2023-09-24 Thread Dima Pasechnik
On Sun, Sep 24, 2023 at 2:45 PM Dima Pasechnik wrote: > > On Sun, Sep 24, 2023 at 2:10 PM David Ayotte wrote: > > > > Quick update: I tried rebuilding SageMath after doing a "make distclean", > > and now the compilation goes further, but stops at SciPy. The error says: > > > >

Re: [sage-support] Re: Error building sage: cython-0.29.36 will not build

2023-09-24 Thread Dima Pasechnik
On Sun, Sep 24, 2023 at 2:10 PM David Ayotte wrote: > > Quick update: I tried rebuilding SageMath after doing a "make distclean", and > now the compilation goes further, but stops at SciPy. The error says: > > ModuleNotFoundError: No module named 'mesonpy' We need ---

[sage-support] Re: error building sage-9.3 from source

2021-05-19 Thread julian...@gmail.com
Hi Greg, Could you check what `libflint-arb.so*` files and `libarb.so*` files are on your system? I suspect that an old libarb is being picked up somehow. On Thursday, May 20, 2021 at 12:37:42 AM UTC+2 Greg Marks wrote: > undefined symbol: _Z27_arb_fmpz_poly_evaluate_arbP10arb_structPKllPKS_l

[sage-support] Re: error building sage-9.3 from source

2021-05-19 Thread Matthias Koeppe
We'd need to see the top-level config.log corresponding to a failing build. On Wednesday, May 19, 2021 at 3:37:42 PM UTC-7 Greg Marks wrote: > > On a Debian 10 system, building sage-9.3 from source fails with this > > error: > > > > ... > > [dochtml] Traceback (most recent call last): > >

[sage-support] Re: error building sage-9.3 from source

2021-05-19 Thread Greg Marks
> On a Debian 10 system, building sage-9.3 from source fails with this > error: > >... >[dochtml] Traceback (most recent call last): >[dochtml] File "/usr/lib/python3.7/runpy.py", line 183, in > _run_module_as_main >[dochtml] mod_name, mod_spec, code =

Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread Samuel Lelièvre
2018-03-13 14:05 GMT+01:00 : > > Thanks for the replies. Great help. Now sage is working properly. :) Good that you managed to get a working Sage installation! Dima suggests to post copied and pasted input and output of a terminal session, rather than screenshots. I agree

Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread Dima Pasechnik
OK, so it is fuseblk. Does it mean it's some kind of dual-boot setup, and behind the scenes it is NTFS or something like this? Anyway, you should be able to do your build somewhere on /dev/sda10, ie in a subdirectory of `/` which is not under a mounting point of something else. By the way,

Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread mkiran . 8589
Thanks for the replies. Great help. Now sage is working properly. :) On Tuesday, March 13, 2018 at 2:15:38 PM UTC+5:30, slelievre wrote: > > Tue 2018-03-13 01:52:07 UTC, Dima Pasechnik: > > > > On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote: > >> > >> Thanks for the help

Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-13 Thread slelievre
Tue 2018-03-13 01:52:07 UTC, Dima Pasechnik: > > On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote: >> >> Thanks for the help guys. >> >> When I changed the drive file system from ntfs to ext4 it cleared past the error. >> Now I am getting >> >> Sage build/upgrade complete!

Re: [sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-12 Thread Dima Pasechnik
On Tuesday, March 13, 2018 at 12:26:40 AM UTC, mkira...@gmail.com wrote: > > Thanks for the help guys. > > > When I changed the drive file system from ntfs to ext4 it cleared past the > error. Now I am getting > > Sage build/upgrade complete! > > To install small scripts to directly run Sage's

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-12 Thread mkiran . 8589
the result of echo "$make" is in make -j4 On Monday, March 12, 2018 at 11:04:15 AM UTC+5:30, mkira...@gmail.com wrote: > > > > >

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-11 Thread mkiran . 8589
Also i tried export MAKE="make -j4" from the sage directory. but i get nothing. (see pic) On Monday, March 12, 2018 at 5:36:41

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-11 Thread slelievre
I would suggest make distclean && make and in case of a new error, send the appropriate log file here. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-11 Thread mkiran . 8589
uploaded the files that are in the logs/pkgs. Now I am getting the error: Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all'): The build directory may contain configuration files and other potentially helpful information.

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-11 Thread slelievre
If your computer has several cores and you want to build Sage using several cores, you can set the environment variable "MAKE" to do so. For example, if you have 4 cores, you can do export MAKE='make -j4' make instead of just make and the build will use 4 cores. In order to

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-11 Thread slelievre
Have you tried running make again? Is make set up to use multiple cores? What is the output of this command in a terminal: echo $MAKE -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-11 Thread mkiran . 8589
I have Ubuntu 16.04lts. I also have installed all the prerequisite. I dowloaded the source file from http://www.sagemath.org/download-source.html. On Sunday, March 11, 2018 at 9:21:42 PM UTC+5:30, slelievre wrote: > > > Fri 2018-03-09 07:21:11 UTC: > > > > I have tried installing Sage but I

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-11 Thread slelievre
Fri 2018-03-09 07:21:11 UTC: > > I have tried installing Sage but I keep getting error message : > > Error building Sage. > > The following package(s) may have failed to build (not necessarily > during this run of 'make all'): > > * package: sagelib-8.1 > log file:

[sage-support] Re: Error building Sage 8.1 on Ubuntu 16.04 :make: *** [all] Error

2018-03-09 Thread Dima Pasechnik
post a copy of /media/kiran/DRIVE/SageMath/logs/pkgs/sagelib-8.1.log here On Friday, March 9, 2018 at 4:21:11 PM UTC+9, mkira...@gmail.com wrote: > > I have tried installing Sage but I keep getting error message : > > Error building Sage. > > The following package(s) may have failed to build (not

[sage-support] Re: Error building Sage on Ubuntu Mate 16.04 LTS

2017-07-15 Thread Christopher Phoenix
Thanks for the reply. I actually double-posted this, thinking that my first post was eaten (not having read that the posts from new members are held for moderation). Someone linked a discussion on sage-devel touching on the CPU detection issue. I think the OpenBLAS build issue is an up-stream

[sage-support] Re: Error building Sage on Ubuntu Mate 16.04 LTS

2017-07-13 Thread David Lowry-Duda
I should also add a link to an old github issue, where I think this particular setting originally came from: https://github.com/xianyi/OpenBLAS/issues/983 On Thursday, July 13, 2017 at 7:51:23 PM UTC-4, David Lowry-Duda wrote: > > Hello! > > Firstly, if you are just trying to try Sagemath, you

[sage-support] Re: Error building Sage on Ubuntu Mate 16.04 LTS

2017-07-13 Thread David Lowry-Duda
Hello! Firstly, if you are just trying to try Sagemath, you might consider installing a pre-built binary. See for instance: http://doc.sagemath.org/html/en/installation/binary.html The first time I tried sage, I used a prebuilt binary on Ubuntu, and that worked very well for me. Concerning

[sage-support] Re: Error Building Sage 7.6

2017-06-21 Thread Dima Pasechnik
Where have you gotten the source? You need to get it, say, from http://www.sagemath.org/download-source.html (looks like you are trying to build a binary distribution) On Wednesday, June 21, 2017 at 12:40:15 PM UTC+1, Eric wrote: > > Dear all, > > I am new to Sage. In installation part, I've

[sage-support] Re: Error building Sage-7.1 on OS X 10.11.4

2016-05-02 Thread Dima Pasechnik
On Monday, May 2, 2016 at 5:15:39 PM UTC+1, eng...@gmail.com wrote: > > Hi all, > > I recently tried building Sage-7.1 from source on OS X 10.11.4 and ran > into an error. I have posted the log here: > https://paste.pound-python.org/show/XTWi9PDQRvITntKPUn3H/ > > What can I do to remedy this?

[sage-support] Re: Error building sage

2016-02-21 Thread Aaditya Thakkar
It's resolved, I again tried to 'make' and this did't showed any error. Sage is working now. On Monday, February 22, 2016 at 3:10:17 AM UTC+5:30, Volker Braun wrote: > > So whats the content of pygments-2.1.p0.log? > > On Sunday, February 21, 2016 at 9:58:05 PM UTC+1, Aaditya Thakkar wrote: >>

[sage-support] Re: Error building sage

2016-02-21 Thread Volker Braun
So whats the content of pygments-2.1.p0.log? On Sunday, February 21, 2016 at 9:58:05 PM UTC+1, Aaditya Thakkar wrote: > > Hello, > I am getting this error in building sage. > Error building Sage. > > The following package(s) may have failed to build (not necessarily > during this run of

Re: [sage-support] Re: Error building Sage

2015-03-18 Thread Ankur Omar
The same error came when I tried to build it again. I have installed sage-6.2 now... and it is working fine. On Wednesday, March 18, 2015 at 1:48:05 AM UTC+5:30, Jeroen Demeyer wrote: This is suspicious, it looks like a problem on your system. ranlib: libbackend.a: Error reading

Re: [sage-support] Re: Error building Sage

2015-03-17 Thread Jeroen Demeyer
This is suspicious, it looks like a problem on your system. ranlib: libbackend.a: Error reading dwarf2out.o: Input/output error What happens if you try the build again? -- You received this message because you are subscribed to the Google Groups sage-support group. To unsubscribe from this

[sage-support] Re: Error Building sage-6.2: Error installing package mpir-2.6.0.p4

2014-06-17 Thread leif
Yun Peng Lin wrote: I'm trying to build Sage 6.2 (latest version from http://www.sagemath.org/) from the source distribution. After running make, it built for an hour before failing when trying to build package: mpir-2.6.0.p4. A section of the mpir-2.6.0.p4 log file containing the error is