Summary: | app-arch/7zip-24.06 - [icu-75.1] emake failed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | NRK <nrk> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arthurzam, nrk, sam |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://github.com/gentoo/gentoo/pull/37093 https://sourceforge.net/p/sevenzip/patches/446/ |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 351559 | ||
Attachments: |
emerge-info.txt
app-arch:7zip-24.06:20240605-155706.log emerge-history.txt environment etc.clang.tar.xz etc.portage.tar.xz qlist-info.txt |
Description
Toralf Förster
2024-06-05 16:17:11 UTC
Created attachment 895194 [details]
emerge-info.txt
Created attachment 895195 [details]
app-arch:7zip-24.06:20240605-155706.log
Created attachment 895196 [details]
emerge-history.txt
Created attachment 895197 [details]
environment
Created attachment 895198 [details]
etc.clang.tar.xz
Created attachment 895199 [details]
etc.portage.tar.xz
Created attachment 895200 [details]
qlist-info.txt
Can't reproduce. Fatal error A1106: Cannot open file: "b/g_x64/LzmaDecOpt.o" [ENOENT] This error message is coming from jwasm. I can get similar error message if I do `jwasm ... -F/tmp/non-existant-dir/ ...` mkdir -p b/g_x64 jwasm -nologo -elf64 -DABI_LINUX -Fob/g_x64/ ../../../../Asm/x86/LzmaDecOpt.asm I think the mkdir and the jwasm invocation are racing here. > I can get similar error message if
> I do `jwasm ... -F/tmp/non-existant-dir/ ...`
Meant to be `-Fo` not `-F`.
Also forgot to mention, but I didn't seem to receive any email for this bug. Only saw it now due to checking some other bug out.
Bug forwarded upstream: https://sourceforge.net/p/sevenzip/patches/446/ Bug forwarded upstream: https://sourceforge.net/p/sevenzip/patches/446/ The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a999b2805f728b160f95414b3aa8c7dd4d9f8acf commit a999b2805f728b160f95414b3aa8c7dd4d9f8acf Author: NRK <nrk@disroot.org> AuthorDate: 2024-06-09 11:23:18 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-06-11 05:29:51 +0000 app-arch/7zip: fix makefile mkdir race Closes: https://bugs.gentoo.org/933619 Signed-off-by: NRK <nrk@disroot.org> Closes: https://github.com/gentoo/gentoo/pull/37093 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> app-arch/7zip/7zip-23.01.ebuild | 1 + app-arch/7zip/7zip-24.05.ebuild | 1 + app-arch/7zip/7zip-24.06.ebuild | 1 + 3 files changed, 3 insertions(+) |