Re: [Call for Testers] VirtualBox 4.3.0

2014-08-05 Thread Matthias Apitz
El día Monday, August 04, 2014 a las 09:19:37PM +0200, Bernhard Fröhlich 
escribió:

No, this kind of issue exists because there is some kind of include
list for functions used by the kernel modules. The list is per OS and
updated manually and vbox developers tend to miss entries for FreeBSD.
Adding the filename to the list is simple and we usually create a
simple patch for it which we sure did in the following cft and it might
still be in the virtualbox-ose port if it wasn't yet included upstream.

The fix (changing some C source) was included in some patches you have sent:

  https://www.mail-archive.com/vbox-dev@virtualbox.org/msg06315.html
  
  [vbox-dev] [PATCH] Various fixes for FreeBSD
  
  Bernhard Fröhlich Mon, 11 Nov 2013 08:36:03 -0800
  
  Hi guys,
  
  I am sending most of our patches that we collected during the last
  months and especially
  during the 4.3 development period. I am sorry that we did not manage
  to send them right
  on time before 4.3.0 but I hope we can do better in the future.
  ...

After all this is wasting your time and now even mine so please try to
use packages or a newer portstree. This is a dead end.

Thanks for your time. I will try if 4.3.0 solves the problem I see with
4.2.18 (mouse buttons are not working in guest) and if not I will work
for the moment without mouse-integration. And I will start a new VM with
the actual /usr/src and portstree.

Thanks again for your helping hand.

matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Friday, January 03, 2014 a las 04:15:30PM +0100, Bernhard Fröhlich 
escribió:

 VirtualBox 4.3.6 Ports:
 http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.6-20140103.tar.gz
 
 ...


Hello,

Based on the call for testers file virtualbox-cft-4.3.0-20131020.tar.gz
I compiled ports/emulators/virtualbox-ose-additions;

the background of using this version from end of October is, that
it is the last one which fits in my ports tree and the 10-CURRENT
(r255948, ports: r328930, October 1st 2013) I have to run
in this VM which runs fine in vbox of Ubuntu 14.04;

after this 4.3.0 there was a fundamental change in the ports tree and it
would mean that I have to compile all my ports from scratch;

I had a few errors and removed

-fformat-extensions
-fno-format-extensions
-mno-align-long-strings

from work/VirtualBox-4.3.0/Config.kmk and after this it
compiled and installed fine with:

# make install USE_GCC=any

but the system can not load the module:

# /usr/local/etc/rc.d/vboxguest start
/usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module.
# ls -ltr /boot/modules/vb*
-r-xr-xr-x  1 root  wheel5433 Aug  4 10:24 /boot/modules/vboxvideo.ko
-r-xr-xr-x  1 root  wheel  184387 Aug  4 10:24 /boot/modules/vboxguest.ko
# kldload /boot/modules/vboxguest.ko
kldload: can't load /boot/modules/vboxguest.ko: No such file or directory

Why is this?

Thanks



Vy 73

 matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Bernhard Fröhlich
On Mon, Aug 4, 2014 at 10:51 AM, Matthias Apitz g...@unixarea.de wrote:
 El día Friday, January 03, 2014 a las 04:15:30PM +0100, Bernhard Fröhlich 
 escribió:

 VirtualBox 4.3.6 Ports:
 http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.6-20140103.tar.gz

 ...


 Hello,

 Based on the call for testers file virtualbox-cft-4.3.0-20131020.tar.gz
 I compiled ports/emulators/virtualbox-ose-additions;

 the background of using this version from end of October is, that
 it is the last one which fits in my ports tree and the 10-CURRENT
 (r255948, ports: r328930, October 1st 2013) I have to run
 in this VM which runs fine in vbox of Ubuntu 14.04;

 after this 4.3.0 there was a fundamental change in the ports tree and it
 would mean that I have to compile all my ports from scratch;

 I had a few errors and removed

 -fformat-extensions
 -fno-format-extensions
 -mno-align-long-strings

 from work/VirtualBox-4.3.0/Config.kmk and after this it
 compiled and installed fine with:

 # make install USE_GCC=any

 but the system can not load the module:

 # /usr/local/etc/rc.d/vboxguest start
 /usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module.
 # ls -ltr /boot/modules/vb*
 -r-xr-xr-x  1 root  wheel5433 Aug  4 10:24 /boot/modules/vboxvideo.ko
 -r-xr-xr-x  1 root  wheel  184387 Aug  4 10:24 /boot/modules/vboxguest.ko
 # kldload /boot/modules/vboxguest.ko
 kldload: can't load /boot/modules/vboxguest.ko: No such file or directory

 Why is this?

Please have a look at /var/log/messages when loading the kernel module
because the real cause is posted there when loading fails.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Monday, August 04, 2014 a las 01:19:30PM +0200, Bernhard Fröhlich 
escribió:

  # make install USE_GCC=any
 
  but the system can not load the module:
 
  # /usr/local/etc/rc.d/vboxguest start
  /usr/local/etc/rc.d/vboxguest: WARNING: Can't load vboxguest module.
  # ls -ltr /boot/modules/vb*
  -r-xr-xr-x  1 root  wheel5433 Aug  4 10:24 /boot/modules/vboxvideo.ko
  -r-xr-xr-x  1 root  wheel  184387 Aug  4 10:24 /boot/modules/vboxguest.ko
  # kldload /boot/modules/vboxguest.ko
  kldload: can't load /boot/modules/vboxguest.ko: No such file or directory
 
  Why is this?
 
 Please have a look at /var/log/messages when loading the kernel module
 because the real cause is posted there when loading fails.

Thanks for your feedback; the message is:

Aug  4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING: Can't load 
vboxguest module.
Aug  4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount undefined


matthias

-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Monday, August 04, 2014 a las 02:15:19PM +0200, Matthias Apitz escribió:

  Please have a look at /var/log/messages when loading the kernel module
  because the real cause is posted there when loading fails.
 
 Thanks for your feedback; the message is:
 
 Aug  4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING: Can't 
 load vboxguest module.
 Aug  4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount undefined


more Infos:


root@aurora:/usr/ports/emulators/virtualbox-ose-additions # ls -l `find work | 
fgrep RTMpGetCoreCount` 
   -rw-r--r--  1 root  wheel  2448 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
-rw-r--r--  1 root  wheel  5274 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o.dep
-rw-r--r--  1 root  wheel  2504 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
-rw-r--r--  1 root  wheel  5350 Aug  4 12:55 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o.dep
-rw-r--r--  1 root  wheel  1502 Oct 15  2013 
work/VirtualBox-4.3.0/src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp
root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
 | fgrep RTMpGetCoreCount
 T RTMpGetCoreCount
root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm 
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
 | fgrep RTMpGetCoreCount
 T RTMpGetCoreCount
root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm 
/boot/modules/vboxguest.ko | fgrep RTMpGetCoreCount 
U RTMpGetCoreCount


i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not included
in the kernel module?

matthias

-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Bernhard Fröhlich
Am 04.08.2014 14:40 schrieb Matthias Apitz g...@unixarea.de:

 El día Monday, August 04, 2014 a las 02:15:19PM +0200, Matthias Apitz
escribió:

   Please have a look at /var/log/messages when loading the kernel module
   because the real cause is posted there when loading fails.
 
  Thanks for your feedback; the message is:
 
  Aug  4 10:34:10 aurora guru: /usr/local/etc/rc.d/vboxguest: WARNING:
Can't load vboxguest module.
  Aug  4 10:34:10 aurora kernel: link_elf: symbol RTMpGetCoreCount
undefined


 more Infos:


 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # ls -l `find
work | fgrep RTMpGetCoreCount`
   -rw-r--r--  1 root  wheel  2448 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
 -rw-r--r--  1 root  wheel  5274 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o.dep
 -rw-r--r--  1 root  wheel  2504 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
 -rw-r--r--  1 root  wheel  5350 Aug  4 12:55
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o.dep
 -rw-r--r--  1 root  wheel  1502 Oct 15  2013
work/VirtualBox-4.3.0/src/VBox/Runtime/generic/RTMpGetCoreCount-generic.cpp
 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3/generic/RTMpGetCoreCount-generic.o
| fgrep RTMpGetCoreCount
  T RTMpGetCoreCount
 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm
work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/RuntimeGuestR3Shared/generic/RTMpGetCoreCount-generic.o
| fgrep RTMpGetCoreCount
  T RTMpGetCoreCount
 root@aurora:/usr/ports/emulators/virtualbox-ose-additions # nm
/boot/modules/vboxguest.ko | fgrep RTMpGetCoreCount
U RTMpGetCoreCount


 i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not included
 in the kernel module?

 matthias

Have a look at the patches in virtualbox-ose for that function. There
should be a patch to add it to the kmod. You are just replicating issues
that were fixed already.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Matthias Apitz
El día Monday, August 04, 2014 a las 07:23:31PM +0200, Bernhard Fröhlich 
escribió:

 i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not
included
 in the kernel module?

 Â  Â  Â  Â  matthias
 
Have a look at the patches in virtualbox-ose for that function. There
should be a patch to add it to the kmod. You are just replicating
issues that were fixed already.

Thanks in any case for reading this and answering. I know that 4.3.0 is
outdated. But even if outdated, I do not fully understand this: it means
that the virtualbox-ose-application was never loaded into the kernel, or
am I wrong?

I will see how to fix this is the Makefile of its kmod.

Thx again

matthias
-- 
Matthias Apitz   |  /\   ASCII Ribbon Campaign:
E-mail: g...@unixarea.de |  \ /   - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X- No proprietary attachments
phone: +49-170-4527211   |  / \   - Respect for open standards
 | en.wikipedia.org/wiki/ASCII_Ribbon_Campaign
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-08-04 Thread Bernhard Fröhlich
Am 04.08.2014 21:03 schrieb Matthias Apitz g...@unixarea.de:

 El día Monday, August 04, 2014 a las 07:23:31PM +0200, Bernhard Fröhlich
escribió:

  i.e. RTMpGetCoreCount-generic.cpp was compiled but somehow not
 included
  in the kernel module?
 
  Â  Â  Â  Â  matthias
 
 Have a look at the patches in virtualbox-ose for that function. There
 should be a patch to add it to the kmod. You are just replicating
 issues that were fixed already.

 Thanks in any case for reading this and answering. I know that 4.3.0 is
 outdated. But even if outdated, I do not fully understand this: it means
 that the virtualbox-ose-application was never loaded into the kernel, or
 am I wrong?

 I will see how to fix this is the Makefile of its kmod.

No, this kind of issue exists because there is some kind of include list
for functions used by the kernel modules. The list is per OS and updated
manually and vbox developers tend to miss entries for FreeBSD. Adding the
filename to the list is simple and we usually create a simple patch for it
which we sure did in the following cft and it might still be in the
virtualbox-ose port if it wasn't yet included upstream.

After all this is wasting your time and now even mine so please try to use
packages or a newer portstree. This is a dead end.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2014-01-03 Thread Bernhard Fröhlich
On Fri, Nov 1, 2013 at 2:36 PM, Volodymyr Kostyrko c.kw...@gmail.com wrote:
 20.10.2013 19:25, Bernhard Fröhlich wrote:

 Hi virtualbox users!


 Just one more thing that freaks me out a lot.

 I'm using host-only networking with host machine been a gateway and a
 firewall for all the guests. But:

 # rcorder /etc/rc.d/* /usr/local/etc/rc.d/* | grep
 '\(named\|dhcp\|vboxnet\)'
 /etc/rc.d/named
 /usr/local/etc/rc.d/isc-dhcpd
 /usr/local/etc/rc.d/isc-dhcpd6
 /usr/local/etc/rc.d/vboxnet

 If everything starts automatically named and dhcpd will ignore all vboxnet0
 interfaces as they are actually created after they are searched.

 Moving NETWORKING from REQUIRE to BEFORE fixes this and doesn't have any
 side effects on vboxnet startup. FILESYSTEMS and ldconfig are correct, as we
 need to launch VBoxManage to create interfaces and bring them up.

Done.
https://redports.org/changeset/21298

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-26 Thread Bernhard Fröhlich
On Tue, Nov 26, 2013 at 3:50 PM, Matthias Apitz g...@unixarea.de wrote:

 Hello,

 After getting finally compiled and install virtualbox:

 # pkg_info | fgrep virtualbox
 virtualbox-ose-4.3.2 A general-purpose full virtualizer for x86 hardware
 virtualbox-ose-kmod-4.3.0 VirtualBox kernel module for FreeBSD

 # uname -a
 FreeBSD aurora.Sisis.de 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #1: Fri Oct 18
 12:10:57 CEST 2013 g...@aurora.sisis.de:/usr/obj/usr/src/sys/GENERIC
 i386

 The VirtualBox crashes on startup with the following bt in gdb:

 #0  0x in ?? ()
 [New Thread 28803080 (LWP 100232/VirtualBox)]
 (gdb) bt
 #0  0x in ?? ()
 #1  0x2813c10e in __dynamic_cast (src_ptr=0x289ca650,
 src_type=0x2dcc4bc0, dst_type=0x2dcc4c10, src2dst=0)
 at ../../.././../gcc-4.6.3/libstdc++-v3/libsupc++/dyncast.cc:61
 #2  0x2d9a6842 in KConfigGroup::reparent () from
 /usr/local/kde4/lib/libkdecore.so.7
 #3  0x2d99e82d in KConfigGroup::KConfigGroup () from
 /usr/local/kde4/lib/libkdecore.so.7
 #4  0x2da907c3 in KStandardDirs::addCustomized () from
 /usr/local/kde4/lib/libkdecore.so.7
 #5  0x2da82e96 in KComponentData::KComponentData () from
 /usr/local/kde4/lib/libkdecore.so.7
 #6  0x2da82c7c in KComponentData::KComponentData () from
 /usr/local/kde4/lib/libkdecore.so.7
 #7  0x2da82581 in KGlobal::findDirectChild_helper () from
 /usr/local/kde4/lib/libkdecore.so.7
 #8  0x2da81528 in KGlobal::dirs () from
 /usr/local/kde4/lib/libkdecore.so.7
 #9  0x2da815f8 in KGlobal::config () from
 /usr/local/kde4/lib/libkdecore.so.7
 #10 0x2cf295d6 in qt_plugin_instance () from
 /usr/local/kde4/lib/kde4/plugins/gui_platform/libkde.so
 #11 0x2a537711 in QApplicationPrivate::x11_apply_settings () from
 /usr/local/lib/qt4/libQtGui.so.4
 #12 0x2a53fc5d in qt_set_x11_resources () from
 /usr/local/lib/qt4/libQtGui.so.4
 #13 0x2a53d8be in qt_init () from /usr/local/lib/qt4/libQtGui.so.4
 #14 0x2a4bc1fa in QApplicationPrivate::construct () from
 /usr/local/lib/qt4/libQtGui.so.4
 #15 0x2a4bcbf6 in QApplication::QApplication () from
 /usr/local/lib/qt4/libQtGui.so.4
 #16 0x29335dc9 in TrustedMain (argc=1, argv=0xbfbfd524) at CIShared.h:52
 #17 0xbfbfd3f0 in ?? ()
 #18 0x28966200 in ?? ()
 #19 0xbfbfd490 in ?? ()
 #20 0xbfbfd524 in ?? ()
 #21 0x28829800 in ?? ()
 #22 0x in ?? ()
 (gdb)

 Any ideas?

This looks like a libstdc++ bug that is triggered by Qt and might
already be fixed
in more recent 10-stable. So please try to update to 10.0-BETA3 first.

 Btw: I have had to

 # pkg_delete -f compat8x-i386-8.4.804000.201309_1

 to get its shared lib out of the way;

Yeah that is a known issue. I guess I need to add the compat8x, 9x, 10x ports
to the conflicting list in vbox.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-26 Thread Matthias Apitz
El día Tuesday, November 26, 2013 a las 03:54:57PM +0100, Bernhard Fr?hlich 
escribió:

 On Tue, Nov 26, 2013 at 3:50 PM, Matthias Apitz g...@unixarea.de wrote:
 
  The VirtualBox crashes on startup with the following bt in gdb:
 
  #0  0x in ?? ()
  [New Thread 28803080 (LWP 100232/VirtualBox)]
  (gdb) bt
  #0  0x in ?? ()
  #1  0x2813c10e in __dynamic_cast (src_ptr=0x289ca650,
  src_type=0x2dcc4bc0, dst_type=0x2dcc4c10, src2dst=0)
  at ../../.././../gcc-4.6.3/libstdc++-v3/libsupc++/dyncast.cc:61
  #2  0x2d9a6842 in KConfigGroup::reparent () from
  /usr/local/kde4/lib/libkdecore.so.7
  #3  0x2d99e82d in KConfigGroup::KConfigGroup () from
  /usr/local/kde4/lib/libkdecore.so.7
  #4  0x2da907c3 in KStandardDirs::addCustomized () from
  /usr/local/kde4/lib/libkdecore.so.7
  #5  0x2da82e96 in KComponentData::KComponentData () from
  /usr/local/kde4/lib/libkdecore.so.7
  #6  0x2da82c7c in KComponentData::KComponentData () from
  /usr/local/kde4/lib/libkdecore.so.7
  #7  0x2da82581 in KGlobal::findDirectChild_helper () from
  /usr/local/kde4/lib/libkdecore.so.7
  #8  0x2da81528 in KGlobal::dirs () from
  /usr/local/kde4/lib/libkdecore.so.7
  #9  0x2da815f8 in KGlobal::config () from
  /usr/local/kde4/lib/libkdecore.so.7
  #10 0x2cf295d6 in qt_plugin_instance () from
  /usr/local/kde4/lib/kde4/plugins/gui_platform/libkde.so
  #11 0x2a537711 in QApplicationPrivate::x11_apply_settings () from
  /usr/local/lib/qt4/libQtGui.so.4
  #12 0x2a53fc5d in qt_set_x11_resources () from
  /usr/local/lib/qt4/libQtGui.so.4
  #13 0x2a53d8be in qt_init () from /usr/local/lib/qt4/libQtGui.so.4
  #14 0x2a4bc1fa in QApplicationPrivate::construct () from
  /usr/local/lib/qt4/libQtGui.so.4
  #15 0x2a4bcbf6 in QApplication::QApplication () from
  /usr/local/lib/qt4/libQtGui.so.4
  #16 0x29335dc9 in TrustedMain (argc=1, argv=0xbfbfd524) at CIShared.h:52
...

 This looks like a libstdc++ bug that is triggered by Qt and might
 already be fixed
 in more recent 10-stable. So please try to update to 10.0-BETA3 first.

My kernel and userland are r255948 (October 1st) and the ports are from
r328930 (as well October 1st). Do you really think that this is to old?

Thx

matthias
-- 
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-26 Thread Bernhard Fröhlich
On Tue, Nov 26, 2013 at 4:03 PM, Matthias Apitz g...@unixarea.de wrote:
 El día Tuesday, November 26, 2013 a las 03:54:57PM +0100, Bernhard Fr?hlich 
 escribió:

 On Tue, Nov 26, 2013 at 3:50 PM, Matthias Apitz g...@unixarea.de wrote:
 
  The VirtualBox crashes on startup with the following bt in gdb:
 
  #0  0x in ?? ()
  [New Thread 28803080 (LWP 100232/VirtualBox)]
  (gdb) bt
  #0  0x in ?? ()
  #1  0x2813c10e in __dynamic_cast (src_ptr=0x289ca650,
  src_type=0x2dcc4bc0, dst_type=0x2dcc4c10, src2dst=0)
  at ../../.././../gcc-4.6.3/libstdc++-v3/libsupc++/dyncast.cc:61
  #2  0x2d9a6842 in KConfigGroup::reparent () from
  /usr/local/kde4/lib/libkdecore.so.7
  #3  0x2d99e82d in KConfigGroup::KConfigGroup () from
  /usr/local/kde4/lib/libkdecore.so.7
  #4  0x2da907c3 in KStandardDirs::addCustomized () from
  /usr/local/kde4/lib/libkdecore.so.7
  #5  0x2da82e96 in KComponentData::KComponentData () from
  /usr/local/kde4/lib/libkdecore.so.7
  #6  0x2da82c7c in KComponentData::KComponentData () from
  /usr/local/kde4/lib/libkdecore.so.7
  #7  0x2da82581 in KGlobal::findDirectChild_helper () from
  /usr/local/kde4/lib/libkdecore.so.7
  #8  0x2da81528 in KGlobal::dirs () from
  /usr/local/kde4/lib/libkdecore.so.7
  #9  0x2da815f8 in KGlobal::config () from
  /usr/local/kde4/lib/libkdecore.so.7
  #10 0x2cf295d6 in qt_plugin_instance () from
  /usr/local/kde4/lib/kde4/plugins/gui_platform/libkde.so
  #11 0x2a537711 in QApplicationPrivate::x11_apply_settings () from
  /usr/local/lib/qt4/libQtGui.so.4
  #12 0x2a53fc5d in qt_set_x11_resources () from
  /usr/local/lib/qt4/libQtGui.so.4
  #13 0x2a53d8be in qt_init () from /usr/local/lib/qt4/libQtGui.so.4
  #14 0x2a4bc1fa in QApplicationPrivate::construct () from
  /usr/local/lib/qt4/libQtGui.so.4
  #15 0x2a4bcbf6 in QApplication::QApplication () from
  /usr/local/lib/qt4/libQtGui.so.4
  #16 0x29335dc9 in TrustedMain (argc=1, argv=0xbfbfd524) at CIShared.h:52
 ...

 This looks like a libstdc++ bug that is triggered by Qt and might
 already be fixed
 in more recent 10-stable. So please try to update to 10.0-BETA3 first.

 My kernel and userland are r255948 (October 1st) and the ports are from
 r328930 (as well October 1st). Do you really think that this is to old?

Yeah there have been quite a number of fixes between ALPHA1 and BETA3.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-26 Thread Lutz Bichler
   Does sudo -u your_account VirtualBox work? This works for me and i
   see exactly the same backtrace on 10.0-BETA3 (approx. 1 week old) when
   i start directly from my user account.

   Lutz
 __

   Diese E-Mail wurde aus dem Sicherheitsverbund E-Mail made in Germany
   versendet: [1]http://www.gmx.net/e-mail-made-in-germany

References

   1. http://www.gmx.net/e-mail-made-in-germany?mc=footer@textl...@emig.emig
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-26 Thread Matthias Apitz

  Does sudo -u your_account VirtualBox work? This works for me and
  i see exactly the same backtrace on 10.0-BETA3 (approx. 1 week old)
  when i start directly from my user account.
   
  Lutz 

Hi,

I started it in my HOME, but as root. How this is supposed to be
started? Thx

matthias
-- 
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-26 Thread Matthias Apitz
El día Wednesday, November 27, 2013 a las 07:00:54AM +0100, Matthias Apitz 
escribió:

   Does sudo -u your_account VirtualBox work? This works for me and
   i see exactly the same backtrace on 10.0-BETA3 (approx. 1 week old)
   when i start directly from my user account.
  

   Lutz 
 
 Hi,
 
 I started it in my HOME, but as root. How this is supposed to be
 started? Thx

The command;

# sudo -u guru VirtualBox

let show up and error dialog box with the message

Failed to create the VirtualBox COM object

The application will now terminate.

Details:
Callee RC: NS_ERROR_ABORT (0x80004004)

Thx

matthias

-- 
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-14 Thread Matthias Apitz
El día Wednesday, November 13, 2013 a las 04:40:17PM +0100, Bernhard Fr?hlich 
escribió:

  @/usr/local/bin/kmk_redirect -wo
  /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o.dep
  -- yasm -f elf32 -DASM_FORMAT_ELF -D__YASM__ -Worphan-labels  -g dwarf2
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/include/
  -I/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/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/dtrace/
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/
  -DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_DEBUGGER
  -DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_X86 -D__X86__ -DIN_RING3
  -DHC_ARCH_BITS=32 -DGC_ARCH_BITS=64 -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
  /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o
  /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm
  -M
  ...

 We are currently investigating what is failing there and the vbox developers
 suggested to execute the failed command manually and add the option -e
 to the command line switches and post the resulting output. This would
 show the preprocessor file which is passed to yasm and would help to
 narrow it down.

I have created a small shell script with the failing command, which does
not give much more information:

# sh kmk.sh
+ /usr/local/bin/kmk_redirect -wo
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o.dep
-- yasm -f elf32 -DASM_FORMAT_ELF -D__YASM__ -Worphan-labels -g dwarf2
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/include/
-I/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/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/dtrace/
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/
-DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_DEBUGGER
-DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_X86 -D__X86__ -DIN_RING3
-DHC_ARCH_BITS=32 -DGC_ARCH_BITS=64 -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
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm
-M -e
/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
/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
/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
/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

The problems are raised by these lines in the file:
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac

struc X86TSS16
.selPrevresw 1
.sp0resw 1
.ss0resw 1
.sp1resw 1
.ss1resw 1
.sp2resw 1
.ss2resw 1
.ip resw 1
.flags  resw 1
.ax resw 1
.cx resw 1
.dx resw 1
.bx resw 1
.sp resw 1
.bp resw 1
.si resw 1
.di resw 1
.es resw 1
.cs resw 1
.ss resw 1
.ds resw 1
.selLdt resw 1
endstruc

Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-14 Thread Bernhard Fröhlich
On Thu, Nov 14, 2013 at 10:50 AM, Matthias Apitz g...@unixarea.de wrote:
 El día Wednesday, November 13, 2013 a las 04:40:17PM +0100, Bernhard Fr?hlich 
 escribió:

  @/usr/local/bin/kmk_redirect -wo
  /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o.dep
  -- yasm -f elf32 -DASM_FORMAT_ELF -D__YASM__ -Worphan-labels  -g dwarf2
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/include/
  -I/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/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/dtrace/
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/
  -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/
  -DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_DEBUGGER
  -DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_X86 -D__X86__ -DIN_RING3
  -DHC_ARCH_BITS=32 -DGC_ARCH_BITS=64 -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
  /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o
  /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm
  -M
  ...

 We are currently investigating what is failing there and the vbox developers
 suggested to execute the failed command manually and add the option -e
 to the command line switches and post the resulting output. This would
 show the preprocessor file which is passed to yasm and would help to
 narrow it down.

 I have created a small shell script with the failing command, which does
 not give much more information:

 # sh kmk.sh
 + /usr/local/bin/kmk_redirect -wo
 /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o.dep
 -- yasm -f elf32 -DASM_FORMAT_ELF -D__YASM__ -Worphan-labels -g dwarf2
 -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
 -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/include/
 -I/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/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/dtrace/
 -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/
 -I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/
 -DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_DEBUGGER
 -DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_X86 -D__X86__ -DIN_RING3
 -DHC_ARCH_BITS=32 -DGC_ARCH_BITS=64 -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
 /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o
 /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm
 -M -e
 /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
 /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
 /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
 /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

 The problems are raised by these lines in the file:
 /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/x86extra.mac

 struc X86TSS16
 .selPrevresw 1
 .sp0resw 1
 .ss0resw 1
 .sp1resw 1
 .ss1resw 1
 .sp2resw 1
 .ss2resw 1
 .ip resw 1
 .flags  resw 1
 .ax resw 1
 .cx resw 1
 .dx resw 1
 .bx resw 1
 .sp resw 1
 .bp resw 1
 .si resw 1
 .di resw 1
 .es resw 1
 .cs 

Re: [Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-14 Thread Matthias Apitz
El día Thursday, November 14, 2013 a las 12:30:10PM +0100, Bernhard Fr?hlich 
escribió:

  It looks like the compiler should compare the size of the defined
  storage with some defines about X86TSS16 and X86TSS64 and does not know
  them...
 
  No clue how to fix this :-(
 
 Hm this output does not include the information that we were looking for. It 
 was
 expected to see the yasm output of the asm file because we want to rule out
 that it is an yasm bug.
 
 If you look further into the definition of AssertCompileSize you will
 see it does
 a check on the size of the struct that fails because it thinks the size is 1 
 but
 it should be 136 as defined in the second parameter.

It took me some time to figure out, how the yasm engine should work; I
took away the /usr/local/bin/kmk_redirect part (because it only catches
the output of yasm and redirekts it to a file); and, more important, one
must remove the '-o file' option from the yasm call to get the
preprocessor output on stdout; it is here (around 4500 lines):
http://www.unixarea.de/yasm.out

What makes me worry are the amount of empty lines at the beginning while
parsing the file 
emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/iprt/asmdefs.mac
but I'm not an x386 Assembler expert, only for IBM /370 main frames :-)

HIH

matthias

-- 
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


[Call for Testers] VirtualBox 4.3.0: cannot reference symbol `X86TSS64_size' in preprocessor

2013-11-13 Thread Matthias Apitz

Hello,

This is with 10-CUR r255948 with ports as r328930 (~ 1st of October) on i386
architecture; I have unpacked the file virtualbox-cft-4.3.0-20131020.tar.gz
and making emulators/virtualbox-ose gives:

# make install clean BATCH=yes USE_GCC=any
...
kBuild: Pass - Build Programs
kBuild: Pass - Libraries
kBuild: Pass - DLLs
kBuild: Compiling VBoxVMM -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm
/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
/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
/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
/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: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o]
Error 1
The failing command:
@/usr/local/bin/kmk_redirect -wo
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o.dep
-- yasm -f elf32 -DASM_FORMAT_ELF -D__YASM__ -Worphan-labels  -g dwarf2
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/include/
-I/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/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/dtrace/
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/
-I/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/
-DVBOX -DVBOX_OSE -DVBOX_WITH_64_BITS_GUESTS -DVBOX_WITH_DEBUGGER
-DRT_OS_FREEBSD -D__FREEBSD__ -DRT_ARCH_X86 -D__X86__ -DIN_RING3
-DHC_ARCH_BITS=32 -DGC_ARCH_BITS=64 -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
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm
-M
kmk: *** Deleting file
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o'
kmk: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.o]
Deleting file
`/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.x86/release/obj/VBoxVMM/VMMR3/PATMA.lst'
*** Error code 2

Stop.
make: stopped in /usr/ports/emulators/virtualbox-ose


Please advice. Thanks

matthias
-- 
Matthias Apitz   |  /\ ASCII Ribbon Campaign: www.asciiribbon.org
E-mail: g...@unixarea.de |  \ / - No HTML/RTF in E-mail
WWW: http://www.unixarea.de/ |   X  - No proprietary attachments
phone: +49-170-4527211   |  / \ - Respect for open standards
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-12 Thread Beeblebrox
I successfully built and installed  virtualbox-ose-kmod-4.3.2 /
virtualbox-ose-4.3.2  on 11-CURRENT_amd64. I did a full poudriere run of all
installed ports and did pkg upgrade -f before starting the build for
VirtualBox from host (not in poudriere). I still get the same error advised
here:
http://freebsd.1045724.n5.nabble.com/emulators-virtualbox-ose-can-t-work-when-switching-to-gcc46-td5843793.html
No compiler options were specified. ccache was used for both poudriere and
host builds.

VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen(/usr/local/lib/virtualbox/VBoxRT.so,) failed:
/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15 required by
/usr/local/lib/virtualbox/VBoxRT.so not found
VirtualBox: Tip! It may help to reinstall VirtualBox.

Installed glib-related packages:  glib-2.38.0, glib-networking-2.36.2,
glibmm-2.36.2,1, json-glib-0.14.2, dbus-glib-0.100.2, 




-
FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS
--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/Call-for-Testers-VirtualBox-4-3-0-tp5853414p5860512.html
Sent from the freebsd-emulation mailing list archive at Nabble.com.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-12 Thread Bernhard Fröhlich
On Wed, Nov 13, 2013 at 7:08 AM, Beeblebrox zap...@berentweb.com wrote:
 Some other people are having a different issue:
 http://forums.freebsd.org/showthread.php?s=c98122338b797e16534a4716158f0381t=43174

It might be worth to try creating an default VirtualBox.xml file manually:

~/.VirtualBox/VirtualBox.xml

VirtualBox xmlns=http://www.innotek.de/VirtualBox-settings;
version=1.12-freebsd
/VirtualBox

Some people have reported that it works for them but I don't know yet
why this only seems to affect FreeBSD 10 and worked fine in the past.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-11 Thread Mario Lobo
How about these? Any clues?
I've been trying to figure this out for days and I'm still stuck.

kBuild: Compiling VBoxVMM - /usr/ports/emulators/
virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm

/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
/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
/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
/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: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o]
Error 1

Thanks,

Mario Lobo

2013/11/9 Mike C. miguelmcl...@gmail.com



 On 11/09/13 07:00, Bernhard Fröhlich wrote:
 
  Am 04.11.2013 16:35 schrieb Mike C. miguelmcl...@gmail.com
  mailto:miguelmcl...@gmail.com:
 
 
 
  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)
 
  This is it! Please have a look at /usr/local/lib/virtualbox and
  /usr/local/bin/VirtualBox and check that they are owned by root and the
  suid bit is set. I don't know yet who is stripping that but it could be
  that you are building the port as non-root or the ports staging does
  something stupid.
 

 I'M building with root and the permissions are the default (this was
 reported before several times, its not just with 4.3, 4.2 had the same
 behavior with FreeBSD10)

 -rwsr-xr-x  1 root  vboxusers  27712 Nov  2 17:15
 /usr/local/lib/virtualbox/VirtualBox


 lrwxr-xr-x  1 root  wheel  36 Nov  2 17:15 /usr/local/bin/VirtualBox -
 /usr/local/lib/virtualbox/VirtualBox

 Thanks

 --
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to 
 freebsd-emulation-unsubscr...@freebsd.org




-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winfoes FREE)
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-11 Thread Bernhard Fröhlich
On Thu, Oct 24, 2013 at 6:02 PM, Volodymyr Kostyrko c.kw...@gmail.com wrote:
 20.10.2013 19: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 optionized pulse (e.g ripped relevant part from old version):

 .if ${PORT_OPTIONS:MPULSEAUDIO}
 PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
 PULSEAUDIO_CONFIGURE_ENABLE=  pulse
 .else
 CONFIGURE_ARGS+=--disable-pulse
 .endif

 Compilation seems to go on until:

 kBuild: Compiling VBoxSVC -
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 In function 'int getDefaultIfaceIndex(short unsigned int*, int)':
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:94:39:
 error: 'malloc' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:98:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:133:30:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:139:14:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 In function 'int NetIfList(std::listComObjPtrHostNetworkInterface )':
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:205:39:
 error: 'malloc' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:209:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:217:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:291:16:
 warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:303:14:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 In function 'int NetIfGetConfigByName(PNETIFINFO)':
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:328:39:
 error: 'malloc' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:332:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:340:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:404:14:
 error: 'free' was not declared in this scope
 kmk: ***
 [/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxSVC/src-server/freebsd/NetIf-freebsd.o]
 Error 1

 Missing #include stdlib.h?

Thanks a lot! Mikhail has already committed fixes for both problems in our
development repository on redports.

https://svn.redports.org/virtualbox

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-11 Thread Bernhard Fröhlich
On Mon, Oct 21, 2013 at 1:13 AM, Mike C. miguelmcl...@gmail.com wrote:


 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.

We are currently investigating what is failing there and the vbox developers
suggested to execute the failed command manually and add the option -e
to the command line switches and post the resulting output. This would
show the preprocessor file which is passed to yasm and would help to
narrow it down.

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-11 Thread Bernhard Fröhlich
We are currently investigating what is failing there and the vbox developers
suggested to execute the failed command manually and add the option -e
to the command line switches and post the resulting output. This would
show the preprocessor file which is passed to yasm and would help to
narrow it down.

On Mon, Nov 11, 2013 at 2:33 PM, Mario Lobo l...@bsd.com.br wrote:
 How about these? Any clues?
 I've been trying to figure this out for days and I'm still stuck.

 kBuild: Compiling VBoxVMM - /usr/ports/emulators/
 virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm

 /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
 /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
 /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
 /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: ***
 [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o]
 Error 1

 Thanks,

 Mario Lobo

 2013/11/9 Mike C. miguelmcl...@gmail.com



 On 11/09/13 07:00, Bernhard Fröhlich wrote:
 
  Am 04.11.2013 16:35 schrieb Mike C. miguelmcl...@gmail.com
  mailto:miguelmcl...@gmail.com:
 
 
 
  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)
 
  This is it! Please have a look at /usr/local/lib/virtualbox and
  /usr/local/bin/VirtualBox and check that they are owned by root and the
  suid bit is set. I don't know yet who is stripping that but it could be
  that you are building the port as non-root or the ports staging does
  something stupid.
 

 I'M building with root and the permissions are the default (this was
 reported before several times, its not just with 4.3, 4.2 had the same
 behavior with FreeBSD10)

 -rwsr-xr-x  1 root  vboxusers  27712 Nov  2 17:15
 /usr/local/lib/virtualbox/VirtualBox


 lrwxr-xr-x  1 root  wheel  36 Nov  2 17:15 /usr/local/bin/VirtualBox -
 /usr/local/lib/virtualbox/VirtualBox

 Thanks

 --
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to
 freebsd-emulation-unsubscr...@freebsd.org




 --
 Mario Lobo
 http://www.mallavoodoo.com.br
 FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winfoes FREE)



-- 
Bernhard Fröhlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-09 Thread Mike C.


On 11/09/13 07:00, Bernhard Fröhlich wrote:
 
 Am 04.11.2013 16:35 schrieb Mike C. miguelmcl...@gmail.com
 mailto:miguelmcl...@gmail.com:



 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)
 
 This is it! Please have a look at /usr/local/lib/virtualbox and
 /usr/local/bin/VirtualBox and check that they are owned by root and the
 suid bit is set. I don't know yet who is stripping that but it could be
 that you are building the port as non-root or the ports staging does
 something stupid.
 

I'M building with root and the permissions are the default (this was
reported before several times, its not just with 4.3, 4.2 had the same
behavior with FreeBSD10)

-rwsr-xr-x  1 root  vboxusers  27712 Nov  2 17:15
/usr/local/lib/virtualbox/VirtualBox


lrwxr-xr-x  1 root  wheel  36 Nov  2 17:15 /usr/local/bin/VirtualBox -
/usr/local/lib/virtualbox/VirtualBox

Thanks

-- 
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-08 Thread Bernhard Fröhlich
Am 04.11.2013 16:35 schrieb Mike C. miguelmcl...@gmail.com:



 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)

This is it! Please have a look at /usr/local/lib/virtualbox and
/usr/local/bin/VirtualBox and check that they are owned by root and the
suid bit is set. I don't know yet who is stripping that but it could be
that you are building the port as non-root or the ports staging does
something stupid.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-04 Thread Mike C.


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  0x00080060a541 in r_debug_state () from /libexec/ld-elf.so.1
[New Thread 801c06400 (LWP 100338/VirtualBox)]

(gdb) bt
#0  0x00080060a541 in r_debug_state () from /libexec/ld-elf.so.1
#1  0x642e70616d62696c in ?? ()
#2  0x0102702e in ?? ()
#3  0x642e642e in ?? ()
#4  0x0002 in ?? ()
#5  0x 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-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-11-02 Thread Гуляев Гоша
   01.11.2013, 14:45, Volodymyr Kostyrko c.kw...@gmail.com:

 31.10.2013 21:06, Гуляев Гоша wrote:

 Thanks! Adding #include stdlib.h solve problem with building.
 But VBoxManage any action gets error (Exact same error with
 VirtualBox
 from ports on 10-STABLE, PR: 183085 ):
 VBoxManage: error: Failed to create the VirtualBox object!
 VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation
 aborted
 (extended info not available)
 VBoxManage: error: Most likely, the VirtualBox COM server is not
 running
 or failed to start.
 uname -a: FreeBSD BSD-VBOX 10.0-BETA2 FreeBSD 10.0-BETA2 #0: Thu Oct
 31
 23:11:53 MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV amd64
 I have a headless machine. My user is in vboxusers group, and
 vboxdrv,
 vboxnetadp and vboxflt loaded and dbus started.
 Volodymyr, can you tell please, are your VirtualBox instance works
 on
 10-STABLE? And how it working (For example is VBoxManage list
 ostypes -
 working?). Maybe you say that it works only with existed machines
 and
 not works on any other actions?

 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?
 --
 Sphinx of black quartz, judge my vow.

   I have only 3 enabled options: DBUS, UDPTUNNEL, VNC

   And server has no X installed (Identical configuration perfectly works
   on other servers with 8 and 9-STABLE). On 10-STABLE VirtualBox from
   ports and that test 4.3.0 port gets that error.

   
   С уважением, Гуляев Гоша.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2013-11-02 Thread Mario Lobo
On Sat, 02 Nov 2013 18:38:05 +0600
Гуляев Гоша gosha-n...@yandex.ru wrote:

01.11.2013, 14:45, Volodymyr Kostyrko c.kw...@gmail.com:
 
  31.10.2013 21:06, Гуляев Гоша wrote:
 
  Thanks! Adding #include stdlib.h solve problem with building.
  But VBoxManage any action gets error (Exact same error with
  VirtualBox
  from ports on 10-STABLE, PR: 183085 ):
  VBoxManage: error: Failed to create the VirtualBox object!
  VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation
  aborted
  (extended info not available)
  VBoxManage: error: Most likely, the VirtualBox COM server is not
  running
  or failed to start.
  uname -a: FreeBSD BSD-VBOX 10.0-BETA2 FreeBSD 10.0-BETA2 #0: Thu
 Oct 31
  23:11:53 MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV
 amd64 I have a headless machine. My user is in vboxusers group, and
  vboxdrv,
  vboxnetadp and vboxflt loaded and dbus started.
  Volodymyr, can you tell please, are your VirtualBox instance
 works on
  10-STABLE? And how it working (For example is VBoxManage list
  ostypes -
  working?). Maybe you say that it works only with existed machines
  and
  not works on any other actions?
 
  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?
  --
  Sphinx of black quartz, judge my vow.
 
I have only 3 enabled options: DBUS, UDPTUNNEL, VNC
 
And server has no X installed (Identical configuration perfectly
 works on other servers with 8 and 9-STABLE). On 10-STABLE VirtualBox
 from ports and that test 4.3.0 port gets that error.
 

С уважением, Гуляев Гоша.
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to
 freebsd-emulation-unsubscr...@freebsd.org

Hi guys;

I keep getting these errors when trying to compile. The error shows up
just the same in a 4.3.0 compile attempt. I patched the port to 4.3.2
in the hopes that this would go away but it didn't. Both compile fine
up to this point.


kBuild: Compiling VBoxVMM - 
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.2/src/VBox/VMM/VMMR3/PATMA.asm
 

/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.2/include/iprt/x86extra.mac:143:
error: (AssertCompileSizeML:2) cannot reference symbol `X86TSS16_size'
in preprocessor 

/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.2/include/iprt/x86extra.mac:143:
warning: (AssertCompileSizeML:5) X86TSS16 is 1 bytes instead of
44 

/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.2/include/iprt/x86extra.mac:206:
error: (AssertCompileSizeML:2) cannot reference symbol `X86TSS64_size'
in preprocessor 

/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.2/include/iprt/x86extra.mac:206:
warning: (AssertCompileSizeML:5) X86TSS64 is 1 bytes instead of 136

kmk: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.2/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o]
Error 1


System: FreeBSD Papi 8.3-STABLE FreeBSD 8.3-STABLE #0 r243751M: Fri Jan
11 19:30:42 BRT 2013 root@Papi:/usr/obj/usr/src/sys/LOBO  amd64


VBox 4.2.18 compiles and runs fine!


Any hints on how to get past this?

Thanks,

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
 
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2013-11-02 Thread Mike C.


On 11/01/13 08:45, Volodymyr Kostyrko wrote:
 31.10.2013 21:06, Гуляев Гоша wrote:
 
 Thanks! Adding #include stdlib.h solve problem with building.
 But VBoxManage any action gets error (Exact same error with VirtualBox
 from ports on 10-STABLE, PR: 183085 ):
 VBoxManage: error: Failed to create the VirtualBox object!
 VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted
 (extended info not available)
 VBoxManage: error: Most likely, the VirtualBox COM server is not running
 or failed to start.
 uname -a: FreeBSD BSD-VBOX 10.0-BETA2 FreeBSD 10.0-BETA2 #0: Thu Oct 31
 23:11:53 MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV amd64
 I have a headless machine. My user is in vboxusers group, and vboxdrv,
 vboxnetadp and vboxflt loaded and dbus started.
 Volodymyr, can you tell please, are your VirtualBox instance works on
 10-STABLE? And how it working (For example is VBoxManage list ostypes  -
 working?). Maybe you say that it works only with existed machines and
 not works on any other actions?
 
 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...



-- 
Melhores Cumprimentos // Best Regards

Miguel Clara
*nix Sys Admin Freelance
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-31 Thread Volodymyr Kostyrko

31.10.2013 17:17, Гуляев Гоша wrote:

 
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:404:14:
 error: 'free' was not declared in this scope
 kmk: ***
 
[/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxSVC/src-server/freebsd/NetIf-freebsd.o]
 Error 1

 Missing #include stdlib.h?

 ^^^


 Installed fine here, Snow Leo and WinXP seems working... Yet WinXP is
 giving BSOD, maybe some HW changes...

Tested this 10-STABLE and it works for me like a charm. The only change
is that I'm building virtualbox-ose with USE_GCC=yes (picking lang/gcc
from the ports). On 9-STABLE this also requires overloading
libstdc++.so.6 with gcc46/libstdc++.so.6 in /etc/libmap.conf.



Friends! I don't fully understand from your mails is it possible to
build and use VirtualBox on FreeBSD-STABLE?
I get ports from first [CFT] message, add USE_GCC=yes in /etc/make.conf
(and also change USE_GCC=any to USE_GCC=yes in Makefile on
emulators/virtualbox-ose), and when try to build I get errors exactly as
above
Is it any way to use virtualbox on -STABLE?
uname -a: FreeBSD BSD-VBOX 10.0-BETA1 FreeBSD 10.0-BETA1 #0: Thu Oct 17
22:04:29 MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV amd64
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/include/VBox/com/defs.h:313:0:
warning: TRUE redefined [enabled by default]
/usr/include/rpc/types.h:61:0: note: this is the location of the
previous definition
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/USBProxyService.cpp
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/PerformanceImpl.cpp
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/Performance.cpp
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/generic/NetIf-generic.cpp
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp:
In function 'int getDVDInfoFromCAM(DriveInfoList*, bool*)':
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp:254:122:
warning: invalid conversion from 'int' to 'periph_pattern_flags'
[-fpermissive]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp:
At global scope:
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/HostHardwareFreeBSD.cpp:337:12:
warning: unused parameter 'isDVD' [-Wunused-parameter]
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/USBProxyServiceFreeBSD.cpp
kBuild: Compiling VBoxSVC -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:40:5:
warning: unused parameter 'user' [-Wunused-parameter]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:40:5:
warning: unused parameter 'kernel' [-Wunused-parameter]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:40:5:
warning: unused parameter 'idle' [-Wunused-parameter]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:102:5:
warning: unused parameter 'process' [-Wunused-parameter]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:102:5:
warning: unused parameter 'user' [-Wunused-parameter]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:102:5:
warning: unused parameter 'kernel' [-Wunused-parameter]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:107:5:
warning: unused parameter 'process' [-Wunused-parameter]
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/PerformanceFreeBSD.cpp:107:5:
warning: unused parameter 'used' [-Wunused-parameter]

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-31 Thread Гуляев Гоша
   �

   �

   30.10.2013, 20:39, Volodymyr Kostyrko c.kw...@gmail.com:

 20.10.2013 19: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 optionized pulse (e.g ripped relevant part from old version):
 � .if ${PORT_OPTIONS:MPULSEAUDIO}
 � PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
 � PULSEAUDIO_CONFIGURE_ENABLE= � pulse
 � .else
 � CONFIGURE_ARGS+=--disable-pulse
 � .endif
 � Compilation seems to go on until:
 � kBuild: Compiling VBoxSVC -
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 � In function 'int getDefaultIfaceIndex(short unsigned int*, int)':
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:94:39
 :
 � error: 'malloc' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:98:18
 :
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:133:3
 0:
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:139:1
 4:
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 � In function 'int
 NetIfList(std::listComObjPtrHostNetworkInterface )':
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:205:3
 9:
 � error: 'malloc' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:209:1
 8:
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:217:1
 8:
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:291:1
 6:
 � warning: suggest explicit braces to avoid ambiguous 'else'
 [-Wparentheses]
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:303:1
 4:
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 � In function 'int NetIfGetConfigByName(PNETIFINFO)':
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:328:3
 9:
 � error: 'malloc' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:332:1
 8:
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:340:1
 8:
 � error: 'free' was not declared in this scope
 � /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtu
 alBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:404:1
 4:
 � error: 'free' was not declared in this scope
 � kmk: ***
 � [/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virt
 ualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxSVC/src-server/freebs
 d/NetIf-freebsd.o]
 � Error 1
 � Missing #include stdlib.h?
 � Installed fine here, Snow Leo and WinXP seems working... Yet WinXP
 is
 � giving BSOD, maybe some HW changes...

 Tested this 10-STABLE and it works for me like a charm. The only
 change
 is that I'm building virtualbox-ose with USE_GCC=yes (picking
 lang/gcc
 from the ports). On 9-STABLE this also requires overloading
 libstdc++.so.6 with gcc46/libstdc++.so.6 in /etc/libmap.conf.
 --
 Sphinx of black quartz, judge my vow.
 

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-31 Thread Гуляев Гоша
   31.10.2013, 21:38, Volodymyr Kostyrko c.kw...@gmail.com:

 -Wp,-MD,/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/ou
 t/freebsd.amd64/release/obj/VBoxSVC/src-server/freebsd/NetIf-freebsd
 .o.dep
 -Wp,-MT,/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/ou
 t/freebsd.amd64/release/obj/VBoxSVC/src-server/freebsd/NetIf-freebsd
 .o
 -Wp,-MP -o
 /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebs
 d.amd64/release/obj/VBoxSVC/src-server/freebsd/NetIf-freebsd.o
 /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/M
 ain/src-server/freebsd/NetIf-freebsd.cpp
 *** Error code 2

 To build VirtualBox with gcc46 this file must include the
 highlighted
 include. When your build fails edit this file in place and add
 #define
 stdlib.h somewhere in the file header (probably near stdlib.h).
 After
 that you can continue building.
 I haven't tested whether VirtualBox builds with lang/gcc42 or
 included
 gcc on STABLE-10 and I'm actually not interested in it.
 --
 Sphinx of black quartz, judge my vow.

   Thanks! Adding #include stdlib.h solve problem with building.

   But VBoxManage any action gets error (Exact same error with
   VirtualBox from ports on 10-STABLE, PR: 183085 ):

   VBoxManage: error: Failed to create the VirtualBox object!
   VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted
   (extended info not available)
   VBoxManage: error: Most likely, the VirtualBox COM server is not
   running or failed to start.

   uname -a:FreeBSD BSD-VBOX 10.0-BETA2 FreeBSD 10.0-BETA2 #0: Thu Oct 31
   23:11:53 MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV amd64

   I have a headless machine. My user is in vboxusers group, and vboxdrv,
   vboxnetadp and vboxflt loaded and dbus started.

   Volodymyr, can you tell please, are your VirtualBox instance works on
   10-STABLE? And how it working (For example is VBoxManage list ostypes -
   working?). Maybe you say that it works only with existed machines and
   not works on any other actions?
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-10-30 Thread Volodymyr Kostyrko

20.10.2013 19: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 optionized pulse (e.g ripped relevant part from old version):

.if ${PORT_OPTIONS:MPULSEAUDIO}
PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
PULSEAUDIO_CONFIGURE_ENABLE=  pulse
.else
CONFIGURE_ARGS+=--disable-pulse
.endif

Compilation seems to go on until:

kBuild: Compiling VBoxSVC -
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp

/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
In function 'int getDefaultIfaceIndex(short unsigned int*, int)':
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:94:39:
error: 'malloc' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:98:18:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:133:30:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:139:14:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
In function 'int NetIfList(std::listComObjPtrHostNetworkInterface )':
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:205:39:
error: 'malloc' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:209:18:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:217:18:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:291:16:
warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:303:14:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
In function 'int NetIfGetConfigByName(PNETIFINFO)':
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:328:39:
error: 'malloc' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:332:18:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:340:18:
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:404:14:
error: 'free' was not declared in this scope
kmk: ***
[/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxSVC/src-server/freebsd/NetIf-freebsd.o]
Error 1

Missing #include stdlib.h?

Installed fine here, Snow Leo and WinXP seems working... Yet WinXP is
giving BSOD, maybe some HW changes...


Tested this 10-STABLE and it works for me like a charm. The only change 
is that I'm building virtualbox-ose with USE_GCC=yes (picking lang/gcc 
from the ports). On 9-STABLE this also requires overloading 
libstdc++.so.6 with gcc46/libstdc++.so.6 in /etc/libmap.conf.


--
Sphinx of black quartz, judge my vow.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-24 Thread Volodymyr Kostyrko

20.10.2013 19: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 optionized pulse (e.g ripped relevant part from old version):

.if ${PORT_OPTIONS:MPULSEAUDIO}
PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
PULSEAUDIO_CONFIGURE_ENABLE=  pulse
.else
CONFIGURE_ARGS+=--disable-pulse
.endif

Compilation seems to go on until:

kBuild: Compiling VBoxSVC - 
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp: 
In function 'int getDefaultIfaceIndex(short unsigned int*, int)':
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:94:39: 
error: 'malloc' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:98:18: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:133:30: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:139:14: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp: 
In function 'int NetIfList(std::listComObjPtrHostNetworkInterface )':
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:205:39: 
error: 'malloc' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:209:18: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:217:18: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:291:16: 
warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:303:14: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp: 
In function 'int NetIfGetConfigByName(PNETIFINFO)':
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:328:39: 
error: 'malloc' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:332:18: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:340:18: 
error: 'free' was not declared in this scope
/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:404:14: 
error: 'free' was not declared in this scope
kmk: *** 
[/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxSVC/src-server/freebsd/NetIf-freebsd.o] 
Error 1


Missing #include stdlib.h?

Installed fine here, Snow Leo and WinXP seems working... Yet WinXP is 
giving BSOD, maybe some HW changes...


--
Sphinx of black quartz, judge my vow.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-24 Thread Гуляев Гоша
   �

   24.10.2013, 22:03, Volodymyr Kostyrko c.kw...@gmail.com:

 20.10.2013 19: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 optionized pulse (e.g ripped relevant part from old version):
 .if ${PORT_OPTIONS:MPULSEAUDIO}
 PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
 PULSEAUDIO_CONFIGURE_ENABLE= � pulse
 .else
 CONFIGURE_ARGS+=--disable-pulse
 .endif
 Compilation seems to go on until:
 kBuild: Compiling VBoxSVC -
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 In function 'int getDefaultIfaceIndex(short unsigned int*, int)':
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:94:39:
 error: 'malloc' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:98:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:133:30:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:139:14:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 In function 'int NetIfList(std::listComObjPtrHostNetworkInterface
 )':
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:205:39:
 error: 'malloc' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:209:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:217:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:291:16:
 warning: suggest explicit braces to avoid ambiguous 'else'
 [-Wparentheses]
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:303:14:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:
 In function 'int NetIfGetConfigByName(PNETIFINFO)':
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:328:39:
 error: 'malloc' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:332:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:340:18:
 error: 'free' was not declared in this scope
 /tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtual
 Box-4.3.0/src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp:404:14:
 error: 'free' was not declared in this scope
 kmk: ***
 [/tmp/ports/home/arcade/work/vb/emulators/virtualbox-ose/work/Virtua
 lBox-4.3.0/out/freebsd.amd64/release/obj/VBoxSVC/src-server/freebsd/
 NetIf-freebsd.o]
 Error 1
 Missing #include stdlib.h?
 Installed fine here, Snow Leo and WinXP seems working... Yet WinXP
 is
 giving BSOD, maybe some HW changes...

   With pulse-related changes from Volodymyr I have other error (On
   FreeBSD 10-Beta1 AMD64 with Clang):

   �

   kBuild: Compiling VBoxVMM -
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
   VMMR3/HM.cpp
   kBuild: Compiling VBoxVMM -
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
   VMMR3/CSAM.cpp
   kBuild: Compiling VBoxVMM -
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/
   VMMR3/PATM.cpp
   kBuild: Compiling VBoxVMM -
   

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-22 Thread Gustau Pérez

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
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-10-21 Thread Mario Lobo
Hi Bernhard !!

Attempt on FreeBSD 8.4-STABLE #0 r255709: Sat Sep 21 10:59:30 BRT 2013 Amd64

kBuild: Compiling VBoxVMM -
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/VMM/VMMR3/PATMA.asm

/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
/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
/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
/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: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/out/freebsd.amd64/release/obj/VBoxVMM/VMMR3/PATMA.o]
Error 1



2013/10/20 Bernhard Fröhlich de...@freebsd.org

 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!

 --
 Bernhard Froehlich
 http://www.bluelife.at/
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to 
 freebsd-emulation-unsubscr...@freebsd.org




-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winfoes FREE)
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


[Call for Testers] VirtualBox 4.3.0

2013-10-20 Thread Bernhard Fröhlich
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!

-- 
Bernhard Froehlich
http://www.bluelife.at/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-10-20 Thread Bernhard Fröhlich
Am 20.10.2013 19:19 schrieb Гуляев Гоша gosha-n...@yandex.ru:


 20.10.2013, 22:25, Bernhard Fröhlich de...@freebsd.org:

 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!

 --
 Bernhard Froehlich
 http://www.bluelife.at/
 ___
 freebsd-emulation@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to 
freebsd-emulation-unsubscr...@freebsd.org

 Hi Bernhard!
 There is my unsuccessfull report: It stops on pulseAudio search.
 For what VirtualBox needed pulseAudio? Can it be optional?
 If pulseaudio must be present, is it possible to add it as
auto-installing dependency?

Pulse audio is an optional dependency and off per default I think. It might
be a typo in the option conversation.

 My OS:
 uname -a
 FreeBSD BSD-VBOX 10.0-BETA1 FreeBSD 10.0-BETA1 #0: Thu Oct 17 22:04:29
MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV amd64
 Thanks for your work!

 == ERROR LOG ==
 === Running ldconfig
 /sbin/ldconfig -m /usr/local/lib
 === Registering installation for libvpx-1.1.0 as automatic
 Installing libvpx-1.1.0... done
 === Returning to build of virtualbox-ose-4.3.0
 === virtualbox-ose-4.3.0 depends on shared library: glib-2.0 - found
 === virtualbox-ose-4.3.0 depends on shared library: pcre - found
 === virtualbox-ose-4.3.0 depends on shared library: IDL-2.0 - found
 === Configuring for virtualbox-ose-4.3.0
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/configure
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/RDP/client/configure
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/xpcom18a4/nsprpub/configure
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libpng-1.2.8/configure
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/liblzf-3.4/configure
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/zlib-1.2.6/configure
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libxml2-2.6.31/configure
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libxml2-2.6.31/aclocal.m4
 === FreeBSD 10 autotools fix applied to
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libxml2-2.6.31/acinclude.m4
 Checking for environment: Determined build machine: freebsd.amd64, target
machine: freebsd.amd64, OK.
 Checking for kBuild: found, OK.
 Checking for gcc: found version 4.6.3, OK.
 Checking for Open Watcom:
 ** Open Watcom was not found!
 Checking for iasl: found version 20130823, OK.
 Checking for xslt: found, OK.
 Checking for mkisofs: found mkisofs 3.00 (amd64-unknown-freebsd10.0)
Copyright (C) 1993-1997 Eric Youngdale (C) 1997-2010 Jrg Schilling, OK.
 Checking for pthread: found, OK.
 Checking for libxml2: found version 2.8.0, OK.
 Checking for libIDL: found version 0.8.14, OK.
 Checking for ssl: found version OpenSSL 1.0.1e-freebsd 11 Feb 2013, OK.
 Checking for libcurl: found version 7.32.0, OK.
 Checking for libvpx: found version 1.1.0, OK.
 Checking for zlib: found version 1.2.8, OK.
 Checking for libpng: found version 1.5.17, OK.
 Checking for Python support: found version 2.7.5, OK.
 Checking for Java support: OK.
 Checking for PulseAudio:
 pulse not found at -I/usr/local/include -L/usr/local/lib -lpulse or pulse
headers not found
 Check the file
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/configure.log for
detailed error information.
 Check
/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/configure.log for
details
 === Script configure failed unexpectedly.
 Please report the problem to 

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-20 Thread 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.


-- 
Melhores Cumprimentos // Best Regards

Miguel Clara
*nix Sys Admin Freelance


___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: [Call for Testers] VirtualBox 4.3.0

2013-10-20 Thread Гуляев Гоша
   �

   20.10.2013, 22:25, Bernhard Fröhlich de...@freebsd.org:

 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:
 [1]https://www.virtualbox.org/wiki/Changelog
 VirtualBox 4.3.0 Ports:
 [2]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!
 --
 Bernhard Froehlich
 [3]http://www.bluelife.at/
 ___
 [4]freebsd-emulation@freebsd.org mailing list
 [5]http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
 To unsubscribe, send any mail to
 [6]freebsd-emulation-unsubscr...@freebsd.org

   Hi Bernhard!

   There is my unsuccessfull report: It stops on pulseAudio search.

   For what VirtualBox needed pulseAudio? Can it be optional?

   If pulseaudio must be present, is it possible to add it as
   auto-installing dependency?

   My OS:

   uname -a

   FreeBSD BSD-VBOX 10.0-BETA1 FreeBSD 10.0-BETA1 #0: Thu Oct 17 22:04:29
   MSK 2013 mike@BSD-VBOX:/usr/obj/usr/src/sys/BSDSERV amd64

   Thanks for your work!

   �

   == ERROR LOG ==

   === Running ldconfig
   /sbin/ldconfig -m /usr/local/lib
   === Registering installation for libvpx-1.1.0 as automatic
   Installing libvpx-1.1.0... done
   === Returning to build of virtualbox-ose-4.3.0
   === virtualbox-ose-4.3.0 depends on shared library: glib-2.0 - found
   === virtualbox-ose-4.3.0 depends on shared library: pcre - found
   === virtualbox-ose-4.3.0 depends on shared library: IDL-2.0 - found
   === Configuring for virtualbox-ose-4.3.0
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/configure
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/VBox/RDP/
   client/configure
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/xpco
   m18a4/nsprpub/configure
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libp
   ng-1.2.8/configure
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libl
   zf-3.4/configure
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/zlib
   -1.2.6/configure
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libx
   ml2-2.6.31/configure
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libx
   ml2-2.6.31/aclocal.m4
   === FreeBSD 10 autotools fix applied to
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/src/libs/libx
   ml2-2.6.31/acinclude.m4
   Checking for environment: Determined build machine: freebsd.amd64,
   target machine: freebsd.amd64, OK.
   Checking for kBuild: found, OK.
   Checking for gcc: found version 4.6.3, OK.
   Checking for Open Watcom:
   ** Open Watcom was not found!
   Checking for iasl: found version 20130823, OK.
   Checking for xslt: found, OK.
   Checking for mkisofs: found mkisofs 3.00 (amd64-unknown-freebsd10.0)
   Copyright (C) 1993-1997 Eric Youngdale (C) 1997-2010 Jrg Schilling, OK.
   Checking for pthread: found, OK.
   Checking for libxml2: found version 2.8.0, OK.
   Checking for libIDL: found version 0.8.14, OK.
   Checking for ssl: found version OpenSSL 1.0.1e-freebsd 11 Feb 2013, OK.
   Checking for libcurl: found version 7.32.0, OK.
   Checking for libvpx: found version 1.1.0, OK.
   Checking for zlib: found version 1.2.8, OK.
   Checking for libpng: found version 1.5.17, OK.
   Checking for Python support: found version 2.7.5, OK.
   Checking for Java support: OK.
   Checking for PulseAudio:
   pulse not found at -I/usr/local/include -L/usr/local/lib -lpulse or
   pulse headers not found
   Check the file
   /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.0/configure.log
   for detailed error information.
   Check
   

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-20 Thread Гуляев Гоша
   �

   �

   20.10.2013, 23:42, Bernhard Fröhlich de...@bluelife.at:

 Am 20.10.2013 19:19 schrieb ��л�ев �о�а
 [1]gosha-n...@yandex.ru:
 
  �
  20.10.2013, 22:25, Bernhard Fröhlich [2]de...@freebsd.org:
 
  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:
  [3]https://www.virtualbox.org/wiki/Changelog
 
  VirtualBox 4.3.0 Ports:
 
 [4]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!
 
  --
  Bernhard Froehlich
  [5]http://www.bluelife.at/
  ___
  [6]freebsd-emulation@freebsd.org mailing list
  [7]http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
  To unsubscribe, send any mail to
 [8]freebsd-emulation-unsubscr...@freebsd.org
 
  Hi Bernhard!
  There is my unsuccessfull report: It stops on pulseAudio search.
  For what VirtualBox needed pulseAudio? Can it be optional?
  If pulseaudio must be present, is it possible to add it as
 auto-installing dependency?

 Pulse audio is an optional dependency and off per default I think.
 It might be a typo in the option conversation.

 �

   It seems that it is a typo in Makefile, because I check make config for
   virtualbox-ose and there is only options enabled: DBUS, UDPTUNNEL, VNC

   �

   
   С �важением, ��л�ев �о�а.

References

   1. mailto:gosha-n...@yandex.ru
   2. mailto:de...@freebsd.org
   3. https://www.virtualbox.org/wiki/Changelog
   4. 
http://people.freebsd.org/~decke/virtualbox/virtualbox-cft-4.3.0-20131020.tar.gz
   5. http://www.bluelife.at/
   6. mailto:freebsd-emulation@freebsd.org
   7. http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
   8. mailto:freebsd-emulation-unsubscr...@freebsd.org
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org

Re: [Call for Testers] VirtualBox 4.3.0

2013-10-20 Thread Bernhard Fröhlich
Am 21.10.2013 01:13 schrieb Mike C. miguelmcl...@gmail.com:



 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?
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org