cp dtcompilerparser.tab.h dtcompilerparser.y.h flex -i -PDtParser -odtparserlex.c ../../src/acpica/source/compiler/dtparser.l mv dtcompilerparser.tab.c dtcompilerparser.c bison -y -d -bdtparser -pDtParser ../../src/acpica/source/compiler/dtparser.y mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory make[3]: *** [Makefile:4199: dtcompilerparser.c] Error 1 make[3]: *** Waiting for unfinished jobs.... ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_plasma_systemd-j4-20220913-130006 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-12.2.0 * clang/llvm (if any): clang version 15.0.0 Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/15/bin /usr/lib/llvm/15 15.0.0 Python 3.10.7 Available Ruby profiles: [1] ruby27 (with Rubygems) [2] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.63.0 * The following VMs are available for generation-2: 1) OpenJDK 17.0.5_p5 [openjdk-17] *) Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17] Available Java Virtual Machines: [1] openjdk-17 [2] openjdk-bin-17 system-vm The Glorious Glasgow Haskell Compilation System, version 9.0.2 php cli (if any): [1] php8.1 * GNU Make 4.3.90 HEAD of ::gentoo commit d9a8f9fd621c4cb92a48f535971fe3a80879c1fe Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Wed Sep 14 09:46:48 2022 +0000 2022-09-14 09:46:47 UTC emerge -qpvO sys-apps/fwts [ebuild N ] sys-apps/fwts-22.03.00
Created attachment 805108 [details] emerge-info.txt
Created attachment 805111 [details] emerge-history.txt
Created attachment 805114 [details] environment
Created attachment 805117 [details] etc.portage.tar.bz2
Created attachment 805120 [details] logs.tar.bz2
Created attachment 805123 [details] sys-apps:fwts-22.03.00:20220914-103916.log
This seems to be an issue related to threading. When I prepend MAKEOPTS="-j1" to the emerge command, the package builds successfully.
MAKEOPTS="-j1" worked for me