Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 820056

Summary: mail-mta/courier-1.1.5-r1 mkdhparams mkesmtpdcert refer to /usr/local/bin/certtool
Product: Gentoo Linux Reporter: Kelly Hirai <khirai>
Component: Current packagesAssignee: Hanno Böck <hanno>
Status: UNCONFIRMED ---    
Severity: minor CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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