[sage-devel] Re: OS X 10.7 testers needed

2012-04-05 Thread Bruce Cohen
I ran a make last night, but it did not work.  I'm attaching
config.log and an edited version of install.log.  The original
install.log is too big to mail.   The error appears to be

Error installing package mpir-2.1.3.p10


If it would be helpful, I can do another run this weekend after you
make some suggestions for getting this to work.

Thanks

-Bruce

SAGE_CHECK=yes
MAKE=make -j4

gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)

Mac OS X Lion 10.7.3 (11D50b)
Processor  2.3 GHz Intel Core i5

bash-3.2$ gcc -print-prog-name=as
/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/as
bash-3.2$ as --version
FATAL:/Developer/usr/bin/../libexec/as/x86_64/as: I don't understand '-' flag!



---


On Apr 3, 6:11 am, Jeroen Demeyer  wrote:
> Could somebody with an OS X 10.7 machine please try to build the
> following from source, preferably with SAGE_CHECK=yes:
>
> http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta1...

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


config.log
Description: Binary data


install.log-edited-down
Description: Binary data


Re: [sage-devel] Re: which sage should i download for evaluation purposes on Snow Leopard?

2012-04-05 Thread Georg S. Weber
 Hi Anthony,

thank you very much for your report!

I just checked all the mirrors, and except for one (" Universidade Federal 
do Paraná, Brazil ") it seems 
all now provide the "...p0.." app dmg's. It always takes some time to 
synchronize for all the mirrors. Sorry for the inconvenience!

@Ivan:
It seems also, that almost all the OS X "non-app" (i.e. normal) bdist's 
have vanished. Was that intentional (maybe there was a misunderstanding in 
the communcation with Harald)?


Cheers,
Georg

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Lion and 4.8 app dmg

2012-04-05 Thread David Joyner
On Thu, Apr 5, 2012 at 4:29 PM, Ivan Andrus  wrote:
> On Apr 5, 2012, at 1:36 PM, David Joyner wrote:
>
>> Done. Here it is:
>>
>> 4/5/12 7:36:42.856 AM Path Finder: LSOpenFromURLSpec err: -10827
>
> *Sigh*.  As unhelpful as I feared.  Perhaps if you launch it from a terminal, 
> either as
>
>        open /path/to/Sage-4.8-OSX-64bit-10.6.app


This worked without any problem!


>
> or if that doesn't tell anything new (I don't suspect it will), then with
>
>        /path/to/Sage-4.8-OSX-64bit-10.6.app/Contents/MacOS/Sage
>
>
> I suspect the problem has to do with the app itself rather than the Sage 
> distribution inside
> of it, so you can run
>
>        /path/to/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage/sage
>
> to verify that.
>
>
> If you really want to run the app (and it's not a problem with sage itself) 
> then you can open up Xcode and build the application yourself (it's in 
> $SAGE_ROOT/data/extcode/sage/ext/mac-app/ ) and then tell it where to find a 
> copy of sage.
>
> You might want to double check that you're running the "p0" version and that 
> your download didn't get corrupted.  That's all I can think of right now.
>
> -Ivan
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to 
> sage-devel+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Lion and 4.8 app dmg

2012-04-05 Thread Ivan Andrus
On Apr 5, 2012, at 1:36 PM, David Joyner wrote:

> Done. Here it is:
> 
> 4/5/12 7:36:42.856 AM Path Finder: LSOpenFromURLSpec err: -10827

*Sigh*.  As unhelpful as I feared.  Perhaps if you launch it from a terminal, 
either as 

open /path/to/Sage-4.8-OSX-64bit-10.6.app

or if that doesn't tell anything new (I don't suspect it will), then with

/path/to/Sage-4.8-OSX-64bit-10.6.app/Contents/MacOS/Sage


I suspect the problem has to do with the app itself rather than the Sage 
distribution inside of it, so you can run 

/path/to/Sage-4.8-OSX-64bit-10.6.app/Contents/Resources/sage/sage

to verify that.


If you really want to run the app (and it's not a problem with sage itself) 
then you can open up Xcode and build the application yourself (it's in 
$SAGE_ROOT/data/extcode/sage/ext/mac-app/ ) and then tell it where to find a 
copy of sage.

You might want to double check that you're running the "p0" version and that 
your download didn't get corrupted.  That's all I can think of right now.

-Ivan

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Re: OS X 10.7 testers needed

2012-04-05 Thread William Stein
On Thu, Apr 5, 2012 at 7:23 AM, Jason Grout  wrote:
> On 4/3/12 8:11 AM, Jeroen Demeyer wrote:
>>
>> Could somebody with an OS X 10.7 machine please try to build the
>> following from source, preferably with SAGE_CHECK=yes:
>>
>>
>> http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta12-gcc/sage-5.0.beta12-gcc.tar
>>
>
>
> I have a student who is trying to build on 10.7 on a 2-year old laptop.

It may depend on the version of XCode he has installed.

>  Does he need to define SAGE_PORT=yes when trying to compile this version?

If it immediately fails, then obviously yes.

>  I assume he needs to use this version rather than the normal beta12, right?

I think he could build the normal beta12, but he would be testing
something completely different, right? (The normal one would likely
build, but fail a lot of tests due to compiler bugs, depending on
XCode version.) Jereon's specifically interested in having this
tarball tested.

william



> Thanks,
>
> Jason
>
>
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to
> sage-devel+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org



-- 
William Stein
Professor of Mathematics
University of Washington
http://wstein.org

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


[sage-devel] Re: OS X 10.7 testers needed

2012-04-05 Thread Jason Grout

On 4/3/12 8:11 AM, Jeroen Demeyer wrote:

Could somebody with an OS X 10.7 machine please try to build the
following from source, preferably with SAGE_CHECK=yes:

http://boxen.math.washington.edu/home/jdemeyer/release/sage-5.0.beta12-gcc/sage-5.0.beta12-gcc.tar




I have a student who is trying to build on 10.7 on a 2-year old laptop. 
 Does he need to define SAGE_PORT=yes when trying to compile this 
version?  I assume he needs to use this version rather than the normal 
beta12, right?


Thanks,

Jason


--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Lion and 4.8 app dmg

2012-04-05 Thread David Joyner
On Thu, Apr 5, 2012 at 3:24 AM, Ivan Andrus  wrote:
> On Apr 5, 2012, at 12:23 AM, David Joyner wrote:
>> On Wed, Apr 4, 2012 at 4:30 PM, Justin C. Walker  wrote:
>>>
>>> On Apr 4, 2012, at 12:22 , David Joyner wrote:
>>>
 On Mon, Apr 2, 2012 at 6:47 PM, Jason Grout  
 wrote:
> Just curious: is the 4.8 app dmg that you can download for OSX 10.6 
> working
> on OSX 10.7 now?  Is that the recommended way to run the Sage app on OSX
> 10.7?


 I get an error when I double click on the app:

 "An error occurred while trying to open "Sage-4.8-OSX-64bit-10.6.app"."
>>>
>>> Is there anything useful in the system logs (in particular, in 
>>> /var/log/system.log and /var/log/secure.log) from around the time you got 
>>> this error?
>>>
>>> Apple's approach to user error messages has always been to not bother the 
>>> user with any of the pesky details beyond a mild "I'm sorry, Dave; I can't 
>>> do that" indicator.  The system logs can often have useful stuff, if you 
>>> can weed out the irrelevant useful stuff.
>>>
>>
>>
>> I don't know what is relevant or not, but here are the tails of those
>> files right after
>> double-clicking on the app:
>>
>>
>> new-host-7:~ davidjoyner$ tail /var/log/system.log
>> Apr  4 18:01:54 new-host-7 Path Finder[130]: *** -[NSMachPort
>> handlePortMessage:]: dropping incoming DO message because the
>> connection is invalid
>> Apr  4 18:04:14: --- last message repeated 1 time ---
>> Apr  4 18:07:12 new-host-7 Path Finder[130]: *** -[NSMachPort
>> handlePortMessage:]: dropping incoming DO message because the
>> connection is invalid
>> Apr  4 18:09:14: --- last message repeated 1 time ---
>> Apr  4 18:12:31 new-host-7 Path Finder[130]: *** -[NSMachPort
>> handlePortMessage:]: dropping incoming DO message because the
>> connection is invalid
>> Apr  4 18:14:14: --- last message repeated 1 time ---
>> Apr  4 18:16:56 new-host-7 GoogleSoftwareUpdateAgent[19206]:
>> Incompatible applications: app=com.google.Keystone.Agent,
>> targetApp=com.apple.Safari
>> Apr  4 18:17:49 new-host-7 Path Finder[130]: *** -[NSMachPort
>> handlePortMessage:]: dropping incoming DO message because the
>> connection is invalid
>> Apr  4 18:22:51 new-host-7 Path Finder[130]: *** -[NSMachPort
>> handlePortMessage:]: dropping incoming DO message because the
>> connection is invalid
>> Apr  4 18:23:49 new-host-7 Path Finder[130]: LSOpenFromURLSpec err: -10827
>
> That last might relevant.  According to [1]:
>
> Error -10827 is a Launch Services error meaning: "kLSNoExecutableErr - the 
> executable is missing or has an unusable format".
>
> But unfortunately I don't know what that might mean.  Or rather, it might 
> mean anything.
>
> Of interest might be "Console Messages" from Console.app.  I'm not entirely 
> sure, but it appears they aren't associated with any log file.  So one thing 
> you could try is to open Console.app, select "Console Messages" (or maybe 
> "All Messages"), "Clear Display", and then launch Sage.app and see what 
> appears.
>

Done. Here it is:

4/5/12 7:36:42.856 AM Path Finder: LSOpenFromURLSpec err: -10827


> Thanks,
> Ivan
>
> [1] https://discussions.apple.com/thread/746285?start=0&tstart=0
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to 
> sage-devel+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Benchmarks for sage...

2012-04-05 Thread David Kirkby
On 4 April 2012 20:44, Florent Hivert  wrote:
>      Hi there,

Hi Florent



> In the mean term and in some orthogonal direction, I think it would be useful
> to have some representative benchmarks. More precisely, I'm suggesting that we
> should gather, in each mathematical field, a few relatively large (say from a
> few seconds to around 1 min) typical computations that should be
> representative on what is done in this field. With those under the hand we
> should record for each Sage version the speed of a (or a few) reference
> machine. This would also allow to compare the speed of different machines for
> our computations.
>
> What do you think ?

See http://trac.sagemath.org/sage_trac/ticket/6808

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Re: which sage should i download for evaluation purposes on Snow Leopard?

2012-04-05 Thread Ivan Andrus
Anthony,

I'm glad it worked for you.  The "p0" version is the only one for download, at 
least on the Freie Universität Berlin, Germany mirror.

-Ivan

On Apr 5, 2012, at 11:03 AM, Anthony Durity wrote:

> Hi there Ivan,
> 
> No problem with a "p0" version it seems. Perhaps this is the only one
> that should be offered on mirrors? Thanks for your advice. I don't
> know if I had stale processes and whatnot but I noticed before I
> reinstalled that there were some sage processes hanging around so I
> killed them from the command line before installing p0 thingy. So far
> so good now though.
> 
> Regards,
>Anthony
> 
> 2012/4/5 Ivan Andrus :
>> problem with a "p0" version
> 
> -- 
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to 
> sage-devel+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Re: which sage should i download for evaluation purposes on Snow Leopard?

2012-04-05 Thread Anthony Durity
Hi there Ivan,

No problem with a "p0" version it seems. Perhaps this is the only one
that should be offered on mirrors? Thanks for your advice. I don't
know if I had stale processes and whatnot but I noticed before I
reinstalled that there were some sage processes hanging around so I
killed them from the command line before installing p0 thingy. So far
so good now though.

Regards,
Anthony

2012/4/5 Ivan Andrus :
> problem with a "p0" version

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Re: which sage should i download for evaluation purposes on Snow Leopard?

2012-04-05 Thread Anthony Durity
Thanks Georg,

This worked a treat. No hitches. Asked me for an admin password,
popped open a browser window after.
Sage does not show up as a 64 bit app in activity monitor by the way ...

Lucky you in beautiful España!
Regards from chilly Ireland,
Anthony

2012/4/5 Georg S. Weber :
>
>
> On Thursday, 5 April 2012 00:44:28 UTC+2, Anthony Durity wrote:
>>
>> To be very clear about this to avoid confusion.
>>
>> I have a white Macbook about 3 years old, designated a Macbook5,2
>>
>> http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.13-white-13-mid-2009-nvidia-specs.html
>>
>> It's got 2ghz Core 2 duo so it's definitely got a 64bit cpu as in it
>> would run 64 bit Linux no bother but I'm running Snow Leopard in 32
>> bit mode so the core OS (kernel and extensions) is in 32 bit mode
>> (b).
>> I can run 64bit apps though so for instance Safar and iTerm are in 64
>> bits so that's why I downloaded the 64 version (dmg) of Sage.
>>
>> I don't really see how this relates to the error. Maybe until these
>> issues are ironed out it would be better if Sage released one version
>> (a 32 bit one) for MacOSX that installs without a hitch and runs
>> without any faffing about. There's no need to over-complicate things
>> and as it is the users first impression of Sage it is important. Don't
>> get me wrong at all, I don't mind personally, just trying to give
>> helpful advice.
>>
>> Which version should I download by the way? Could you give me a link?
>>
>> Thanks.
>>
>>
>
> Hi,
>
> I wanted to do this for quite some time, so I did in the past few minutes:
> On my MacBook2,1 (for specs see
> http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.0-white-13-specs.html
> , it's a bit older than yours, but definitely "the same" for our purpose ---
> the installed OS X 10.6 Snow Leopard starts up its kernel in 32-bit mode
> there, unless you press the keys "6" and "4" during startup --- which I did
> *not* do), I deleted all traces of former Sage installations in my home
> directory.
>
> Then I went to:
>
> http://www.sagemath.org/download-mac.html
>
> and chose some mirror (in my case "http://sunsite.rediris.es";, because I'm
> in Spain at the moment), then went to
>
> http://sunsite.rediris.es/mirror/sagemath/osx/intel/index.html
>
> and from there downloaded
>
> sage-4.8-OSX-64bit-10.6-x86_64-Darwin-app.p0.dmg
>
> (note both the "64bit/x86_64" and the "p0", and of course "10.6"). I clicked
> on the dmg, dragged the "Sage" icon (i.e. the application folder, something
> between 1 GB and 2 GB big) to some folder of my choice (actually under my
> home dir, but you could choose the general OS X "application" directory as
> well). It takes some minutes to copy. Then I clicked on the (just copied)
> Sage "in the file system". Again, this takes quite some time, but ultimately
> Sage 4.8 starts up, and lets you first enter the new password for your
> notebok server, to be used by the "admin" account. After that, one stale
> terminal session hangs around (I think this will happen only for the first
> time you start Sage), but apart from that, Sage (resp. the Sage app) is now
> "there" and usable.
>
> Hope that helps,
>
> Georg
>
> --
> To post to this group, send an email to sage-devel@googlegroups.com
> To unsubscribe from this group, send an email to
> sage-devel+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/sage-devel
> URL: http://www.sagemath.org

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Re: which sage should i download for evaluation purposes on Snow Leopard?

2012-04-05 Thread Ivan Andrus
On Apr 5, 2012, at 1:39 AM, Georg S. Weber wrote:

> On Thursday, 5 April 2012 00:44:28 UTC+2, Anthony Durity wrote:
> To be very clear about this to avoid confusion.
> I have a white Macbook about 3 years old, designated a Macbook5,2
> http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.13-white-13-mid-2009-nvidia-specs.html
> 
> It's got 2ghz Core 2 duo so it's definitely got a 64bit cpu as in it
> would run 64 bit Linux no bother but I'm running Snow Leopard in 32
> bit mode so the core OS (kernel and extensions) is in 32 bit mode
> (b).
> I can run 64bit apps though so for instance Safar and iTerm are in 64
> bits so that's why I downloaded the 64 version (dmg) of Sage.
> 
> I don't really see how this relates to the error. Maybe until these
> issues are ironed out it would be better if Sage released one version
> (a 32 bit one) for MacOSX that installs without a hitch and runs
> without any faffing about. There's no need to over-complicate things
> and as it is the users first impression of Sage it is important. Don't
> get me wrong at all, I don't mind personally, just trying to give
> helpful advice.
> 
> Which version should I download by the way? Could you give me a link?
> 
> Thanks.
> 
> 
> Hi,
> 
> I wanted to do this for quite some time, so I did in the past few minutes:
> On my MacBook2,1 (for specs see 
> http://www.everymac.com/systems/apple/macbook/specs/macbook-core-2-duo-2.0-white-13-specs.html
>  , it's a bit older than yours, but definitely "the same" for our purpose --- 
> the installed OS X 10.6 Snow Leopard starts up its kernel in 32-bit mode 
> there, unless you press the keys "6" and "4" during startup --- which I did 
> *not* do), I deleted all traces of former Sage installations in my home 
> directory.
> 
> Then I went to:
> 
> http://www.sagemath.org/download-mac.html
> 
> and chose some mirror (in my case "http://sunsite.rediris.es";, because I'm in 
> Spain at the moment), then went to
> 
> http://sunsite.rediris.es/mirror/sagemath/osx/intel/index.html
> 
> and from there downloaded
> 
> sage-4.8-OSX-64bit-10.6-x86_64-Darwin-app.p0.dmg
> 
> (note both the "64bit/x86_64" and the "p0", and of course "10.6"). I clicked 
> on the dmg, dragged the "Sage" icon (i.e. the application folder, something 
> between 1 GB and 2 GB big) to some folder of my choice (actually under my 
> home dir, but you could choose the general OS X "application" directory as 
> well). It takes some minutes to copy. Then I clicked on the (just copied) 
> Sage "in the file system". Again, this takes quite some time, but ultimately 
> Sage 4.8 starts up, and lets you first enter the new password for your 
> notebok server, to be used by the "admin" account. After that, one stale 
> terminal session hangs around (I think this will happen only for the first 
> time you start Sage), but apart from that, Sage (resp. the Sage app) is now 
> "there" and usable.


I'm so glad to hear that!  At least it worked for one person besides me. :-)

If you have the same problem with a "p0" version then I would really like to 
debug it and fix the root problem.  One thing to note is that if you have had 
Terminal.app open for a long time then it's possible that it was started by an 
old buggy Sage.app and that would still cause the problem.  You can either quit 
Terminal.app completely, and/or check that 

env | grep SAGE

comes back clean.

-Ivan

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org


Re: [sage-devel] Lion and 4.8 app dmg

2012-04-05 Thread Ivan Andrus
On Apr 5, 2012, at 12:23 AM, David Joyner wrote:
> On Wed, Apr 4, 2012 at 4:30 PM, Justin C. Walker  wrote:
>> 
>> On Apr 4, 2012, at 12:22 , David Joyner wrote:
>> 
>>> On Mon, Apr 2, 2012 at 6:47 PM, Jason Grout  
>>> wrote:
 Just curious: is the 4.8 app dmg that you can download for OSX 10.6 working
 on OSX 10.7 now?  Is that the recommended way to run the Sage app on OSX
 10.7?
>>> 
>>> 
>>> I get an error when I double click on the app:
>>> 
>>> "An error occurred while trying to open "Sage-4.8-OSX-64bit-10.6.app"."
>> 
>> Is there anything useful in the system logs (in particular, in 
>> /var/log/system.log and /var/log/secure.log) from around the time you got 
>> this error?
>> 
>> Apple's approach to user error messages has always been to not bother the 
>> user with any of the pesky details beyond a mild "I'm sorry, Dave; I can't 
>> do that" indicator.  The system logs can often have useful stuff, if you can 
>> weed out the irrelevant useful stuff.
>> 
> 
> 
> I don't know what is relevant or not, but here are the tails of those
> files right after
> double-clicking on the app:
> 
> 
> new-host-7:~ davidjoyner$ tail /var/log/system.log
> Apr  4 18:01:54 new-host-7 Path Finder[130]: *** -[NSMachPort
> handlePortMessage:]: dropping incoming DO message because the
> connection is invalid
> Apr  4 18:04:14: --- last message repeated 1 time ---
> Apr  4 18:07:12 new-host-7 Path Finder[130]: *** -[NSMachPort
> handlePortMessage:]: dropping incoming DO message because the
> connection is invalid
> Apr  4 18:09:14: --- last message repeated 1 time ---
> Apr  4 18:12:31 new-host-7 Path Finder[130]: *** -[NSMachPort
> handlePortMessage:]: dropping incoming DO message because the
> connection is invalid
> Apr  4 18:14:14: --- last message repeated 1 time ---
> Apr  4 18:16:56 new-host-7 GoogleSoftwareUpdateAgent[19206]:
> Incompatible applications: app=com.google.Keystone.Agent,
> targetApp=com.apple.Safari
> Apr  4 18:17:49 new-host-7 Path Finder[130]: *** -[NSMachPort
> handlePortMessage:]: dropping incoming DO message because the
> connection is invalid
> Apr  4 18:22:51 new-host-7 Path Finder[130]: *** -[NSMachPort
> handlePortMessage:]: dropping incoming DO message because the
> connection is invalid
> Apr  4 18:23:49 new-host-7 Path Finder[130]: LSOpenFromURLSpec err: -10827

That last might relevant.  According to [1]:

Error -10827 is a Launch Services error meaning: "kLSNoExecutableErr - the 
executable is missing or has an unusable format".

But unfortunately I don't know what that might mean.  Or rather, it might mean 
anything.

Of interest might be "Console Messages" from Console.app.  I'm not entirely 
sure, but it appears they aren't associated with any log file.  So one thing 
you could try is to open Console.app, select "Console Messages" (or maybe "All 
Messages"), "Clear Display", and then launch Sage.app and see what appears.

Thanks,
Ivan

[1] https://discussions.apple.com/thread/746285?start=0&tstart=0

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org