Re: [sage-support] Error building sage 10.6.beta2: braiding function

2025-01-04 Thread Pranav Setpal
I figured out the issue! libbraiding was not updated to 1.3 on nixos :/ The errors I am facing are exactly the new functions added in 1.3 (see changelog paste below) v1.3 Add more functions to the interface: - SendToSSS - Send

Re: [sage-support] Error building sage 10.6.beta2: braiding function

2025-01-02 Thread Dima Pasechnik
No error log was attached On 2 January 2025 18:15:47 GMT-05:00, Pranav Setpal wrote: >Hello, I am trying to build sage 10.6.beta2 on NixOS. I followed what was >mentioned >here(https://github.com/NixOS/nixpkgs/tree/nixos-unstable/pkgs/by-name/sa/sage#i-want-to-update-sage) > >to do the same

[sage-support] Error building sage 10.6.beta2: braiding function

2025-01-02 Thread Pranav Setpal
Hello, I am trying to build sage 10.6.beta2 on NixOS. I followed what was mentioned here(https://github.com/NixOS/nixpkgs/tree/nixos-unstable/pkgs/by-name/sa/sage#i-want-to-update-sage) to do the same (just change version number [and hash] and build). The build error seems to be from `build/cy

[sage-support] Error building Sage: lrcalc-2.1 and python3-3.11.1 failed to build successfully

2024-06-13 Thread Ani J
### Environment ```markdown - **OS**:Ubuntu 22.04.4 LTS - **Sage Version**: sage-10.3 ``` ### Steps To Reproduce 1. I'm trying to install sage in an anaconda environment in Ubuntu 22.04 2. I have run the commands './bootstrap', './configure' 3. Then I installed some packages 4. Then I ran 'mak

Re: [sage-support] Error building Sage, scipy 1.12

2024-05-02 Thread Dima Pasechnik
just in case, it could in principle also be low (virtual) disk allocated to WSL. On Thu, May 2, 2024 at 4:49 PM matteo verni wrote: > > Hi Jan, thanks for your help. > > I double checked: the memory allocated is 3.7 gb. Is that not enough? > By the way, I run it again and gave me the same Error >

Re: [sage-support] Error building Sage, scipy 1.12

2024-05-02 Thread matteo verni
Hi Jan, thanks for your help. I double checked: the memory allocated is 3.7 gb. Is that not enough? By the way, I run it again and gave me the same Error Il giorno giovedì 2 maggio 2024 alle 12:12:31 UTC+2 Jan Groenewald ha scritto: > Hi > > Double check your allocated RAM. > (It looks like an

Re: [sage-support] Error building Sage, scipy 1.12

2024-05-02 Thread Jan Groenewald
Hi Double check your allocated RAM. (It looks like an out-of-memory error.) Regards, Jan On Thu, 2 May 2024 at 10:51, matteo verni wrote: > Error message while building Sage. Below are the last few lines the > terminal produced. Attached you have a muchbigger chunk of the log. Thank > you in a

Re: [sage-support] Error building sage

2024-04-24 Thread Dima Pasechnik
On Wed, Apr 24, 2024 at 12:28 AM Adrin Foster wrote: > > Error building Sage. > > The following package(s) may have failed to build (not necessarily > during this run of 'make all-start'): You're trying to use linuxbrew (not sure, intentionally or not) to build Sage. As a result, you get hit by a

Re: [sage-support] Error building sage, failed to build two packages

2024-04-18 Thread Eric Gourgoulhon
Le jeudi 18 avril 2024 à 00:36:07 UTC+2, Kevin a écrit : I increased my RAM allotment and decreased the number of threads used to 6, and that seems to have helped, but now I'm having an issue with two other packages, scipy and sagelib. In both cases, there is the error message gcc: fatal

[sage-support] Error building sage packages ppl and brial

2022-06-09 Thread Daniel Lima
Hi, I'm having problems building Sagemath 9.6 in my Ubuntu 20.04 CPU = Intel® Core™ i7-7500U CPU @ 2.70GHz × 4. After running ./configure and make I get the following error Error building Sage. The following package(s) may have failed to build (not necessarily during this run of 'make all-start

[sage-support] 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 = _get_module_details(mod_name, _Error)

Re: [sage-support] Error building sage on Xubuntu 18.04.4 LTS

2020-03-03 Thread K2
It worked. I just removed everything and downloaded and built it again, following to the steps in your first reply. Thanks a lot :) On Tuesday, 3 March 2020 22:11:36 UTC+5:30, Dima Pasechnik wrote: > > anyhow, Sage needs R version 3.4.4 or later, > so this is provided by Ubuntu's r-base-dev pack

Re: [sage-support] Error building sage on Xubuntu 18.04.4 LTS

2020-03-03 Thread Dima Pasechnik
anyhow, Sage needs R version 3.4.4 or later, so this is provided by Ubuntu's r-base-dev package. Did you try it? (Unless you must use a newer R for some reason...) On Tue, Mar 3, 2020 at 2:55 PM K2 wrote: > > Hi, > Thanks for the quick help. > I have experimented with installing several versions

Re: [sage-support] Error building sage on Xubuntu 18.04.4 LTS

2020-03-03 Thread Dima Pasechnik
what exactly are these versions of R packages? (with urls) One needs development packages, ones that come with headers. Please post config.log as well On Tue, 3 Mar 2020, 14:55 K2, wrote: > Hi, > Thanks for the quick help. > I have experimented with installing several versions of R : > 3.6.2-

Re: [sage-support] Error building sage on Xubuntu 18.04.4 LTS

2020-03-03 Thread K2
Hi, Thanks for the quick help. I have experimented with installing several versions of R : 3.6.2-1bionic 3.6.3-1bionic But None of them are recognized, and the configure still says: *r-3.6.2.p0: no suitable system package; will be installed as an SPKG* On T

Re: [sage-support] Error building sage on Xubuntu 18.04.4 LTS

2020-03-03 Thread Dima Pasechnik
This is a known problem. One way to work around it is to install R and related packages from the system. We recommend that you do $ sudo apt-get install bc binutils bzip2 cliquer curl g++ g++ gcc gcc gfan gfortran git gmp-ecm lcalc libboost-dev libbz2-dev libcliquer-dev libcurl4-openssl-dev libec-

[sage-support] Error building sage on Xubuntu 18.04.4 LTS

2020-03-03 Thread K2
Am not able to build sage from the source code on my xubuntu. I am getting an error in build of r-3.6.2.p0 I have attached the log files below -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving ema

[sage-support] Error building Sage 9.0

2020-01-04 Thread Reynier de la Cruz
The following package(s) may have failed to build (not necessarily during this run of 'make all-start'): * package: python3-3.7.3.p1 log file: /home/antonio/WORK/SageMath/logs/pkgs/python3-3.7.3.p1.log build directory: /home/antonio/WORK/SageMath/local/var/tmp/sage/build/python3-3.7.3.p1 The

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

2018-03-08 Thread mkiran . 8589
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: /media/kiran/DRIVE/SageMath/logs/pkgs/sagelib-8.1.log build directory: /me

[sage-support] error building sage

2017-09-17 Thread shivam gor
The following package(s) may have failed to build (not necessarily during this run of 'make all'): * package: openblas-0.2.19.p0 log file: /home/shivam/sage-8.0/logs/pkgs/openblas-0.2.19.p0.log build directory: /home/shivam/sage-8.0/local/var/tmp/sage/build/openblas-0.2.19.p0 what should be

Re: [sage-support] Error building Sage on UM 16.04 LTS, failed to build openblas

2017-07-13 Thread Christopher Phoenix
Quick update, just successfully built Sage on my 11e using OPENBLAS_CONFIGURE='TARGET=ATOM'. I haven't run all the tests yet (or indeed know how to run Sage, lol) but cli Sage starts up and does simple math, and the notebook starts up in Firefox. Looking forward to exploring all the possibiliti

Re: [sage-support] Error building Sage on UM 16.04 LTS, failed to build openblas

2017-07-13 Thread Christopher Phoenix
Thanks for the link! I don't have the OP's issue with the missing fortran libs, but further down someone reports having the EXACT same issue I have: https://groups.google.com/d/msg/sage-devel/zQsZsivts0I/cblwvEkNDgAJ I posted on sage-devel about this and left a copy of the relevant logs. Anyway

Re: [sage-support] Error building Sage on UM 16.04 LTS, failed to build openblas

2017-07-13 Thread Henri Girard
Did you read this ... if it can help you ? https://groups.google.com/forum/#!topic/sage-devel/zQsZsivts0I Le 13/07/2017 à 02:54, Christopher Phoenix a écrit : My attempt to build Sage 7.6 resulted in an error. Before beginning, I checked that I had all the required dependencies and suggested

[sage-support] Error building Sage on UM 16.04 LTS, failed to build openblas

2017-07-12 Thread Christopher Phoenix
My attempt to build Sage 7.6 resulted in an error. Before beginning, I checked that I had all the required dependencies and suggested programs. Then I got the code through git, set MAKE='make -j5 -j4' since I have four physical cpu cores, and ran make. Make ran for about 45 min. and then return

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

2017-07-12 Thread Christopher Phoenix
I got an error building Sage due to a package failing to be built. I have a Lenovo Thinkpad 11e running Ubuntu Mate 16.04 LTS. Before beginning the build, I checked that I had all the dependencies and suggested packages installed beforehand. Then I pulled the code in through git and ran `make`.

[sage-support] Error Building Sage 7.6 in Ubuntu

2017-06-21 Thread Eric
Dear all, I am having trouble in installing Sage 7.6, in Ubuntu 14.04. Could anyone help? Here is the message. Thank you all. Eric [sagelib-7.6] make[3]: Entering directory `/home/eric/Sage/SageMath/src' [sagelib-7.6] (cd .\ [sagelib-7.6] && export SAGE_RO

[sage-support] Error Building Sage 7.6

2017-06-21 Thread Eric
Dear all, I am new to Sage. In installation part, I've got this message when building the Sage. Could you please help me? Thank you very much. make build/make/Makefile make[1]: Entering directory `/home/eric/Sage/SageMath' make[1]: `build/make/Makefile' is up to date. make[1]: Leaving directory

Re: [sage-support] Error Building Sage

2017-06-02 Thread Vincent Delecroix
It is only the documentation that failed to build. You should be able to use Sage. To fix the documentation you can try make doc-clean make doc On 02/06/2017 22:24, Ben B wrote: Hello all, I have been trying to update my Sage so that I have the latest beta but I have been getting

[sage-support] Error Building Sage

2017-06-02 Thread Ben B
Hello all, I have been trying to update my Sage so that I have the latest beta but I have been getting a build error. I am running Mac OS Sierra 10.12.4 and was trying to update from Sage 7.6. I attempted to update my Sage by using the following commands: git pull trac make Here is t

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

2016-05-02 Thread engenmt
Hi all, I recently tried to build Sage from source on OS X 10.11.4, and I ran into an error. I have posted the log here: https://paste.pound-python.org/show/XTWi9PDQRvITntKPUn3H/ What can I do to remedy this? Thanks a bunch in advance! Michael -- You received this message because you are sub

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

2016-05-02 Thread engenmt
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? Thanks a bunch in advance. Michael -- You received this message because you are sub

[sage-support] Error building sage

2016-02-21 Thread Aaditya Thakkar
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 'make all'): * package: pygments-2.1.p0 log file: /home/aaditya/sage/logs/pkgs/pygments-2.1.p0.log build directory: /home/aaditya

Re: [sage-support] Error building Sage

2015-03-17 Thread Jeroen Demeyer
Please provide this file and also mention your operating system. On 2015-03-17 13:49, Ankur Omar wrote: log file: /home/ankuromar/sage-6.5/logs/pkgs/gcc-4.9.2.p1.log -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this gro

[sage-support] Error building Sage

2015-03-17 Thread Ankur Omar
Error building Sage. The following package(s) may have failed to build: package: gcc-4.9.2.p1 log file: /home/ankuromar/sage-6.5/logs/pkgs/gcc-4.9.2.p1.log build directory: /home/ankuromar/sage-6.5/local/var/tmp/sage/build/gcc-4.9.2.p1 The build directory may contain configuration files and oth

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

2014-06-17 Thread Yun Peng Lin
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 below. I'm trying to

Re: [sage-support] error building sage on fedora13

2010-06-21 Thread Jaap Spies
bb wrote: First check if the prerequisite compilers are available. As a rule they are not in a standard installation of fedora! Usually these compilers are missing. [...] Whatever I do and whatever I install the build of sage version 4.4.3 will stuck with an error in the sage-directory libgcryp

[sage-support] error building sage on fedora13

2010-06-21 Thread bb
First check if the prerequisite compilers are available. As a rule they are not in a standard installation of fedora! Usually these compilers are missing. 1. $ gcc -v 2. $ gfortran -v the appearing text will inform you if gcc is available ore not. (I assume most readers know how to install pac

Re: [sage-support] error building sage 4.3.2

2010-02-17 Thread Dr. David Kirkby
leonard.jeloa...@free.fr wrote: Hello, I am trying to build sage 4.3.2 from source on my desktop OpenSuSE 11.2 x64, Intel Core2 Duo, but the installation stops at this point : -- cc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Lin

[sage-support] error building sage 4.3.2

2010-02-17 Thread leonard . jeloaica
Hello, I am trying to build sage 4.3.2 from source on my desktop OpenSuSE 11.2 x64, Intel Core2 Duo, but the installation stops at this point : -- cc version 4.4.1 [gcc-4_4-branch revision 150839] (SUSE Linux)