Re: [sage-devel] Re: OS X Mavericks

2013-11-23 Thread Jeroen Demeyer
On 2013-11-23 06:52, R. Andrew Ohana wrote: They don't supply a Fortran compiler, which we need. Also as of Xcode 5 they no longer supply gcc (the gcc in PATH is actually clang) and some packages we include depend explicitly on having gcc as our c compiler. If anything we need our own compiler n

Re: [sage-devel] Re: OS X Mavericks

2013-11-22 Thread R. Andrew Ohana
They don't supply a Fortran compiler, which we need. Also as of Xcode 5 they no longer supply gcc (the gcc in PATH is actually clang) and some packages we include depend explicitly on having gcc as our c compiler. If anything we need our own compiler now more than before, and this situation doesn'

[sage-devel] Re: OS X Mavericks

2013-11-22 Thread Stefan
Just wondering... has Apple's compiler by any chance improved enough so we can stop building our own GCC? -- 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-dev

Re: [sage-devel] Re: OS X Mavericks

2013-11-16 Thread Jeroen Demeyer
On 2013-10-23 02:48, yomcat wrote: On Wednesday, 23 October 2013 10:48:00 UTC+13, yomcat wrote: On Wednesday, 23 October 2013 10:04:57 UTC+13, yomcat wrote: I'll go hunting for dev tools. They're not out yet. Got some. Perhaps you should explain the steps that you did t

Re: [sage-devel] Re: OS X Mavericks

2013-11-16 Thread William Stein
On Sat, Nov 16, 2013 at 12:20 AM, Jeroen Demeyer wrote: > On 2013-11-16 06:02, R. Andrew Ohana wrote: >> >> Has anyone else been looking into this? > > Yes, I tried William's laptop (which is down now). But I didn't get far, > since /usr/include is missing. Somebody needs to properly install XCode

Re: [sage-devel] Re: OS X Mavericks

2013-11-16 Thread Jeroen Demeyer
On 2013-11-16 06:02, R. Andrew Ohana wrote: Has anyone else been looking into this? Yes, I tried William's laptop (which is down now). But I didn't get far, since /usr/include is missing. Somebody needs to properly install XCode on that machine before I can continue. -- You received this mess

Re: [sage-devel] Re: OS X Mavericks

2013-11-15 Thread R. Andrew Ohana
Has anyone else been looking into this? Where I've gotten: scipy: easy fix, just add "-D__ACCELERATE__" to CPPFLAGS polybori: this is a phantom bug that I can no longer reproduce (and I don't know what changed in my environment) r: seems less like an issue with r, than with sqlite -- in p

Re: [sage-devel] Re: OS X Mavericks

2013-11-06 Thread William Stein
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/6/13, 2:34 PM, Jean-Pierre Flori wrote: > > > On Wednesday, November 6, 2013 11:20:00 PM UTC+1, William wrote: >> >> On Mon, Nov 4, 2013 at 5:56 PM, Mike Zabrocki >> > wrote: >>> [...] After I installed the new command line tools then I was

Re: [sage-devel] Re: OS X Mavericks

2013-11-06 Thread Jean-Pierre Flori
On Wednesday, November 6, 2013 11:20:00 PM UTC+1, William wrote: > > On Mon, Nov 4, 2013 at 5:56 PM, Mike Zabrocki > > > wrote: > >[...] > > After I installed the new command line tools then I was able to build > from > > source also for about 3 hours and then I encountered the same errors

Re: [sage-devel] Re: OS X Mavericks

2013-11-06 Thread William Stein
On Mon, Nov 4, 2013 at 5:56 PM, Mike Zabrocki wrote: >[...] > After I installed the new command line tools then I was able to build from > source also for about 3 hours and then I encountered the same errors that > others are seeing here. Hi, In the interest of porting Sage to OS X 10.9, I dug u

Re: [sage-devel] Re: OS X Mavericks

2013-11-04 Thread Mike Zabrocki
I had updated my Xcode and OS system to 10.9 Mavericks in late October. I was having no problems building and working with patches for a long time until I touched some files that required certain certain libraries. When I touched those files I was no longer able to complete 'sage -b'. When

Re: [sage-devel] Re: OS X Mavericks

2013-10-28 Thread Chau Nguyen
I tried running make -k, and now I am at the same errors as Michael Welsh... Best regards, Chau. On Mon, Oct 28, 2013 at 5:33 PM, Chau Nguyen wrote: > Yes, you are right, it still works (I think) > > $/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / > -find install_name_tool

Re: [sage-devel] Re: OS X Mavericks

2013-10-28 Thread Chau Nguyen
Yes, you are right, it still works (I think) $/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find install_name_tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool Chau. On 28 Oct 2013, at 17:21, Dima Pasechnik wr

[sage-devel] Re: OS X Mavericks

2013-10-28 Thread Dima Pasechnik
On 2013-10-28, Chau Nguyen wrote: > No it still stops with the same error. > > Perhaps I figured out what is wrong with my case (sorry, maybe I should not > have mixed with the existing discussion of Jeroen Demeyer). > > The script tried to run > > /Applications/Xcode.app/Contents/Developer/usr/b

[sage-devel] Re: OS X Mavericks

2013-10-28 Thread Dima Pasechnik
On 2013-10-28, Chau Nguyen wrote: > Yes, I actually do have install_name_tool as well > > $ which install_name_tool > /usr/bin/install_name_tool > > Which is also in PATH hmm, weird, can you run the following line in the terminal: $ xcodebuild -sdk / -find install_name_tool for me (on OSX 10.6)

[sage-devel] Re: OS X Mavericks

2013-10-28 Thread Dima Pasechnik
On 2013-10-28, Chau Nguyen wrote: > On Thursday, October 24, 2013 8:50:20 PM UTC+2, Ben Salisbury wrote: >> I am also having an issue building on OS X 10.9, though (I admit) I am >> trying to build the 5.13beta1 version.  My build fails at the polybori step: >> >> Install file: "build/Users/cha

Re: [sage-devel] Re: OS X Mavericks

2013-10-24 Thread yomcat
On Wednesday, 23 October 2013 16:36:12 UTC+13, yomcat wrote: > > > > On Wednesday, 23 October 2013 14:57:38 UTC+13, William wrote: >> >> That's great news. Could you try running the test suite, i.e., go to >> root folder of the install and type >> >> make test >> > > It fails at various

Re: [sage-devel] Re: OS X Mavericks

2013-10-23 Thread John H Palmieri
On Wednesday, October 23, 2013 11:08:50 AM UTC-7, yomcat wrote: > > > On 24/10/2013, at 0701, John H Palmieri > > wrote: > > > - You might also need to manually install the command-line tools: from > the terminal, run > > > > xcode-select --install > > > > and click "Install" in the pop-

Re: [sage-devel] Re: OS X Mavericks

2013-10-23 Thread Michael Welsh
On 24/10/2013, at 0701, John H Palmieri wrote: > - You might also need to manually install the command-line tools: from the > terminal, run > > xcode-select --install > > and click "Install" in the pop-up. (I don't know if this step is required, > but I did it.) This step is required, but

Re: [sage-devel] Re: OS X Mavericks

2013-10-23 Thread John H Palmieri
On Tuesday, October 22, 2013 11:36:14 PM UTC-7, Jeroen Demeyer wrote: > > On 2013-10-23 02:48, yomcat wrote: > > > > > > On Wednesday, 23 October 2013 10:48:00 UTC+13, yomcat wrote: > > > > > > > > On Wednesday, 23 October 2013 10:04:57 UTC+13, yomcat wrote: > > > > > > I'll

Re: [sage-devel] Re: OS X Mavericks

2013-10-22 Thread Jeroen Demeyer
On 2013-10-23 02:48, yomcat wrote: On Wednesday, 23 October 2013 10:48:00 UTC+13, yomcat wrote: On Wednesday, 23 October 2013 10:04:57 UTC+13, yomcat wrote: I'll go hunting for dev tools. They're not out yet. Got some. The build got much further, but broke on polybori -

Re: [sage-devel] Re: OS X Mavericks

2013-10-22 Thread yomcat
On Wednesday, 23 October 2013 14:57:38 UTC+13, William wrote: > > On Tue, Oct 22, 2013 at 6:49 PM, yomcat > > wrote: > > > > > > On Wednesday, 23 October 2013 14:17:25 UTC+13, William wrote: > >> > >> On Tue, Oct 22, 2013 at 1:29 PM, yomcat wrote: > >> > > >> > > >> > On Wednesday, 23 O

Re: [sage-devel] Re: OS X Mavericks

2013-10-22 Thread William Stein
On Tue, Oct 22, 2013 at 6:49 PM, yomcat wrote: > > > On Wednesday, 23 October 2013 14:17:25 UTC+13, William wrote: >> >> On Tue, Oct 22, 2013 at 1:29 PM, yomcat wrote: >> > >> > >> > On Wednesday, 23 October 2013 06:30:47 UTC+13, jason wrote: >> >> >> >> Apple just announced OS X Mavericks is fre

Re: [sage-devel] Re: OS X Mavericks

2013-10-22 Thread yomcat
On Wednesday, 23 October 2013 14:17:25 UTC+13, William wrote: > > On Tue, Oct 22, 2013 at 1:29 PM, yomcat > > wrote: > > > > > > On Wednesday, 23 October 2013 06:30:47 UTC+13, jason wrote: > >> > >> Apple just announced OS X Mavericks is free, available today. Has > >> anyone tried compil

Re: [sage-devel] Re: OS X Mavericks

2013-10-22 Thread William Stein
On Tue, Oct 22, 2013 at 1:29 PM, yomcat wrote: > > > On Wednesday, 23 October 2013 06:30:47 UTC+13, jason wrote: >> >> Apple just announced OS X Mavericks is free, available today. Has >> anyone tried compiling Sage on it? > > > I have just installed it. I shall build Sage and report back. One th

[sage-devel] Re: OS X Mavericks

2013-10-22 Thread Jason Grout
On 10/22/13 12:42 PM, William Stein wrote: Does that mean I can install it into a virtualbox (say) machine on my OS X 10.6 desktop (bsd.math), so people can try it... but we still have a 10.6 buildbot? It looks like you probably can install it in a virtual machine. I have no clue how easy it

[sage-devel] Re: OS X Mavericks

2013-10-22 Thread yomcat
On Wednesday, 23 October 2013 10:48:00 UTC+13, yomcat wrote: > > > > On Wednesday, 23 October 2013 10:04:57 UTC+13, yomcat wrote: >> >> >> I'll go hunting for dev tools. >> > > They're not out yet. > Got some. The build got much further, but broke on polybori - https://dl.dropboxusercontent.co

[sage-devel] Re: OS X Mavericks

2013-10-22 Thread yomcat
On Wednesday, 23 October 2013 10:04:57 UTC+13, yomcat wrote: > > > I'll go hunting for dev tools. > They're not out yet. -- 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

[sage-devel] Re: OS X Mavericks

2013-10-22 Thread yomcat
On Wednesday, 23 October 2013 09:58:49 UTC+13, yomcat wrote: > > > There seems to be an include directory a level down (in llvm-gcc-4.2). > I've sym-linked that in, we'll see what happens now. > It still broke, but further on. /Users/yomcat/Downloads/sage-test/spkg/build/gcc-4.7.3.p0/gcc-bui

[sage-devel] Re: OS X Mavericks

2013-10-22 Thread yomcat
On Wednesday, 23 October 2013 09:29:35 UTC+13, yomcat wrote: > > > > On Wednesday, 23 October 2013 06:30:47 UTC+13, jason wrote: >> >> Apple just announced OS X Mavericks is free, available today. Has >> anyone tried compiling Sage on it? >> > > I have just installed it. I shall build Sage and

[sage-devel] Re: OS X Mavericks

2013-10-22 Thread yomcat
On Wednesday, 23 October 2013 06:30:47 UTC+13, jason wrote: > > Apple just announced OS X Mavericks is free, available today. Has > anyone tried compiling Sage on it? > I have just installed it. I shall build Sage and report back. One thing I noticed is that XCode has done something differen