From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7ABDB3857BA4; Thu, 10 Nov 2022 16:45:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7ABDB3857BA4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668098735; bh=4ByemagxccaxgCieY+G3W4D8Fa9aCfkK92y/U7Xr5o0=; h=From:To:Subject:Date:From; b=luS6WkgvioU09aAtiw3BLdsyXC5NhGYL5E2dJ0P45SdlvLVjcbAitxWNjL/Jc2vwF TyJe2zgmFV81fTHYFY+El+cYK9Y4uyI1AlFGV62iqvgZ9Va1sRYldhB3zb+XZWNw9A lXGpzJsVPBB6a6gP8s+pTNXuqSe5K/F0tNG/FUWY= From: "vvinayag at arm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/107620] New: Build errors when using sphinx Date: Thu, 10 Nov 2022 16:45:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vvinayag at arm dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D107620 Bug ID: 107620 Summary: Build errors when using sphinx Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: vvinayag at arm dot com Target Milestone: --- I am noticing errors with use of sphinx when building: Build machine: x86_64-none-linux-gnu Host: x86_64-none-linux-gnu Target: aarch64-none-elf or arm-none-eabi SPHINXBUILD=3D make[2]: Entering directory '/.../src/gcc/doc' b "html" -d /.../build-aarch64_be-none-elf/obj/gcc2/gcc/doc/fortran/html/doctrees -j a= uto -q /.../src/gcc/gcc/fortran/doc/gfortran "/.../build-aarch64_be-none-elf/obj/gcc2/gcc/doc/fortran/html/html" /bin/sh: b: command not found make[2]: [Makefile:96: html] Error 127 (ignored) make[2]: Leaving directory '/.../src/gcc/doc' test -z "/.../build-aarch64_be-none-elf/install/share/doc/" || /bin/sh /.../src/gcc/gcc/../mkinstalldirs "/.../build-aarch64_be-none-elf/install/share/doc/" /usr/bin/install -C -m 644 '/.../src/gcc/gcc/doc/fortran/html/html/index.h= tml' '/.../build-aarch64_be-none-elf/install/share/doc//index.html' /usr/bin/install: cannot stat =E2=80=98/.../src/gcc/gcc/doc/fortran/html/html/index.html=E2=80=99: No suc= h file or directory Is the above error due to not installing sphinx 5.3.0? I assumed installing sphinx 5.3.0 would help, but after installing sphinx 5.3.0, I get a different error: Extension error: Could not import extension gcc_sphinx (exception: No module named 'gcc_sphi= nx') Makefile:84: recipe for target 'info' failed=