Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926020 - app-crypt/sequoia-sq-0.34.0 fails to compile: error: failed to run custom build command for sequoia-keystore v0.2.0
Summary: app-crypt/sequoia-sq-0.34.0 fails to compile: error: failed to run custom bui...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Florian Schmaus
URL:
Whiteboard:
Keywords:
: 926098 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-03-02 09:29 UTC by Agostino Sarubbo
Modified: 2024-03-04 20:36 UTC (History)
5 users (show)

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


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

Issue: app-crypt/sequoia-sq-0.34.0 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-02 09:29:09 UTC
Created attachment 886521 [details]
build.log

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


  called `Result::unwrap()` on an `Err` value: Error { kind: Failed, extra: "Failed to execute `capnp --version`: No such file or directory (os error 2). Please verify that version 0.5.2 or higher of the capnp executable is installed on your system. See https://capnproto.org/install.html" }
  thread 'main' panicked at /var/tmp/portage/app-crypt/sequoia-sq-0.34.0/work/cargo_home/gentoo/sequoia-keystore-0.2.0/build.rs:9:54:
error: failed to run custom build command for `sequoia-keystore v0.2.0`
Comment 3 hugegameartgd 2024-03-02 20:19:10 UTC
From build.log:

"Failed to execute `capnp --version`: No such file or directory (os error 2). Please verify that version 0.5.2 or higher of the capnp executable is installed on your system. See https://capnproto.org/install.html"

app-crypt/sequoia-sq depends on dev-libs/capnproto, installing it fixes the build error
Comment 4 Larry the Git Cow gentoo-dev 2024-03-04 08:28:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f367b616fb5068dc062c31b3984500b2ac6017

commit 69f367b616fb5068dc062c31b3984500b2ac6017
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-03-04 08:25:17 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-03-04 08:25:17 +0000

    app-crypt/sequoia-sq: add dep on capnproto
    
    Only needed at build-time.
    
    Closes: https://bugs.gentoo.org/926020
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{sequoia-sq-0.34.0.ebuild => sequoia-sq-0.34.0-r1.ebuild}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Nils Freydank 2024-03-04 20:36:38 UTC
*** Bug 926098 has been marked as a duplicate of this bug. ***