Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 876676 - app-editors/emacs[ssl]: should depend on net-libs/gnutls[tools]
Summary: app-editors/emacs[ssl]: should depend on net-libs/gnutls[tools]
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-11 02:13 UTC by Josh
Modified: 2022-10-15 08:40 UTC (History)
2 users (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 Josh 2022-10-11 02:13:28 UTC
net-libs/gnutls-3.7.7 is not built with the TOOLS flag by default. gnutls is a dependency of Emacs required for SSL, however SSL functionality like list-packages or connecting to IRC over TLS uses gnutls-cli which is not installed unless the TOOLS keyword is used. 

Reproducible: Always

Steps to Reproduce:
Compile Emacs with gnutls standard use flags. 
Actual Results:  
TLS does not work

Expected Results:  
With the TOOLS use flag, TLS works.

TOOLS should be a default keyword.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-10-15 00:31:59 UTC
I'm sorry, I don't think we want to do this. It'd drag guile into stage3 and impose guile on a number of systems which don't need it.

Reassigning to Emacs maintainers.
Comment 2 Ulrich Müller gentoo-dev 2022-10-15 08:40:00 UTC
It's an optional runtime dependency, so simply enable the flag if you want that functionality.

We could advertise it via optfeature.eclass. Then again, there are many more such optional runtime dependencies in Emacs, so I don't want to open that can of worms.