make: Entering directory '/var/tmp/portage/dev-lang/R-4.2.2/work/R-4.2.2/src/nmath/standalone' make[1]: Entering directory '/var/tmp/portage/dev-lang/R-4.2.2/work/R-4.2.2/src/include' make[1]: 'Rmath.h' is up to date. make[1]: Leaving directory '/var/tmp/portage/dev-lang/R-4.2.2/work/R-4.2.2/src/include' cp: cannot create regular file '/var/tmp/portage/dev-lang/R-4.2.2/image/usr/include/Rmath.h': No such file or directory make: *** [Makefile:158: install-header] Error 1 shuffle=1772471506 make: Leaving directory '/var/tmp/portage/dev-lang/R-4.2.2/work/R-4.2.2/src/nmath/standalone' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-j4-20221125-020004 ------------------------------------------------------------------- GNUMAKEFLAGS="$GNUMAKEFLAGS --jobserver-style=pipe" GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle" gcc-config -l: [1] x86_64-pc-linux-gnu-12 * clang/llvm (if any): /usr/lib/llvm/15 15.0.5 Python 3.10.8 Available Ruby profiles: [1] ruby27 (with Rubygems) [2] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.65.0 * The following VMs are available for generation-2: *) Eclipse Temurin JDK 17.0.5_p8 [openjdk-bin-17] 2) Eclipse Temurin JDK 8.352_p08 [openjdk-bin-8] 3) Eclipse Temurin JRE 17.0.5_p8 [openjdk-jre-bin-17] Available Java Virtual Machines: [1] openjdk-bin-8 [2] openjdk-bin-17 system-vm [3] openjdk-jre-bin-17 php cli (if any): HEAD of ::gentoo commit 8f6096523dba310acac169a3ceba80a98e0ac036 Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Fri Nov 25 18:31:51 2022 +0000 2022-11-25 18:31:51 UTC emerge -qpvO dev-lang/R [ebuild N ] dev-lang/R-4.2.2 USE="X icu java jpeg nls openmp png readline tiff -cairo -doc -lapack -lto -minimal -perl (-prefix) -profile -test -tk"
Created attachment 836769 [details] emerge-info.txt
Created attachment 836771 [details] dev-lang:R-4.2.2:20221125-190832.log.bz2
Created attachment 836773 [details] emerge-history.txt
Created attachment 836775 [details] environment
Created attachment 836777 [details] etc.portage.tar.bz2
Created attachment 836779 [details] logs.tar.bz2
Created attachment 836781 [details] temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d98ddafb2aef042c7ac141b041e8bfebf915910f commit d98ddafb2aef042c7ac141b041e8bfebf915910f Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2022-12-27 14:06:43 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2022-12-27 19:58:59 +0000 dev-lang/R: attempt to fix the parallel install. We have had an "emake -j1 ... install" in this ebuild for a long time, but bug 883063 shows that -j1 only minimizes the risk of failure, and does not completely eliminate it. I've tried to reproduce the failure and have found a missing dependency in the upstream Makefile. This commit adds a patch to fix it. Now, we have one fewer build system bugs. I've removed the old -j1 workaround, and am marking bug 883063 as resolved so that future installation failures are reported as new bugs: we need new reports to let us know that the bug fixed in this commit was not the only one, if that happens to be the case. Closes: https://bugs.gentoo.org/883063 Signed-off-by: Michael Orlitzky <mjo@gentoo.org> dev-lang/R/R-4.2.2.ebuild | 3 ++- .../R/files/R-4.2.2-parallel-rmath-h-install.patch | 23 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-)