I am new to freeBSD. I am trying to build the nvidia graphic drivers for 14.3.
The build runs in a thin jail with nothing installed.
The correct ports and src version were cloned.
The ports to build are graphics/drm-61-kmod graphics/nvidia-drm-61-kmod x11/nvidia-driver.
The build command is
The goal is to get packages that I can install with pkg, so I dont have a mix of pkg and ports installations.
The build stops with the following error:
How can I solve this ?
On the website https://freebsd.sing.ne.jp/daily/06/90/40.html, i found something that looked like a solution.
It did not help in my case.
The build runs in a thin jail with nothing installed.
The correct ports and src version were cloned.
The ports to build are graphics/drm-61-kmod graphics/nvidia-drm-61-kmod x11/nvidia-driver.
The build command is
make DISABLE_VULNERABILITIES=yes package-recursive
.The goal is to get packages that I can install with pkg, so I dont have a mix of pkg and ports installations.
The build stops with the following error:
Code:
===> py311-cython3-3.1.2 conflicts with installed package(s):
py311-cython-0.29.37_2
They install files into the same place.
You may want to stop build with Ctrl + C.
===> Checking if py311-cython3 is already installed
===> Registering installation for py311-cython3-3.1.2 as automatic
[machine] Installing py311-cython3-3.1.2...
pkg-static: py311-cython3-3.1.2 conflicts with py311-cython-0.29.37_2 (installs files into the same place). Problematic file: /usr/local/bin/cygdb-3.11
*** Error code 1
How can I solve this ?
On the website https://freebsd.sing.ne.jp/daily/06/90/40.html, i found something that looked like a solution.
It did not help in my case.