Conflicting Nvidia driver packages

Haven't changed my build recipe in quite a while so I expect some part of what I have isn't necessary. I'm installing the following which I did after looking at a couple other people's builds:
- type: dnf
repos:
cleanup: true
nonfree: rpmfusion
install:
packages:
- nvidia-container-toolkit
- libva-nvidia-driver
- nvidia-vaapi-driver
- type: dnf
repos:
cleanup: true
nonfree: rpmfusion
install:
packages:
- nvidia-container-toolkit
- libva-nvidia-driver
- nvidia-vaapi-driver
But results in file /usr/share/doc/libva-nvidia-driver/README.md from install of libva-nvidia-driver-0.0.13^20241210git9c4a3c7-2.fc42.i686 conflicts with file from package libva-nvidia-driver-0.0.14-1.fc42.x86_64 https://github.com/CarrotManMatt/carrot-kinoite-nvidia/actions/runs/15952381683/job/44999687384 https://github.com/CarrotManMatt/carrot-kinoite-nvidia/blob/main/recipes/recipe.yaml
GitHub
bluebuild · CarrotManMatt/carrot-kinoite-nvidia@409bbaa
CarrotManMatt's personal custom linux image. Contribute to CarrotManMatt/carrot-kinoite-nvidia development by creating an account on GitHub.
GitHub
carrot-kinoite-nvidia/recipes/recipe.yaml at main · CarrotManMatt/...
CarrotManMatt's personal custom linux image. Contribute to CarrotManMatt/carrot-kinoite-nvidia development by creating an account on GitHub.
Solution:
The error messages suggest that the package is already installed and does not need to be listed in my recipe
No description
Jump to solution
2 Replies
CarrotManMatt
CarrotManMattOP2mo ago
The error message suggests that libva-nvidia-driver package already exists from ublue's kinoite-nvidia (which is my base) and has a higher version than that which is installed by the dnf module It might be the package repository sources that are causing the issues since they only began to occur after switching to dnf module with all installs in a single block
Solution
CarrotManMatt
CarrotManMatt2mo ago
The error messages suggest that the package is already installed and does not need to be listed in my recipe
No description

Did you find this page helpful?