Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true
authorDavid Bremner <david@tethera.net>
Tue, 28 Jul 2015 19:59:01 +0000 (21:59 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:12 +0000 (14:49 -0700)
ab/c90d3f04256c977fb25c5db28d16dddf131dbe [new file with mode: 0644]

diff --git a/ab/c90d3f04256c977fb25c5db28d16dddf131dbe b/ab/c90d3f04256c977fb25c5db28d16dddf131dbe
new file mode 100644 (file)
index 0000000..0513929
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <david@tethera.net>\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 B18316DE1352\r
+ for <notmuch@notmuchmail.org>; Tue, 28 Jul 2015 13:00:15 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.156\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.156 tagged_above=-999 required=5 tests=[AWL=0.156]\r
+ 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 y2Q0IUrxecU4 for <notmuch@notmuchmail.org>;\r
+ Tue, 28 Jul 2015 13:00:13 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 22CA96DE0B20\r
+ for <notmuch@notmuchmail.org>; Tue, 28 Jul 2015 13:00:13 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZKB1v-0006uI-Tw; Tue, 28 Jul 2015 19:59:15 +0000\r
+Received: (nullmailer pid 12340 invoked by uid 1000); Tue, 28 Jul 2015\r
+ 19:59:01 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Simon Campese <notmuchmail_org@campese.de>, notmuch@notmuchmail.org\r
+Subject: Re: [BUG] notmuch crashes on FreeBSD when synchronize_flags=true\r
+In-Reply-To: <86619utwz5.fsf@tu-dortmund.de>\r
+References: <86619utwz5.fsf@tu-dortmund.de>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Tue, 28 Jul 2015 21:59:01 +0200\r
+Message-ID: <878ua0uk8q.fsf@maritornes.cs.unb.ca>\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, 28 Jul 2015 20:00:15 -0000\r
+\r
+Simon Campese <notmuchmail_org@campese.de> writes:\r
+\r
+> Hello,\r
+>\r
+> I'm trying to setup notmuch on my FreeBSD machine (version 10.1). As\r
+> soon as I run 'notmuch new' (without an existing .notmuch directory),\r
+> notmuch crashes with the error message 'abort (core dumped)   notmuch\r
+> new'. An example output is: \r
+>\r
+> --- BEGIN shell-output ---\r
+>\r
+> freebsd-desk% notmuch new\r
+> Found 50363 total files (that's not much mail).\r
+> zsh: abort (core dumped)  notmuch new\r
+> freebsd-desk%\r
+\r
+According to\r
+\r
+      https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193809\r
+\r
+this bug is only in the pre-compiled versions. I have just pushed a\r
+patch to halt the build if c++filt is not detected, so at least those\r
+wrong packages will not be built.  To actually build notmuch you'll need\r
+to make sure c++filt is available.\r
+\r
+d\r