From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 23 16:19:15 2015 Return-Path: Delivered-To: vbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED21ED52 for ; Fri, 23 Jan 2015 16:19:15 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5AD9C4A for ; Fri, 23 Jan 2015 16:19:15 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id l6so6988297qcy.12 for ; Fri, 23 Jan 2015 08:19:14 -0800 (PST) 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 :content-type; bh=FnMe+XBVR0+GJ2FSP5kFRwyFGQfqqXpJc3am4mX9Avo=; b=tSlXqzwht/wbLlqxgwOQUMpX/s155glZadqhQCuBDD/XaUocx94bm90CYZ6FvJfeqh c98KLMdYn7CdsmdKQ58F/DaFxxWcqX5W/Ns6OAxvG0RzV9f8i/gfqUAgEWtQTIcCiVwJ A9ptQJWAjqBWyBZXMvzeksybgQOI2MxgCyTrZ/MuLx0j3EJxUa0Y5boBH5ksK4Hib3Xh nWzmNqsF615sg5Hk+V/fvgsWEdECddsunVywbULdRDNBJC03ulD4jVE6Q10BAOzD2feu tdqhJNJbpEbPM5iso2x9MNgzVKQoskoZAznK77pw6zLwKvevalAwvGcZW8iMbZZSngXL /n4g== MIME-Version: 1.0 X-Received: by 10.140.34.204 with SMTP id l70mr14749464qgl.55.1422029954643; Fri, 23 Jan 2015 08:19:14 -0800 (PST) Received: by 10.140.96.164 with HTTP; Fri, 23 Jan 2015 08:19:14 -0800 (PST) In-Reply-To: References: Date: Fri, 23 Jan 2015 20:19:14 +0400 Message-ID: Subject: Re: Build error on FreeBSD 8.2 From: Serguei Okladnikov To: vbox@freebsd.org X-Mailman-Approved-At: Fri, 23 Jan 2015 21:32:21 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 23 Jan 2015 16:19:16 -0000 Little details (FreeBSD version 8.4) uname -a: FreeBSD 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r275685: Thu Dec 11 11:40:39 MSK 2014 /usr/obj/usr/src/sys/BSDKERNEL amd64 2015-01-23 19:15 GMT+03:00 Serguei Okladnikov : > Hello! > > There is error to build virtual box on freebsd 8.2 > > cd /usr/ports/emulators/virtualbox-ose > make > > ... > > kBuild: Generating VBoxVMM - > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VBoxVMM/dtrace/dtrace/VBoxVMM.h > kmk: *** > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VBoxVMM/dtrace/dtrace/VBoxVMM.h] > Error 1 > The failing command: > @/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VBoxTpG/VBoxTpG > -h --ring-3-context -o > "/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VBoxVMM/dtrace/dtrace/VBoxVMM.h" > -s > "/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/src/VBox/VMM/VBoxVMM.d" > kmk: *** Waiting for unfinished jobs.... > kmk: *** Exiting with status 2 > > > VBoxTpG - executable exists > > when I try to run: > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VBoxTpG/VBoxTpG > -h --ring-3-context -o > "/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/out/freebsd.amd64/release/obj/VBoxVMM/dtrace/dtrace/VBoxVMM.h" > -s > "/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.20/src/VBox/VMM/VBoxVMM.d" > > VBoxTpG program immediately quit with no text output, > and no VBoxVMM.h file appears after that execution. > > Help please, there is no vnc enabled in builded FreeBSD repo for package > virtualbox-ose, > so need to build. > > > > >