From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754423AbdBIR6S (ORCPT ); Thu, 9 Feb 2017 12:58:18 -0500 Received: from mga02.intel.com ([134.134.136.20]:32759 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752642AbdBIR6R (ORCPT ); Thu, 9 Feb 2017 12:58:17 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,137,1484035200"; d="scan'208";a="818974992" From: Jani Nikula To: Jim Davis , linux-doc , linux-kernel Cc: Mauro Carvalho Chehab Subject: Re: make pdfdoc errors with 4.10-rc7 In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: Date: Thu, 09 Feb 2017 19:54:54 +0200 Message-ID: <87vasjckr5.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Feb 2017, Jim Davis wrote: > On a Fedora 25 system, make pdfdocs is failing with > > [jim@krebstar linux-rc]$ grep -v -i 'warning:' /tmp/make-pdfdocs.err > /data/linux-rc/Documentation/doc-guide/sphinx.rst:110: ERROR: Unknown > target name: "sphinx c domain". This one is caused by 1dc4bbf0b268 ("docs-rst: doc-guide: split the kernel-documentation.rst contents"). Both kernel-doc.rst and sphinx.rst reference Sphinx C Domain, but only kernel-doc.rst copied it over from the source document. sphinx.rst lacks: .. _Sphinx C Domain: http://www.sphinx-doc.org/en/stable/domains.html Not sure if this one is able to eventually cause the pdfdocs failure. BR, Jani. > ./include/net/cfg80211.h:3154: ERROR: Unexpected indentation. > ./include/net/mac80211.h:3214: ERROR: Unexpected indentation. > ./include/net/mac80211.h:3219: ERROR: Unexpected indentation. > ./include/net/mac80211.h:1773: ERROR: Unexpected indentation. > ./kernel/time/timer.c:1240: ERROR: Unexpected indentation. > ./kernel/time/timer.c:1242: ERROR: Unexpected indentation. > ./include/linux/wait.h:124: ERROR: Unexpected indentation. > ./include/linux/spi/spi.h:369: ERROR: Unexpected indentation. > ./drivers/usb/core/message.c:481: ERROR: Unexpected indentation. > /data/linux-rc/Documentation/driver-api/usb.rst:623: ERROR: Unknown > target name: "usb_type". > /data/linux-rc/Documentation/driver-api/usb.rst:623: ERROR: Unknown > target name: "usb_dir". > /data/linux-rc/Documentation/driver-api/usb.rst:623: ERROR: Unknown > target name: "usb_recip". > /data/linux-rc/Documentation/driver-api/usb.rst:689: ERROR: Unknown > target name: "usbdevfs_urb_type". > ./sound/soc/soc-core.c:2508: ERROR: Unknown target name: "snd_soc_daifmt". > ./sound/core/jack.c:312: ERROR: Unknown target name: "snd_jack_btn". > make[2]: *** [linux-user.pdf] Error 1 > make[1]: *** [pdfdocs] Error 2 > make: *** [pdfdocs] Error 2 -- Jani Nikula, Intel Open Source Technology Center