The CONFIG_CHECK in the nvidia-drivers-415 ebuild requires CONFIG_I2C_NVIDIA_GPU not to be set. In my distribution I want to set this to M but then I cannot install the drivers package. I would vote for setting CONFIG_CHECK="!DEBUG_MUTEXES ~!I2C_NVIDIA_GPU ... Reproducible: Always Actual Results: Ebuild fails
Have you actually tested the combination?
No I haven't, but a kernel with module X built as externatl module should be the same as a kernel built without that module ...
P.S: but its compiling fine with CONFIG_I2C_NVIDIA_GPU=m
Hello As a circumvention for my distribution I am using now: sed -i /usr/src/linux/.config \ -e "s%^CONFIG_I2C_NVIDIA_GPU=m%# CONFIG_I2C_NVIDIA_GPU=m%" emerge x11-drivers/nvidia-drivers sed -i /usr/src/linux/.config \ -e "s%^# CONFIG_I2C_NVIDIA_GPU=m%CONFIG_I2C_NVIDIA_GPU=m%" Anyway changing this in the ebuild would be nicer :) Regards Helmut
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=052b4ca0cce7d91f57c96895ae3de661f3f6cc7b commit 052b4ca0cce7d91f57c96895ae3de661f3f6cc7b Author: Jeroen Roovers <jer@gentoo.org> AuthorDate: 2019-11-27 15:05:36 +0000 Commit: Jeroen Roovers <jer@gentoo.org> CommitDate: 2019-11-27 15:07:01 +0000 x11-drivers/nvidia-drivers: Relax CONFIG_I2C_NVIDIA_GPU check Package-Manager: Portage-2.3.79, Repoman-2.3.18 Fixes: https://bugs.gentoo.org/674868 Signed-off-by: Jeroen Roovers <jer@gentoo.org> x11-drivers/nvidia-drivers/nvidia-drivers-430.64.ebuild | 2 +- x11-drivers/nvidia-drivers/nvidia-drivers-435.21.ebuild | 2 +- x11-drivers/nvidia-drivers/nvidia-drivers-440.31.ebuild | 2 +- x11-drivers/nvidia-drivers/nvidia-drivers-440.36.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
Why does the ebuild complain about this at all? It is a needed driver for the USB-C port on Turing cards. The nvidia driver doesn't take care of this.