From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 28 04:44:39 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 870C2A1E for ; Mon, 28 Apr 2014 04:44:39 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5BAC21707 for ; Mon, 28 Apr 2014 04:44:39 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id ma3so1532416pbc.33 for ; Sun, 27 Apr 2014 21:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=1Q0AB5KqzxaCMGG/+ogxXv3UlhKWwWNQ1CqQeU2SrOc=; b=W452WVyIDokOy9ppU82SMdR+loYxpDP701Eqh1yXPQ+FMSfCKQyWYSnYl6/u4Hq7sI GpOvkBnGQCbVojEvEoRPG5/LnOdXFg4Rg/bFY343yVJU0yTZ3gWJAIglEJzY7WR9dbEZ 0WcCrzcTP4tv2F0FYREnZ7PAPBbKrSFuFlzdtu60YHK8otEY5Vb49A3DQyYciChnMs+B o9zkmocQVHf6mL4fm+DKJqZaDsgB0xPGW2bH8XaasUe3qPAJwG7LW5pUGjLAE2/Qzn4z hv9YxZ8bfITVFGDy8s1o8W5z80oF1ZpkOViw43EJnP57cgObTLpVpAJywx4l9qhVw63r sHWQ== MIME-Version: 1.0 X-Received: by 10.68.226.35 with SMTP id rp3mr23057693pbc.73.1398660278854; Sun, 27 Apr 2014 21:44:38 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.73.34 with HTTP; Sun, 27 Apr 2014 21:44:38 -0700 (PDT) In-Reply-To: <535D3019.7050701@verizon.net> References: <535B48F2.4050201@verizon.net> <535D3019.7050701@verizon.net> Date: Sun, 27 Apr 2014 21:44:38 -0700 X-Google-Sender-Auth: 5wmj-CG_KaPGd1jH1oygHspvXYc Message-ID: Subject: Re: FreeBSD Port: emulators/virtualbox-ose From: Kevin Oberman To: Jason Selwitz X-Mailman-Approved-At: Mon, 28 Apr 2014 11:12:06 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: vbox@freebsd.org 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 04:44:39 -0000 On Sun, Apr 27, 2014 at 9:28 AM, Jason Selwitz wrote: > Understood.. > > - In general I always fetch/update the latest ports before updating > anything, > - No CFLAGS or CXXFLAGS statements in make.conf > - Running FreeBSD 10.0-RELEASE-p1 AMD64 > > And here is what seems to be erroring.. > > > The failing command: > @gcc -c -O2 -g -pipe -Wall -Wextra -Wno-missing-field-initializers > -Wno-unused -Wno-trigraphs -fdiagnostics-show-option > -Wno-unused-parameter -Wno-long-long -Wno-long-long > -Werror-implicit-function-declaration -Wno-variadic-macros -O2 > -mtune=generic -fno-omit-frame-pointer -fno-strict-aliasing > -fvisibility=hidden -DVBOX_HAVE_VISIBILITY_HIDDEN > -DRT_USE_VISIBILITY_DEFAULT -fPIC -Wno-sign-compare > -Werror-implicit-function-declaration -m64 > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler/Sun/crt > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler/Sun > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler/target-i386 > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler/tcg > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler/fpu > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/out/freebsd.amd64/release/obj/VBoxRemPrimary > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/VBox/VMM/include > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler/tcg/i386 > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler > -I/usr/include -I/usr/X11R6/include -I/usr/local/include > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/out/freebsd.amd64/release/obj/VBoxRemPrimary/dtrace > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/include > > -I/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/out/freebsd.amd64/release > -DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_DEBUGGER > -DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_AMD64 -D__AMD64__ > -DVBOX_WITH_HARDENING > -DRTPATH_APP_PRIVATE=\"/usr/local/share/virtualbox-ose\" > -DRTPATH_APP_PRIVATE_ARCH=\"/usr/local/lib/virtualbox\" > -DRTPATH_SHARED_LIBS=\"/usr/local/lib/virtualbox\" > -DRTPATH_APP_DOCS=\"/usr/local/share/doc/virtualbox-ose\" -DIN_RING3 > -DHC_ARCH_BITS=64 -DGC_ARCH_BITS=64 -DPIC -DIN_REM_R3 > -DREM_INCLUDE_CPU_H -DNEED_CPU_H -DVBOX_WITH_RAW_MODE > -DVBOX_WITH_RAW_RING1 -DLOG_USE_C99 -D_BSD -D__x86_64__ > > -Wp,-MD,/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o.dep > > -Wp,-MT,/home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o > -Wp,-MP -o > > /home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o > > /home/jselwitz/work/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.10/src/recompiler/VBoxRecompiler.c > kmk: *** Waiting for unfinished jobs.... > kmk: *** Exiting with status 2 > *** Error code 2 > > Stop. > make[1]: stopped in /usr/ports/emulators/virtualbox-ose > *** Error code 1 > > Stop. > make: stopped in /usr/ports/emulators/virtualbox-ose > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade20140427-11281-146uwyv env UPGRADE_TOOL=portupgrade > UPGRADE_PORT=virtualbox-ose-4.2.18_1 UPGRADE_PORT_VER=4.2.18_1 make > ** Fix the problem and try again. > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! emulators/virtualbox-ose (virtualbox-ose-4.2.18_1) (unknown > build error) > > > Thanks for the assistance if I can provide any further output just let > me know! > > > > On 04/26/2014 12:15, Thomas Hoffmann wrote: > > On Sat, Apr 26, 2014 at 1:49 AM, Jason Selwitz > > wrote: > > > > Hello, > > > > I recently tried upgrading to the latest release of virtualbox and > ran > > into some errors, I was wondering if someone would be willing to > have a > > look and lend a hand, I can forward on an output of the build and any > > other pertinent information. Thanks! > > > > > > 1) update your local ports tree using 'portsnap fetch update' to make > > sure you are working with the latest version of virtualbox-ose > > 2) remove any CFLAGS and CXXFLAGS statements from /etc/make.conf. > > 3) Re-try the installation > > > > If you still have a problem, provide the FreeBSD version and hardware > > platform, and the pertinent lines from the install log showing the > > error. Be generous. > 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. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com