From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 20 17:31:09 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E201065674 for ; Mon, 20 Jul 2009 17:31:09 +0000 (UTC) (envelope-from borisbsd@googlemail.com) Received: from mail-ew0-f222.google.com (mail-ew0-f222.google.com [209.85.219.222]) by mx1.freebsd.org (Postfix) with ESMTP id 5757C8FC15 for ; Mon, 20 Jul 2009 17:31:09 +0000 (UTC) (envelope-from borisbsd@googlemail.com) Received: by ewy22 with SMTP id 22so776624ewy.43 for ; Mon, 20 Jul 2009 10:31:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=PfySnr3w43HiiAJ0KOIw+IV94YAZo7hOD79McvFCxIg=; b=ZdXvQW7NlV7pkLxtGQ47Hpm4ZCuaSXy3BnS7oJA7bhK64tfDq1S18MVoX2W2RcDB3q cUkGSXBmMk4UUjOVf4/vV/8yBTyu2dVVCHY1ydBMf4LIHZTe7jk69KWRYBAnv4097fyX uwEXMJGnk3H/5/aPaBVZrCyy3PK1bjk24iKac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=N512g4qTPr+WD2W8rKtK3S7WbVQLTQIjeT1+Dz973RP21HRgtONtBoM1u/P082LCk/ APSs8JhglNuFPiuDm3DLnCXSOZm5kjZ16IfwaEtS5ZjSRkX1PnFpB2sd21bq9tIiKZTe oJMmI7ZSgdjsOLo6VUXfjhpuSOCBOJ2MsBsC4= MIME-Version: 1.0 Received: by 10.216.47.201 with SMTP id t51mr1180728web.198.1248111068350; Mon, 20 Jul 2009 10:31:08 -0700 (PDT) In-Reply-To: <4A63840D.7050404@FreeBSD.org> References: <4A63840D.7050404@FreeBSD.org> Date: Mon, 20 Jul 2009 18:31:08 +0100 Message-ID: From: Boris To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Compilation failure on SVN version of vbox port X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2009 17:31:10 -0000 Just for archive. Compilation worked on amd64 8-BETA2 when getting all the patch files from svn. Thanks Beat. Boris On Sun, Jul 19, 2009 at 9:37 PM, Beat Gaetzi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > Boris wrote: > > Hi all, > > > > I have tried the last version of vbox port : virtualbox-3.0.51r21573 > > unfortunately I got compilation error: > > I am running 8-BETA2 amd64 : > > FreeBSD houdini 8.0-BETA2 FreeBSD 8.0-BETA2 #7: Sat Jul 18 22:42:20 BST > > 2009 root@houdini:/usr/obj/usr/src/sys/CUSTGEN amd64 > > [...] > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c: > > In function 'RTR0MemUserCopyFrom': > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c:43: > > error: expected ')' before 'user_addr_t' > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c:43: > > warning: type defaults to 'int' in declaration of 'type name' > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c:43: > > warning: passing argument 1 of 'copyin' makes pointer from integer > > without a cast > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c: > > In function 'RTR0MemUserCopyTo': > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c:52: > > warning: passing argument 2 of 'copyout' makes pointer from integer > > without a cast > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c: > > In function 'RTR0MemKernelIsValidAddr': > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c:67: > > error: 'R3Ptr' undeclared (first use in this function) > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c:67: > > error: (Each undeclared identifier is reported only once > > > /usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/src/VBox/Runtime/r0drv/freebsd/memuserkernel-r0drv-freebsd.c:67: > > error: for each function it appears in.) > > kmk[2]: *** > [/usr/ports/emulators/virtualbox/work/virtualbox-3.0.51r21573/out/freebsd.amd64/release/obj/RuntimeR0Drv/r0drv/freebsd/memuserkernel-r0drv-freebsd.o] > > Error 1 > > Which SVN revision of the port do you use? This error should be fixed > with SVN revision 414. > Please note the SVN version of the virtualbox port is just for > testing/development. So it is possible that the port does not compile, > have a incorrect pkg-plist or crash your system. We also do not bump > PORTREVISION in SVN if something was fixed/changed. > > Beat > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.10 (FreeBSD) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkpjhA0ACgkQQMW893dCSdvuhwCfUDORy9U9MfiAH+pTa7Qvyojk > 7h8An2Ic8hq2O/6ggsdDhrrZCQVBcDeq > =NDuc > -----END PGP SIGNATURE----- >