Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937602 - [guru] dev-libs/libsignal-ffi-0.51.0 fails to compile: dolib: libsignal_ffi.a does not exist
Summary: [guru] dev-libs/libsignal-ffi-0.51.0 fails to compile: dolib: libsignal_ffi.a...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Julien Roy
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-09 07:17 UTC by Agostino Sarubbo
Modified: 2024-08-10 14:33 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,607.31 KB, text/plain)
2024-08-09 07:17 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 2024-08-09 07:17:17 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/libsignal-ffi-0.51.0 fails to compile.
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-09 07:17:19 UTC
Created attachment 899657 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-09 07:17:20 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


 * 	dolib: /var/tmp/portage/dev-libs/libsignal-ffi-0.51.0/work/libsignal-0.51.0/target/debug/libsignal_ffi.a does not exist
 * QA Notice: file does not exist:
!!! dolib: /var/tmp/portage/dev-libs/libsignal-ffi-0.51.0/work/libsignal-0.51.0/target/debug/libsignal_ffi.a does not exist
Comment 3 Larry the Git Cow gentoo-dev 2024-08-10 14:33:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fec6701bed41fe4ba68e3e79780d51b8a3b2e450

commit fec6701bed41fe4ba68e3e79780d51b8a3b2e450
Author:     Lucio Sauer <watermanpaint@posteo.net>
AuthorDate: 2024-08-09 14:23:40 +0000
Commit:     Lucio Sauer <watermanpaint@posteo.net>
CommitDate: 2024-08-09 14:23:40 +0000

    dev-libs/libsignal-ffi: fix Cargo target directory
    
    Following recent cargo eclass changes
    (27d469a2114b4ad0b3e682854c50c806753eb472) the Cargo target directory
    unconditionally contains $(rust_abi) in its path.
    
    Closes: https://bugs.gentoo.org/937602
    Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>

 dev-libs/libsignal-ffi/libsignal-ffi-0.44.0.ebuild | 8 +-------
 dev-libs/libsignal-ffi/libsignal-ffi-0.46.0.ebuild | 8 +-------
 dev-libs/libsignal-ffi/libsignal-ffi-0.51.0.ebuild | 8 +-------
 3 files changed, 3 insertions(+), 21 deletions(-)