Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 901139 - [guru] dev-libs/dmd_core-0.6.2 fails to compile: dolib: libdmd_core.a does not exist
Summary: [guru] dev-libs/dmd_core-0.6.2 fails to compile: dolib: libdmd_core.a does no...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vladislav Dudar
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-14 09:00 UTC by Agostino Sarubbo
Modified: 2024-06-12 16:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,52.82 KB, text/plain)
2023-03-14 09:00 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-03-14 09:00:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/dmd_core-0.6.2 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-14 09:00:44 UTC
Created attachment 857583 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-03-14 09:00:45 UTC
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()
Comment 3 Vladislav Dudar 2024-02-02 12:48:09 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2024-06-12 16:10:29 UTC
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(-)