View previous topic :: View next topic |
Author |
Message |
patmos n00b
Joined: 10 May 2021 Posts: 8
|
Posted: Mon May 10, 2021 11:19 am Post subject: [SOLVED] Problem with nvidia-drivers emerge @module-rebuild |
|
|
Hi,
I have problem with
Code: |
/usr/src/linux $ sudo emerge --ask --newuse --update @module-rebuild 1 [11:57:08]
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
These are the packages that would be merged, in order:
Calculating dependencies... done!
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
x11-drivers/nvidia-drivers:0
(x11-drivers/nvidia-drivers-465.27:0/465::gentoo, ebuild scheduled for merge) USE="X driver static-libs tools -dist-kernel" ABI_X86="32 (64) (-x32)" conflicts with
>=x11-drivers/nvidia-drivers-440.33.01[X,uvm] required by (dev-util/nvidia-cuda-toolkit-10.2.89-r2:0/10.2.89::gentoo, installed) USE="debugger profiler -doc -eclipse" ABI_X86="(64)"
^^^
Nothing to merge; quitting.
|
After two days of trying to resolve it I don't know where is the problem, any ideas?
Thanks |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3950
|
Posted: Mon May 10, 2021 11:26 am Post subject: |
|
|
Hi
Welcome to Gentoo.
Try first
Code: |
emerge -1av dev-util/nvidia-cuda-toolkit
###then run your command although not really necessary.
|
_________________
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31470 Location: here
|
Posted: Mon May 10, 2021 11:31 am Post subject: |
|
|
If you are in a stable system you should unmask dev-util/nvidia-cuda-toolkit-10.2.89-r3 because uvm use flag was removed from x11-drivers/nvidia-drivers _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
patmos n00b
Joined: 10 May 2021 Posts: 8
|
Posted: Mon May 10, 2021 1:09 pm Post subject: |
|
|
Thanks
Combination of sugestions from alamahant and fedeliallalinea worked |
|
Back to top |
|
|
|