Summary: | [guru] dev-libs/dmd_core-0.6.2 fails to compile: dolib: libdmd_core.a does not exist | ||
---|---|---|---|
Product: | GURU | Reporter: | Agostino Sarubbo <ago> |
Component: | Package issues | Assignee: | Vladislav Dudar <seal331gentoo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | guru-bugs, seal331gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 857583 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: * dolib: /var/tmp/portage/dev-libs/dmd_core-0.6.2/work/dmd_core-0.6.2/target/x86_64-unknown-linux-gnu/release/libdmd_core.a does not exist * QA Notice: file does not exist: !!! dolib: /var/tmp/portage/dev-libs/dmd_core-0.6.2/work/dmd_core-0.6.2/target/x86_64-unknown-linux-gnu/release/libdmd_core.a does not exist 112 | CpuError::Exception(ref e) => e.description(), 113 | CpuError::Bus(ref e) => e.description(), warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() only with use="debug" I know what the issue is, fix will be pushed out together with a long-needed update for the whole dmd* suite. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93a18600bec69cd32cffd8a7e098bb65bc25252a commit 93a18600bec69cd32cffd8a7e098bb65bc25252a Author: Lucio Sauer <watermanpaint@posteo.net> AuthorDate: 2024-06-12 14:53:26 +0000 Commit: Lucio Sauer <watermanpaint@posteo.net> CommitDate: 2024-06-12 15:07:44 +0000 dev-libs/dmd_core: simplify native build Since 375da3684e685c6fd8367ffcf37e090526d55e4d, cargo eclass sets CARGO_BUILD_TARGET, which allows us to drop all logic related to `--target`. Fix /path/to/to-be-installed-lib.a for debug builds Closes: https://bugs.gentoo.org/901139 Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> dev-libs/dmd_core/dmd_core-0.6.2.ebuild | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) |