From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 18 00:13:13 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A8D62106564A for ; Wed, 18 Apr 2012 00:13:13 +0000 (UTC) (envelope-from petro.rossini@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 614658FC12 for ; Wed, 18 Apr 2012 00:13:13 +0000 (UTC) Received: by vbmv11 with SMTP id v11so6365867vbm.13 for ; Tue, 17 Apr 2012 17:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=37AIYQIbXDJFd8ARX42wAI+NCISYQTtVTBgyq686bow=; b=ubZbzbo72PyQIWK7/94BlGOcYfkvK7id8v3Efjc9NEntE2YXvFTQIuf1yJqxpbz5vm zDLwOaQqbMSnh41rJAex6eTN0g/CqFcvkD1y7MmwXKqcWx4XBGYAJHFooRAoWH/GQTRI ZGmW/weV/GVRrAu6TBcjOKM8jY9NH85zOnTWAlKXhh/BC83KY5xiGA+ysM4bd6Arx4X5 5hiexv7Uqgw9D3ZD2mhSNMYBQcMbAvFRQ1AmUpf+CikBt2bTcmvfnTPbgkE0kPYhtWV+ w45hCYHRQ44mqCw0sdZkWOXd1bLLatmW6IXt0QXJ+VoZxuevucZl/NL1IwXD5fUAL9bR Z3bw== MIME-Version: 1.0 Received: by 10.52.38.167 with SMTP id h7mr58640vdk.109.1334707992712; Tue, 17 Apr 2012 17:13:12 -0700 (PDT) Received: by 10.220.99.20 with HTTP; Tue, 17 Apr 2012 17:13:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Apr 2012 10:13:12 +1000 Message-ID: From: Petro Rossini To: AN Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: VBox upgrade fails 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, 18 Apr 2012 00:13:13 -0000 On Wed, Apr 18, 2012 at 10:03 AM, AN wrote: > Trying to update VBox fails with: > > # portsnap fetch update > # pkg_version -vl\< > virtualbox-ose-4.1.8 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0< =A0 needs updating = (port has 4.1.12) .. > *** Building 'vboxdrv' module *** > "/usr/share/mk/bsd.own.mk", line 483: MK_CLANG_IS_CC can't be set by a us= er. > *** [all] Error code 1 > > Stop in > /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.12/out/freeb= sd.amd64/release/bin/src. > *** [do-build] Error code 1 That looks very similar to the compile error I had before on a FreeBSD-8 system. I upgraded to FreeBSD-9 and did not see the error anymore. I suspect compiling on FreebSD-8 is broken. Is your system FreeBSD-8 or 9? Regards Peter