Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
$ gnuplot gnuplot: error while loading shared libraries: libvga.so.1: cannot open shared object file: No such file or directory $ ls /usr/lib/libvga* /usr/lib/libvga.a /usr/lib/libvga.so.1.4.3 /usr/lib/libvgagl.so /usr/lib/libvga.so /usr/lib/libvgagl.a /usr/lib/libvgagl.so.1.4.3 ln -s /usr/lib/libvga.so.1.4.3 /usr/lib/libvga.so.1 <-- fixes the problem I'm betting that this is part of what Azarah was working on.
Grant, actually I think this is because of a portage bug that removed some symlinks .. might have to check with carpaski if this was fixed, but I believe so.
*** Bug 10877 has been marked as a duplicate of this bug. ***
*** Bug 11522 has been marked as a duplicate of this bug. ***
Bah, lets just fix it ebuild side.
Fixed in -r3 (added preplib in src_install() ).