From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 15:31:15 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 9789F106564A for ; Wed, 15 Sep 2010 15:31:15 +0000 (UTC) (envelope-from yks.uno@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2644C8FC1B for ; Wed, 15 Sep 2010 15:31:14 +0000 (UTC) Received: by eyx24 with SMTP id 24so202203eyx.13 for ; Wed, 15 Sep 2010 08:31:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=2fpwa/+yn49eoyCo7Oi0Y2Uq4F7eILDf7uOVj4xKVRI=; b=UYTjgyjKXIy2OwqZuopFYdPvT7GItbwjAUWtqciw/XU8egwZoDp6a79pNt+dPwq2rV YNcwUespIGJ2u3iDfxeRTGWsYR8fsExhBBixuG+NKGqOfH+YBbX4Y+PlTG2Kz6AC8Hn1 JylcNlmAlRdkPzTs77zLk+Ao8GF9GS+0z1fqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=beOfc0n6KMdTYA1+xjexraO6oGuFH0vDXHYpAWmt4xt73YnM/pNFC5MIgA0BUcCRYT 2V3A54dta/Fs6Ga4qVS1hRMuNlTok89Qx95GPNo+IJ09KNrUZUhh7TpeyhM0Y0/XSHYV R0yRZvBeucVXedqTErSdkh0Kk/CN3IlfYL76s= Received: by 10.213.6.208 with SMTP id a16mr1302116eba.62.1284564674014; Wed, 15 Sep 2010 08:31:14 -0700 (PDT) Received: from [192.168.1.11] ([212.176.192.221]) by mx.google.com with ESMTPS id v59sm2239664eeh.10.2010.09.15.08.31.12 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 08:31:13 -0700 (PDT) Message-ID: <4C90E6BF.4090707@gmail.com> Date: Wed, 15 Sep 2010 19:31:11 +0400 From: Yuri X User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100520 Thunderbird/3.0.4 MIME-Version: 1.0 To: Christian Laursen References: <4C90C710.8030008@gmail.com> <4C90DD1B.8040808@borderworlds.dk> In-Reply-To: <4C90DD1B.8040808@borderworlds.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 15:31:15 -0000 On 15.09.2010 18:50, Christian Laursen wrote: > On 09/15/10 15:16, 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' >> > > You probably need to change COMPAT_IA32 to COMPAT_FREEBSD32 in your > kernel configuration. > > This error is not at all obvious and took me a while to figure out > too, when I encountered it. > I substituted COMPAT_IA32 with COMPAT_FREEBSD32 and recompiled the kernel. Unfortunately, this didn't help. The error persists. Yuri.