From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 28 13:28:38 2014 Return-Path: Delivered-To: vbox@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06709E18 for ; Mon, 28 Apr 2014 13:28:38 +0000 (UTC) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B72551C35 for ; Mon, 28 Apr 2014 13:28:37 +0000 (UTC) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 8BA6C28432; Mon, 28 Apr 2014 15:21:32 +0200 (CEST) Received: from [192.168.1.2] (ip-89-177-49-222.net.upcbroadband.cz [89.177.49.222]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 69E5428429; Mon, 28 Apr 2014 15:21:31 +0200 (CEST) Message-ID: <535E55DA.4050608@quip.cz> Date: Mon, 28 Apr 2014 15:21:30 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1.19) Gecko/20110420 Lightning/1.0b1 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: FreeBSD Port: emulators/virtualbox-ose References: <535B48F2.4050201@verizon.net> <535D3019.7050701@verizon.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 28 Apr 2014 15:33:34 +0000 Cc: vbox@freebsd.org, Jason Selwitz X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 28 Apr 2014 13:28:38 -0000 Kevin Oberman wrote: > On Sun, Apr 27, 2014 at 9:28 AM, Jason Selwitz wrote: [...] > I don't see an error there. Was this run with MAKE_JOBS_UNSAFE=yes? If not, > the error came from some other job and is in earlier (perhaps much earlier) > output. Just for the record... I tried to compile VirtualBox on FreeBSD 10.0 last week. The compilation always failed until I set DISABLE_MAKE_JOBS=true. Then it went OK. I have error messages from compilation: First attempt: x-4.3.10/src/VBox/Runtime/common/zip/gzipvfs.cpp kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/Runtime/common/zip/zip.cpp /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/Runtime/common/zip/tarcmd.cpp:165:49: warning: expression result unused [-Wunused-value] for (uint32_t iName = 0; papszNames[iName]; iName) ^~~~~ kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/Runtime/generic/createtemp-generic.cpp .. .. kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/Runtime/common/asm/ASMRdMsrEx.asm kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/Runtime/common/asm/ASMWrMsrEx.asm *** Signal 11 Stop. make[1]: stopped in /usr/ports/emulators/virtualbox-ose *** Error code 1 Stop. make: stopped in /usr/ports/emulators/virtualbox-ose ===>>> make failed for emulators/virtualbox-ose ===>>> Aborting update ===>>> Update for emulators/virtualbox-ose failed ===>>> Aborting update Second attempt: kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/Runtime/generic/RTFileQuerySize-generic.cpp kBuild: Compiling RuntimeBldProg - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/Runtime/generic/RTFileReadAll-generic.cpp *** Signal 11 Stop. make[1]: stopped in /usr/ports/emulators/virtualbox-ose *** Error code 1 Stop. make: stopped in /usr/ports/emulators/virtualbox-ose ===>>> make failed for emulators/virtualbox-ose ===>>> Aborting update ===>>> Update for emulators/virtualbox-ose failed ===>>> Aborting update On thinrd attempt, I added DISABLE_MAKE_JOBS=true ad compilation was successful. I don't know why it got Signal 11 before. Miroslav Lachman