On 28 Aug, 2009, at 22:20, Graham Perrin wrote: > > Re <http://chandlerproject.org/Developers/BuildingChandlerDesktop> > after > commanding > make DEBUG=1 world > whilst I was sleeping, two things occurred: > > * openssl crashed five times in rapid succession between > 2009-08-29 00:10:02.208 +0100 and > 2009-08-29 00:10:03.430 +0100 (times within crash logs) > > * make failed, probably 2009-08-29 00:17 > > Attached: > > * the first of the five crash logs for > /Users/gjp22/Developer/chandler/external/openssl/openssl-0.9.8d/ > build_debug/apps/openssl
I'm wondering if some of the code that version of openssl uses to build itself is not 64-bit safe. > > * Terminal output, including the environment and the time when > PythonInterpreter.icns was written. > > Any ideas? You might try something like make MACOSX_DEPLOYMENT_TARGET=10.5 BUILD_ROOT=$(pwd) world I'm not sure that that will work at all: The Makefiles are building all kinds of unnecessary stuff, like a python interpreter, since it doesn't recognise Mac OS X 10.6 as a known build type. --Grant > I should mention, > > a) a much earlier topic relating to build failure _before_ I > upgraded to Mac > OS X 10.6: > <http://n2.nabble.com/-tp3010831p3010831.html>; AFAIR since that > time I have > (amongst other things) removed and reinstalled MacPorts, so that > topic may > be irrelevant now > > b) <https://bugzilla.osafoundation.org/show_bug.cgi?id=12860>, bug > preventing me from launching a snapshot of Chandler Desktop 1.0.3.1 > for Mac > OS X > > c) discussion with Grant, > <http://chandlerproject.org/script/getIrcTranscript.cgi?messagesOnly=true&channel=chandler&date=20090828 > > > > > -- points (b) and (c) led me to attempt the build. > > http://n2.nabble.com/file/n3540621/openssl_2009-08-29-001003_macbookpro08-centrim.crash > openssl_2009-08-29-001003_macbookpro08-centrim.crash > http://n2.nabble.com/file/n3540621/2009-08-29-0017.txt > 2009-08-29-0017.txt > -- > View this message in context: > http://n2.nabble.com/Chandler-1-Mac-OS-X-10-6-X86-64-make-DEBUG-1-world-openssl-crashes-make-failures-tp3540621p3540621.html > Sent from the chandler-dev mailing list archive at Nabble.com. > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > Open Source Applications Foundation "chandler-dev" mailing list > http://lists.osafoundation.org/mailman/listinfo/chandler-dev _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
