Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2017 21:25:23 -0400 (EDT)
From:      AN <andy@neu.net>
To:        Kevin Oberman <rkoberman@gmail.com>
Cc:        vbox@freebsd.org
Subject:   Re: VBox update fails
Message-ID:  <alpine.BSF.2.20.1703132107570.11849@mail.neu.net>
In-Reply-To: <CAN6yY1sdgpY8qscm1bG5m_WQCq8pUe9uFc1ma9zkK2CchaaF1A@mail.gmail.com>
References:  <alpine.BSF.2.20.1703121533160.904@mail.neu.net> <CAN6yY1sdgpY8qscm1bG5m_WQCq8pUe9uFc1ma9zkK2CchaaF1A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Kevin:

On Sun, 12 Mar 2017, Kevin Oberman wrote:

> Date: Sun, 12 Mar 2017 21:28:40 -0700
> From: Kevin Oberman <rkoberman@gmail.com>
> To: AN <andy@neu.net>
> Cc: vbox@freebsd.org
> Subject: Re: VBox update fails
> 
> On Sun, Mar 12, 2017 at 12:35 PM, AN <andy@neu.net> wrote:
>       FreeBSD BSD_12 12.0-CURRENT FreeBSD 12.0-CURRENT #31 r315160: Sun Mar 12 13:02:14 EDT 2017     root@BSD_12:/usr/obj/usr/src/sys/MYKERNEL 
>       amd64
>
>       Vbox update fails with the following:
>
>       kmk: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o] Error 1
>       The failing command:
>       @gcc49 -c -O2 -g -pipe -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/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler/Sun/crt
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler/Sun
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler/target-i386
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler/tcg
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler/fpu
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/out/freebsd.amd64/release/obj/VBoxRemPrimary
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/VBox/VMM/include
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler/tcg/i386
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler -I/usr/local/include
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/out/freebsd.amd64/release/obj/VBoxRemPrimary/dtrace
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/include
>       -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/out/freebsd.amd64/release -DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS
>       -DVBOX_WITH_REM -DVBOX_WITH_RAW_MODE -DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_AMD64 -D__AMD64__ -DVBOX_WITH_DEBUGGER -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_NEW_APIC -DVBOX_WITH_RAW_MODE -DVBOX_WITH_RAW_RING1
>       -DLOG_USE_C99 -D_BSD -D__x86_64__
>       -Wp,-MD,/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o.dep
>       -Wp,-MT,/usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o -Wp,-MP -o
>       /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/out/freebsd.amd64/release/obj/VBoxRemPrimary/VBoxRecompiler.o
>       /usr/ports/emulators/virtualbox-ose/work/VirtualBox-5.1.16/src/recompiler/VBoxRecompiler.c
>       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
> 
>
>       Rebuild lang/gcc. That should fix the problem. This bit me (and several others).
> 
> 
> There was also an issue when building with qt4, but the latest update to the port, virtualbox-ose-5.1.16_1, should have fixed this. It is strongly
> suggested that qt4 moving to qt5 would be a good idea as bit rotting rather quickly. qt5 became the default last September when the port was upgraded to
> 5.1.4.
> --


Thanks for the reply, yup that did it.  Rebuilding gcc was the fix for 
anyone else who may run into this:

--->  Upgrade of emulators/virtualbox-ose ended at: Mon, 13 Mar 2017 
08:14:33 -0400 (consumed 00:33:47)
--->  ** Upgrade tasks 1: 1 done, 1 ignored, 0 skipped and 0 failed
--->  Listing the results (+:done / -:ignored / *:skipped / !:failed
 	+ emulators/virtualbox-ose (virtualbox-ose-5.1.14_2 -> 
virtualbox-ose-5.1.16_1)


Regards
From owner-freebsd-emulation@freebsd.org  Wed Mar 15 12:43:13 2017
Return-Path: <owner-freebsd-emulation@freebsd.org>
Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F54DD0C0EB
 for <freebsd-emulation@mailman.ysv.freebsd.org>;
 Wed, 15 Mar 2017 12:43:13 +0000 (UTC)
 (envelope-from bounces-15prk2nh0crj-emulation=freebsd.org@bn.d.mailin.fr)
Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3])
 by mx1.freebsd.org (Postfix) with ESMTP id 58912C45
 for <freebsd-emulation@freebsd.org>; Wed, 15 Mar 2017 12:43:13 +0000 (UTC)
 (envelope-from bounces-15prk2nh0crj-emulation=freebsd.org@bn.d.mailin.fr)
Received: by mailman.ysv.freebsd.org (Postfix)
 id 57DC3D0C0E9; Wed, 15 Mar 2017 12:43:13 +0000 (UTC)
Delivered-To: emulation@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 577B2D0C0E8
 for <emulation@mailman.ysv.freebsd.org>; Wed, 15 Mar 2017 12:43:13 +0000 (UTC)
 (envelope-from bounces-15prk2nh0crj-emulation=freebsd.org@bn.d.mailin.fr)
Received: from bn.d.mailin.fr (bn.d.mailin.fr [185.41.28.114])
 by mx1.freebsd.org (Postfix) with ESMTP id DA819C43
 for <emulation@freebsd.org>; Wed, 15 Mar 2017 12:43:12 +0000 (UTC)
 (envelope-from bounces-15prk2nh0crj-emulation=freebsd.org@bn.d.mailin.fr)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sendinblue.com;
 q=dns/txt; s=mail; bh=8M1FWGwN3DgXGen5fjvXN0LLT3Fn6vROsSmQEvPn3Zg=;
 h=from:reply-to:subject:date:mime-version:content-type:list-id:list-unsubscribe;
 b=OgOC/kCQQvNHJ2UcMqaxDPkLDPs5vF+0wABI0MN5RSHEK1mcLf/KdGEhnLfRmTyPafK6S4LYdePw
 QNyQwhPUbJz0UCADNYRJwDpTXNZ9CepKflS2niX2erJvDOIXsoiCrcYzTHXREP9D5RQK4VGv2ITq
 8ay+mYw5kGzTCgcGoWY=
To: <emulation@freebsd.org>
Subject: =?UTF-8?Q?New_spy_Book_camera_for_office_surveillance?=
From: =?UTF-8?Q?Jason=2Ezhang?= <sales@wondcam.com>
MIME-Version: 1.0
Precedence: bulk
Feedback-ID: thirdclass_185.41.28.114:1513996:1513996_9:Sendinblue
X-Mailer: Sendinblue
X-Mailin-Client: 1513996
X-Mailin-Campaign: 9
Reply-To: sales@ahdcameras.com
Message-Id: <201703151340.15prk2nh0crj@bn.d.mailin.fr>
Date: Wed, 15 Mar 2017 13:40:45 +0100
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Content-Filtered-By: Mailman/MimeDel 2.1.23
X-BeenThere: freebsd-emulation@freebsd.org
X-Mailman-Version: 2.1.23
List-Id: Development of Emulators of other operating systems
 <freebsd-emulation.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-emulation>, 
 <mailto:freebsd-emulation-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-emulation/>;
List-Post: <mailto:freebsd-emulation@freebsd.org>
List-Help: <mailto:freebsd-emulation-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-emulation>, 
 <mailto:freebsd-emulation-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 15 Mar 2017 12:43:13 -0000

=C2=A0   [ View in browser ]( http://wg7g.r.ca.d.sendibm2.com/141sh9bh0crf.=
html )  =C2=A0=0A=C2=A0=0A=C2=A0=0A=C2=A0=0A=C2=A0  Book Camera =C2=A0=0A=
=0A1080P DVR Spy Camera 8GB Memory Max 2 Years Standby Battery Life Spy Nan=
ny Camera DVR 1080P Video and Audio Recording Super Night Vision Hidden Spy=
 Camera=0A=C2=A0=0AKey Benefits:=0A-1080P Full HD Book Style Covert Camera/=
DVR=0A-Featuring 2 second start up assure you never miss that important eve=
nt=0A-Full high definition 1080P @30fps video=0A-All recording are time/dat=
e stamped for professional security applications=0A-Very covert!Video may b=
e played back from SD card removed and played on your PC with SD USB card r=
eader=0A-Rechargeable high capacity Li-ion battery offers max 2 year of sta=
ndby operation and over 10 hours of actual recording per charge=0A-Easy to =
operate it,just one switch to start motion detection recording or normal co=
ntinuous recording=0A-Super good night vision up to 10 feet and accurate mo=
tion detection distance up to 20 feet=0A-Audio could be turned off and loop=
 recording lets you do not worry about memory card=0A=0ASpecification:=0ASi=
ze: 8.23*5.9*1.57 inch=0AProduct net weight: 415g=0ABattery: 8000mAh=0AStan=
dby power consumption: 10uA=0APIR detection angle: 60 degrees=0APIR detecti=
on distance: 15-25feet=0ACamera Lens angle: about 75 degree=0AMax PIR stand=
by time: 24 month=0ADay time recording power consumption: 220mAh=0AMax day =
time continuous recording time: about 30 hours=0ANight vision recording pow=
er consumption: 820mAh=0AMax night vision continuous recording time: about =
10 hours=0AFully Charged time: about 20 hours by 2A USB power adaptor(Power=
 Charger Not Included)=0AVideo Resolution: 1080p/30fps=0APIR MD video lengt=
h: about 1 minute per file=0ANormal video Recording length: about 2 minutes=
 per file=0AMax Micro SD storage: 32 GB(8GB SD Included)=0ALoop recording: =
on/off adjustable (Default as on)=0A=C2=A0=0AWondcam Innovation Limited=0AJ=
ason=0A=C2=A0=0Awww.wondcam.com=0Asales@wondcam.com   =C2=A0    Button     =
=C2=A0           =C2=A0=0A=0AThis email was sent to emulation@freebsd.org=
=0AYou received this email because you are registered with wondcam.com=0A=
=C2=A0=0A[ Unsubscribe here ]( http://wg7g.r.ca.d.sendibm2.com/141sh9bh0crg=
.html ) =C2=A0=0A=0ASent by=0A[  ]( http://wg7g.r.ca.d.sendibm2.com/4g75x0t=
bh0crd.html )  =C2=A0     =C2=A0=0A=0A=C2=A9 2017 wondcam.com  =C2=A0




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1703132107570.11849>