From owner-freebsd-emulation@FreeBSD.ORG Sat Nov 9 05:04:50 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 1E5D87D3 for ; Sat, 9 Nov 2013 05:04:50 +0000 (UTC) (envelope-from nrgmilk@gmail.com) Received: from mail-oa0-x233.google.com (mail-oa0-x233.google.com [IPv6:2607:f8b0:4003:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7C572787 for ; Sat, 9 Nov 2013 05:04:49 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id o6so3303409oag.38 for ; Fri, 08 Nov 2013 21:04:49 -0800 (PST) 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:content-type; bh=X1INYTMCRXDzxsnZ+TcV+Uh+fW8fhxFszcYcXoS+VDI=; b=cT90IvG9d/Uo8pkBIjuBcNL3uSy11phFy3vZy8kr4oV9KgfESdvZO6EGdBHhWt2kUn 7Sx5gDDb1eP7iVeYnio8861I2x3/XRoVA3b/sPSanajF7HmXX+NbZAKdlU65xBAJ+FDm /RXXHNJGArg1h/EA/vEh27M0/G3AIUkCZbF7sL5uZlJ2UHoqBaRLbBTBx7mgircEhacz QA4W8SDvE9W81Cvl8RXdG+ydYP7AFdXZbgPHAOIGCpeNFO9nvEeIEPAszDsvOA4Yr6xQ 8CX/z+PpbZSo2f+ie32jBpZTVurA0SHz3Q/aY3obguYEo8wJ3BZA0mqwzyPeGuIQifAU g+Cw== MIME-Version: 1.0 X-Received: by 10.182.106.4 with SMTP id gq4mr14727812obb.4.1383973489120; Fri, 08 Nov 2013 21:04:49 -0800 (PST) Sender: nrgmilk@gmail.com Received: by 10.76.83.103 with HTTP; Fri, 8 Nov 2013 21:04:49 -0800 (PST) In-Reply-To: <5277BEC0.8070505@gmail.com> References: <526944B2.4040308@gmail.com> <52711A32.1090507@gmail.com> <74691383232657@web1m.yandex.ru> <52727961.7060607@gmail.com> <341571383246363@web22m.yandex.ru> <52736A40.4070609@gmail.com> <52755C6D.1080507@gmail.com> <52776705.6000502@gmail.com> <5277BEC0.8070505@gmail.com> Date: Sat, 9 Nov 2013 14:04:49 +0900 X-Google-Sender-Auth: 2oVYvd3GbKkFBWQCCJXTeEb07sw Message-ID: Subject: Re: [Call for Testers] VirtualBox 4.3.0 From: nrgmilk To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Sat, 09 Nov 2013 05:04:50 -0000 I tried install 4.3.2 on 10-BETA3 amd64. But follow section in Makefile didn't work. "*No such file* or directory" line 281 cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/sdk/installer && \ VBOX_INSTALL_PATH="${PREFIX}/lib/virtualbox" ${PYTHON_CMD} vboxapisetup.py install @${MKDIR} ${PYTHON_SITELIBDIR} (cd ${WRKSRC}/out/${KMK_ARCH}/${KMK_BUILDTYPE}/bin/sdk/bindings/xpcom/python && ${COPYTREE_SHARE} "*" ${PYTHON_SITELIBDIR}) ${PYTHON_CMD} -mcompileall ${PYTHON_SITELIBDIR}/xpcom/ Thanks On Tue, Nov 5, 2013 at 12:35 AM, Mike C. wrote: > > > On 11/04/13 09:21, Volodymyr Kostyrko wrote: > > 02.11.2013 22:11, Mike C. wrote: > >>> Weird. VirtualBox is working for me on 10-STABLE (BETA2 right now I > >>> suppose). `VBoxManage list ostypes` yields a lengthy list of systems. > >>> > >>> Maybe this is something about build options? I'm building it only with > >>> DBUS GUESTADDITIONS NLS QT4 X11. Can you share your list of build > >>> options? > >>> > >> > >> I used the same options to compile and it and the include change, I was > >> able to compile and install, but I still get the same problem with > 4.2... > >> I need to run "VirtualBox" with root or sudo -u myuser... > > > > Have you added your user to vboxusers group? What kind of errors you > > see? Is kernel module loaded? > > > > the user in the vboxusers and kernel modules are loaded. > > Its a very weird behavior, because with sudo -u myuser I still using my > regular user! > > What I guess is a segfault > pid 2941 (VirtualBox), uid 1001: exited on signal 11 > > gdb: > Copying output to gdb.txt. > (gdb) run > Starting program: /usr/local/bin/VirtualBox > (no debugging symbols found)...[New LWP 100371] > VirtualBox: Error -10 in SUPR3HardenedMain! > VirtualBox: Effective UID is not root (euid=1001 egid=1001 uid=1001 > gid=1001) > > VirtualBox: Tip! It may help to reinstall VirtualBox. > > Program exited with code 01. > (gdb) bt > No stack. > > > And if I run gdb on VirtualBox.core > > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "amd64-marcel-freebsd"...(no debugging > symbols found)... > Core was generated by `VirtualBox'. > Program terminated with signal 5, Trace/breakpoint trap. > Reading symbols from /lib/libthr.so.3...(no debugging symbols > found)...done. > Loaded symbols for /lib/libthr.so.3 > Reading symbols from /usr/local/lib/gcc46/libstdc++.so.6...done. > Loaded symbols for /usr/local/lib/gcc46/libstdc++.so.6 > Reading symbols from /lib/libm.so.5...done. > Loaded symbols for /lib/libm.so.5 > Reading symbols from /lib/libgcc_s.so.1...done. > Loaded symbols for /lib/libgcc_s.so.1 > Reading symbols from /lib/libc.so.7...done. > Loaded symbols for /lib/libc.so.7 > Reading symbols from /libexec/ld-elf.so.1...done. > Loaded symbols for /libexec/ld-elf.so.1 > #0 0x000000080060a541 in r_debug_state () from /libexec/ld-elf.so.1 > [New Thread 801c06400 (LWP 100338/VirtualBox)] > > (gdb) bt > #0 0x000000080060a541 in r_debug_state () from /libexec/ld-elf.so.1 > #1 0x642e70616d62696c in ?? () > #2 0x00000102702e0000 in ?? () > #3 0x0000642e0000642e in ?? () > #4 0x0000000200000000 in ?? () > #5 0x0000000000000000 in ?? () > (gdb) > > Thanks > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " > freebsd-emulation-unsubscribe@freebsd.org" >