From owner-freebsd-emulation@FreeBSD.ORG Wed Apr 18 00:36:35 2012 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 417261065670 for ; Wed, 18 Apr 2012 00:36:35 +0000 (UTC) (envelope-from sendtomatt@gmail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id 0EC868FC16 for ; Wed, 18 Apr 2012 00:36:35 +0000 (UTC) Received: by dadz14 with SMTP id z14so29857019dad.17 for ; Tue, 17 Apr 2012 17:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=IjiTdMyBxpTfcWRePSQeHqUMl9B4RFRzQidk8ZxdzFA=; b=DHJWJdaR0MCKQFZecsfuDWzNM1Z9egWH4EQZqFSJTTw2i82cHxpn3yX64A0N4fa3wI g0Nh5aFrfdGB/sAYh1m1fm5Vo0ROBRkQrf9C6P0ZqBHUlqqYlEE3hyVhaZs2RryHQ1PP b7yU+wmjb6V86Mcrn0Y/6Uf9UIbyZREKe3jUWvyXlbfsY7ePn+1EFl9hYRSCQuLVpXu4 gITikc+HZeyymdJc/mG2JESceso8G3/+z/X4ylnsSmk+iLoWi3nHQfaR8TGQqPKAyc/c +ADCK1QridDl5V23+5zACmTzqEvoWRy7ShHmRzwRdhw+w4T++2jsyJllvx2r/2ixfqra rxjA== Received: by 10.68.197.41 with SMTP id ir9mr1564719pbc.83.1334709394534; Tue, 17 Apr 2012 17:36:34 -0700 (PDT) Received: from flatline.local (70-36-223-239.dsl.dynamic.sonic.net. [70.36.223.239]) by mx.google.com with ESMTPS id va9sm15987090pbc.66.2012.04.17.17.36.32 (version=SSLv3 cipher=OTHER); Tue, 17 Apr 2012 17:36:33 -0700 (PDT) Message-ID: <4F8E0C85.7010605@gmail.com> Date: Tue, 17 Apr 2012 17:36:21 -0700 From: matt User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120406 Thunderbird/10.0.3 MIME-Version: 1.0 To: AN References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, Petro Rossini 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:36:35 -0000 On 04/17/12 17:25, AN wrote: > > > On Wed, 18 Apr 2012, Petro Rossini wrote: > >> 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 < 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 user. >>> *** [all] Error code 1 >>> >>> Stop in >>> /usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox-4.1.12/out/freebsd.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 >> >> > > I am on 10-current. > > FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #11 r234399: Tue Apr > 17 18:15:12 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "freebsd-emulation-unsubscribe@freebsd.org" > Are you at the very latest CURRENT? Are you csup'd or portsnapped to the latest ports tree? Are you trying to build with clang? For what it's worth the only compiler that will build virtualbox-ose is base cc, however I have built the kmods with clang and base cc. If you have csup'd recently, can you post your make.conf? I didn't have any problems with 4.1.12 on last week's CURRENT...I didn't try with clang however. Matt