Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Sage on Mac OS X 10.7
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Justin C. Walker  
View profile  
 More options Feb 19 2012, 4:18 pm
From: "Justin C. Walker" <jus...@mac.com>
Date: Sun, 19 Feb 2012 13:18:44 -0800
Local: Sun, Feb 19 2012 4:18 pm
Subject: Sage on Mac OS X 10.7
I seem to be unable to build Sage on 10.7, so I'm checking my configuration against what you guys know to work.

I am running 10.7.1, with Xcode Version 4.2.1 (4D502).  The beta4 release does not even get started for me (the prereq script objects to Xcode 4).

Thanks!!

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
-----------
I'm beginning to like the cut of his jibberish.
-----------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John H Palmieri  
View profile  
 More options Feb 19 2012, 6:02 pm
From: John H Palmieri <jhpalmier...@gmail.com>
Date: Sun, 19 Feb 2012 15:02:18 -0800 (PST)
Local: Sun, Feb 19 2012 6:02 pm
Subject: Re: Sage on Mac OS X 10.7

On Sunday, February 19, 2012 1:18:44 PM UTC-8, Justin C. Walker wrote:

> I seem to be unable to build Sage on 10.7, so I'm checking my
> configuration against what you guys know to work.

> I am running 10.7.1, with Xcode Version 4.2.1 (4D502).  The beta4 release
> does not even get started for me (the prereq script objects to Xcode 4).

There is a thread about building Sage in OS X 10.7 in sage-devel. One
method which works for me, as reported there:

 - download
http://sage.math.washington.edu/home/jdemeyer/release/sage-5.0.beta4-...
rather than the usual beta4
 - upgrade to Xcode 4.3.
 - run Xcode, choose "Preferences" from the File menu, then choose the
"Download" tab, and install the "Command Line Tools".
 - from the terminal, run "sudo xcode-select -switch
/Applications/Xcode.app/Contents/Developer".

(Another method, which seems to work on some machines but not others: just
do the first step above and then do "export CC=clang" and "export
CXX=clang++".)

Then "make ptestlong" should work.  If you do "export SAGE_CHECK=yes",
cvxopt will fail self-tests, as will python (as usual), but everything else
should work.

If you could follow up in the sage-devel thread, that might be best.

--
John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Sage works on OS X 10.7!" by Justin C. Walker
Justin C. Walker  
View profile  
 More options Feb 19 2012, 7:00 pm
From: "Justin C. Walker" <jus...@mac.com>
Date: Sun, 19 Feb 2012 16:00:05 -0800
Local: Sun, Feb 19 2012 7:00 pm
Subject: Re: [sage-devel] Re: Sage works on OS X 10.7!

On Feb 19, 2012, at 15:02 , John H Palmieri wrote:

> On Sunday, February 19, 2012 1:18:44 PM UTC-8, Justin C. Walker wrote:
>> I seem to be unable to build Sage on 10.7, so I'm checking my configuration against what you guys know to work.
>> I am running 10.7.1, with Xcode Version 4.2.1 (4D502).  The beta4 release does not even get started for me (the prereq script objects to Xcode 4).
> There is a thread about building Sage in OS X 10.7 in sage-devel. One method which works for me, as reported there:

>  - download http://sage.math.washington.edu/home/jdemeyer/release/sage-5.0.beta4-... rather than the usual beta4
>  - upgrade to Xcode 4.3.
>  - run Xcode, choose "Preferences" from the File menu, then choose the "Download" tab, and install the "Command Line Tools".
>  - from the terminal, run "sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer".

> (Another method, which seems to work on some machines but not others: just do the first step above and then do "export CC=clang" and "export CXX=clang++".)

> Then "make ptestlong" should work.  If you do "export SAGE_CHECK=yes", cvxopt will fail self-tests, as will python (as usual), but everything else should work.

> If you could follow up in the sage-devel thread, that might be best.

Following up as requested on this list:

Upgrading to Xcode 4.3 doesn't work for me: I am still on 10.7.1, and would prefer not to upgrade to 10.7.3 (which is required).  Has anyone succeeded with my configuration (above)?

I've tried the 'CC=clang' trick, but that seems to run aground on the 'prereq' spkg-install check (if Xcode's version is 4.x or greater, complain and stop).

Justin

--
Justin C. Walker, Curmudgeon-at-Large
() The ASCII Ribbon Campaign
/\ Help Cure HTML Email


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John H Palmieri  
View profile  
 More options Feb 19 2012, 7:05 pm
From: John H Palmieri <jhpalmier...@gmail.com>
Date: Sun, 19 Feb 2012 16:05:56 -0800 (PST)
Local: Sun, Feb 19 2012 7:05 pm
Subject: Re: [sage-devel] Re: Sage works on OS X 10.7!

The complaint might have said "export the variable SAGE_PORT to something
non-empty".  That's what you should do.

--
John


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "[sage-devel] Re: Sage works on OS X 10.7!" by Jeroen Demeyer
Jeroen Demeyer  
View profile  
 More options Feb 20 2012, 3:07 am
From: Jeroen Demeyer <jdeme...@cage.ugent.be>
Date: Mon, 20 Feb 2012 09:07:27 +0100
Local: Mon, Feb 20 2012 3:07 am
Subject: Re: [sage-release] Re: [sage-devel] Re: Sage works on OS X 10.7!
Justin,

It would be interesting to have more OS X 10.7 results.  So, could you
please try:
$ SAGE_PORT=yes MAKE="make -j1" make

Then, in a separate directory a second Sage build with:
$ SAGE_PORT=yes CC=clang MAKE="make -j1" make

In all cases, success or not, please send me spkg/logs/gcc-4.6.2.log


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin C. Walker  
View profile  
 More options Feb 20 2012, 3:45 am
From: "Justin C. Walker" <jus...@mac.com>
Date: Mon, 20 Feb 2012 00:45:29 -0800
Local: Mon, Feb 20 2012 3:45 am
Subject: Re: [sage-release] [sage-devel] Re: Sage works on OS X 10.7!

On Feb 20, 2012, at 00:07 , Jeroen Demeyer wrote:

> Justin,

> It would be interesting to have more OS X 10.7 results.  So, could you
> please try:
> $ SAGE_PORT=yes MAKE="make -j1" make

> Then, in a separate directory a second Sage build with:
> $ SAGE_PORT=yes CC=clang MAKE="make -j1" make

> In all cases, success or not, please send me spkg/logs/gcc-4.6.2.log

Both builds blew up in the build of MPIR.

I'm sending you a tarball containing the GCC and MPIR logs for each, direct to you.

Justin

--
Justin C. Walker, Curmudgeon at Large
Institute for the Absorption of Federal Funds
-----------
Like the ski resort full of girls hunting for husbands
and husbands hunting for girls, the situation is not
as symmetrical as it might seem.
  - Alan MacKay
--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »