From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7DA17431FAF for ; Thu, 26 Jun 2014 06:16:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wAFUvOlqWnw2 for ; Thu, 26 Jun 2014 06:16:39 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 14146431FAE for ; Thu, 26 Jun 2014 06:16:39 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 4EEAE100051; Thu, 26 Jun 2014 16:16:32 +0300 (EEST) From: Tomi Ollila To: Thomas Klausner , David Bremner Subject: Re: notmuch-0.18 issues [was Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem] In-Reply-To: <20140626130826.GL11862@danbala.tuwien.ac.at> References: <20140103214735.GG27614@danbala.tuwien.ac.at> <87ob0c6p0e.fsf@zancas.localnet> <20140408123312.GZ5053@danbala.tuwien.ac.at> <87a98zho9y.fsf@zancas.localnet> <20140626130826.GL11862@danbala.tuwien.ac.at> User-Agent: Notmuch/0.18.1+25~gdaf4b6f (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain Cc: Notmuch list X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 26 Jun 2014 13:16:46 -0000 On Thu, Jun 26 2014, Thomas Klausner wrote: > > I had some other issues with 0.18 though. > > 1. pkgsrc's copy of rst2man is called "rst2man.py". The configure test > for this fails, of course, and there is another place where rst2man is > called directly. I've changed that to rst2man.py locally, but it'd be > good if configure could test for both names, set a variable to the one > found, and use the variable in the other place. There are patches to be reviewed for this. > > 2. doc/Makefile.local has "python" hardcoded. pkgsrc supports multiple > python versions at the same time, with the disadvantage that there is > no "python" executable, only "python2.6", "python2.7", "python3.3" > etc. I've passed in the proper executable name as PYTHONBIN and used > it in the Makefile. For this we could figure out something... > > 3. installation of notmuch-version.el fails, because the install rule > has no dependency on the generated file notmuch-version.el. I've added > such a dependency. This has been fixed in 0.18.1. > > The patches I used to make notmuch build are attached, but I can of > course test other patches if you prefer different solutions. I haven't > really run this version of notmuch yet. > > Cheers, > Thomas > $NetBSD$ > Tomi