From owner-freebsd-ports@FreeBSD.ORG Mon Jul 7 14:40:06 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C572F1065671 for ; Mon, 7 Jul 2008 14:40:06 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from falcon.cybervisiontech.com (falcon.cybervisiontech.com [217.20.163.9]) by mx1.freebsd.org (Postfix) with ESMTP id 395498FC1C for ; Mon, 7 Jul 2008 14:40:05 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from localhost (localhost [127.0.0.1]) by falcon.cybervisiontech.com (Postfix) with ESMTP id 17130744008; Mon, 7 Jul 2008 17:39:52 +0300 (EEST) X-Virus-Scanned: Debian amavisd-new at falcon.cybervisiontech.com Received: from falcon.cybervisiontech.com ([127.0.0.1]) by localhost (falcon.cybervisiontech.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nFmNtcV2eH90; Mon, 7 Jul 2008 17:39:51 +0300 (EEST) Received: from [10.2.1.87] (gateway.cybervisiontech.com.ua [91.198.50.114]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by falcon.cybervisiontech.com (Postfix) with ESMTP id C161D744007; Mon, 7 Jul 2008 17:39:49 +0300 (EEST) Message-ID: <48722AB0.6020406@icyb.net.ua> Date: Mon, 07 Jul 2008 17:39:44 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.14 (X11/20080611) MIME-Version: 1.0 To: FreeBSD Ports , Anish Mistry Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: fusefs-libs-2.7.3 compilation failure on 6.3/amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 14:40:06 -0000 $ 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