Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677466 - sys-fs/zfs-kmod-9999 should not check for CONFIG_IOSCHED_NOOP in kernel >= 5.0
Summary: sys-fs/zfs-kmod-9999 should not check for CONFIG_IOSCHED_NOOP in kernel >= 5.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Richard Yao (RETIRED)
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-07 21:21 UTC by Rafael Kitover
Modified: 2019-03-31 03:53 UTC (History)
1 user (show)

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


Attachments
log, emerge --info, emerge -pqv (zfs-kmod-9999-log.tar.gz,8.64 KB, application/gzip)
2019-02-07 21:21 UTC, Rafael Kitover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Kitover 2019-02-07 21:21:26 UTC
Created attachment 564134 [details]
log, emerge --info, emerge -pqv

* Checking for suitable kernel configuration options...
 *   CONFIG_IOSCHED_NOOP:        is not set when it should be.

This option does not exist in the 5.0 kernels.
Comment 1 Georgy Yakovlev archtester gentoo-dev 2019-02-08 19:24:05 UTC
thanks.
live ebuilds are overdue for bumps, especially with all the latest changes.
Comment 2 Georgy Yakovlev archtester gentoo-dev 2019-02-20 20:40:15 UTC
upstream issue

https://github.com/zfsonlinux/zfs/issues/8427
Comment 3 Larry the Git Cow gentoo-dev 2019-03-31 03:53:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1b6a5ba7332ef0464a6c05ed874e0daf226de5c

commit c1b6a5ba7332ef0464a6c05ed874e0daf226de5c
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2019-03-23 04:20:24 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2019-03-31 03:53:41 +0000

    sys-fs/zfs-kmod: rework live ebuild
    
    major rework
    bump eapi to 7
    add ZFS_KERNEL_COMPAT_OVERRIDE variable one can set to override compat check
    
    Closes: https://bugs.gentoo.org/677466
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 sys-fs/zfs-kmod/zfs-kmod-9999.ebuild | 131 ++++++++++++++++++++++++-----------
 1 file changed, 89 insertions(+), 42 deletions(-)