From: "Daniel P. Berrangé" <berrange@redhat.com>
To: Fabiano Rosas <farosas@suse.de>
Cc: qemu-devel@nongnu.org, "Paolo Bonzini" <pbonzini@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"Peter Maydell" <peter.maydell@linaro.org>
Subject: Re: [PATCH] meson: Pass -j option to sphinx
Date: Thu, 27 Apr 2023 12:58:56 +0100 [thread overview]
Message-ID: <ZEpjgDbIZZ5H89N8@redhat.com> (raw)
In-Reply-To: <20230426160347.8860-1-farosas@suse.de>
On Wed, Apr 26, 2023 at 01:03:46PM -0300, Fabiano Rosas wrote:
> Save a bit of build time by passing the number of jobs option to
> sphinx.
>
> To avoid warnings from sphinx, alter our plugins to inform whether
> they support parallelism. The two plugins touched are quite simple and
> I don't see anything that would indicate they do not support being
> called in parallel, so return True for both reads and writes.
>
> before:
> $ time make -j16 man html
> ...
> [1/2] Generating docs/QEMU manual with a custom command
> [2/2] Generating docs/QEMU man pages with a custom command
>
> real 0m49.770s
> user 0m49.425s
> sys 0m0.716s
>
> after:
> $ time make -j16 man html
> ...
> [1/2] Generating docs/QEMU manual with a custom command (wrapped by meson because command contains newlines)
> [2/2] Generating docs/QEMU man pages with a custom command (wrapped by meson because command contains newlines)
> real 0m30.153s
> user 1m5.945s
> sys 0m2.440s
When I test this on Fedora 38, the docs build hangs forever.
I ran sphinx directly and see it prints a traceback and then
fails to exit after this error
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/sphinx/util/parallel.py", line 105, in join
if not self._join_one():
^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/sphinx/util/parallel.py", line 129, in _join_one
self._result_funcs.pop(tid)(self._args.pop(tid), result)
File "/usr/lib/python3.11/site-packages/sphinx/builders/__init__.py", line 478, in merge
self.env.merge_info_from(docs, env, self.app)
File "/usr/lib/python3.11/site-packages/sphinx/environment/__init__.py", line 366, in merge_info_from
domain.merge_domaindata(docnames, other.domaindata[domainname])
File "/usr/lib/python3.11/site-packages/sphinx/domains/__init__.py", line 295, in merge_domaindata
raise NotImplementedError('merge_domaindata must be implemented in %s '
NotImplementedError: merge_domaindata must be implemented in <class 'dbusdomain.DBusDomain'> to be able to do parallel builds!
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/sphinx/cmd/build.py", line 281, in build_main
app.build(args.force_all, args.filenames)
File "/usr/lib/python3.11/site-packages/sphinx/application.py", line 347, in build
self.builder.build_update()
File "/usr/lib/python3.11/site-packages/sphinx/builders/__init__.py", line 310, in build_update
self.build(to_build,
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
next prev parent reply other threads:[~2023-04-27 11:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-26 16:03 [PATCH] meson: Pass -j option to sphinx Fabiano Rosas
2023-04-27 11:58 ` Daniel P. Berrangé [this message]
2023-04-27 13:12 ` Fabiano Rosas
2023-04-27 12:24 ` Thomas Huth
2023-04-27 12:29 ` Daniel P. Berrangé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZEpjgDbIZZ5H89N8@redhat.com \
--to=berrange@redhat.com \
--cc=farosas@suse.de \
--cc=marcandre.lureau@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.