Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459566 - app-emulation/vmware-workstation-9.0.1.894247 libvmware-netcfg.so/ directory installed in incorrect location
Summary: app-emulation/vmware-workstation-9.0.1.894247 libvmware-netcfg.so/ directory ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Vadim Kuznetsov (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2013-02-27 17:01 UTC by hammackj
Modified: 2013-03-10 12:20 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
strace output running the tool. (log,16.10 KB, text/plain)
2013-02-27 17:01 UTC, hammackj
Details
fixed bmware's ebuild (vmware-workstation-9.0.1.894247-r1.ebuild,13.58 KB, text/plain)
2013-02-27 18:27 UTC, RedEyedMan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hammackj 2013-02-27 17:01:19 UTC
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.
Comment 1 RedEyedMan 2013-02-27 18:27:21 UTC
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 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-02-28 16:19:49 UTC
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
Comment 3 Vadim Kuznetsov (RETIRED) gentoo-dev 2013-03-10 12:20:17 UTC
Fixed in 9.0.2. Thanks.