[sage-devel] Re: Problems building Sage

2022-01-15 Thread Alyssa Russell
Hi Samuel, Thank you for your reply! I tried your suggestion and I was still running into the same problem. However, I tried installing some other packages on top of what you suggested, which seemed to do the trick. These packages are idle39 ,

[sage-devel] Re: Problems building Sage

2022-01-14 Thread Samuel Lelievre
Hello, congratulations for attempting to build Sage from source on Cygwin and thanks for reporting on the build failure. Which version of Sage were you trying to build? Did you try SageMath 9.4 or SageMath 9.5.rc1? Fixing the Python 3.9 build failure you described is tracked at: Sage Trac

[sage-devel] Re: problems building sage 4.7.2.rc0

2011-10-25 Thread leif
On 25 Okt., 21:24, Pablo De Napoli pden...@gmail.com wrote: I've tried to build Sage 4.7.2 rc0 on a 64 bits Debian GNU/Linux (wheezy/sig) [Intel core I5 procesor] The build failed (compiling Atlas) Here are the eror messages Thread model: posix gcc version 4.6.1 (Debian 4.6.1-15) gcc -V

Re: [sage-devel] Re: problems building sage 4.7.2.rc0

2011-10-25 Thread Pablo De Napoli
Yes, that was exactly what happend! a second make worked! and I don't know why! On Tue, Oct 25, 2011 at 6:21 PM, leif not.rea...@online.de wrote: On 25 Okt., 21:24, Pablo De Napoli pden...@gmail.com wrote: I've tried to build Sage 4.7.2 rc0 on a 64 bits Debian GNU/Linux (wheezy/sig) [Intel

[sage-devel] Re: Problems building Sage 4.4.1

2010-06-11 Thread Matthew Gwynne
Thanks for the response! We'll try to disable it for now, and investigate some of the other things mentioned in this thread. The problem we have is that we need to provide something like CC/CXX flags, as the only compiler we can guarantee is the one which we install, which is installed in a

Re: [sage-devel] Re: Problems building Sage 4.4.1

2010-06-11 Thread Dr. David Kirkby
On 06/11/10 06:34 PM, Matthew Gwynne wrote: Thanks for the response! We'll try to disable it for now, and investigate some of the other things mentioned in this thread. The problem we have is that we need to provide something like CC/CXX flags, as the only compiler we can guarantee is the one

[sage-devel] Re: Problems building Sage 4.4.1

2010-06-08 Thread Matthew Gwynne
Hi, As some additional points of interest/questions for this problem: 1. Version 2.7.2 was the last Sage version which could be installed. We tried most versions since then (latest 4.4.2), and they all failed with the same error. 2. It is always the same package which fails. We don't have any

Re: [sage-devel] Re: Problems building Sage 4.4.1

2010-06-08 Thread David Kirkby
On 8 June 2010 17:17, Matthew Gwynne mathew.gwy...@gmail.com wrote: Hi, As some additional points of interest/questions for this problem: 1. Version 2.7.2 was the last Sage version which could be installed. We tried most versions since then (latest 4.4.2), and they all failed with the same

[sage-devel] Re: Problems building Sage 4.4.1

2010-06-02 Thread Matthew Gwynne
Here is the output: ~ command -v gcc /usr/local/bin/gcc ~ command -v g++ /usr/local/bin/g++ ~ command -v gfortran /usr/local/bin/gfortran ~ gcc -v Using built-in specs. Target: x86_64-unknown-linux-gnu Configured with: ./configure --enable-languages=c,c++ --enable- threads=posix --enable-shared

[sage-devel] Re: Problems building Sage 4.4.1

2010-05-26 Thread Matthew Gwynne
Hi, The system information is given below - Host system uname -a: Linux cs-wsok 2.6.13-15.8-smp #1 SMP Tue Feb 7 11:07:24 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux

Re: [sage-devel] Re: Problems building Sage 4.4.1

2010-05-26 Thread David Kirkby
On 26 May 2010 11:57, Matthew Gwynne mathew.gwy...@gmail.com wrote: Hi, The system information is given below - Host system uname -a: Linux cs-wsok 2.6.13-15.8-smp #1 SMP Tue Feb 7 11:07:24 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux

[sage-devel] Re: Problems building Sage 4.4.1

2010-05-25 Thread leif
On 25 Mai, 02:13, Dr. David Kirkby david.kir...@onetel.net wrote: On 05/24/10 05:26 PM, leif wrote: Looks like the (fairly old) gcc/g++ in /usr/local is misconfigured; it definitely tries to link a 64-bit (x86_64) C++ program against the 32- bit libstdc++.so (in /usr/local/lib) instead of

[sage-devel] Re: Problems building Sage 4.4.1

2010-05-25 Thread leif
On 25 Mai, 11:18, leif not.rea...@online.de wrote: What I wanted to say is that installing another version of gcc in /usr/ local on systems (like Linux distros) where there already is a native one (gcc) in /usr is non-trivial, i.e. this doesn't work out of the box. With the native gcc,

[sage-devel] Re: Problems building Sage 4.4.1

2010-05-24 Thread kcrisman
Dear Matthew, Thanks for your report. I know I can't answer your question fully :) but I can say that the most likely way to receive more specific info is to also post your OS, chip type if known, and any other info. One reason I say this might be relevant is the following I found doing a quick

[sage-devel] Re: Problems building Sage 4.4.1

2010-05-24 Thread kcrisman
On May 24, 9:11 am, kcrisman kcris...@gmail.com wrote: Dear Matthew, Thanks for your report.  I know I can't answer your question fully :) but I can say that the most likely way to receive more specific info is to also post your OS, chip type if known, and any other info. One reason I say

[sage-devel] Re: Problems building Sage 4.4.1

2010-05-24 Thread leif
On 24 Mai, 14:45, Matthew Gwynne mathew.gwy...@gmail.com wrote: When building Sage 4.4.1, I (and also my colleague) get the following errors during the build process - /bin/sh ./libtool --tag=CXX --mode=link g++  -fPIC -I/home/csoliver/

Re: [sage-devel] Re: Problems building Sage 4.4.1

2010-05-24 Thread Dr. David Kirkby
On 05/24/10 05:26 PM, leif wrote: On 24 Mai, 14:45, Matthew Gwynnemathew.gwy...@gmail.com wrote: When building Sage 4.4.1, I (and also my colleague) get the following errors during the build process - /bin/sh ./libtool --tag=CXX --mode=link g++ -fPIC -I/home/csoliver/

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread Francois
Dr. David Kirkby wrote: Here's my attempt to build sage 3.0.2 on Solaris (SPARC). The build process reports gmp_aux.h is not found, I checked and there is no such file. However, this in itself does not cause the build process to stop, but it later stops when various things are undefined.

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread mabshoff
On Jun 4, 2:06 pm, Dr. David Kirkby [EMAIL PROTECTED] wrote: Here's my attempt to build sage 3.0.2 on Solaris (SPARC). The build process reports gmp_aux.h is not found, I checked and there is no such file. However, this in itself does not cause the build process to stop, but it later stops

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread mabshoff
On Jun 4, 2:56 pm, Francois [EMAIL PROTECTED] wrote: SNIP Hi, Hi Francois, It looks like gmp_aux.h is generated during make setup3 which is completely skipped on sun, from the skpg-install script: do_tune() {     if [ $UNAME = SunOS ]; then         return     fi     do_make setup1    

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread Dr. David Kirkby
Hi Dave, I know one issue with NTL that pops up when people use either csh or tcsh as a login shell and I got a likely fix that will be in Sage 3.0.3. SNIP Cheers, Michael It's not that [EMAIL PROTECTED]:[~] $ grep drkirkby /etc/passwd

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread Francois
On Jun 5, 1:10 am, mabshoff [EMAIL PROTECTED] wrote: On Jun 4, 2:56 pm, Francois [EMAIL PROTECTED] wrote: SNIP Hi, Hi Francois, It looks like gmp_aux.h is generated during make setup3 which is completely skipped on sun, from the skpg-install script: do_tune() { if [

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread mabshoff
On Jun 4, 9:30 pm, Francois [EMAIL PROTECTED] wrote: On Jun 5, 1:10 am, mabshoff [EMAIL PROTECTED] wrote: SNIP gmp_aux.h exists without the tuning, but I am not sure why we skip the tuning on Solaris. I will certainly see if I cannot reactivate that. As I mentioned in the other email

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread Dr. David Kirkby
On Jun 4, 8:35 pm, mabshoff [EMAIL PROTECTED] wrote: On Jun 4, 9:30 pm, Francois [EMAIL PROTECTED] wrote: On Jun 5, 1:10 am, mabshoff [EMAIL PROTECTED] wrote: SNIP gmp_aux.h exists without the tuning, but I am not sure why we skip the tuning on Solaris. I will certainly see if I

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread mabshoff
On Jun 5, 12:56 am, Dr. David Kirkby [EMAIL PROTECTED] wrote: On Jun 4, 8:35 pm, mabshoff [EMAIL PROTECTED] wrote: SNIP Hi David, I don't believe the problem I was experiencing is anything to do with the shell, or how it is called. As Is said, I'm not using csh or tcsh as a login shell,

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread Francois
On Jun 5, 11:05 am, mabshoff [EMAIL PROTECTED] wrote: On Jun 5, 12:56 am, Dr. David Kirkby [EMAIL PROTECTED] wrote: On Jun 4, 8:35 pm, mabshoff [EMAIL PROTECTED] wrote: SNIP Hi David, I don't believe the problem I was experiencing is anything to do with the shell, or how it is

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread Dr. David Kirkby
On Jun 5, 12:05 am, mabshoff [EMAIL PROTECTED] wrote: g++ -I../include -I. -O2 -g -fPIC -fPIC -shared -Wl,-soname,lib`cat DIRNAME`.so -o lib`cat DIRNAME`.so FFT.o FacVec.o GF2.o GF2E.o GF2EX.o GF2EXFactoring.o GF2X.o GF2X1.o GF2XFactoring.o GF2XVec.o GetTime.o HNF.o ctools.o LLL.o

[sage-devel] Re: Problems building Sage 3.0.2 on Solaris 10 - NTL issue

2008-06-04 Thread Dr. David Kirkby
On Jun 5, 12:36 am, Francois [EMAIL PROTECTED] wrote: Spot on Michael. gcc config is given at the beginning of the compilation and says: --without-gnu-ld --with-ld=/usr/ccs/bin/ld OK back to square one to put together a better patch. It's at time like this that you start wishing everything

[sage-devel] Re: problems building sage documentation

2008-01-08 Thread William Stein
On Jan 7, 2008 10:55 AM, Pablo De Napoli [EMAIL PROTECTED] wrote: I've managed to solve the problem: The package texlive-cyrillic (in Debian/Ubuntu) is needed to build the Sage documentation. Thanks!! I've made this trac #1719 http://trac.sagemath.org/sage_trac/ticket/1719 Pablo

[sage-devel] Re: problems building sage documentation

2008-01-07 Thread Pablo De Napoli
I've managed to solve the problem: The package texlive-cyrillic (in Debian/Ubuntu) is needed to build the Sage documentation. Pablo El Tuesday 01 January 2008 21:25:35 Pablo De Napoli escribió: When building Sage documentation (make in devel/doc), I've got a strange message (I quote below