public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Vmware player startup error message
@ 2006-12-21 19:53 Kevin O'Gorman
  2006-12-21 20:29 ` Xamindar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kevin O'Gorman @ 2006-12-21 19:53 UTC (permalink / raw
  To: gentoo-user

When I start vmware player, I always get this message:
/opt/vmware/player/lib/bin/vmplayer:
/opt/vmware/player/lib/lib/libpng12.so.0/libpng12.so.0: no version
information available (required by /usr/lib/libcairo.so.2)

Vmware seems to run anyway, so I'm not sure -- is this a problem?

Both cairo and vmware are installed by portage, and I'm not aware of
any configuration I have done aside from the virtual machine images.

-- 
Kevin O'Gorman, PhD
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Vmware player startup error message
  2006-12-21 19:53 [gentoo-user] Vmware player startup error message Kevin O'Gorman
@ 2006-12-21 20:29 ` Xamindar
  2006-12-22 10:58 ` Nelson, David (ED, PAR&D)
  2006-12-23 12:33 ` Bo Ørsted Andresen
  2 siblings, 0 replies; 4+ messages in thread
From: Xamindar @ 2006-12-21 20:29 UTC (permalink / raw
  To: gentoo-user

I get the same message.  vmware seems to work just fine, don't worry 
about it.

Kevin O'Gorman wrote:
> When I start vmware player, I always get this message:
> /opt/vmware/player/lib/bin/vmplayer:
> /opt/vmware/player/lib/lib/libpng12.so.0/libpng12.so.0: no version
> information available (required by /usr/lib/libcairo.so.2)
>
> Vmware seems to run anyway, so I'm not sure -- is this a problem?
>
> Both cairo and vmware are installed by portage, and I'm not aware of
> any configuration I have done aside from the virtual machine images.
>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [gentoo-user] Vmware player startup error message
  2006-12-21 19:53 [gentoo-user] Vmware player startup error message Kevin O'Gorman
  2006-12-21 20:29 ` Xamindar
@ 2006-12-22 10:58 ` Nelson, David (ED, PAR&D)
  2006-12-23 12:33 ` Bo Ørsted Andresen
  2 siblings, 0 replies; 4+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2006-12-22 10:58 UTC (permalink / raw
  To: gentoo-user


> -----Original Message-----
> From: Kevin O'Gorman [mailto:kogorman@gmail.com]
> Sent: 21 December 2006 19:54
> To: gentoo-user@lists.gentoo.org
> Subject: [gentoo-user] Vmware player startup error message
> 
> 
> When I start vmware player, I always get this message:
> /opt/vmware/player/lib/bin/vmplayer:
> /opt/vmware/player/lib/lib/libpng12.so.0/libpng12.so.0: no version
> information available (required by /usr/lib/libcairo.so.2)
> 
> Vmware seems to run anyway, so I'm not sure -- is this a problem?
> 
> Both cairo and vmware are installed by portage, and I'm not aware of
> any configuration I have done aside from the virtual machine images.
> 
> -- 
> Kevin O'Gorman, PhD
> -- 
> gentoo-user@gentoo.org mailing list
> 
> 

Looks like cairon doesn't know what version libpng is? 

Just a guess. Don't know if it needs fixing or not...

David

Note: These views are my own, advice is provided with no guarantee of success. I do not represent anyone else in any emails I send to this list.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Vmware player startup error message
  2006-12-21 19:53 [gentoo-user] Vmware player startup error message Kevin O'Gorman
  2006-12-21 20:29 ` Xamindar
  2006-12-22 10:58 ` Nelson, David (ED, PAR&D)
@ 2006-12-23 12:33 ` Bo Ørsted Andresen
  2 siblings, 0 replies; 4+ messages in thread
From: Bo Ørsted Andresen @ 2006-12-23 12:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1612 bytes --]

On Thursday 21 December 2006 20:53, Kevin O'Gorman wrote:
> When I start vmware player, I always get this message:
> /opt/vmware/player/lib/bin/vmplayer:
> /opt/vmware/player/lib/lib/libpng12.so.0/libpng12.so.0: no version
> information available (required by /usr/lib/libcairo.so.2)
>
> Vmware seems to run anyway, so I'm not sure -- is this a problem?
>
> Both cairo and vmware are installed by portage, and I'm not aware of
> any configuration I have done aside from the virtual machine images.

I mention this in comment 10 and 14 on bug #148682 [1]. It seems to be a non 
issue, but if you have ~media-libs/libpng-1.2.12 you can get rid of it by 
removing (or just moving) /opt/vmware/workstation/lib/lib/libpng12.so.0 out 
of the way. Then it will use /usr/lib/libpng12.so instead 
of /opt/vmware/workstation/lib/lib/libpng12.so.0/libpng12.so.0. I don't know 
if it will work with other versions of libpng installed too.

Anyway the issue is that vmware provides libpng but not libcairo yet it links 
against libcairo which is linked against libpng. Another way to get rid of 
the warning would probably be to compile x11-libs/cairo with the png USE flag 
disabled. You can, however, safely ignore it.

# ldd /opt/vmware/workstation/lib/bin/vmware | egrep "libcairo.so|libpng"
        libcairo.so.2 => /usr/lib/libcairo.so.2 (0x4a17f000)
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x49fdd000)
# ldd /usr/lib/libcairo.so | egrep "libpng"
        libpng12.so.0 => /usr/lib/libpng12.so.0 (0x49fdd000)

[1] https://bugs.gentoo.org/show_bug.cgi?id=148682

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-12-23 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-21 19:53 [gentoo-user] Vmware player startup error message Kevin O'Gorman
2006-12-21 20:29 ` Xamindar
2006-12-22 10:58 ` Nelson, David (ED, PAR&D)
2006-12-23 12:33 ` Bo Ørsted Andresen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox