I've got a problem. I can't compile current x11/nvidia-driver
The output of make
I was wondering if I'm the only one with this problem?
I looked at /sys/conf/kmod.mk and /sys/conf/kmod.mk source, but I couldn't locate the problem.
Code:
$uname -a
FreeBSD graudeejs.bsdroot.lv 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sun Aug 12 11:56:50 EEST 2012
root@graudeejs.bsdroot.lv:/usr/obj/usr/src/sys/GENERIC amd64
The output of make
Code:
graudeejs# make
===> Building for nvidia-driver-304.60
===> src (all)
"/sys/conf/kmod.mk", line 111: Malformed conditional (${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang")
"/sys/conf/kmod.mk", line 115: if-less endif
"/sys/conf/kern.mk", line 18: Malformed conditional (${MK_CLANG_IS_CC} != "no" || ${CC:T:Mclang} == "clang")
"/sys/conf/kern.mk", line 32: if-less endif
"/sys/conf/kern.mk", line 102: Malformed conditional (${MK_CLANG_IS_CC} != "no" || ${CC:T:Mclang} == "clang")
"/sys/conf/kern.mk", line 108: if-less endif
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop in /usr/obj/usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-304.60.
*** Error code 1
Stop in /usr/ports/x11/nvidia-driver.
*** Error code 1
Stop in /usr/ports/x11/nvidia-driver.
I was wondering if I'm the only one with this problem?
I looked at /sys/conf/kmod.mk and /sys/conf/kmod.mk source, but I couldn't locate the problem.