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 (0x800f70000) 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"