From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-6.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 8E9547D2EF for ; Thu, 30 May 2019 22:11:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726125AbfE3WLB (ORCPT ); Thu, 30 May 2019 18:11:01 -0400 Received: from ms.lwn.net ([45.79.88.28]:58664 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726100AbfE3WLB (ORCPT ); Thu, 30 May 2019 18:11:01 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 27469728; Thu, 30 May 2019 21:32:40 +0000 (UTC) Date: Thu, 30 May 2019 15:32:39 -0600 From: Jonathan Corbet To: kbuild test robot Cc: Mauro Carvalho Chehab , kbuild-all@01.org, linux-doc@vger.kernel.org, linux-media@vger.kernel.org Subject: Re: [lwn:docs-next 25/31] htmldocs: /bin/bash: ./scripts/sphinx-pre-install: No such file or directory Message-ID: <20190530153239.57f321c9@lwn.net> In-Reply-To: <201905310424.Zhlxo3ky%lkp@intel.com> References: <201905310424.Zhlxo3ky%lkp@intel.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, 31 May 2019 04:19:29 +0800 kbuild test robot wrote: > tree: git://git.lwn.net/linux-2.6 docs-next > head: a700767a7682d9bd237e927253274859aee075e7 > commit: 9b88ad5464af1bf7228991f1c46a9a13484790a4 [25/31] scripts/sphinx-pre-install: always check if version is compatible with build > reproduce: make htmldocs > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot > > All errors (new ones prefixed by >>): > > >> /bin/bash: ./scripts/sphinx-pre-install: No such file or directory For this one, I'm guessing we need something like the following...disagree? jon -------- diff --git a/Documentation/Makefile b/Documentation/Makefile index e889e7cb8511..c98188994322 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -23,7 +23,7 @@ ifeq ($(HAVE_SPHINX),0) .DEFAULT: $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.) @echo - @./scripts/sphinx-pre-install + @$(srctree)/scripts/sphinx-pre-install @echo " SKIP Sphinx $@ target." else # HAVE_SPHINX