version `GCC_3.4' not found
Hi,
Just tried the new inkscape-0.45pre1.x86.package that is advertised on www.inkscape.org. I am getting these errors when trying to launch:
[mimooh@...1459... ~]$ inkscape inkscape: /lib/libgcc_s.so.1: version `GCC_3.4' not found (required by inkscape) inkscape: /usr/bin/../lib/libpng12.so.0: no version information available (required by inkscape)
The GCC_3.4 one seems to be fatal - inkscape won't launch. This is my configuration:
[root@...1459... ~]# rpm -qa | grep gcc libgcc-3.3.6-4 gcc-dirs-1.0-2 gcc-3.3.6-4 gcc-c++-3.3.6-4 [root@...1459... ~]# rpm -ql libgcc /lib/libgcc_s.so.1
I would say I use a rather fresh distro (PLD Linux) and I just upgraded libgcc package. What is the problem then?
Karol
On Tue, Jan 23, 2007 at 12:16:42AM +0100, Karol Krenski wrote:
Hi,
Just tried the new inkscape-0.45pre1.x86.package that is advertised on www.inkscape.org. I am getting these errors when trying to launch:
[mimooh@...1459... ~]$ inkscape inkscape: /lib/libgcc_s.so.1: version `GCC_3.4' not found (required by inkscape) inkscape: /usr/bin/../lib/libpng12.so.0: no version information available (required by inkscape)
The GCC_3.4 one seems to be fatal - inkscape won't launch. This is my configuration:
[root@...1459... ~]# rpm -qa | grep gcc libgcc-3.3.6-4 gcc-dirs-1.0-2 gcc-3.3.6-4 gcc-c++-3.3.6-4 [root@...1459... ~]# rpm -ql libgcc /lib/libgcc_s.so.1
I would say I use a rather fresh distro (PLD Linux) and I just upgraded libgcc package. What is the problem then?
Sometimes gcc changes its C++ ABI, which causes library level breakages. The errors are different from what you're reporting, but given that you've done a gcc upgrade, this'd be my bet as to what's going wrong. In these situations the solution is to make sure all of the C++ dependencies for inkscape are compiled with the same version of gcc as you're using for inkscape.
Folks have been able to successfully compile and run with gcc 3.4, so I think it should work properly if everything is compiled with the same version.
Bryce
Karol Krenski wrote:
Just tried the new inkscape-0.45pre1.x86.package that is advertised on www.inkscape.org. I am getting these errors when trying to launch:
[mimooh@...1459... ~]$ inkscape inkscape: /lib/libgcc_s.so.1: version `GCC_3.4' not found (required by inkscape)
Well that is pretty depressing. Don't give up on me. I'll let you know when I've got a new package for you to test. And I will need help testing to make sure this gets fixed.
In the meantime, anybody got any clues about libgcc_s.so.1?
Aaron Spike
On Mon, Jan 22, 2007 at 10:15:38PM -0600, Aaron Spike wrote:
Karol Krenski wrote:
Just tried the new inkscape-0.45pre1.x86.package that is advertised on www.inkscape.org. I am getting these errors when trying to launch:
[mimooh@...1459... ~]$ inkscape inkscape: /lib/libgcc_s.so.1: version `GCC_3.4' not found (required by inkscape)
Well that is pretty depressing. Don't give up on me. I'll let you know when I've got a new package for you to test. And I will need help testing to make sure this gets fixed.
Sure. I'll be happy to test. I saw the GCC_3.4 problem like a month ago and I gave up then. This week I upgraded my distro and tried to install inkscape again - after I failed I decided to post to the mailing list. Feel free to notify me directly at mimooh(at)inf.sgsp.edu.pl when you've a new package.
regards, Karol
Karol Krenski wrote:
Just tried the new inkscape-0.45pre1.x86.package that is advertised on www.inkscape.org. I am getting these errors when trying to launch:
[mimooh@...1459... ~]$ inkscape inkscape: /lib/libgcc_s.so.1: version `GCC_3.4' not found (required by inkscape) inkscape: /usr/bin/../lib/libpng12.so.0: no version information available (required by inkscape)
The GCC_3.4 one seems to be fatal - inkscape won't launch. This is my configuration:
[root@...1459... ~]# rpm -qa | grep gcc libgcc-3.3.6-4 gcc-dirs-1.0-2 gcc-3.3.6-4 gcc-c++-3.3.6-4 [root@...1459... ~]# rpm -ql libgcc /lib/libgcc_s.so.1
I would say I use a rather fresh distro (PLD Linux) and I just upgraded libgcc package. What is the problem then?
Just to update the list on this problem. I've chatted with Mike from autopackage a couple times over the last days. More research is necessary, but this may be an autopackage problem. In the meantime users who are confounded by this may try starting inkscape with the following command.
`LD_LIBRARY_PATH=/usr/libexec/autopackage/ inkscape`
Please report back if that works for you.
Aaron Spike
On Wed, Jan 24, 2007 at 10:04:33PM -0600, Aaron Spike wrote:
Karol Krenski wrote:
Just tried the new inkscape-0.45pre1.x86.package that is advertised on www.inkscape.org. I am getting these errors when trying to launch:
[mimooh@...1459... ~]$ inkscape inkscape: /lib/libgcc_s.so.1: version `GCC_3.4' not found (required by inkscape) inkscape: /usr/bin/../lib/libpng12.so.0: no version information available (required by inkscape)
The GCC_3.4 one seems to be fatal - inkscape won't launch. This is my configuration:
[root@...1459... ~]# rpm -qa | grep gcc libgcc-3.3.6-4 gcc-dirs-1.0-2 gcc-3.3.6-4 gcc-c++-3.3.6-4 [root@...1459... ~]# rpm -ql libgcc /lib/libgcc_s.so.1
I would say I use a rather fresh distro (PLD Linux) and I just upgraded libgcc package. What is the problem then?
Just to update the list on this problem. I've chatted with Mike from autopackage a couple times over the last days. More research is necessary, but this may be an autopackage problem. In the meantime users who are confounded by this may try starting inkscape with the following command.
`LD_LIBRARY_PATH=/usr/libexec/autopackage/ inkscape`
Please report back if that works for you.
Works for me.
Karol
participants (3)
-
Aaron Spike
-
Bryce Harrington
-
Karol Krenski