--- /dev/null
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 4C20D6DE0243\r
+ for <notmuch@notmuchmail.org>; Tue, 16 Jun 2015 11:21:00 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.987\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.987 tagged_above=-999 required=5 tests=[AWL=0.335, \r
+ SPF_NEUTRAL=0.652] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id aXEkjC5iI02L for <notmuch@notmuchmail.org>;\r
+ Tue, 16 Jun 2015 11:20:57 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 8CEDD6DE01F5\r
+ for <notmuch@notmuchmail.org>; Tue, 16 Jun 2015 11:20:56 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 262AC100086;\r
+ Tue, 16 Jun 2015 21:20:31 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Jinwoo Lee <jinwoo68@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] lib, ruby: make use of -Wl,--no-undefined configurable\r
+In-Reply-To: <yq65wpz463rd.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+References: <1433142542-2307-3-git-send-email-david@tethera.net>\r
+ <1434261524-14139-1-git-send-email-david@tethera.net>\r
+ <yq65a8w2u7yv.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+ <87r3peye4q.fsf@maritornes.cs.unb.ca>\r
+ <yq657fr6tj64.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+ <87oaki3zrh.fsf@maritornes.cs.unb.ca>\r
+ <yq654mm9tyie.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+ <m2bnghe3ar.fsf@guru.guru-group.fi>\r
+ <yq65wpz463rd.fsf@jinwoo-macbookair.roam.corp.google.com>\r
+User-Agent: Notmuch/0.20+12~gf3d9440 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Tue, 16 Jun 2015 21:20:30 +0300\r
+Message-ID: <m2lhfjwm4x.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 16 Jun 2015 18:21:00 -0000\r
+\r
+On Tue, Jun 16 2015, Jinwoo Lee <jinwoo68@gmail.com> wrote:\r
+\r
+>> That probably will not change; IIRC bash 3.2.57 is released under GPLv2\r
+>> and bash >= 4 GPLv3. You just need to install separate bash (brew, ports,\r
+>> wherever) in order to run these tests in OS X.\r
+>\r
+> I installed bash from MacPorts and ran `make test' again, but the result\r
+> is not so good. The error message is just "make: *** [test] Error 9",\r
+> and I can't tell what exactly has failed.\r
+\r
+edit file test/T000-basic.sh and add line\r
+\r
+set -x\r
+\r
+after the initial comments, and just before line\r
+\r
+test_description='the test framework itself.'\r
+\r
+then rerun the test; I'd suggest script -c 'make test'\r
+but that may not work on OS X -- anyway we're interested\r
+the last lines so that is not necessary here.\r
+\r
+>\r
+> Here's the log:\r
+>\r
+// stuff deleted\r
+>\r
+> T000-basic: Testing the test framework itself.\r
+> make: *** [test] Error 9\r
+\r
+At least we know it reached line 212 in test/test-lib.sh...\r
+\r
+Tomi\r