From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 22 09:12:22 2013 Return-Path: Delivered-To: emulation@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 ESMTP id 15DDAE51; Tue, 22 Oct 2013 09:12:22 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from violet.upc.es (violet.upc.es [147.83.2.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95A602A40; Tue, 22 Oct 2013 09:12:21 +0000 (UTC) Received: from ackerman2.upc.es (ackerman2.upc.es [147.83.2.244]) by violet.upc.es (8.14.1/8.13.1) with ESMTP id r9M7mjWZ007113 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 22 Oct 2013 09:48:45 +0200 Received: from [10.0.2.151] ([147.83.40.10]) (authenticated bits=0) by ackerman2.upc.es (8.14.4/8.14.4) with ESMTP id r9M7mjRp032290 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 22 Oct 2013 09:48:45 +0200 Message-ID: <52662DDD.3040002@entel.upc.edu> Date: Tue, 22 Oct 2013 09:48:45 +0200 From: =?ISO-8859-1?Q?Gustau_P=E9rez?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= , "freebsd-emulation@freebsd.org" Subject: Re: [Call for Testers] VirtualBox 4.3.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: ACL matched, not delayed by milter-greylist-4.4.3 (violet.upc.es [147.83.2.51]); Tue, 22 Oct 2013 09:48:45 +0200 (CEST) X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.4.3 (ackerman2.upc.es [147.83.2.244]); Tue, 22 Oct 2013 09:48:45 +0200 (CEST) X-Scanned-By: MIMEDefang 2.70 on 147.83.2.244 X-Mail-Scanned: Criba 2.0 + Clamd X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 22 Oct 2013 09:12:22 -0000 On 20/10/2013 18:25, Bernhard Fröhlich wrote: > Hi virtualbox users! > > This is again a call for testers to get some feedback before we commit > VirtualBox 4.3 to the portstree. As usual the stable 4.2.18 port will still > be available as emulators/virtualbox-ose-legacy. > > I am not sure yet if we will be able to commit 4.3 to the tree before the > freeze/slush for FreeBSD 10.0 but the feedback for this CFT will tell us. > > If you are interested in helping with virtualbox maintenance and > development or have noticed a bug you can easily find us on IRC. > > This release was mainly ported and tested by Mikhail Tsatsenko so > please join me in thanking him for the heavy lifting! > > Changes in the Port: > - New vboxwatchdog startscript > - Remove old cruft for FreeBSD 7.x and 8.1 > - Convert LIB_DEPENDS to new shlib format > - Adopt OPTIONS_SUB > > Changes since VirtualBox 4.2.18: > https://www.virtualbox.org/wiki/Changelog > > VirtualBox 4.3.0 Ports: > http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.0-20131020.tar.gz > > IRC: #freebsd-vbox on Freenode > > Bernhard on behalf of the VirtualBox on FreeBSD Team! > Hi, I also can't build. I build in a poudriere jail: Poudriere Jail Release: FreeBSD 11.0-CURRENT #12 r256391 Poudriere Jail Arch: AMD64 Host Release: FreeBSD 11.0-CURRENT #4 r256628 Host Arch: AMD64 I also suffer from this one: ************************************ /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac:143: error: (AssertCompileSizeML:2) cannot reference symbol `X86TSS16_size' in preprocessor /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac:143: warning: (AssertCompileSizeML:5) X86TSS16 is 1 bytes instead of 44 /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac:206: error: (AssertCompileSizeML:2) cannot reference symbol `X86TSS64_size' in preprocessor /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac:206: warning: (AssertCompileSizeML:5) X86TSS64 is 1 bytes instead of 136 kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o] Error 1 The failing command: @/usr/local/bin/kmk_redirect -wo /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o.dep -- yasm -f elf64 -DASM_FORMAT_ELF -D__YASM__ -Worphan-labels -g dwarf2 -I/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/ -I/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/s rc/VBox/VMM/include/ -I/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/PATM/ -I/usr/include/ -I/usr/X11R6/include/ -I/usr/local/include/ -I/wrkdirs/usr/ports/ emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/dtrace/ -I/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/ -I/wrkdirs/usr/port s/emulators/virtualbox-ose/work/VirtualBox-4.3.0/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__ -DIN_RING3 -DHC_ARCH_BITS=64 -DGC_ARCH_BITS=64 -DPIC -DIN_VMM_R3 -DIN_DIS -DIN_GMM_R3 -DIN_DBG -DVBOX_IN_VMM -DVBOX_WITH_FIRST_IEM_STEP -DVBOX_WITH_REM -DVBOX_WITH_MULTI_CORE -DV BOX_WITH_PCI_PASSTHROUGH -DVBOX_WITH_SAFE_STR -DVBOX_WITH_RAW_RING1 -DVBOX_WITH_USB -DVBOX_WITH_PDM_ASYNC_COMPLETION -DVBOX_WITH_NETSHAPER -DVBOX_WITH_RAW_MODE -DVBOX_WITH_RAW_MODE_NOT_R0 - o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o /wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src /VBox/VMM/VMMR3/PATMA.asm -M kmk: *** Deleting file `/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o' kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o] Deleting file `/wrkdirs/usr/ports/emulators/virtualbox-ose/w ork/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.lst' *** Error code 2 Stop. ******************************* Greets, Gustau