Date: Thu, 08 Nov 2012 16:33:16 +0000 From: Arthur Chance <freebsd@qeng-ho.org> To: "Neil M. Stewart" <neil.stewart@live.com> Cc: freebsd-questions@freebsd.org Subject: Re: Installing fusefs-ntfs and nvidia-drivers fails Message-ID: <509BDECC.9070601@qeng-ho.org> In-Reply-To: <BLU0-SMTP34196CD5B700CC5312FBEC7F1690@phx.gbl> References: <BLU0-SMTP34196CD5B700CC5312FBEC7F1690@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/08/12 13:30, Neil M. Stewart wrote: > Hi All, > > I am new to FreeBSD, and I am having an issue installing fusefs-ntfs and > nvidia-driver. The error messages are shown below. Any idea what's > going on here? Thanks in advance. > > > ===> Installing for fusefs-ntfs-2012.1.15 > ===> fusefs-ntfs-2012.1.15 depends on file: /usr/local/modules/fuse.ko > - not found > ===> Verifying install for /usr/local/modules/fuse.ko in > /usr/ports/sysutils/fusefs-kmod > ===> Building for fusefs-kmod-0.3.9.p1.20080208_11 > ===> fuse_module (all) > "/usr/src/sys/conf/kmod.mk", line 76: Could not find bsd.compiler.mk > "/usr/src/sys/conf/kmod.mk", line 112: Malformed conditional > (${COMPILER_TYPE} != "clang") > "/usr/src/sys/conf/kmod.mk", line 116: if-less endif > "/usr/src/sys/conf/kern.mk", line 18: Malformed conditional > (${COMPILER_TYPE} == "clang") > "/usr/src/sys/conf/kern.mk", line 33: if-less endif > "/usr/src/sys/conf/kern.mk", line 103: Malformed conditional > (${COMPILER_TYPE} == "clang") > "/usr/src/sys/conf/kern.mk", line 109: if-less endif > make: fatal errors encountered -- cannot continue > > > ==> Building for nvidia-driver-304.60 > ===> src (all) > "/sys/conf/kmod.mk", line 76: Could not find bsd.compiler.mk > "/sys/conf/kmod.mk", line 112: Malformed conditional (${COMPILER_TYPE} > != "clang") > "/sys/conf/kmod.mk", line 116: if-less endif > "/sys/conf/kern.mk", line 18: Malformed conditional (${COMPILER_TYPE} == > "clang") > "/sys/conf/kern.mk", line 33: if-less endif > "/sys/conf/kern.mk", line 103: Malformed conditional (${COMPILER_TYPE} > == "clang") > "/sys/conf/kern.mk", line 109: if-less endif > make: fatal errors encountered -- cannot continue In both cases you've got the message > "/usr/src/sys/conf/kmod.mk", line 76: Could not find bsd.compiler.mk (or equivalent as /sys -> usr/src) I've looked at my version of the file (under REL-9.0) and there's no mention of bsd.compiler.mk (or ${COMPILER_TYPE}). Please show us what you get if you type "uname -a" so we know what you've installed.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?509BDECC.9070601>