
strange error message when installing in freebsd 6.2
First of all the pkg_add didn't work:
graceland# pkg_add -r fusefs-ntfs
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports ... s-ntfs.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/fusefs-ntfs.tbz' by URL
Then I tried install the port:
cd /usr/ports/sysutils/fusefs-ntfs/ && make install clean
===> Installing for fusefs-ntfs-1.710
===> fusefs-ntfs-1.710 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.0_5
===> fuse_module (all)
Warning: Object directory not changed from original /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0/fuse_module
cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I../include -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c fuse.c
cc1: error: unrecognized command line option "-Wno-pointer-sign"
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0/fuse_module.
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0.
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-kmod.
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-ntfs.
*** Error code 1
Stop in /usr/ports/sysutils/fusefs-ntfs.
Not sure what I am doing wrong here. Thanks for any help you can give me.