Closed GIJack closed 2 years ago
Hello GI Jack,
GI Jack:
make ${MAKEFLAGS} all htmldocs
gives Sphinx parallel build error: docutils.utils.SystemMessage: PATHNAME/src/linux-5.10.27/Documentation/admin-guide/abi-testing.rst:19: (SEVERE/4) command 'get_abi.pl rest --enable-lineno --dir $srctree/Documentation/ABI/testing --rst-source' failed with return code 255
Thanks for the report. Honestly speaking, I have never tried htmldocs. But I could reproduce the problem and I think this patch will fix the problem. The error (abort in get_abpi.pl) doesn't happen, at least.
J. R. Okajima
diff --git a/Documentation/ABI/testing/debugfs-aufs b/Documentation/ABI/testing/debugfs-aufs index 4a6694194ba69..de739691e77ae 100644 --- a/Documentation/ABI/testing/debugfs-aufs +++ b/Documentation/ABI/testing/debugfs-aufs @@ -28,7 +28,7 @@ Description: When the aufs mount option 'noxino' is specified, it will be empty. About XINO files, see the aufs manual.
-What: /debug/aufs/si
-What: /sys/fs/aufs/si
-What: /sys/fs/aufs/si
------- Blind-Carbon-Copy
From: "J. R. Okajima" @.> To: @. Subject: aufs5 GIT release (v5.12-rc6) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: @.> Date: Mon, 12 Apr 2021 00:40:19 +0900 Message-ID: @.>
o bugfix
J. R. Okajima
------- End of Blind-Carbon-Copy
make ${MAKEFLAGS} all htmldocs
gives Sphinx parallel build error: docutils.utils.SystemMessage: PATHNAME/src/linux-5.10.27/Documentation/admin-guide/abi-testing.rst:19: (SEVERE/4) command 'get_abi.pl rest --enable-lineno --dir $srctree/Documentation/ABI/testing --rst-source' failed with return code 255
$ pacman -Qs sphinx local/python-sphinx 3.5.2-1 Python documentation generator local/python-sphinx_rtd_theme 0.5.1-2 Read the Docs theme for Sphinx
The build otherwise works if I do not copy documentation to the source tree