Re: [Call for Testers] VirtualBox 4.3.2 : Success

2013-12-12 Thread Mikaël Urankar
Hi,

I just noticed that all programs that use qt4 segfault if they are
built with GCC (4.6 or 4.8) and if the QT_PLUGIN_PATH contains
/usr/local/kde4/lib/kde4/plugins. The same program built with clang
works fine. I'm using current, I don't know if that affects stable or
release.

Mikaël
___
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.2 : Success

2013-12-12 Thread Mikaël Urankar
2013/12/12 Bernhard Fröhlich de...@freebsd.org:
 Could you please do ldd /usr/local/bin/VirtualBox and send me the
 output? I have
 just committed a fix to the vbox 4.2.20_1 port that fixes an issue
 where vbox picks up
 incompatible libstdc++ and other shared objects which cause it to fail
 in strange ways
 (sometimes directly at startup or even at runtime). It could be that
 this bug is also
 because of that.

 You could try to install vbox 4.2.20_1 and see if that works or fails the 
 same.

Here are the results:
/usr/local/bin/VirtualBox:
libthr.so.3 = /lib/libthr.so.3 (0x800821000)
libstdc++.so.6 = /usr/local/lib/gcc46/libstdc++.so.6 (0x800a46000)
libm.so.5 = /lib/libm.so.5 (0x800d4a000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x800f7)
libc.so.7 = /lib/libc.so.7 (0x80117d000)

vbox 4.2.20_1 works fine, thanks!

I've noticed this problem on misc/qt4-qtdemo, the first time it was
built with clang and worked just fine, the second time with GCC (I've
put USE_GCC= 4.6 in the Makefile) and one of the qt4-demo (I haven't
tested them all) crashed.
___
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.2 : Success

2013-12-03 Thread Bernhard Fröhlich
On Mon, Dec 2, 2013 at 2:48 AM, Mario Lobo l...@bsd.com.br wrote:
 On Fri, 29 Nov 2013 14:42:49 +0100
 Mikaël Urankar mikael.uran...@gmail.com wrote:

 Hi,

 Please CC: me on replies, I am not subscribed to freebsd-emulation.

 VirtualBox-4.3.2 works fine on my environment :
 FreeBSD desktop-016.xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r258424M:
 Thu Nov 21 09:54:40 CET 2013
 m...@desktop-016.xx:/usr/obj/usr/src/sys/ACHERON  amd64

 I need the following file in the root folder (if I don't put the
 Global tag I have this error message : Failed to create the
 VirtualBox COM object) :
 cat /root/.VirtualBox/VirtualBox.xml
 ?xml version=1.0?
 VirtualBox xmlns=http://www.innotek.de/VirtualBox-settings;
 version=1.12-freebsd
   Global
   /Global
 /VirtualBox

 On my user session :
  - I need to unsetenv QT_PLUGIN_PATH to prevent VirtualBox from
 segfault'ing (I'm running KDE) session
  - I've cleaned my user's VirtualBox.xml config file : I've removed
 some MachineEntry uuid that were giving me the infamous Failed to
 create the VirtualBox COM object

 Thanks for your work,
 WBR
 Mikaël
 ___
 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

 I wish i could say the same.

 I switched from FBSD 8.4 to 9.2 and still can't compile 4.3.x. 4.3.4
 doesn't even apply the patches correctly. The previous 4.3.x at least
 did that.

I wonder where you have that 4.3.4 port from. But it might be that you
have messed it up or did not use the only trustworthy source for vbox [1]
ports or just copied it over an existing port.

[1] svn co https://svn.redports.org/virtualbox

 4.2.20 doesn't compile either. It ends with this error:

 /usr/bin/ld: cannot find -ldl
 kmk: ***
 [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VirtualBox/VirtualBox.so]
 Error 1

 Dispite my attempt to remove -ldl (which applies to only to linux,
 according to what i googled) from all occurences I could find, it
 somehow keeps sneaking in again.

There is no 4.2.20 port yet so I can't say much about that except
that I don't know how your port looks like and I can't support stuff
I don't know. If you want to fiddle around with vbox port development
please join us on IRC. (#freebsd-vbox on freenode)

-- 
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.2 : Success

2013-12-03 Thread Bernhard Fröhlich
On Tue, Dec 3, 2013 at 1:14 PM, Bernhard Fröhlich de...@freebsd.org wrote:
 On Mon, Dec 2, 2013 at 2:48 AM, Mario Lobo l...@bsd.com.br wrote:
 On Fri, 29 Nov 2013 14:42:49 +0100
 Mikaël Urankar mikael.uran...@gmail.com wrote:

 Hi,

 Please CC: me on replies, I am not subscribed to freebsd-emulation.

 VirtualBox-4.3.2 works fine on my environment :
 FreeBSD desktop-016.xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r258424M:
 Thu Nov 21 09:54:40 CET 2013
 m...@desktop-016.xx:/usr/obj/usr/src/sys/ACHERON  amd64

 I need the following file in the root folder (if I don't put the
 Global tag I have this error message : Failed to create the
 VirtualBox COM object) :
 cat /root/.VirtualBox/VirtualBox.xml
 ?xml version=1.0?
 VirtualBox xmlns=http://www.innotek.de/VirtualBox-settings;
 version=1.12-freebsd
   Global
   /Global
 /VirtualBox

 On my user session :
  - I need to unsetenv QT_PLUGIN_PATH to prevent VirtualBox from
 segfault'ing (I'm running KDE) session
  - I've cleaned my user's VirtualBox.xml config file : I've removed
 some MachineEntry uuid that were giving me the infamous Failed to
 create the VirtualBox COM object

 Thanks for your work,
 WBR
 Mikaël
 ___
 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

 I wish i could say the same.

 I switched from FBSD 8.4 to 9.2 and still can't compile 4.3.x. 4.3.4
 doesn't even apply the patches correctly. The previous 4.3.x at least
 did that.

 I wonder where you have that 4.3.4 port from. But it might be that you
 have messed it up or did not use the only trustworthy source for vbox [1]
 ports or just copied it over an existing port.

 [1] svn co https://svn.redports.org/virtualbox

 4.2.20 doesn't compile either. It ends with this error:

 /usr/bin/ld: cannot find -ldl
 kmk: ***
 [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VirtualBox/VirtualBox.so]
 Error 1

 Dispite my attempt to remove -ldl (which applies to only to linux,
 according to what i googled) from all occurences I could find, it
 somehow keeps sneaking in again.

Btw this has already been fixed in our development port I think.

https://redports.org/changeset/20207/virtualbox

 There is no 4.2.20 port yet so I can't say much about that except
 that I don't know how your port looks like and I can't support stuff
 I don't know. If you want to fiddle around with vbox port development
 please join us on IRC. (#freebsd-vbox on freenode)

 --
 Bernhard Froehlich
 http://www.bluelife.at/

-- 
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.2 : Success

2013-12-01 Thread Mario Lobo
On Fri, 29 Nov 2013 14:42:49 +0100
Mikaël Urankar mikael.uran...@gmail.com wrote:

 Hi,
 
 Please CC: me on replies, I am not subscribed to freebsd-emulation.
 
 VirtualBox-4.3.2 works fine on my environment :
 FreeBSD desktop-016.xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r258424M:
 Thu Nov 21 09:54:40 CET 2013
 m...@desktop-016.xx:/usr/obj/usr/src/sys/ACHERON  amd64
 
 I need the following file in the root folder (if I don't put the
 Global tag I have this error message : Failed to create the
 VirtualBox COM object) :
 cat /root/.VirtualBox/VirtualBox.xml
 ?xml version=1.0?
 VirtualBox xmlns=http://www.innotek.de/VirtualBox-settings;
 version=1.12-freebsd
   Global
   /Global
 /VirtualBox
 
 On my user session :
  - I need to unsetenv QT_PLUGIN_PATH to prevent VirtualBox from
 segfault'ing (I'm running KDE) session
  - I've cleaned my user's VirtualBox.xml config file : I've removed
 some MachineEntry uuid that were giving me the infamous Failed to
 create the VirtualBox COM object
 
 Thanks for your work,
 WBR
 Mikaël
 ___
 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

I wish i could say the same.

I switched from FBSD 8.4 to 9.2 and still can't compile 4.3.x. 4.3.4
doesn't even apply the patches correctly. The previous 4.3.x at least
did that.

4.2.20 doesn't compile either. It ends with this error:

/usr/bin/ld: cannot find -ldl
kmk: ***
[/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VirtualBox/VirtualBox.so]
Error 1

Dispite my attempt to remove -ldl (which applies to only to linux,
according to what i googled) from all occurences I could find, it
somehow keeps sneaking in again.

-- 
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

[Call for Testers] VirtualBox 4.3.2 : Success

2013-11-29 Thread Mikaël Urankar
Hi,

Please CC: me on replies, I am not subscribed to freebsd-emulation.

VirtualBox-4.3.2 works fine on my environment :
FreeBSD desktop-016.xxx 11.0-CURRENT FreeBSD 11.0-CURRENT #6 r258424M:
Thu Nov 21 09:54:40 CET 2013
m...@desktop-016.xx:/usr/obj/usr/src/sys/ACHERON  amd64

I need the following file in the root folder (if I don't put the
Global tag I have this error message : Failed to create the
VirtualBox COM object) :
cat /root/.VirtualBox/VirtualBox.xml
?xml version=1.0?
VirtualBox xmlns=http://www.innotek.de/VirtualBox-settings;
version=1.12-freebsd
  Global
  /Global
/VirtualBox

On my user session :
 - I need to unsetenv QT_PLUGIN_PATH to prevent VirtualBox from
segfault'ing (I'm running KDE) session
 - I've cleaned my user's VirtualBox.xml config file : I've removed
some MachineEntry uuid that were giving me the infamous Failed to
create the VirtualBox COM object

Thanks for your work,
WBR
Mikaël
___
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