Date: Mon, 07 Jul 2008 17:39:44 +0300 From: Andriy Gapon <avg@icyb.net.ua> To: FreeBSD Ports <freebsd-ports@freebsd.org>, Anish Mistry <amistry@am-productions.biz> Subject: fusefs-libs-2.7.3 compilation failure on 6.3/amd64 Message-ID: <48722AB0.6020406@icyb.net.ua>
next in thread | raw e-mail | index | archive | help
$ make ===> Building for fusefs-libs-2.7.3 Making all in include make all-am Making all in lib if /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DFUSERMOUNT_DIR=\"/usr/local/bin\" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -march=athlon64 -MT mount_bsd.lo -MD -MP -MF ".deps/mount_bsd.Tpo" -c -o mount_bsd.lo mount_bsd.c; then mv -f ".deps/mount_bsd.Tpo" ".deps/mount_bsd.Plo"; else rm -f ".deps/mount_bsd.Tpo"; exit 1; fi libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -DFUSERMOUNT_DIR=\"/usr/local/bin\" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26 -I/usr/local/include -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -march=athlon64 -MT mount_bsd.lo -MD -MP -MF .deps/mount_bsd.Tpo -c mount_bsd.c -fPIC -DPIC -o .libs/mount_bsd.o In file included from /usr/include/sys/user.h:42, from mount_bsd.c:16: /usr/include/sys/ucred.h:71: error: `NGROUPS' undeclared here (not in a function) In file included from /usr/include/sys/user.h:47, from mount_bsd.c:16: /usr/include/sys/proc.h:78: error: `MAXLOGNAME' undeclared here (not in a function) /usr/include/sys/proc.h:78: error: variable-size type declared outside of any function /usr/include/sys/proc.h:598: error: `MAXCOMLEN' undeclared here (not in a function) mount_bsd.c: In function `do_unmount': mount_bsd.c:197: error: `SPECNAMELEN' undeclared (first use in this function) mount_bsd.c:197: error: (Each undeclared identifier is reported only once mount_bsd.c:197: error: for each function it appears in.) Missing sys/param.h include somewhere? -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48722AB0.6020406>