From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 14:28:28 2010 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B859A106566C for ; Wed, 15 Sep 2010 14:28:28 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 6CC568FC17 for ; Wed, 15 Sep 2010 14:28:28 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o8FE0RT8041451; Wed, 15 Sep 2010 09:00:27 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 15 Sep 2010 09:00:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 15 Sep 2010 09:00:26 -0500 From: Rusty Nejdl To: Yuri X In-Reply-To: <4C90C710.8030008@gmail.com> References: <4C90C710.8030008@gmail.com> Message-ID: <05b04bf65decd8c8418c666215408ac0@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.4-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 59227-11958 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Cc: emulation@freebsd.org Subject: Re: virtualbox-ose build error (Syntax error) 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: Wed, 15 Sep 2010 14:28:28 -0000 On Wed, 15 Sep 2010 17:16:00 +0400, Yuri X wrote: > Good daytime! > > When installing VirtualBox-3.2.8 from ports, I am running into the > following error in the middle of build: > > ... > kBuild: Installing tstShflSizes => > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/testcase/tstShflSizes > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/tstVMStructRC: > 1: Syntax error: "(" unexpected > kBuild: Installing VBoxManage => > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/VBoxManage > kmk[2]: *** > > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] > Error 2 > kmk[2]: *** Deleting file > > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' > kmk[2]: *** Waiting for unfinished jobs.... > kmk[2]: Leaving directory > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' > kmk[2]: Entering directory > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' > kmk[2]: *** Exiting with status 2 > kmk[1]: *** [pass_binaries_this] Error 2 > kmk[1]: Leaving directory > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' > kmk: *** [pass_binaries_order] Error 2 > *** Error code 2 > > Stop in /usr/ports/emulators/virtualbox-ose. > *** Error code 1 > > Stop in /usr/ports/emulators/virtualbox-ose. > > > (the complete build log attached) > > My system is: > FreeBSD *** 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Aug 2 16:24:27 > MSD 2010 ***@***:/home/src/src/sys/amd64/compile/KERNEL_20100802 > amd64 > All the dependencies are up to date. (The attached log file was > created on Sep 13, since then I have updated everything but this > didn't help.) > > Thank you for your time, > Yuri. Yuri, Well, I don't have a completely current world/kernel but it is reasonably up to date (3 weeks ago I believe) and I was able to compile this port without issue. I am on AMD64 as well. That doesn't help much but it at least says that the basic port works on 64bit BSD. Rusty Nejdl