shirleyian / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 1 forks source link

Broken libpng15.so.15 on LiveCD #259

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Boot usb-stick with LiveCD pentoo-amd64-default-2014.0_RC2.1.iso (used 
unetbootin)
2. startx
3. In a terminal, enter 'gparted'

What is the expected output? What do you see instead?
Gparted does not open, this error message appears:

pentoo ~ # gparted /dev/sda
/usr/sbin/gpartedbin: error while loading shared libraries: libpng15.so.15: 
cannot open shared object file: No such file or directory

Please use labels and text to provide additional information.

Temporary fix:
revdep-rebuild -L libpng15.so.15

Original issue reported on code.google.com by Wuod...@gmail.com on 29 Apr 2014 at 12:08

GoogleCodeExporter commented 9 years ago
I guess libpng hasn't been upgraded properly.

This is not the first we see something similar. I suggest to find the root of 
the problem this time.

Original comment by blshkv on 2 May 2014 at 10:20

GoogleCodeExporter commented 9 years ago
The build scripts run revdep-rebuild and more every single time a stage is run, 
this really shouldn't be possible... Not saying you are wrong, but it points to 
a bug in revdep-rebuild

Original comment by sidhayn on 2 May 2014 at 1:27

GoogleCodeExporter commented 9 years ago
ugh, it's not the only thing broken either.

I'll add new steps to verification on isos.

Original comment by sidhayn on 2 May 2014 at 4:12

GoogleCodeExporter commented 9 years ago
this doesn't appear to be a problem anymore, and hopefully the fixes will keep 
this from happening again.

Original comment by sidhayn on 8 Sep 2014 at 3:06