Thanks Allan, that helped get to the bottom of it. I had a stray openssl in my PATH in rbenv shims because (I think) of having installed MagLev Ruby. Having removed it I have a newly compiled version of TM2 opening up - well after one 'ninja scm/coerce'.
Do most people use this edge version for day-to-day work out of interest?
On 13 Jul 2013, at 14:13, Richard Drake wrote:The failing line would be this (which you can try to re-run):
textmate(master) $ ./configure
make: ***
[/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem]
Error 127
DST=build/Frameworks/SoftwareUpdate/fixtures make -C Frameworks/SoftwareUpdate/fixtures
Although it’s invoking a (small) Makefile, so you’d have to dig into that, to find the exact thing which is failing.
You can add ‘-n’ to ‘make’ to see what it calls.
[…]
/bin/sh: line 1: 33977 Segmentation fault: 11
/Users/richarddrake/build/TextMate/Frameworks/scm/test_scm
Got another error in trying again so googled and did:
textmate(master) $ ninja scm/coerce
Normally it would fail if you lack ‘hg’ — but missing SCM commands shouldn’t produce segfaults.
textmate(master) $ ninja SoftwareUpdate/coerce'/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
[1/1] Skip test
which got me to:
[8/26] Run test
'/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
The SoftwareUpdate/coerce target should cause the test to be skipped, that said, the test is failing because you lack the fixtures, which are missing because ./configure failed.
It’s the first time I hear of someone with ./configure failing to generate the fixtures, so I don’t know what would cause it, but openssl is used in the process, so perhaps you have some non-standard version of that.
Adding ‘-n’ to the make invocation above and then running the commands manually should help track down the problem.
_______________________________________________
textmate mailing list
textmate@lists.macromates.com
http://lists.macromates.com/listinfo/textmate