Re: [PATCH] test: Make symbol-test depend on libnotmuch.so
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 14 Aug 2013 06:23:46 +0000 (09:23 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:17 +0000 (09:56 -0800)
76/37eb6eb1da4a0c46269c37c59f990bf2c2d336 [new file with mode: 0644]

diff --git a/76/37eb6eb1da4a0c46269c37c59f990bf2c2d336 b/76/37eb6eb1da4a0c46269c37c59f990bf2c2d336
new file mode 100644 (file)
index 0000000..e9d6b00
--- /dev/null
@@ -0,0 +1,86 @@
+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 olra.theworths.org (Postfix) with ESMTP id 39A12431FC0\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Aug 2013 23:24:01 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id UxE0LNbPOoL5 for <notmuch@notmuchmail.org>;\r
+       Tue, 13 Aug 2013 23:23:56 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9B2E8431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Aug 2013 23:23:56 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id 5392B100051;\r
+       Wed, 14 Aug 2013 09:23:46 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] test: Make symbol-test depend on libnotmuch.so\r
+In-Reply-To: <1376423537-32359-1-git-send-email-amdragon@mit.edu>\r
+References: <1376423537-32359-1-git-send-email-amdragon@mit.edu>\r
+User-Agent: Notmuch/0.16+3~g340c058 (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: Wed, 14 Aug 2013 09:23:46 +0300\r
+Message-ID: <m2siyciydp.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.13\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: Wed, 14 Aug 2013 06:24:01 -0000\r
+\r
+On Tue, Aug 13 2013, Austin Clements <amdragon@MIT.EDU> wrote:\r
+\r
+> Without this\r
+> $ make -j test\r
+> intermittently fails and\r
+> $ make clean; make test/symbol-test\r
+> always fails (not that anybody would do the latter).\r
+> ---\r
+\r
+LGTM.\r
+\r
+Tomi\r
+\r
+>  test/Makefile.local |    2 +-\r
+>  1 file changed, 1 insertion(+), 1 deletion(-)\r
+>\r
+> diff --git a/test/Makefile.local b/test/Makefile.local\r
+> index 2ec6595..8870ca3 100644\r
+> --- a/test/Makefile.local\r
+> +++ b/test/Makefile.local\r
+> @@ -27,7 +27,7 @@ $(dir)/random-corpus: $(random_corpus_deps)\r
+>  $(dir)/smtp-dummy: $(smtp_dummy_modules)\r
+>      $(call quiet,CC) $^ -o $@\r
+>  \r
+> -$(dir)/symbol-test: $(dir)/symbol-test.o\r
+> +$(dir)/symbol-test: $(dir)/symbol-test.o lib/$(LINKER_NAME)\r
+>      $(call quiet,CXX) $^ -o $@ -Llib -lnotmuch $(XAPIAN_LDFLAGS)\r
+>  \r
+>  $(dir)/parse-time: $(dir)/parse-time.o parse-time-string/parse-time-string.o\r
+> -- \r
+> 1.7.10.4\r
+>\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r