Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752253AbdHIXxQ (ORCPT ); Wed, 9 Aug 2017 19:53:16 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:36194 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022AbdHIXxO (ORCPT ); Wed, 9 Aug 2017 19:53:14 -0400 MIME-Version: 1.0 From: Jim Davis Date: Wed, 9 Aug 2017 16:53:12 -0700 Message-ID: Subject: make pdfdocs problem with 4.13-rc4 To: linux-doc , linux-kernel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 710 Lines: 29 On my Fedora 26 workstation, with the latest patches, running make pdfdocs stops with [jim@krebstar ~]$ tail /tmp/make-pdfdocs.out Underfull \hbox (badness 10000) in paragraph at lines 3980--3983 []\EU1/DejaVuSans(0)/m/n/10 Threshold below [31] ! Missing \endgroup inserted. \endgroup l.4114 \begin{savenotes}\sphinxattablestart ? Pressing the return key (many times) doesn't solve the problem, and eventually make fizzles out with make[2]: *** [Makefile:33: media.pdf] Error 1 make[1]: *** [Documentation/Makefile:83: pdfdocs] Error 2 make: *** [Makefile:1473: pdfdocs] Error 2 Oh, and [jim@krebstar ~]$ grep 'LaTeX Warning:' /tmp/make-pdfdocs.out | wc -l 5438 -- Jim