[PATCH] lib, ruby: make use of -Wl,--no-undefined configurable

Tomi Ollila tomi.ollila at iki.fi
Tue Jun 16 11:20:30 PDT 2015


On Tue, Jun 16 2015, Jinwoo Lee <jinwoo68 at gmail.com> wrote:

>> That probably will not change; IIRC bash 3.2.57 is released under GPLv2
>> and bash >= 4 GPLv3. You just need to install separate bash (brew, ports,
>> wherever) in order to run these tests in OS X.
>
> I installed bash from MacPorts and ran `make test' again, but the result
> is not so good.  The error message is just "make: *** [test] Error 9",
> and I can't tell what exactly has failed.

edit file test/T000-basic.sh and add line

set -x

after the initial comments, and just before line

test_description='the test framework itself.'

then rerun the test; I'd suggest script -c 'make test'
but that may not work on OS X -- anyway we're interested
the last lines so that is not necessary here.

>
> Here's the log:
>
// stuff deleted
>
> T000-basic: Testing the test framework itself.
> make: *** [test] Error 9

At least we know it reached line 212 in test/test-lib.sh...

Tomi


More information about the notmuch mailing list