Summary: | net-misc/openssh-8.6_p1-r1 failed to emerge with USE=X509 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Leonid Kopylov <leonchik1976> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Leonid Kopylov
2021-05-14 05:18:41 UTC
Created attachment 708192 [details]
build.log
From the build.log, it appears that you are enabling both the X509 and the sctp USE flags. This configuration is not supported, and is blocked by REQUIRED_USE (the line "X509? ( !sctp !security-key ssl !xmss )" blocks the sctp, security-key, and xmss USE flags from being enabled at the same time as X509). The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529e323aad6b43a9a0c06520c1e4f6ae69b9bafa commit 529e323aad6b43a9a0c06520c1e4f6ae69b9bafa Author: Patrick McLean <chutzpah@gentoo.org> AuthorDate: 2021-05-14 23:28:05 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2021-05-14 23:28:15 +0000 net-misc/openssh-8.6_p1-r1: Fix REQUIRED_USE (bug #790092) Currently the second REQUIRED_USE setting overrides the first one, let's change it to an append rather than a replacement. Bug: https://bugs.gentoo.org/790092 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> net-misc/openssh/openssh-8.6_p1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |