Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376299 - sys-process/procps-3.2.8_p10 installs broken symlink libproc.so
Summary: sys-process/procps-3.2.8_p10 installs broken symlink libproc.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 375997
  Show dependency tree
 
Reported: 2011-07-25 07:08 UTC by Michał Górny
Modified: 2011-07-28 14:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix the ebuild (0001-Fix-installing-libproc-symlink.patch,946 bytes, patch)
2011-07-25 07:08 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-07-25 07:08:22 UTC
Created attachment 280889 [details, diff]
Patch to fix the ebuild

$ ls -lh /lib64/libproc*
-r-xr-xr-x 1 root root 62K lip 20 18:18 /lib64/libproc-3.2.8.so
lrwxrwxrwx 1 root root  20 lip 20 18:18 /lib64/libproc.so -> libproc-3.2.8_p10.so
Comment 1 tokiclover 2011-07-26 09:49:24 UTC
I've just noticed and rebuild the package for no avail. Is it enough to make a symlink `ln -s /lib/libproc-3.2.8{,_p10}.so`? This what I did to...
Comment 2 tokiclover 2011-07-26 10:02:09 UTC
I'm just feeling a bit weird... so the patch,--which I did not notice at first glance,--does what I was trying to... say?
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-07-28 14:04:14 UTC
Committed.