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 084D86DE0207 for ; Wed, 10 Jan 2018 08:15:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.025 X-Spam-Level: X-Spam-Status: No, score=-0.025 tagged_above=-999 required=5 tests=[AWL=-0.025] 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 wPg757Pbf38Y for ; Wed, 10 Jan 2018 08:15:25 -0800 (PST) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id A1FA96DE0215 for ; Wed, 10 Jan 2018 08:15:25 -0800 (PST) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id CCF29F99A; Wed, 10 Jan 2018 11:15:17 -0500 (EST) Received: by fifthhorseman.net (Postfix, from userid 1000) id 86926206EA; Wed, 10 Jan 2018 11:15:20 -0500 (EST) From: Daniel Kahn Gillmor To: Antoine Amarilli , notmuch@notmuchmail.org Subject: Re: Bug: INSTALL should mention python3-sphinx not python-sphinx In-Reply-To: <20180110153000.jckdavxrom7ibhy4@zeta> References: <20180110153000.jckdavxrom7ibhy4@zeta> Date: Wed, 10 Jan 2018 11:15:20 -0500 Message-ID: <87wp0p3d2f.fsf@fifthhorseman.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.24 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: Wed, 10 Jan 2018 16:15:28 -0000 On Wed 2018-01-10 16:38:18 +0100, Antoine Amarilli wrote: > In the current master (a727e7d4d398375c4a3ba5020e2ab25b5b874785), > INSTALL contains: > > For Debian and similar: > > sudo apt-get install libxapian-dev libgmime-3.0-dev libtalloc-dev zlib1g-dev python-sphinx > > However it seems like what is currently used is python3-sphinx, cf > commit 03f4f75124c6d9882b8306873e8908aac9eee2bb. At least on my system, > when I have just python-sphinx installed instead of python3-sphinx, > ./configure says it will not build man pages, whereas it works with > python3-sphinx. > > So I think the line above should be changed. woops, this sounds correct to me. it would actually have built manpages if you didn't have python3 installed at all :) but sensible machines do have python3 these days, so we should be optimizing for those situations. > Probably the Fedora line just below needs to be changed too, but I > don't know how their packaging work (do they have a python3-sphinx > package or not). https://developer.fedoraproject.org/tech/languages/python/sphinx.html suggests that they do have one with the same name. --dkg