Summary: | sys-apps/keyutils-1.5.10 : +++ COMPUTE DH PUBLIC KEY fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Robin Johnson <robbat2> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | base-system |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 sys-apps:keyutils-1.5.10:20170709-175106.log temp.tbz2 tests.tbz2 |
Description
Toralf Förster
![]() Created attachment 482798 [details]
emerge-info.txt
Created attachment 482800 [details]
emerge-history.txt
Created attachment 482802 [details]
environment
Created attachment 482804 [details]
etc.portage.tbz2
Created attachment 482806 [details]
sys-apps:keyutils-1.5.10:20170709-175106.log
Created attachment 482808 [details]
temp.tbz2
Created attachment 482810 [details]
tests.tbz2
These tests require a kernel with "KEY_DH_OPERATIONS". The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc830422e666e5cd1c98e68c72b6ba7b94b82e2e commit fc830422e666e5cd1c98e68c72b6ba7b94b82e2e Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-08-31 14:39:28 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-08-31 14:54:42 +0000 sys-apps/keyutils: tests require a kernel with KEY_DH_OPERATIONS Closes: https://bugs.gentoo.org/624380 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-apps/keyutils/keyutils-1.5.10.ebuild | 2 +- sys-apps/keyutils/keyutils-1.5.11.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (In reply to comment #9) > https://gitweb.gentoo.org/repo/gentoo.git/commit/ > ?id=fc830422e666e5cd1c98e68c72b6ba7b94b82e2e You have added this check in 'if use test && kernel_is lt 4 0 0' branch, but it probably should be with all kernel versions. (Reporter of this bug at that time was using kernel 4.12.0.) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3ef606b855d35fb0e0fc9dcc0c005b28f5e6d3 commit 3c3ef606b855d35fb0e0fc9dcc0c005b28f5e6d3 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-09-01 01:20:01 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-09-01 01:32:06 +0000 sys-apps/keyutils: kernel config checks rewritten - CONFIG_KEY_DH_OPERATIONS is only available in kernel >=4.7 - Package will now fail in setup phase when FEATURES=test is set and not all required kernel options are set to prevent false positive bug reports due to failures of test phase caused by missing options. Closes: https://bugs.gentoo.org/624380 Package-Manager: Portage-2.3.48, Repoman-2.3.10 sys-apps/keyutils/keyutils-1.5.10-r1.ebuild | 30 ++++++++++++++++++++++++----- sys-apps/keyutils/keyutils-1.5.11-r1.ebuild | 30 ++++++++++++++++++++++++----- 2 files changed, 50 insertions(+), 10 deletions(-) |