[...]
If you follow the whole thread, get_proc_stats is not available
anymore in recent procps releases. Therefore the only solution is to
follow:
http://www.freelists.org/post/procps/private-symbol-get-proc-stats,1
Would it be possible that it gets included in upstream directly
instead of withi
For reference here is the commit upstream:
https://gitorious.org/procps/procps/commit/ea221b4e4283f8120cd96633ea2f619674a108b1
commit log is not very precise as to why get_proc_stats became a private symbol.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject o
Control: tags -1 confirmed patch
Control: severity -1 grave
Here is the patch:
--- procps-3.3.8.orig/proc/libprocps.sym
+++ procps-3.3.8/proc/libprocps.sym
@@ -12,6 +12,7 @@ global:
free_slabinfo;
freeproc;
get_pid_digits;
+ get_proc_stats;
get_slabinfo;
g
Package: libprocps0-dev
Version: 1:3.3.3-3
I am trying to port an application from squeeze to wheezy. On squeeze
my application required libproc-dev, which apparently has been moved
to libprocps0-dev.
However there is something not clear to me, on wheezy:
$ grep get_proc_stats /usr/include/proc/
4 matches
Mail list logo