From owner-freebsd-ports@FreeBSD.ORG Thu Jun 4 09:17:26 2009 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 783581065670 for ; Thu, 4 Jun 2009 09:17:26 +0000 (UTC) (envelope-from emss@free.fr) Received: from smtp23.orange.fr (smtp23.orange.fr [80.12.242.50]) by mx1.freebsd.org (Postfix) with ESMTP id 053918FC1C for ; Thu, 4 Jun 2009 09:17:26 +0000 (UTC) (envelope-from emss@free.fr) Received: from smtp-msa-out01.orange.fr (mwinf2353 [10.232.4.161]) by mwinf2305.orange.fr (SMTP Server) with ESMTP id 927F11C0B01C for ; Thu, 4 Jun 2009 10:45:23 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2353.orange.fr (SMTP Server) with ESMTP id 0EA2B700008E for ; Thu, 4 Jun 2009 10:45:22 +0200 (CEST) Received: from srvbsdnanssv.interne.kisoft-services.com (LCaen-151-92-21-48.w217-128.abo.wanadoo.fr [217.128.200.48]) by mwinf2353.orange.fr (SMTP Server) with ESMTP id E722C700008A for ; Thu, 4 Jun 2009 10:45:21 +0200 (CEST) X-ME-UUID: 20090604084521946.E722C700008A@mwinf2353.orange.fr X-ME-User-Auth: e-masson0330 Received: from localhost (localhost [127.0.0.1]) by srvbsdnanssv.interne.kisoft-services.com (Postfix) with ESMTP id 525A917024 for ; Thu, 4 Jun 2009 10:45:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at interne.kisoft-services.com Received: from srvbsdnanssv.interne.kisoft-services.com ([127.0.0.1]) by localhost (srvbsdnanssv.interne.kisoft-services.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dv0PIcK8omw0 for ; Thu, 4 Jun 2009 10:45:18 +0200 (CEST) Received: by srvbsdnanssv.interne.kisoft-services.com (Postfix, from userid 1001) id 82DE417102; Thu, 4 Jun 2009 10:45:18 +0200 (CEST) Resent-To: Mailing List FreeBSD Ports Resent-From: Eric Masson Resent-Message-ID: <868wk89yld.fsf@srvbsdnanssv.interne.kisoft-services.com> Resent-Date: Thu, 04 Jun 2009 10:45:18 +0200 X-From-Line: nobody Mon Jun 1 10:48:40 2009 To: Mailing List FreeBSD Ports From: Eric Masson X-Operating-System: FreeBSD 6.4-RELEASE-p4 i386 Date: Mon, 01 Jun 2009 10:48:40 +0200 Message-ID: <86ljoc49w7.fsf@srvbsdnanssv.interne.kisoft-services.com> User-Agent: Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.5-b28 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit Lines: 44 Cc: Subject: open-vm-tools on -current 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: Thu, 04 Jun 2009 09:17:26 -0000 Hello, While building open-vm-tools & open-vm-tools-nox11 on today's -current, I get the following error message : cc -O2 -pipe -fno-strict-aliasing -Wall -Werror -Werror -D_KERNEL -DKLD_MODULE -nostdinc -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 -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c vfsops.c vfsops.c:118: error: conflicting types for 'VMBlockVFSMount' vfsops.c:70: error: previous declaration of 'VMBlockVFSMount' was here vfsops.c:259: error: conflicting types for 'VMBlockVFSUnmount' vfsops.c:74: error: previous declaration of 'VMBlockVFSUnmount' was here vfsops.c:343: error: conflicting types for 'VMBlockVFSRoot' vfsops.c:71: error: previous declaration of 'VMBlockVFSRoot' was here vfsops.c:379: error: conflicting types for 'VMBlockVFSStatFS' vfsops.c:73: error: previous declaration of 'VMBlockVFSStatFS' was here vfsops.c:389:64: error: macro "VFS_STATFS" passed 3 arguments, but takes just 2 vfsops.c: In function 'VMBlockVFSStatFS': vfsops.c:389: error: 'VFS_STATFS' undeclared (first use in this function) vfsops.c:389: error: (Each undeclared identifier is reported only once vfsops.c:389: error: for each function it appears in.) vfsops.c: At top level: vfsops.c:429: error: conflicting types for 'VMBlockVFSSync' vfsops.c:72: error: previous declaration of 'VMBlockVFSSync' was here *** Error code 1 Stop in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-2009.03.18-154848/modules/freebsd/vmblock. *** Error code 1 Stop in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-2009.03.18-154848/modules. *** Error code 1 Stop in /usr/ports/emulators/open-vm-tools-nox11/work/open-vm-tools-2009.03.18-154848. *** Error code 1 Stop in /usr/ports/emulators/open-vm-tools-nox11. Full transcript is available here : http://emss.free.fr/contents/informatique/open.log Regards -- Tu est nez avec un cerveau .... tu est grand maintenant .... il serait temps que tu commence à t'en servir .... -+- WC in GNU : Il est nez le divin neuneu -+-