From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 21 17:14:10 2013 Return-Path: Delivered-To: freebsd-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 8C93E289 for ; Mon, 21 Oct 2013 17:14:10 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A5B526D0 for ; Mon, 21 Oct 2013 17:14:09 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id l18so6924747wgh.30 for ; Mon, 21 Oct 2013 10:14:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=yDoRsGZ4fZUWHM7P55I67wjYjNWoZI/HZEUzxJRnvCo=; b=dKJ2iObCL4KH0MvyUd1WE1aa/2qjPfVTXFIKzc6ypeEM4bz7dnocmcyQYJuM76NJmN xDh5VlLlT9SJ0R0dI2tR9/0xMT/3DPLls6RPfw7DL03zJZaGQoGWL3NjYyEmDGBVBFbn SbYYEA97k3W10gOGL08nRwvipYLt17GhdteeOofmt4k/K22nqlwupI8PGTNKf7Y7Mtpg 2FzcCZTMDj1859j+nzBWLhBzO0SZYwoBctZnFJl7HWx+ake0uQmGmAumXujQUdiSkdJN onYMk0ZqIaFfpaveffi7e1gERbNzjZqN8SZV6dQK3j1ijzWKnokGR341nzVqWdxYF2qO 4z1w== X-Received: by 10.194.23.8 with SMTP id i8mr2824245wjf.68.1382375648415; Mon, 21 Oct 2013 10:14:08 -0700 (PDT) Received: from [10.10.50.70] (52.91.249.5.rev.vodafone.pt. [5.249.91.52]) by mx.google.com with ESMTPSA id y20sm34194691wib.0.2013.10.21.10.14.07 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Oct 2013 10:14:08 -0700 (PDT) Message-ID: <526560DD.3050601@gmail.com> Date: Mon, 21 Oct 2013 18:14:05 +0100 From: "Mike C." 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?= Subject: Re: [Call for Testers] VirtualBox 4.3.0 References: <52646391.2060805@gmail.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-emulation@freebsd.org 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: Mon, 21 Oct 2013 17:14:10 -0000 On 10/21/13 06:27, Bernhard Fröhlich wrote: > > Am 21.10.2013 01:13 schrieb "Mike C." >: >> >> >> >> On 10/20/13 17: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! >> > >> >> >> Fails to compile for me: >> >> kBuild: Compiling VBoxVMM - >> > /ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm >> > /ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac:143: >> error: (AssertCompileSizeML:2) cannot reference symbol `X86TSS16_size' >> in preprocessor >> > /ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac:143: >> warning: (AssertCompileSizeML:5) X86TSS16 is 1 bytes instead of 44 >> > /ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac:206: >> error: (AssertCompileSizeML:2) cannot reference symbol `X86TSS64_size' >> in preprocessor >> > /ram/data/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: *** >> > [/ram/data/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 >> > /ram/data/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/ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/ >> > -I/ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/include/ >> > -I/ram/data/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/ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/dtrace/ >> > -I/ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/ -I/ram/data/ports/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 -DVBOX_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 >> > /ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o >> > /ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm >> -M >> kmk: *** Deleting file >> > `/ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o' >> kmk: *** >> > [/ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o] >> Deleting file >> > `/ram/data/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.lst' >> *** Error code 2 >> >> Stop. >> make[2]: stopped in /data/ports/emulators/virtualbox-ose >> *** Error code 1 >> >> Stop. >> make[1]: stopped in /data/ports/emulators/virtualbox-ose >> *** Error code 1 >> >> Stop. > > Could you please tell me on which FreeBSD version and architecture that > happens and which compiler is used? > Sorry, should have mention that, Freebsd10-Beta1 amd64