Summary: | app-emulation/xen-tools-4.19.1 - [gcc-15] sed: cant read tools/.../makefile: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Tomáš Mózes <hydrapolic> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | david, sam, xen |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-emulation:xen-tools-4.19.1:20250209-032708.log emerge-history.txt.xz environment etc.clang.tar.xz etc.portage.tar.xz logs.tar.xz qlist-info.txt.xz temp.tar.xz |
Description
Toralf Förster
![]() Created attachment 918440 [details]
emerge-info.txt
Created attachment 918441 [details]
app-emulation:xen-tools-4.19.1:20250209-032708.log
Created attachment 918442 [details]
emerge-history.txt.xz
Created attachment 918443 [details]
environment
Created attachment 918444 [details]
etc.clang.tar.xz
Created attachment 918445 [details]
etc.portage.tar.xz
Created attachment 918446 [details]
logs.tar.xz
Created attachment 918447 [details]
qlist-info.txt.xz
Created attachment 918448 [details]
temp.tar.xz
This is where its failing. Removed these lines from the ebuild it works just fine. # Use gnu17 because incompatible w/ C23 sed -i -e "s:-DZZLEXBUFSIZE=65536:-DZZLEXBUFSIZE=65536 -std=gnu17:" \ tools/firmware/ovmf-dir-remote/BaseTools/Source/C/VfrCompile/Pccts/*/makefile || die The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b64f600bf44785c5b855ad5329a367b51a9a06 commit 48b64f600bf44785c5b855ad5329a367b51a9a06 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-02-18 00:10:45 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-18 00:11:22 +0000 app-emulation/xen-tools: make sed conditional Closes: https://bugs.gentoo.org/949524 Signed-off-by: Sam James <sam@gentoo.org> app-emulation/xen-tools/xen-tools-4.18.4_pre1.ebuild | 8 ++++---- app-emulation/xen-tools/xen-tools-4.19.1.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) |