Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Volker Braun
This looks like it ought to work. The thing I can think of is that we install both a static and shared libgd, and if the linker ever used the static version to resolve (part) of the dependencies then its going to be tough to figure out anything. Does make distclean make change anything (will

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Volker Braun
No, make distclean is the official way to start from scratch (and a known starting point, namely just the source)... On Thursday, March 19, 2015 at 12:33:49 AM UTC+1, Ben Salisbury wrote: Hmmm that's both encouraging and discouraging. I've already tried 'make distclean' to start fresh.

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Andrew Bernard
I have: $ xcode-select --version xcode-select version 2339. I am at Mac OS 10.10.2. Perhaps this is the issue? Andrew On Thursday, 19 March 2015 10:17:31 UTC+11, Volker Braun wrote: Do you perhaps have an older version of the command line tools installed? It definitely works on my OSX

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
Okay, so it seems I cannot just run xcode-select --install to override the current version. $ xcode-select --install xcode-select: error: command line tools are already installed, use Software Update to install updates I looked at my Software Updates, and it seems that part of the update last

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
It's possible... though I had just recompiled Sage 6.6beta4 last Thursday without any issues. Here is my current output: $ xcode-select --version xcode-select version 2339. In the meantime, I will try to reinstall command line tools and recompile. My guess is that the problem has to do with

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Volker Braun
Same here. Also on 10.10.2 OSX osx 00:30:09 ~ $ xcode-select --version xcode-select version 2339. On Thursday, March 19, 2015 at 12:22:16 AM UTC+1, Ben Salisbury wrote: It's possible... though I had just recompiled Sage 6.6beta4 last Thursday without any issues. Here is my current output:

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
Hmmm that's both encouraging and discouraging. I've already tried 'make distclean' to start fresh. Is there another way? -- 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

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Volker Braun
Do you perhaps have an older version of the command line tools installed? It definitely works on my OSX Yosemite machine so it must be either some conflict with a system-wide install or a different toolchain version. On Wednesday, March 18, 2015 at 8:03:42 PM UTC+1, Ben Salisbury wrote: I

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Ben Salisbury
Hi, I did run make distclean make during both failed builds. Best, Ben On Wednesday, March 18, 2015 at 11:39:48 AM UTC-7, Volker Braun wrote: This looks like it ought to work. The thing I can think of is that we install both a static and shared libgd, and if the linker ever used the

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-18 Thread Volker Braun
Do you have Homebrew installed (stuff in /usr/local ?) On Wednesday, March 18, 2015 at 7:44:10 PM UTC+1, Ben Salisbury wrote: Hi, I did run make distclean make during both failed builds. Best, Ben On Wednesday, March 18, 2015 at 11:39:48 AM UTC-7, Volker Braun wrote: This looks like

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread Andrew Bernard
$ otool -L local/lib/python2.7/site-packages/sage/matrix/matrix_mod2_dense.so local/lib/python2.7/site-packages/sage/matrix/matrix_mod2_dense.so: libcsage.dylib (compatibility version 0.0.0, current version 0.0.0) /Users/andro/src/sage-6.5/local/lib/libgmp.16.dylib (compatibility version

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread Ben Salisbury
Sorry for the delay; I had retried the install again... with no luck. The install log file was too large to attach. Here is a link: https://drive.google.com/file/d/0B0GKOwXupX1ub3NoMkxPRy1zcDQ/view?usp=sharing The output from the requested commands are $ otool -L

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread François Bissey
Which ticket were you working on? You seem to have run ./sage -b and it rebuilt sage.matrix.matrix_mod2_dense and sage.rings.polynomial.pbori. Francois On 03/18/15 14:24, Ben Salisbury wrote: Sorry about that. Here it is! ~Ben -- You received this message because you are subscribed to the

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread Ben Salisbury
I was just trying to build in the develop branch. I wasn't currently working on any particular patch. -- 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

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread François Bissey
I would rather have logs/pkgs/sage-6.5.log than the full install log. Francois On 03/18/15 14:10, Ben Salisbury wrote: Sorry for the delay; I had retried the install again... with no luck. The install log file was too large to attach. Here is a link:

Re: [sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread François Bissey
We would also need the sage build log. Also I would want the output of otool -L local/lib/python2.7/site-packages/sage/matrix/matrix_mod2_dense.so and nm local/lib/libgd.dylib | grep gdImageCreateFromPng Francois On 03/18/15 12:43, Ben Salisbury wrote: Hi. I am also having the same problem.

[sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-17 Thread Ben Salisbury
Hi. I am also having the same problem. I've attached the requested log file. Please help! On Monday, March 16, 2015 at 9:27:57 AM UTC-7, Volker Braun wrote: Need the build log. On Monday, March 16, 2015 at 3:52:49 PM UTC+1, Andrew Bernard wrote: Here is the error: File

[sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-16 Thread Volker Braun
Need the build log. On Monday, March 16, 2015 at 3:52:49 PM UTC+1, Andrew Bernard wrote: Here is the error: File sage/matrix/matrix_mod2_dense.pxd, line 7, in init sage.matrix.matrix_integer_dense (build/cythonized/sage/matrix/matrix_integer_dense.c:47607) ImportError:

[sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-16 Thread Andrew Bernard
Here is the error: File sage/matrix/matrix_mod2_dense.pxd, line 7, in init sage.matrix.matrix_integer_dense (build/cythonized/sage/matrix/matrix_integer_dense.c:47607) ImportError: dlopen(/Users/andro/src/sage-6.5/local/lib/python2.7/site-packages/sage/matrix/matrix_mod2_dense.so, 2):

[sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-02 Thread Volker Braun
Looks like a missing dependency. Can you open a ticket? Workaround: sage -f libgd make# continue building On Monday, March 2, 2015 at 1:41:17 PM UTC+1, Andrew Bernard wrote: Greetings all, New to this group. Build error with source download for Mac on OS X 10.10.2 in package

[sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-02 Thread kcrisman
Since the OP is new to the group, probably doesn't have a Trac account (yet), so I've opened http://trac.sagemath.org/ticket/17884 On Monday, March 2, 2015 at 8:54:13 AM UTC-5, Volker Braun wrote: Looks like a missing dependency. Can you open a ticket? Workaround: sage -f libgd make#

[sage-devel] Re: Mac Yosemite build error conway_polynomials-0.4.p0

2015-03-02 Thread Volker Braun
Sage 6.5 supports Yosemite. Can you post logs/pkgs/libgd-2.1.0.p0.log On Monday, March 2, 2015 at 1:41:17 PM UTC+1, Andrew Bernard wrote: Greetings all, New to this group. Build error with source download for Mac on OS X 10.10.2 in package conway_polynomials-0.4.p0. File