Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 820056 - mail-mta/courier-1.1.5-r1 mkdhparams mkesmtpdcert refer to /usr/local/bin/certtool
Summary: mail-mta/courier-1.1.5-r1 mkdhparams mkesmtpdcert refer to /usr/local/bin/cer...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-24 15:32 UTC by Kelly Hirai
Modified: 2021-10-24 15:36 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kelly Hirai 2021-10-24 15:32:42 UTC
mail-mta/courier-1.1.5-r1 mkdhparams mkesmtpdcert refer to /usr/local/bin/certtool

certtool is provided by net-libs/gnutls with the tools USE flag (so courier might want that) and places it in /usr/bin/

added tool use flag:

USE='tool' emerge -a1N net-libs/gnutls 

and symlinked:

ln -s /usr/bin/certtool /usr/local/bin/certtool 

as a work around.

Reproducible: Always