Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 745285 - app-crypt/coolkey-1.1.0-r7 calls commands that do not exist (./configure: line 19857: enable_pk11install: command not found)
Summary: app-crypt/coolkey-1.1.0-r7 calls commands that do not exist (./configure: lin...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-09-29 05:45 UTC by Agostino Sarubbo
Modified: 2021-09-24 23:31 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,38.93 KB, text/plain)
2020-09-29 05:45 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 2020-09-29 05:45:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/coolkey-1.1.0-r7 calls commands that do not exist.
Discovered on: amd64 (internal ref: tinderbox)
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-29 05:45:51 UTC
Created attachment 662974 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-09-29 05:45:52 UTC
Possible context of error(s):

./configure: line 19857: enable_pk11install: command not found
llvm-ranlib: error: error loading '/var/tmp/portage/app-crypt/coolkey-1.1.0-r7/image/usr/lib64/libckyapplet.a': No such file or directory
llvm-ranlib: error: error loading '/var/tmp/portage/app-crypt/coolkey-1.1.0-r7/image/usr/lib64/libckyapplet.a': No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-09-24 23:31:49 UTC
The bug has been closed via the following commit(s):

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

commit d4b9861c1f0a2be57ab2d04d1b666a272b2a8856
Author:     Christophe Lermytte <gentoo@lermytte.be>
AuthorDate: 2021-09-24 09:44:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-24 23:30:37 +0000

    app-crypt/coolkey: revbump: fix configure error and CFLAGS manipulation
    
    One of the patches (0004-Bug-fixups.patch) in the patch tarball
    addresses an error in configure.in, but without a call to
    (e)autoreconf, the configure script remained unchanged.
    
    Also, change the CFLAGS argument to emake to a proper append-flags call
    (there is some C++ code in there as well).
    
    Signed-off-by: Christophe Lermytte <gentoo@lermytte.be>
    Thanks-to: Sam James <sam@gentoo.org>
    Closes: https://bugs.gentoo.org/745285
    Closes: https://github.com/gentoo/gentoo/pull/22387
    Signed-off-by: Sam James <sam@gentoo.org>

 app-crypt/coolkey/coolkey-1.1.0-r8.ebuild | 90 +++++++++++++++++++++++++++++++
 1 file changed, 90 insertions(+)