Re: [sage-devel] Re: Error Building from Source

2024-09-25 Thread Ross George
If anyone comes here with a similar issue, it turns out to have been a problem with libraries provided by my distribution, specifically givaro and linbox. For linbox , the problem addressed in Issue #310

Re: [sage-devel] Re: Error Building from Source

2024-09-24 Thread Dima Pasechnik
Ross, You use a weird Python, /opt/sage/bin/python3 as is seen in the log: [spkg-install] full command: /opt/sage/bin/python3 -c ' Is this the one you really must use? If not, make sure that /opt/sage/bin/ is not in your PATH. Use a system-wide Python3.12 instead. Dima On Tue, Sep 24, 20

Re: [sage-devel] Re: Error Building from Source

2024-09-24 Thread Dima Pasechnik
On Tue, Sep 24, 2024 at 4:38 AM Kwankyu Lee wrote: > It is unusual to pick "/home/username/.sage/sage" as the sage root directory. > We recommend "/home/username/sage/sage". Indeed, ~/.sage/ has a special purpose in Sage, for storing various temporary things, configs, etc. Better avoid this doub

[sage-devel] Re: Error Building from Source

2024-09-24 Thread Ross George
Kwankyu, I tried changing the directory name, but the same error persists. Thank you, Ross George On Monday, September 23, 2024 at 11:38:06 PM UTC-4 Kwankyu Lee wrote: > Hi, > > It is unusual to pick "/home/username/.sage/sage" as the sage root > directory. We recommend "/home/username/sage/sa

[sage-devel] Re: Error Building from Source

2024-09-23 Thread Kwankyu Lee
Hi, It is unusual to pick "/home/username/.sage/sage" as the sage root directory. We recommend "/home/username/sage/sage". Kwankyu -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it,

[sage-devel] Re: Error building from source

2022-05-26 Thread Utkarsh Sharma
Never mind, I tried uninstalling the singular I had downloaded from homebrew and ran make again, and sage installed it as an spkg. Now Sage works fine on my computer. On Wednesday, May 25, 2022 at 10:05:26 PM UTC+5:30 Utkarsh Sharma wrote: > Hi! I'm new to open source and wanted to contribute t

[sage-devel] Re: error building from source with git clone

2014-01-02 Thread Niles Johnson
Do you have the developer tools (Xcode) installed? This prerequisite is sort of buried in the middle of the instructions at http://www.sagemath.org/doc/installation/source.html -Niles On Saturday, December 21, 2013 1:25:29 AM UTC-5, Theron Hitchman wrote: > > I just tried cloning the git rep

[sage-devel] Re: error building from source (sagenb-0.9.1)

2012-08-07 Thread Keshav Kini
Luis Finotti writes: > (Shouldn't this be in the README.txt?) There's a lot wrong with the README.txt... This requirement for the OpenSSL dev headers is mentioned in the installation documentation, though - http://www.sagemath.org/doc/installation/source.html -Keshav Join us in #sagemath o

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-20 Thread mabshoff
On Apr 20, 12:09 am, Mike Cripps wrote: > Hi Michael Hi Mike, > Thanks for all your help so far! No problem, it was fun to figure out what the likely problem is. > > Ok, but to be stating the fairly obvious: This is a 64 bit kernel. > > > But the compiler seems to build 32 bit code only.  I

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-20 Thread Mike Cripps
Hi Michael Thanks for all your help so far! > > Ok, but to be stating the fairly obvious: This is a 64 bit kernel. > > But the compiler seems to build 32 bit code only.  Is that > intentional? I would assume if you installed a 64 bit toolchain you > would not see this problem. This is not intent

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread mabshoff
On Apr 19, 11:29 pm, Mike Cripps wrote: > Hi Michael Hi Mike, > > Oops, I meant if the /proc/cpuinfo from the "inside" of the Xen > > machine in case the above wasn't it already. I am also wondering if > > the kernel is 32 or 64 bit since I am not sure what the virtulization > > does kernel

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread Mike Cripps
Hi Michael > > > Could you post the output from /proc/cpuinfo please? > > Oops, I meant if the /proc/cpuinfo from the "inside" of the Xen > machine in case the above wasn't it already. I am also wondering if > the kernel is 32 or 64 bit since I am not sure what the virtulization > does kernel wis

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread mabshoff
On Apr 19, 10:47 pm, mabshoff wrote: > On Apr 19, 8:55 am, Mike Cripps wrote: > > Hi Mike, > Could you post the output from /proc/cpuinfo please? Oops, I meant if the /proc/cpuinfo from the "inside" of the Xen machine in case the above wasn't it already. I am also wondering if the kernel i

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread mabshoff
On Apr 19, 8:55 am, Mike Cripps wrote: Hi Mike, > Apologies - I have tar gzipped the install log file and it is at: > > http://www.irreverence.ath.cx/install.log.tar.gz(size is approx > 116kB) > > I am concerned about Bill Hart's suggestion that my machine could > believe it is 32bit - will t

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread Mike Cripps
Apologies - I have tar gzipped the install log file and it is at: http://www.irreverence.ath.cx/install.log.tar.gz (size is approx 116kB) I am concerned about Bill Hart's suggestion that my machine could believe it is 32bit - will the install log file be sufficient to determine if this is the ca

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread Bill Hart
It looks like the assembler is complaining because it is being asked to compile a 64 bit program on a machine which it incorrectly believes is 32 bits. We've seen a similar issue with MPIR, though the C compiler there was pathcc not gcc. We decided the machine had probably been set up incorrectly.

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread mabshoff
On Apr 19, 7:59 am, Mike Cripps wrote: > Hi all, Hi Mike, > I have been attempting to install Sage today from the source, and when > I ran `make` I got the following output (after a lot of stuff compiled > fine): > ude -Wa,--noexecstack -g -O2 -MT mpih-add1-asm.lo -MD -MP -MF .deps/ > mpih

[sage-devel] Re: Error building from Source on Linux - libgcrypt-1.4.3 - Assembler messages

2009-04-19 Thread Martin Musatov
Yep, that's me! On Sun, Apr 19, 2009 at 7:59 AM, Mike Cripps wrote: > > Hi all, > > I have been attempting to install Sage today from the source, and when > I ran `make` I got the following output (after a lot of stuff compiled > fine): > > /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H