From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B1A136DE16F3 for ; Sun, 12 Mar 2017 09:21:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 WmGzcgn75aWl for ; Sun, 12 Mar 2017 09:21:24 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 76A6C6DE16F2 for ; Sun, 12 Mar 2017 09:21:24 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1cn6Ec-00061b-DW; Sun, 12 Mar 2017 12:20:42 -0400 Received: (nullmailer pid 3641 invoked by uid 1000); Sun, 12 Mar 2017 16:21:21 -0000 From: David Bremner To: Thomas Klausner Cc: Notmuch list 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> Date: Sun, 12 Mar 2017 13:21:21 -0300 Message-ID: <87innepita.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sun, 12 Mar 2017 16:21:25 -0000 Thomas Klausner writes: > > 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. > > 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. > > 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. > Since I see notmuch in pkgsrc for netbsd, I guess things have improved. I had a quick look at the pkgsrc patches [1]. I don't think we're interested in carrying the zlib workarounds upstream, but I guess we could look at a rename of libutil.a. 'libmyutil.a' is not really nice, but I guess we could use libnmutil.a or libnotmuch_util.a. Any upstream contributors with opinions on what colour we should paint this particular unicycle shed? d [1]: http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/mail/notmuch/patches/