Message from discussion
Safe-5.3 failed to be built on Mountain Lion (OS X 10.8)
Received: by 10.180.86.133 with SMTP id p5mr2093298wiz.3.1348610550304;
Tue, 25 Sep 2012 15:02:30 -0700 (PDT)
X-BeenThere: sage-devel@googlegroups.com
Received: by 10.180.20.136 with SMTP id n8ls1290789wie.3.gmail; Tue, 25 Sep
2012 15:02:27 -0700 (PDT)
Received: by 10.180.107.167 with SMTP id hd7mr2650600wib.0.1348610547198;
Tue, 25 Sep 2012 15:02:27 -0700 (PDT)
Received: by 10.180.107.167 with SMTP id hd7mr2650598wib.0.1348610547190;
Tue, 25 Sep 2012 15:02:27 -0700 (PDT)
Return-Path: <yom...@yomcat.geek.nz>
Received: from arwen.z-host.com (arwen.z-host.com. [81.94.198.122])
by gmr-mx.google.com with ESMTPS id e5si1175697wiw.0.2012.09.25.15.02.27
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 25 Sep 2012 15:02:27 -0700 (PDT)
Received-SPF: neutral (google.com: 81.94.198.122 is neither permitted nor denied by best guess record for domain of yom...@yomcat.geek.nz) client-ip=81.94.198.122;
Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 81.94.198.122 is neither permitted nor denied by best guess record for domain of yom...@yomcat.geek.nz) smtp.mail=yom...@yomcat.geek.nz
Received: from yomcat.pvt.ecs.vuw.ac.nz ([130.195.11.194]:60848)
by arwen.z-host.com with esmtpsa (TLSv1:AES128-SHA:128)
(Exim 4.77)
(envelope-from <yom...@yomcat.geek.nz>)
id 1TGdD0-0006BX-6G
for sage-devel@googlegroups.com; Tue, 25 Sep 2012 23:02:26 +0100
Content-Type: text/plain; charset=iso-8859-1
Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\))
Subject: Re: [sage-devel] Safe-5.3 failed to be built on Mountain Lion (OS X 10.8)
From: Michael Welsh <yom...@yomcat.geek.nz>
In-Reply-To: <3141e25e-2178-40ca-9b80-662b8579957a@googlegroups.com>
Date: Wed, 26 Sep 2012 10:02:24 +1200
Content-Transfer-Encoding: quoted-printable
Message-Id: <F84054FB-38C1-4700-827D-E419F5E55327@yomcat.geek.nz>
References: <d920964d-24b8-48ef-9964-1369d6a2613b@googlegroups.com> <591ecd05-d058-4ee1-abcc-9536ff91fd9d@googlegroups.com> <3141e25e-2178-40ca-9b80-662b8579957a@googlegroups.com>
To: sage-devel@googlegroups.com
X-Mailer: Apple Mail (2.1498)
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - arwen.z-host.com
X-AntiAbuse: Original Domain - googlegroups.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - yomcat.geek.nz
On 26/09/2012, at 9:45 AM, JBT <jianbao....@gmail.com> wrote:
> Hi, John,
>=20
> Thanks for the tip. I tried it, but no luck :-( The 'make' got stuck =
pretty=20
> much at the same place.
1. Did you try again from scratch? Either by running 'make clean' or =
unpacking the source again.
2. Did you delete the older scipy spkg?
Michael
>=20
> JBT
>=20
> On Tuesday, September 25, 2012 2:12:25 PM UTC-7, John H Palmieri =
wrote:
>>=20
>>=20
>>=20
>> On Tuesday, September 25, 2012 1:57:42 PM UTC-7, JBT wrote:
>>>=20
>>> Hi,=20
>>>=20
>>> I tried to build sage from source code on my mac running Mountain =
lion=20
>>> (10.8.2), but didn't succeed.=20
>>>=20
>>=20
>> Sage won't build, as is, on Mountain Lion. Several of us have had =
good=20
>> luck with the following procedure:
>>=20
>> - make sure you've updated to 10.8.2 (which you have).
>> - make sure you've updated to the latest version of Xcode (4.5), and=20=
>> install the command line tools.
>> - get the scipy spkg from the link given at=20
>> http://trac.sagemath.org/sage_trac/ticket/13309, and put it in=20
>> SAGE_ROOT/spkg/standard.
>> - run 'make'.
>>=20
>> Good luck!
>>=20
>> --=20
>> John