Re: [sage-devel] Build failure on MacOS Sequoia 15.1.1 due to GMP

2024-12-03 Thread Dima Pasechnik
On Tue, Dec 3, 2024 at 11:21 AM Giacomo Pope wrote: > > Thank you for your help, Dima. > > For the first thing you are right: > > Jack: ~ % ls -l /usr/local/include/gmp.h > lrwxr-xr-x 1 Jack admin 33 2 Dec 19:47 /usr/local/include/gmp.h@ -> > ../Cellar/gmp/6.3.0/include/gmp.h > Jack: ~ % ls -

Re: [sage-devel] Build failure on MacOS Sequoia 15.1.1 due to GMP

2024-12-03 Thread Giacomo Pope
Thank you for your help, Dima. For the first thing you are right: Jack: ~ % ls -l /usr/local/include/gmp.h lrwxr-xr-x 1 Jack admin 33 2 Dec 19:47 /usr/local/include/gmp.h@ -> ../Cellar/gmp/6.3.0/include/gmp.h Jack: ~ % ls -l /usr/local/Cellar/gmp/6.3.0/include/gmp.h -rw-r--r-- 1 Jack admin

Re: [sage-devel] Build failure on MacOS Sequoia 15.1.1 due to GMP

2024-12-03 Thread Dima Pasechnik
On Tue, Dec 3, 2024 at 4:15 AM Giacomo Pope wrote: > > Running brew install gmp: > > Jack: sage % brew install gmp > Warning: gmp 6.3.0 is already installed and up-to-date. > To reinstall 6.3.0, run: > brew reinstall gmp > > I ran brew update and brew upgrade yesterday before attempting to insta

Re: [sage-devel] Build failure on MacOS Sequoia 15.1.1 due to GMP

2024-12-02 Thread Dima Pasechnik
Also, can you run ./bootstrap instead of "make configure" ? On 2 December 2024 17:11:54 GMT-06:00, Dima Pasechnik wrote: >What does > >brew install gmp > >say? > >When have you last updated Homebrew? > >Also, the config.log you posted looks incomplete and weird... > > > >On 2 December 2024

Re: [sage-devel] Build failure on MacOS Sequoia 15.1.1 due to GMP

2024-12-02 Thread Dima Pasechnik
What does brew install gmp say? When have you last updated Homebrew? Also, the config.log you posted looks incomplete and weird... On 2 December 2024 16:44:46 GMT-06:00, Giacomo Pope wrote: >Workflow: > >``` >Jack: sage % source ./.homebrew-build-env >Jack: sage % make configure >... >

[sage-devel] Build failure on MacOS Sequoia 15.1.1 due to GMP

2024-12-02 Thread Giacomo Pope
Workflow: ``` Jack: sage % source ./.homebrew-build-env Jack: sage % make configure ... Jack: sage % ./configure ... - Checking whether SageMath should install SPKG gmp... checking for gmp.h... no checking for gmpxx.h..

Re: [sage-devel] build failure with gsl 2.7

2021-09-29 Thread Dima Pasechnik
I've just opened https://trac.sagemath.org/ticket/32587 to ugrade GSL to 2.7 On Wed, Sep 29, 2021 at 6:04 PM Lorenz Panny wrote: > > Trying to build 9.5beta2 using (system) gsl version 2.7 fails > while compiling src/sage/ext/interpreters/wrapper_cdf.pyx, as > the .dat member of the gsl_complex

[sage-devel] build failure with gsl 2.7

2021-09-29 Thread Lorenz Panny
Trying to build 9.5beta2 using (system) gsl version 2.7 fails while compiling src/sage/ext/interpreters/wrapper_cdf.pyx, as the .dat member of the gsl_complex structure no longer exists unless in legacy mode: https://git.savannah.gnu.org/cgit/gsl.git/tree/complex/gsl_complex.h?id=89168fb10c0

Re: [sage-devel] Build failure of 8.5 on ubuntu 18.04.1 LTS

2019-01-14 Thread John Cremona
On Mon, 14 Jan 2019 at 10:36, E. Madison Bray wrote: > On Sat, Jan 12, 2019 at 12:33 PM John Cremona > wrote: > > > > Building from a freshly extracted sage-8.5-tar.gz, on a machine where I > have built many versions successfully *including 8.6.rc0* I have an error > in building cypari. > > > >

Re: [sage-devel] Build failure of 8.5 on ubuntu 18.04.1 LTS

2019-01-14 Thread E. Madison Bray
On Sat, Jan 12, 2019 at 12:33 PM John Cremona wrote: > > Building from a freshly extracted sage-8.5-tar.gz, on a machine where I have > built many versions successfully *including 8.6.rc0* I have an error in > building cypari. > > Log attached. I don't see anything *obvious* between 8.5 and 8.6

[sage-devel] Build failure of 8.5 on ubuntu 18.04.1 LTS

2019-01-12 Thread John Cremona
Building from a freshly extracted sage-8.5-tar.gz, on a machine where I have built many versions successfully *including 8.6.rc0* I have an error in building cypari. Log attached. John -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscri

[sage-devel] Build failure OS X (10.11 El capitan) sage-6.10

2016-01-05 Thread jhonrubia6
Hi, I just upgraded my OS X version, downloaded source code sage-6.10, and the command line tools, and try to build the source code having the following errors /Users/J_Honrubia/sage/sage-6.10/src/build/cythonized/sage/combinat/matrices/dancing_links.cpp:293:29: fatal error: dancing_links_c.h

[sage-devel] Build failure on Debian testing

2015-12-17 Thread Pat Hooper
Hello, I'm having trouble building sage-6.9 on a machine running Debian GNU/Linux stretch/sid 64-bit. Configuration seems to fail when considering the version of gcc. Calling `gcc -v` returns "gcc version 5.2.1 20151028 (Debian 5.2.1-23)" among other data. I've attached the output of make, and

Re: [sage-devel] Build failure OS X sage-6.10.beta7 numpy-1.10

2015-12-10 Thread François Bissey
I suspect you are hit by http://trac.sagemath.org/19679 Francois On 12/11/15 09:41, Ian Hoffman wrote: You were correct, I added the SAGE_ATLAS_ARCH to my environment for the build. It works better now, but now I get a different failure when building some of the documentation. Appears to have t

Re: [sage-devel] Build failure OS X sage-6.10.beta7 numpy-1.10

2015-12-10 Thread Ian Hoffman
You were correct, I added the SAGE_ATLAS_ARCH to my environment for the build. It works better now, but now I get a different failure when building some of the documentation. Appears to have trouble with an obj file. If it help, the only environment I've set is to have it build a dmg file. Than

Re: [sage-devel] Build failure OS X sage-6.10.beta7 numpy-1.10

2015-12-09 Thread François Bissey
Works here, and your log definitely indicate ATLAS has been found. The error message seem to indicate the wrong options are passed to gfortran to link the shared object. This is probably due to some confusion in the numpy build system which doesn't expect ATLAS on OS X. Francois On 12/10/15 15:1

Re: [sage-devel] Build failure OS X sage-6.10.beta7 numpy-1.10

2015-12-09 Thread François Bissey
Have you set SAGE_ATLAS_ARCH? Doing so is definitely not supported. We prefer using the accelerate framework on OS X. I have just upgraded xcode so I will give it a try. Francois On 12/10/15 13:20, Ian Hoffman wrote: This is my first post (and first time building Sage). I'm using El Capitan wit

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-10 Thread Jeroen Demeyer
On 2015-07-10 11:11, Joshua Hunt wrote: Thank you very much for all your help, it's now installed and happily running! Thank you for your cooperation in reporting this bug and helping with it (I wish all bug reporters would be like you...) Jeroen. -- You received this message because you ar

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-10 Thread Joshua Hunt
Thank you very much for all your help, it's now installed and happily running! -- 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, send an email to sage-devel+unsubscr...@googlegroups

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-09 Thread Jeroen Demeyer
On 2015-07-09 14:35, Joshua Hunt wrote: I put Antonio's patch in the place suggested by Volker, then ran "make clean; make build" and got the same build errors; You need to explicitly rebuild PARI: ./sage -i pari That should fix the problem. -- You received this message because you are subs

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-09 Thread Joshua Hunt
> Can you also send me the log file logs/pkgs/pari.log > It's attached. I put Antonio's patch in the place suggested by Volker, then ran "make clean; make build" and got the same build errors; (excerpt from sage-6.7.log) > make[3]: Entering directory '/home/joshua/build/sage-6.7/src' > mak

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Francois Bissey
> On 9/07/2015, at 18:26, Jeroen Demeyer wrote: > > On 2015-07-09 08:10, Francois Bissey wrote: >> Wasn’t that one of the command added by the latest pari >> snapshot merged during 6.8.beta5? > If the word "that" refers to "polsturm", then no: polsturm is a very old PARI > function. > > Just f

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
On 2015-07-09 08:10, Francois Bissey wrote: Wasn’t that one of the command added by the latest pari snapshot merged during 6.8.beta5? If the word "that" refers to "polsturm", then no: polsturm is a very old PARI function. Just for fun, I downloaded pari-2.0.1.alpha.tar.bz2 and it contains this

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Francois Bissey
> On 9/07/2015, at 17:58, Jeroen Demeyer wrote: > > On 2015-07-08 23:18, Joshua Hunt wrote: >>I would like to see if the help is also broken within GP. For that, run >> >>./sage --gp >> >>and then (at the GP prompt): >> >>??polsturm >> >> >> Similarly to before: > > Good, a

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
On 2015-07-08 23:18, Joshua Hunt wrote: I would like to see if the help is also broken within GP. For that, run ./sage --gp and then (at the GP prompt): ??polsturm Similarly to before: Good, as expected. Can you also send me the log file logs/pkgs/pari.log -- You received

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Joshua Hunt
> > I would like to see if the help is also broken within GP. For that, run > > ./sage --gp > > and then (at the GP prompt): > > ??polsturm > Similarly to before: GP/PARI CALCULATOR > Version 2.8.0 (development git-deac36e) >

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
This is again correct. I give up on the "make" issue, I cannot debug it from here... Now you first need to reinstall PARI (the "echo garbage" line broke it intentionally): run ./sage -f pari I would like to see if the help is also broken within GP. For that, run ./sage --gp and then (at th

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Joshua Hunt
> > What happens if you instead do > > MAKE="make -j4" ./sage -ba I get: Deleting Sage library build artifacts... > rm -f c_lib/.sconsign.dblite > find c_lib -name '*.os' | xargs rm -f > find c_lib -name '*.so' | xargs rm -f > find c_lib -name '*.dylib' | xargs rm -f > rm -rf build > find .

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
On 2015-07-08 18:03, Joshua Hunt wrote: Hi, Perl is v5.22.0. Did you pass any funny flags to make (apart from -j4)? Nope, only -j4. Can you please try following and send me the output? echo garbage > local/share/pari/pari.desc ./sage -ba I get the following: That's good

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Joshua Hunt
Hi, Perl is v5.22.0. Did you pass any funny flags to make (apart from -j4)? > Nope, only -j4. Can you please try following and send me the output? > > echo garbage > local/share/pari/pari.desc > ./sage -ba > I get the following: Deleting Sage library build artifacts... > rm -f c_lib/.sco

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
This is also strange, make just continues after an error. Did you pass any funny flags to make (apart from -j4)? Can you please try following and send me the output? echo garbage > local/share/pari/pari.desc ./sage -ba On 2015-07-08 17:22, Joshua Hunt wrote: Makefile:29: recipe for target

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
This is probably a problem, which version of Perl do you have? On 2015-07-08 17:22, Joshua Hunt wrote: Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\\b{ <-- HERE (.)}/ at /home/joshua/build/sage-6.7/local/bin/gphelp line 383. -- You received t

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
Can you please submit the file logs/pkgs/sage-6.7.log -- 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, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this grou

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Joshua Hunt
On Wednesday, July 8, 2015 at 4:06:10 PM UTC+1, Jeroen Demeyer wrote: > > Can you send me the file > > src/sage/libs/pari/auto_gen.pxi > Sure, it just contains # This file is auto-generated by sage_setup/autogen/pari/generator.py > > cdef class gen_auto(RingElement): > """ > Part of th

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
Can you send me the file src/sage/libs/pari/auto_gen.pxi -- 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, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Joshua Hunt
On Wednesday, July 8, 2015 at 1:39:06 PM UTC+1, Jeroen Demeyer wrote: > > On 2015-07-08 14:05, Joshua Hunt wrote: > > then applied the patch http://trac.sagemath.org/ticket/18580 >

Re: [sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Jeroen Demeyer
On 2015-07-08 14:05, Joshua Hunt wrote: then applied the patch http://trac.sagemath.org/ticket/18580 What *exactly* do you mean with this? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails

[sage-devel] Build failure on Arch Linux: conway_polynomials fails to build

2015-07-08 Thread Joshua Hunt
Hi, I'm struggling to build on Arch Linux. I've downloaded sage 6.7, then applied the patch http://trac.sagemath.org/ticket/18580 to fix the error reported there (I believe the fix will be incorporated in sage-6.8). conway_polynomials fails to build, the log file logs/pkgs/conway_polynomials-0

[sage-devel] build failure.

2012-05-16 Thread Eiso AB
Dear list I'm trying to make sage-5.0 on my machine but it fails. First error I encounter in the log is: make[3]: Entering directory `/data1/software/src/SAGE/sage-5.0/spkg/build/atlas-3.8.4.p1/ATLAS-build' cd /data1/software/src/SAGE/sage-5.0/spkg/build/atlas-3.8.4.p1/ATLAS-build ; ./xprobe_

Re: [sage-devel] Build failure on Solaris 10 SPARC - cvxopt-1.1.3

2012-02-29 Thread David Kirkby
On 29 February 2012 09:18, Jeroen Demeyer wrote: > On 2012-02-29 02:37, deSitter wrote: > > Simply including complex.h in base.c would probably work > No. > > > My guess is a problem with gcc. > Are you absolutely certain that you are using gcc-4.6.2? I have seen > this problem with older versio

Re: [sage-devel] Build failure on Solaris 10 SPARC - cvxopt-1.1.3

2012-02-29 Thread Jeroen Demeyer
On 2012-02-29 02:37, deSitter wrote: > Simply including complex.h in base.c would probably work No. > My guess is a problem with gcc. Are you absolutely certain that you are using gcc-4.6.2? I have seen this problem with older versions of gcc but never with gcc-4.6.2. -- To post to this group,

[sage-devel] Build failure on Solaris 10 SPARC - cvxopt-1.1.3

2012-02-28 Thread deSitter
Sun Enterprise 420R, gcc 4.6.2, Sun linker, LD_LIBRARY_PATH=/usr/local/ lib, Sun Studio 12 installed. There is a problem with inclusion of somewhere in the cvxopt-1.1.3 package. Error: gcc -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict- prototypes -fPIC -I/root/Documents/sage

[sage-devel] build failure of 4.3.5 on OS X 10.6.2

2010-03-31 Thread mhampton
I had no problem on linux or a mac running 10.5. But on my 10.6.2 I get this: I can't seem to build 4.3.5 on OS X 10.6.2. Here is the tail of my install log: Undefined symbols: "_einflate", referenced from: _ft_gzip_file_fill_output in ftgzip.o "_einflateInit2_", referenced from:

[sage-devel] Build failure on 4.3.4.rc0: 32/64 bit issue?

2010-03-18 Thread Kiran Kedlaya
Alert readers of sage-devel and sage-release may know that since 4.3.4.alpha0, I haven't been able to compile sage on my somewhat eccentric Fedora 10 system. It's a 64-bit system with 64-bit compilers and such under /usr/lib, but it's on a network with mostly 32-bit machines and their compilers are

[sage-devel] build failure.

2010-01-07 Thread abe
hi, sage 4.3 fails to build on this machine at the m4ri stage, previous version that I compiled was sage-3.2, which worked fine. Linux xxx.xxx.net 2.6.9-67.0.15.ELsmp #1 SMP Wed May 7 04:33:01 CDT 2008 i686 i686 i386 GNU/Linux It's running Scientific Linux SL 4.8 Below is the last part of the in

Re: [sage-devel] Build failure on Mac OS X 10.5.8

2009-12-09 Thread David Kirkby
2009/12/8 Harald Hanche-Olsen : > Trying to build sage 4.2.1 on Mac OS X 10.5.8 ended in this error message: > I might have tred to debug this myself, but I don't find "files that > should have been built weren't" terribly informative. And the > reference to running ldconfig seems bogus, since t

Re: [sage-devel] Build failure on Mac OS X 10.5.8

2009-12-08 Thread Harald Hanche-Olsen
Er, never mind, I had looked into the makefile and gotten the impression I needed to set DESTDIR to some suitable value. If I don't do that, the build seems to proceed without trouble. (I get the impression I am not supposed to install this thing at all, but just run it from the source directory?)

[sage-devel] Build failure on Mac OS X 10.5.8

2009-12-08 Thread Harald Hanche-Olsen
Trying to build sage 4.2.1 on Mac OS X 10.5.8 ended in this error message: ( cd examples ; make DESTDIR=/local/pkg/sage_4.2.1 install ) /bin/sh ../support/mkdirs /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/share/readline mkdir /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/share