Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751905AbdGFI30 (ORCPT ); Thu, 6 Jul 2017 04:29:26 -0400 Received: from smtp1-2.goneo.de ([85.220.129.31]:58027 "EHLO smtp1.goneo.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751086AbdGFI3X (ORCPT ); Thu, 6 Jul 2017 04:29:23 -0400 X-Spam-Flag: NO X-Spam-Score: -2.81 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH 0/5] Make PDF builds work again From: Markus Heiser In-Reply-To: Date: Thu, 6 Jul 2017 10:28:44 +0200 Cc: Jonathan Corbet , Daniel Vetter , Linux Doc Mailing List , linux-kernel , Mauro Carvalho Chehab , Daniel Vetter Content-Transfer-Encoding: 7bit Message-Id: <7A81ED5A-7A6B-45E3-8628-FA1713B950C1@darmarit.de> References: <20170618234630.19964-1-corbet@lwn.net> <20170703082538.tskdygdzkxkcazcr@phenom.ffwll.local> <20170703064405.7ccb5a94@lwn.net> To: Jim Davis X-Mailer: Apple Mail (2.3273) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1658 Lines: 45 > Am 05.07.2017 um 23:22 schrieb Jim Davis : > > On Mon, Jul 3, 2017 at 5:44 AM, Jonathan Corbet wrote: >> On Mon, 3 Jul 2017 10:25:38 +0200 >> Daniel Vetter wrote: >> >>> Only now stumbled over the full thread, but the drm patch is already >>> queued up for at least 4.13 (Dave was out and all that). I guess we could >>> try to cherry-pick through stable. >> >> I kind of gave up on the 4.12 goal, at least for now. The number of >> complaints has not been huge - I suspect you're far from the only one who >> is not too worried about building PDFs...:) > > If fixing pdf (and ps) builds isn't worth the bother -- which I > wouldn't debate -- then it's best to just drop those build targets. > The only worrisome thing I see here is having build targets carried > from release to release that don't work. my 5cent: we have to communicate that PDF build is in a beta stage (for a long time). Sphinx-doc's PDF chain was not well maintained for a long time. With newer versions (started with 1.5 and continued in 1.6) it becomes better and better. This gives me some hope that there comes a day where building PDFs is robust enough to use in automatic builds. As long as we try to support various version of Sphinx shipped by various distros and at the same time make/need deep (LaTeX) adjustments, we will find those discussions on the ML. If you are doubtful about my assessment, compare Sphinx's TeX stuff from master https://github.com/sphinx-doc/sphinx/tree/master/sphinx/texinputs with e.g. 1.4.9 tag https://github.com/sphinx-doc/sphinx/tree/1.4.9/sphinx/texinputs -- Markus --