Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 870109

Summary: sys-apps/fwts-22.03.00:0 - mv: cannot stat dtcompilerparser.tab.c: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: luc_pierard_de_maujouy, ostroffjh
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/fwts/fwts/issues/7
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 351559    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tar.bz2
logs.tar.bz2
sys-apps:fwts-22.03.00:20220914-103916.log

Description Toralf Förster gentoo-dev 2022-09-14 14:11:21 UTC
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
Comment 1 Toralf Förster gentoo-dev 2022-09-14 14:11:22 UTC
Created attachment 805108 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-14 14:11:24 UTC
Created attachment 805111 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-09-14 14:11:25 UTC
Created attachment 805114 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-09-14 14:11:26 UTC
Created attachment 805117 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-09-14 14:11:30 UTC
Created attachment 805120 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-14 14:11:32 UTC
Created attachment 805123 [details]
sys-apps:fwts-22.03.00:20220914-103916.log
Comment 7 Johannes Penßel 2023-01-16 17:06:24 UTC
This seems to be an issue related to threading. When I prepend MAKEOPTS="-j1" to the emerge command, the package builds successfully.
Comment 8 Geoff Leach 2023-03-28 04:01:35 UTC
MAKEOPTS="-j1" worked for me
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-30 09:32:31 UTC
*** Bug 923323 has been marked as a duplicate of this bug. ***
Comment 10 Larry the Git Cow gentoo-dev 2024-01-30 09:35:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e490bfd160ab363c9c1df0430eb08052c99fedf

commit 3e490bfd160ab363c9c1df0430eb08052c99fedf
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-01-30 09:33:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-01-30 09:34:03 +0000

    sys-apps/fwts: backport -j1 to 22.03.00.
    
    Backport the -j1 added in ce0d6536cc59402682b39018e70014612c729148 to 22.03.00.
    
    Closes: https://bugs.gentoo.org/870109
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-apps/fwts/fwts-22.03.00.ebuild | 7 ++++++-
 sys-apps/fwts/fwts-23.11.00.ebuild | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)