https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-emacs/org-mode-9.5 fails to compile. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses clang as a compiler and lld as a linker
Created attachment 758739 [details] build.log build log and emerge --info
Parallel build failure, I think.
doc/Makefile has this: org.texi orgguide.texi: org-manual.org org-guide.org $(BATCH) \ --eval '(add-to-list `load-path "../lisp")' \ --eval '(load "../mk/org-fixup.el")' \ --eval '(org-make-manuals)' Same prerequisites and same recipe, but different targets. Nothing prevents it from running twice in parallel.
Reported upstream: https://list.orgmode.org/uee67gr96@gentoo.org/
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c908871e0a615a3a4ce3e21dabfa5c1b1712011 commit 1c908871e0a615a3a4ce3e21dabfa5c1b1712011 Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2021-12-22 08:39:02 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2021-12-22 08:41:02 +0000 app-emacs/org-mode: Fix parallel build failure Closes: https://bugs.gentoo.org/829055 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org> .../files/org-mode-9.5-parallel-make.patch | 73 ++++++++++++++++++++++ app-emacs/org-mode/org-mode-9.5.ebuild | 2 + 2 files changed, 75 insertions(+)