看板 DFBSD_bugs 關於我們 聯絡資訊
I've been trying to get the nvidia driver to compile. I cvsup'd my sources, dfports, and ports about 2 hours ago, and have since done the whole buildworld (and associated parts). I've installed Xorg, and that runs just fine, however, the nvidia port in /usr/dfports/x11/nvidia-driver bombs out on the compiling with the following problem: # make install Define WITH_DRAGONFLY_AGP to use DragonFlyBSD AGP GART driver Define FORCE_AGP_RATE to limit the driver to lower speeds Define WITH_NVIDIA_HACKS to enable work-arounds to override basic AGP setup ===> Vulnerability check disabled, database not found ===> Extracting for nvidia-driver-1.0.6113 >> Checksum OK for NVIDIA-FreeBSD-x86-1.0-6113.tar.gz. ===> Patching for nvidia-driver-1.0.6113 ===> Applying FreeBSD patches for nvidia-driver-1.0.6113 ===> nvidia-driver-1.0.6113 depends on shared library: X11.6 - found ===> Configuring for nvidia-driver-1.0.6113 ===> Building for nvidia-driver-1.0.6113 ===> src @ -> /sys machine -> /sys/i386/include i386 -> awk -f @/tools/makeobjops.awk -- -h @/kern/device_if.m awk -f @/tools/makeobjops.awk -- -h @/kern/bus_if.m awk -f @/tools/makeobjops.awk -- -h @/bus/pci/pci_if.m make: don't know how to make vnode_if.h. Stop *** Error code 2 Stop in /usr/dfports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86-1.0-6113. *** Error code 1 Stop in /usr/dfports/x11/nvidia-driver. # If anyone knows how to get through this, the help would be appreciated. -Joe