Summary: | sys-apps/fwts-22.03.00 build fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | CaptainBlood <luc_pierard_de_maujouy> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | luc_pierard_de_maujouy, zerochaos |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 351559 | ||
Attachments: | ebuild log |
Description
CaptainBlood
2024-01-30 09:27:11 UTC
``` bison -y -d -bdtcompilerparser -pDtCompilerParser ../../src/acpica/source/compiler/dtcompilerparser.y mv dtcompilerparser.tab.c dtcompilerparser.c cp dtcompilerparser.tab.h dtcompilerparser.y.h mv dtcompilerparser.tab.c dtcompilerparser.c mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory make[3]: *** [Makefile:4197: dtcompilerparser.c] Error 1 make[3]: *** Waiting for unfinished jobs.... mv dtcompilerparser.tab.c dtcompilerparser.c mv: cannot stat 'dtcompilerparser.tab.c': No such file or directory make[3]: *** [Makefile:4199: dtcompilerparserlex.c] Error 1 make[3]: Leaving directory '/var/tmp/portage/sys-apps/fwts-22.03.00/work/src/libfwtsiasl' make[2]: *** [Makefile:4899: all-recursive] Error 1 make[2]: Leaving directory '/var/tmp/portage/sys-apps/fwts-22.03.00/work/src' make[1]: *** [Makefile:814: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/sys-apps/fwts-22.03.00/work' make: *** [Makefile:745: all] Error 2 [31;01m*[0m ERROR: sys-apps/fwts-22.03.00::gentoo failed (compile phase): [31;01m*[0m emake failed ``` Several issues here - maintainer mode is also being triggered (need autoreconf). hm, autoreconf is called, it just doesn't prevent the maintainer mode issue we also have 23.11.0 in tree, which is possibly better (it has -j1 at least forced), but it's unkw'd: commit ce0d6536cc59402682b39018e70014612c729148 Author: Rick Farina <zerochaos@gentoo.org> Date: Fri Dec 29 20:50:04 2023 -0500 sys-apps/fwts: add 23.11.00 Reported build issues upstream, committing ebuild without keywords since it doesn't build but it's better than the version in the tree. Removed upstreamed patch https://patchwork.ozlabs.org/project/fwts/patch/20220531074030.8151-1-ivan.hu@canonical.com/ Signed-off-by: Rick Farina <zerochaos@gentoo.org> *** This bug has been marked as a duplicate of bug 870109 *** My apologizes for the noise /etc/portage/package.env updated accordingly here. |