Created attachment 340376 [details] strace output running the tool. * app-emulation/vmware-workstation Latest version available: 9.0.1.894247 Latest version installed: 9.0.1.894247 Size of files: 221,440 kB Homepage: http://www.vmware.com/products/workstation/ Description: Emulate a complete PC on your PC without the usual performance overhead of most emulators License: vmware The library libvmware-netcfg.so/ is installed to the wrong location it is installed to /opt/vmware/lib/vmware, it should be installed to /opt/vmware/lib/vmware/lib/ This breaks the visual network editor tool. Moving the directory to the correct location fixes the problem. If you need more info please let me know.
Created attachment 340400 [details] fixed bmware's ebuild Maybe there should be done with adding dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmware-netcfg.so
Comment on attachment 340400 [details] fixed bmware's ebuild --- vmware-workstation-9.0.1.894247.ebuild 2013-01-09 14:06:03.848289740 +0100 +++ - 2013-02-28 17:19:32.896319671 +0100 @@ -160,7 +160,8 @@ "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmwarebase.so.0/libcrypto.so.0.9.8 dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libssl.so.0.9.8/libssl.so.0.9.8 \ "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmwarebase.so.0/libssl.so.0.9.8 - + dosym "${VM_INSTALL_DIR}"/lib/vmware/lib/libvmware-netcfg.so + # install the ancillaries insinto /usr doins -r share
Fixed in 9.0.2. Thanks.