D
Deleted member 30996
Guest
I'm rebuilding my desktop installation of FreeBSD 9.0-RELEASE from the same USB image I've used dozens of times and ran into a problem I've never encountered before or have been able remedy by myself.
My Nvidia GeForce3 card uses the older /x11/nvidia-driver-96 and I've installed it though ports and had it running like it should several times before without a hitch but this time it failed. I attempted to have portmaster install it but get the following error:
I had portmaster reinstall libGL and tried letting it install the driver but got the same error.
The first time this happened I thought I might have just got a bad build so I reformatted, installed portupgrade, portaudit, portmaster, xorg and let portmaster install the nvidia driver from the start but got the same message. I tried having it use the package but that didn't work either, though I'm not that versed in portmaster or packages. Installing it though ports without using portmaster gives the same error, minus the reference to portmaster.
I've got linux_base-f10, linux-f10-dri, /x11/nvidia-settings, /x11/nvidia-xconfig installed already and could probably go with the generic nv driver but that won't get my graphics card working like it should to play games.
Ports is the only thing I've ever used so I'm familiar with it and I've successfully installed FreeBSD on this machine numerous times but am unable to find a way to get past this error. I've been messing with it now for 2 days, have tried everything I can think of, and done a search for similar problems but am unable to resolve it myself or I wouldn't post about it. I'd appreciate any help that could be provided to assist me in getting this sorted out.
TIA
My Nvidia GeForce3 card uses the older /x11/nvidia-driver-96 and I've installed it though ports and had it running like it should several times before without a hitch but this time it failed. I attempted to have portmaster install it but get the following error:
Code:
Checking if /x11/driver-96 already installed
src (install)
install -o root -g wheel -m 555 nvidia.ko /boot/modules
kldxref /boot/modules
lib (install)
lib/libGL (install)
rm: /usr/local/lib/.nvidia/libGL.so.1: Not a directory
Stop in /usr/ports/x11/nvidia/-driver-96/work/NVIDIA-FreeBSD-x86-96.43.20/lib/libGL.
***Error code 1***
Stop in /usr/ports/x11/nvidia/-driver-96/work/NVIDIA-FreeBSD-x86-96.43.20/lib.
***Error code 1***
Stop in /usr/ports/x11/nvidia/-driver-96/work/NVIDIA-FreeBSD-x86-96.43.20.
***Error code 1***
Stop in /usr/ports/x11/nvidia/-driver-96.
***Error code 1***
Stop in /usr/ports/x11/nvidia/-driver-96.
Installation of nvidia-driver-96.43.20_1 (nvidia-driver-96) failed
Aborting update
Terminated
You can restart from the point of failure with this command line:
portmaster (flags) /x11/nvidia-driver-96
I had portmaster reinstall libGL and tried letting it install the driver but got the same error.
The first time this happened I thought I might have just got a bad build so I reformatted, installed portupgrade, portaudit, portmaster, xorg and let portmaster install the nvidia driver from the start but got the same message. I tried having it use the package but that didn't work either, though I'm not that versed in portmaster or packages. Installing it though ports without using portmaster gives the same error, minus the reference to portmaster.
I've got linux_base-f10, linux-f10-dri, /x11/nvidia-settings, /x11/nvidia-xconfig installed already and could probably go with the generic nv driver but that won't get my graphics card working like it should to play games.
Ports is the only thing I've ever used so I'm familiar with it and I've successfully installed FreeBSD on this machine numerous times but am unable to find a way to get past this error. I've been messing with it now for 2 days, have tried everything I can think of, and done a search for similar problems but am unable to resolve it myself or I wouldn't post about it. I'd appreciate any help that could be provided to assist me in getting this sorted out.
TIA