Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661612 - mail-client/mutt-1.10.1: error: SASL support is only useful with POP or IMAP support
Summary: mail-client/mutt-1.10.1: error: SASL support is only useful with POP or IMAP ...
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-19 19:30 UTC by Rolf Eike Beer
Modified: 2018-09-23 08:42 UTC (History)
0 users

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


Attachments
build.log (mail-client_mutt-1.10.1_use_e18o1,10.35 KB, text/plain)
2018-07-19 19:30 UTC, Rolf Eike Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer archtester 2018-07-19 19:30:14 UTC
Created attachment 540142 [details]
build.log

Happened during a tatt build:

 * USE:        crypt doc elibc_glibc gdbm gpg gpgme hcache kernel_linux nntp pgp_classic sasl slang smime sparc ssl userland_GNU vanilla

configure: WARNING: SSL support is only useful with POP, IMAP or SMTP support
configure: error: SASL support is only useful with POP or IMAP support

looks like some REQUIRED_USE constraints are missing.

Btw: the configure like adds '--enable-gpgme' '--enable-gpgme'.
Comment 1 Fabian Groffen gentoo-dev 2018-09-23 08:42:18 UTC
This is basically the same as #607360.  If we would add "ssl? ( || ( ... ) )" we would force people to set USE-flags for mutt.  The concensus was that packages should emerge with the default USE-flags (and we set ssl by default), so we cannot do this.