From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 23 16:15:44 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 9B58FA2A for ; Fri, 23 Jan 2015 16:15:44 +0000 (UTC) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [IPv6:2607:f8b0:400d:c00::22d]) (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 55CBABFA for ; Fri, 23 Jan 2015 16:15:44 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id n8so6449995qaq.4 for ; Fri, 23 Jan 2015 08:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UtOje3WMqwneLwK2FfrcgPYiSfdF9dAMQH1gL3eq9xM=; b=f6JKavrbYff9bnGviMfWKFbfTY7xHayuAKZx6frBD26GnsiiQg0InSroM/ruNJFU9E 8JxGTIBWchOGWrIX6crXwxUrn/8BjyrQVSv68Qvw6vYjmr5YCFuPcLF7ZcIDLKb8KO1E JYtRcK2ivFu1xQBXpaRwCjsTU9RWNafgGw8GLb3TVTS7Og4BXtq/TQyZTv6CbnqFzuOZ kU+6l7wdhdCFir1/sPEWe9tvIOyhaFSKrL/NWqVTougkVLifmJMUWtlRGrlU3SAFaA2q mXI/jdYlnhYgkw65YSvQPWSEyegTvUg77rVh+OCbbjzHmcCsADjlnl51xYr5e6jwiWz8 d9eg== MIME-Version: 1.0 X-Received: by 10.224.128.196 with SMTP id l4mr15608770qas.100.1422029743208; Fri, 23 Jan 2015 08:15:43 -0800 (PST) Received: by 10.140.96.164 with HTTP; Fri, 23 Jan 2015 08:15:43 -0800 (PST) Date: Fri, 23 Jan 2015 20:15:43 +0400 Message-ID: Subject: Build error on FreeBSD 8.2 From: Serguei Okladnikov To: vbox@FreeBSD.org X-Mailman-Approved-At: Fri, 23 Jan 2015 21:31:46 +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:15:44 -0000 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.