mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
x11-drivers/nvidia-drivers: update MMU_NOTIFIER error message
Bug: https://bugs.gentoo.org/729928 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
parent
d093be0c4c
commit
68d9229df1
@ -127,7 +127,8 @@ pkg_setup() {
|
||||
use kernel-open && CONFIG_CHECK+=" MMU_NOTIFIER" #843827
|
||||
local ERROR_MMU_NOTIFIER="CONFIG_MMU_NOTIFIER: is not set but needed to build with USE=kernel-open.
|
||||
Cannot be directly selected in the kernel's menuconfig, and may need
|
||||
selection of another option that requires it such as CONFIG_KVM."
|
||||
selection of another option that requires it such as CONFIG_AMD_IOMMU=y,
|
||||
or DRM_I915=m (among others, consult the kernel config's help)."
|
||||
|
||||
local ERROR_PREEMPT_RT="CONFIG_PREEMPT_RT: is set but is unsupported by NVIDIA upstream and
|
||||
will fail to build unless the env var IGNORE_PREEMPT_RT_PRESENCE=1 is
|
||||
|
||||
@ -139,7 +139,8 @@ pkg_setup() {
|
||||
be ignored, but note that is due to change in the future."
|
||||
local ERROR_MMU_NOTIFIER="CONFIG_MMU_NOTIFIER: is not set but needed to build with USE=kernel-open.
|
||||
Cannot be directly selected in the kernel's menuconfig, and may need
|
||||
selection of another option that requires it such as CONFIG_KVM."
|
||||
selection of another option that requires it such as CONFIG_AMD_IOMMU=y,
|
||||
or DRM_I915=m (among others, consult the kernel config's help)."
|
||||
local ERROR_PREEMPT_RT="CONFIG_PREEMPT_RT: is set but is unsupported by NVIDIA upstream and
|
||||
will fail to build unless the env var IGNORE_PREEMPT_RT_PRESENCE=1 is
|
||||
set. Please do not report issues if run into e.g. kernel panics while
|
||||
|
||||
@ -139,7 +139,8 @@ pkg_setup() {
|
||||
be ignored, but note that is due to change in the future."
|
||||
local ERROR_MMU_NOTIFIER="CONFIG_MMU_NOTIFIER: is not set but needed to build with USE=kernel-open.
|
||||
Cannot be directly selected in the kernel's menuconfig, and may need
|
||||
selection of another option that requires it such as CONFIG_KVM."
|
||||
selection of another option that requires it such as CONFIG_AMD_IOMMU=y,
|
||||
or DRM_I915=m (among others, consult the kernel config's help)."
|
||||
local ERROR_PREEMPT_RT="CONFIG_PREEMPT_RT: is set but is unsupported by NVIDIA upstream and
|
||||
will fail to build unless the env var IGNORE_PREEMPT_RT_PRESENCE=1 is
|
||||
set. Please do not report issues if run into e.g. kernel panics while
|
||||
|
||||
@ -143,7 +143,8 @@ pkg_setup() {
|
||||
be ignored, but note that is due to change in the future."
|
||||
local ERROR_MMU_NOTIFIER="CONFIG_MMU_NOTIFIER: is not set but needed to build with USE=kernel-open.
|
||||
Cannot be directly selected in the kernel's menuconfig, and may need
|
||||
selection of another option that requires it such as CONFIG_KVM."
|
||||
selection of another option that requires it such as CONFIG_AMD_IOMMU=y,
|
||||
or DRM_I915=m (among others, consult the kernel config's help)."
|
||||
local ERROR_PREEMPT_RT="CONFIG_PREEMPT_RT: is set but is unsupported by NVIDIA upstream and
|
||||
will fail to build unless the env var IGNORE_PREEMPT_RT_PRESENCE=1 is
|
||||
set. Please do not report issues if run into e.g. kernel panics while
|
||||
|
||||
@ -145,7 +145,8 @@ pkg_setup() {
|
||||
be ignored, but note that is due to change in the future."
|
||||
local ERROR_MMU_NOTIFIER="CONFIG_MMU_NOTIFIER: is not set but needed to build with USE=kernel-open.
|
||||
Cannot be directly selected in the kernel's menuconfig, and may need
|
||||
selection of another option that requires it such as CONFIG_KVM."
|
||||
selection of another option that requires it such as CONFIG_AMD_IOMMU=y,
|
||||
or DRM_I915=m (among others, consult the kernel config's help)."
|
||||
local ERROR_PREEMPT_RT="CONFIG_PREEMPT_RT: is set but is unsupported by NVIDIA upstream and
|
||||
will fail to build unless the env var IGNORE_PREEMPT_RT_PRESENCE=1 is
|
||||
set. Please do not report issues if run into e.g. kernel panics while
|
||||
|
||||
@ -144,7 +144,8 @@ pkg_setup() {
|
||||
be ignored, but note that is due to change in the future."
|
||||
local ERROR_MMU_NOTIFIER="CONFIG_MMU_NOTIFIER: is not set but needed to build with USE=kernel-open.
|
||||
Cannot be directly selected in the kernel's menuconfig, and may need
|
||||
selection of another option that requires it such as CONFIG_KVM."
|
||||
selection of another option that requires it such as CONFIG_AMD_IOMMU=y,
|
||||
or DRM_I915=m (among others, consult the kernel config's help)."
|
||||
local ERROR_PREEMPT_RT="CONFIG_PREEMPT_RT: is set but is unsupported by NVIDIA upstream and
|
||||
will fail to build unless the env var IGNORE_PREEMPT_RT_PRESENCE=1 is
|
||||
set. Please do not report issues if run into e.g. kernel panics while
|
||||
|
||||
@ -144,7 +144,8 @@ pkg_setup() {
|
||||
result in a blank console/tty."
|
||||
local ERROR_MMU_NOTIFIER="CONFIG_MMU_NOTIFIER: is not set but is required for compilation.
|
||||
Cannot be directly selected in the kernel's menuconfig, and may need
|
||||
selection of another option that requires it such as CONFIG_KVM."
|
||||
selection of another option that requires it such as CONFIG_AMD_IOMMU=y,
|
||||
or DRM_I915=m (among others, consult the kernel config's help)."
|
||||
local ERROR_PREEMPT_RT="CONFIG_PREEMPT_RT: is set but is unsupported by NVIDIA upstream and
|
||||
will fail to build unless the env var IGNORE_PREEMPT_RT_PRESENCE=1 is
|
||||
set. Please do not report issues if run into e.g. kernel panics while
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user