GalaxyWide
Cadet
- Joined
- Aug 22, 2012
- Messages
- 8
I am trying to do "make install clean" in "/usr/src/sys/modules/linux" after getting most of the Ports Collection via cvsup, and I get the following:
I have no idea what could be causing this, it does not seem to be a common error.
My "make.conf" is currently thus:
Another weird thing, when I checked it the first time, thinking maybe there was something wrong with it, it was completely empty. Not sure if that is bad or not, or how well I did at guessing a "make.conf" file together.
Any and all help and/or comments would be greatly appreciated! I'm experienced with computers, but not so much Linux and certainly not FreeNAS, so this is rather uncharted water for me.
Thanks!
Code:
"Makefile", line 3: Malformed conditional (${MACHINE_CPUARCH} == "amd64")
"Makefile", line 6: if-less endif
"Makefile", line 21: Malformed conditional (${MACHINE_CPUARCH} == "i386")
"Makefile", line 23: if-less endif
"Makefile", line 27: Malformed conditional (${MACHINE_CPUARCH} == "i386")
"Makefile", line 29: if-less endif
"/usr/src/sys/modules/linux/../../conf/kmod.mk", line 111: Malformed conditional
(${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang")
"/usr/src/sys/modules/linux/../../conf/kmod.mk", line 115: if-less endif
"/usr/src/sys/modules/linux/../../conf/kern.mk", line 18: Malformed conditional
(${MK_CLANG_IS_CC} != "no" || ${CC:T:Mclang} == "clang")
"/usr/src/sys/modules/linux/../../conf/kern.mk", line 33: if-less endif
"/usr/src/sys/modules/linux/../../conf/kern.mk", line 55: Malformed conditional
(${MK_CLANG_IS_CC} == "no" && ${CC:T:Mclang} != "clang")
"/usr/src/sys/modules/linux/../../conf/kern.mk", line 62: if-less endif
make: fatal errors encountered -- cannot continue
I have no idea what could be causing this, it does not seem to be a common error.
My "make.conf" is currently thus:
Code:
CPUTYPE?=pentium3
CFLAGS= -O2 -pipe
COPTFLAGS= -O2 -pipe
OPTIMIZED_CFLAGS= YES
BUILD_OPTIMIZED= YES
WITH_CPUFLAGS= YES
WITHOUT_DEBUG= YES
WITH_OPTIMIZED_CFLAGS= YES
NO_PROFILE= YES
BUILD_STATIC= YES
Another weird thing, when I checked it the first time, thinking maybe there was something wrong with it, it was completely empty. Not sure if that is bad or not, or how well I did at guessing a "make.conf" file together.
Any and all help and/or comments would be greatly appreciated! I'm experienced with computers, but not so much Linux and certainly not FreeNAS, so this is rather uncharted water for me.
Thanks!