Send textmate mailing list submissions to
textmate@lists.macromates.com
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.macromates.com/listinfo/textmate
or, via email, send a message with subject or body 'help' to
textmate-request@lists.macromates.com
You can reach the person managing the list at
textmate-owner@lists.macromates.com
When replying, please edit your Subject line so it is more specific
than "Re: Contents of textmate digest..."
Today's Topics:
1. Re: Interpreter not found using TM (Allan Odgaard)
2. Re: Build problems. Heard that before? :) (Allan Odgaard)
----------------------------------------------------------------------
Message: 1
Date: Mon, 15 Jul 2013 01:31:16 +0200
From: "Allan Odgaard" <mailinglist@textmate.org>
To: "TextMate users" <textmate@lists.macromates.com>
Subject: [TxMt] Re: Interpreter not found using TM
Message-ID: <E3689AC9-5184-405A-B265-AADBDDCE9B7A@textmate.org>
Content-Type: text/plain; charset=utf-8; format=flowed
On 13 Jul 2013, at 15:10, Brad Hutchins wrote:
> No the Ruby.framework is missing. I uninstalled the current version
> of ruby and used Homebrew to put on Ruby 2.0 .
You should re-install ruby 1.8, as it is required by TextMate.
On a general note, don?t remove system files.
------------------------------
Message: 2
Date: Mon, 15 Jul 2013 01:42:53 +0200
From: "Allan Odgaard" <mailinglist@textmate.org>
To: "TextMate users" <textmate@lists.macromates.com>
Subject: [TxMt] Re: Build problems. Heard that before? :)
Message-ID: <E62CBFEF-14E6-4BE6-AE33-E35001D3B024@textmate.org>
Content-Type: text/plain; charset=utf-8; format=flowed
On 13 Jul 2013, at 14:13, Richard Drake wrote:
> textmate(master) $ ./configure
> make: ***
> [/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/fixtures/secret.pem]
> Error 127
The failing line would be this (which you can try to re-run):
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
> [1/1] Skip test
> '/Users/richarddrake/build/TextMate/Frameworks/SoftwareUpdate/test_SoftwareUpdate'...
>
> 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
End of textmate Digest, Vol 62, Issue 18
****************************************