From owner-freebsd-ports@FreeBSD.ORG Wed Jun 6 23:06:25 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E637C16A46B for ; Wed, 6 Jun 2007 23:06:25 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from dns.walsimou.com (walscop001.walsimou.com [82.228.201.70]) by mx1.freebsd.org (Postfix) with ESMTP id 6151C13C448 for ; Wed, 6 Jun 2007 23:06:25 +0000 (UTC) (envelope-from walsimou@walsimou.com) Received: from wals001FBSD.walsimou.com ([192.168.1.240]) (SSL: TLSv1/SSLv3,256bits,AES256-SHA) by dns.walsimou.com with esmtp; Thu, 07 Jun 2007 01:07:55 +0200 id 0000B8A4.0000000046673E4B.00009E44 Message-ID: <46673D61.5050308@walsimou.com> Date: Thu, 07 Jun 2007 01:04:01 +0200 From: Gaye Abdoulaye Walsimou User-Agent: Thunderbird 2.0.0.0 (X11/20070513) MIME-Version: 1.0 To: Yuri Pankov , freebsd-ports@freebsd.org References: <46672861.90001@walsimou.com> <20070606220823.GB938@darklight.abyss> In-Reply-To: <20070606220823.GB938@darklight.abyss> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: Re: compile error in sysutils/fusefs-kmod 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: Wed, 06 Jun 2007 23:06:26 -0000 Yuri Pankov a écrit : > On Wed, Jun 06, 2007 at 11:34:25PM +0200, Gaye Abdoulaye Walsimou wrote: > >> Hello list, >> I have the error below, when I try to portmanager sysutils/fusefs-kmod. >> Thank you for any suggestion! >> >> >> ===> mount_fusefs (all) >> Warning: Object directory not changed from original >> /usr/ports/sysutils/fusefs-kmod/work/fuse4bsd-0.3.0/mount_fusefs >> cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/mount -I../include -c >> mount_fusefs.c >> mount_fusefs.c:47:21: mntopts.h: No such file or directory >> > > > You need full source tree installed, not just kernel sources as port's > Makefile requires. > > > > HTH, > Yuri > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Ok after: cvsup -g -L 2 /usr/share/examples/cvsup/stable-supfile All work fine Thank a lot