public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: ABCD <en.ABCD@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user]  Re: warning: vmware workstation users should not use    new 10.0 profile
Date: Mon, 24 Aug 2009 19:18:56 -0400	[thread overview]
Message-ID: <h6v750$i30$1@ger.gmane.org> (raw)
In-Reply-To: <58965d8a0908241411r58a55098l5b5fd56ccf399386@mail.gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Paul Hartman wrote:
> On Mon, Aug 24, 2009 at 3:38 PM, Keith Dart<keith@dartworks.biz> wrote:
>> === On Mon, 08/24, Paul Hartman wrote: ===
>>> After switching to the 10.0
>>> profile, Xcb and other X-related things were emerged/upgraded, though,
>>> and I ran xcb-rebuilder.sh and revdep-rebuild both of which found no
>>> problems.
>> ===
>>
>> interesting. On my system some library named libxcb-xlib is used:
>>
>>
>> 315 $ ldd /opt/vmware/workstation/lib/vmware/bin/vmware | grep xcb
>>        libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0
>>        (0x00007ff7f67be000)
>>
>> But the new X libraries in 10.0 profile remove that file so it fails to
>> dynamically link that library.
>>
>> Maybe I need to run the overlay...
> 
> I've always been using vmware overlay, when new kernels and other
> things that break vmware, it usually has a fixed version within a few
> days. Right now I'm using vmware-modules 1.0.0.25 and
> vmware-workstation 6.5.3.185404.
> 
> $ ldd /opt/vmware/workstation/lib/vmware/bin/vmware | grep xcb
>         libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f7de0aac000)
> 
> Seems vmware has updated it in the newer version.
> 
> 

Just because ldd reports a library doesn't mean that there is a hard
dependency on that library.  If ../bin/vmware links against libX11.so.6,
but not libxcb*, and libX11.so.6 is linked against libxcb-xlib.so.0,
then ldd will report libxcb-xlib.so.0, because it is an indirect
dependency.  To find direct dependencies, you can use
`scanelf -qF '#F%n' /path/to/file`, which will output a comma-separated
list of libraries (for instance, "libxcb.so.1,libdl.so.2,libc.so.6").

- --
ABCD
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkqTH98ACgkQOypDUo0oQOoX8QCcCbmyWpDdzL7KpjYsK2togFFa
4qUAoLJAh64H0hOYQtyR8w4L8iIChhiy
=93An
-----END PGP SIGNATURE-----




      reply	other threads:[~2009-08-28 19:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-19  6:59 [gentoo-user] warning: vmware workstation users should not use new 10.0 profile Keith Dart
2009-08-24 16:35 ` Paul Hartman
2009-08-24 17:08   ` Paul Hartman
2009-08-24 18:19   ` Keith Dart
2009-08-24 19:05     ` Paul Hartman
2009-08-24 19:05       ` Paul Hartman
2009-08-24 20:38       ` Keith Dart
2009-08-24 21:11         ` Paul Hartman
2009-08-24 23:18           ` ABCD [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='h6v750$i30$1@ger.gmane.org' \
    --to=en.abcd@gmail.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox