Gentoo Archives: gentoo-user

From: Michael <confabulate@××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Locating CONFIG_ZONE_DEVICE
Date: Fri, 23 Dec 2022 09:51:21
Message-Id: 5652090.DvuYhMxLoT@lenovo.localdomain
1 I got this message:
2
3 * Messages for package dev-libs/roct-thunk-interface-5.3.3:
4
5 * CONFIG_ZONE_DEVICE: is not set when it should be.
6 * Please check to make sure these options are set correctly.
7 * Failure to do so may cause unexpected problems.
8
9 and stated searching for ZONE_DEVICE in my kernel config, but can't find it:
10
11 $ grep ZONE_DEVICE /usr/src/linux/.config
12 $
13 $ grep ZONE /usr/src/linux/.config
14 CONFIG_BLK_DEV_ZONED=y
15 CONFIG_BLK_DEBUG_FS_ZONED=y
16 CONFIG_ZONE_DMA=y
17 CONFIG_ZONE_DMA32=y
18 # CONFIG_NF_CONNTRACK_ZONES is not set
19 # CONFIG_DM_ZONED is not set
20 # CONFIG_ZONEFS_FS is not set
21 $
22
23 Any idea where it might be hiding?

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Locating CONFIG_ZONE_DEVICE "Peter Böhm" <peter.bo@×××.de>