From owner-freebsd-questions@FreeBSD.ORG Tue Mar 20 22:56:45 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C8A2106572A for ; Tue, 20 Mar 2012 22:56:45 +0000 (UTC) (envelope-from jmc-freebsd2@milibyte.co.uk) Received: from avasout08.plus.net (avasout08.plus.net [212.159.14.20]) by mx1.freebsd.org (Postfix) with ESMTP id CE6ED8FC08 for ; Tue, 20 Mar 2012 22:56:44 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout08 with smtp id nywj1i005516WCc01ywkUy; Tue, 20 Mar 2012 22:56:44 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=VNBfbqzX c=1 sm=1 a=lfSX4pPLp9EkufIcToJk/A==:17 a=rLpCYgkgFLgA:10 a=TyTfYiLqatMA:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=D7rCoLxHAAAA:8 a=6I5d2MoRAAAA:8 a=ycr7q4hxA2acp6cMOfUA:9 a=Io6eGHX4vmMOTM3SHMUA:7 a=wPNLvfGTeEIA:10 a=lzMc082ZMwYA:10 a=SV7veod9ZcQA:10 a=lfSX4pPLp9EkufIcToJk/A==:117 Received: by curlew.milibyte.co.uk with local (Exim 4.77) (envelope-from ) id 1SA7yt-0000m3-2j for freebsd-questions@freebsd.org; Tue, 20 Mar 2012 22:56:43 +0000 From: Mike Clarke To: freebsd-questions@freebsd.org Date: Tue, 20 Mar 2012 22:56:42 +0000 User-Agent: KMail/1.9.10 References: <201203131413.41392.jmc-freebsd2@milibyte.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201203202256.43022.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-SA-Exim-Scanned: No (on curlew.milibyte.co.uk); SAEximRunCond expanded to false Subject: Re: Problem compiling emulators/virtualbox-ose-kmod 4.1.8_2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 22:56:45 -0000 On Friday 16 March 2012, Adam Vande More wrote: > On Tue, Mar 13, 2012 at 9:13 AM, Mike Clarke wrote: > > in > > /data1/tmp/usr/ports/emulators/virtualbox-ose-kmod/work/VirtualBox- > >4.1.8_OSE/out/freebsd.x86/release/bin/src/vboxdrv. > > > > I ran portsnap immediately before portmaster so my ports are up to > > date. > > > > Any suggestions? > > Did you follow the relevant /usr/src/UPDATING instructions? The latest relevant one appears to be this: 20120221: AFFECTS: users of emulators/virtualbox-ose AUTHOR: decke@FreeBSD.org virtualbox-ose has been updated to 4.1.8 and requires the latest devel/kBuild-devel now. It is only a build dependency so it is safe to remove it before updating. # pkg_delete -f kBuild-\* I did this some time ago and the earlier version, 4.1.8_1, compiled fine but I started to have problems with 4.1.8_2 -- Mike Clarke