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