* [gentoo-user] vmware-server-console: version `GCC_3.4' not found
@ 2008-04-14 16:22 Vladimir Rusinov
2008-04-14 23:58 ` William Kenworthy
0 siblings, 1 reply; 3+ messages in thread
From: Vladimir Rusinov @ 2008-04-14 16:22 UTC (permalink / raw
To: Gentoo User List
Hello!
I'm dealing with this bug:
http://bugs.gentoo.org/show_bug.cgi?id=217650
I'm not able to run vmware-server-console-1.0.5
$ eix vmware-server-console
[D] app-emulation/vmware-server-console
Installed versions: 1.0.5.80187(14:04:36 14.04.2008)
$ vmware-server-console
/opt/vmware/server/console/lib/bin/vmware-server-console:
/opt/vmware/server/console/lib/lib/libgcc_s.so.1/libgcc_s.so.1: version
`GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/opt/vmware/server/console/lib/bin/vmware-server-console:
/opt/vmware/server/console/lib/lib/libgcc_s.so.1/libgcc_s.so.1: version
`GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
/opt/vmware/server/console/lib/bin/vmware-server-console:
/opt/vmware/server/console/lib/lib/libgcc_s.so.1/libgcc_s.so.1: version
`GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
eix ^gcc$
[I] sys-devel/gcc
Installed versions: 4.2.0(4.2)(18:40:42 16.09.2007)(-altivec -bootstrap
-build doc fortran -gcj -gtk -hardened -ip28 -ip32r10k mudflap -multilib
-multislot -n32 -n64 nls -nocxx -objc -objc++ -objc-gc openmp -test -vanilla)
$ eix libstdc
[I] sys-libs/libstdc++-v3
Installed versions: 3.3.6(5)(02:07:19 10.09.2007)(-build -multilib nls
nptl)
[I] virtual/libstdc++
Installed versions: 3.3(3.3)(03:22:09 13.06.2007)
revdep-rebuild and installing gcc-3.4.6-r2 does not helps
Any suggestions how to fix this?
--
Vladimir Rusinov
Voronezh, Russia
UNIX Admin @ Murano Software
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] vmware-server-console: version `GCC_3.4' not found
2008-04-14 16:22 [gentoo-user] vmware-server-console: version `GCC_3.4' not found Vladimir Rusinov
@ 2008-04-14 23:58 ` William Kenworthy
2008-04-15 10:14 ` Vladimir Rusinov
0 siblings, 1 reply; 3+ messages in thread
From: William Kenworthy @ 2008-04-14 23:58 UTC (permalink / raw
To: gentoo-user
quick fix: locate the equivalent system libraries, move the problematic
vmware ones out of the way and symlink to the system libs. Works fine
with vmware workstation. And wait for gentoo/vmware to catch up and fix
with the next iteration ...
I am using vmware-workstation 5, and cant justify the cost of upgrading
- not sure if this is 5 specific or a wider problem, but there are a few
messages in google about it.
BillK
On Mon, 2008-04-14 at 20:22 +0400, Vladimir Rusinov wrote:
> Hello!
>
> I'm dealing with this bug:
> http://bugs.gentoo.org/show_bug.cgi?id=217650
>
> I'm not able to run vmware-server-console-1.0.5
>
> $ eix vmware-server-console
> [D] app-emulation/vmware-server-console
> Installed versions: 1.0.5.80187(14:04:36 14.04.2008)
>
> $ vmware-server-console
> /opt/vmware/server/console/lib/bin/vmware-server-console:
> /opt/vmware/server/console/lib/lib/libgcc_s.so.1/libgcc_s.so.1: version
> `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
> /opt/vmware/server/console/lib/bin/vmware-server-console:
> /opt/vmware/server/console/lib/lib/libgcc_s.so.1/libgcc_s.so.1: version
> `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
> /opt/vmware/server/console/lib/bin/vmware-server-console:
> /opt/vmware/server/console/lib/lib/libgcc_s.so.1/libgcc_s.so.1: version
> `GCC_3.4' not found (required by /usr/lib/libcairo.so.2)
>
> eix ^gcc$
> [I] sys-devel/gcc
> Installed versions: 4.2.0(4.2)(18:40:42 16.09.2007)(-altivec -bootstrap
> -build doc fortran -gcj -gtk -hardened -ip28 -ip32r10k mudflap -multilib
> -multislot -n32 -n64 nls -nocxx -objc -objc++ -objc-gc openmp -test -vanilla)
>
> $ eix libstdc
> [I] sys-libs/libstdc++-v3
> Installed versions: 3.3.6(5)(02:07:19 10.09.2007)(-build -multilib nls
> nptl)
>
> [I] virtual/libstdc++
> Installed versions: 3.3(3.3)(03:22:09 13.06.2007)
>
> revdep-rebuild and installing gcc-3.4.6-r2 does not helps
>
> Any suggestions how to fix this?
>
> --
> Vladimir Rusinov
> Voronezh, Russia
> UNIX Admin @ Murano Software
--
William Kenworthy <billk@iinet.net.au>
Home in Perth!
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] vmware-server-console: version `GCC_3.4' not found
2008-04-14 23:58 ` William Kenworthy
@ 2008-04-15 10:14 ` Vladimir Rusinov
0 siblings, 0 replies; 3+ messages in thread
From: Vladimir Rusinov @ 2008-04-15 10:14 UTC (permalink / raw
To: gentoo-user
On Tue, Apr 15, 2008 at 3:58 AM, William Kenworthy <billk@iinet.net.au> wrote:
> quick fix: locate the equivalent system libraries, move the problematic
> vmware ones out of the way and symlink to the system libs. Works fine
> with vmware workstation. And wait for gentoo/vmware to catch up and fix
> with the next iteration ...
>
> I am using vmware-workstation 5, and cant justify the cost of upgrading
> - not sure if this is 5 specific or a wider problem, but there are a few
> messages in google about it.
Thanks, I've already found a solution (thanks to Mike Auty on bugzilla):
"Thanks, this is a known problem. The version in the vmware overlay should
include the fix, which is to remove
/opt/vmware/server/console/lib/lib/libgcc_s.so.1/libgcc_s.so.1. It seems to be
causing the issues and doesn't appear to be vital (in fact, using the system
provided one is generally a better idea). We'll try and get this into the tree
as soon as we can. Thanks again for reporting this... 5:)"
--
Vladimir Rusinov
Voronezh, Russia
UNIX Admin @ Murano Software
--
gentoo-user@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-04-15 10:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14 16:22 [gentoo-user] vmware-server-console: version `GCC_3.4' not found Vladimir Rusinov
2008-04-14 23:58 ` William Kenworthy
2008-04-15 10:14 ` Vladimir Rusinov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox