Your message dated Sun, 18 May 2014 08:25:01 +0200
with message-id 
<CA+7wUsxr5pM4QZkaysH_ECNGU7=qzz49djnrs3blt5+kzjf...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #731959,
regarding undefined reference to `get_proc_stats'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
731959: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731959
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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/*.h
/usr/include/proc/readproc.h:extern proc_t * get_proc_stats(pid_t pid,
proc_t *p);

but:

$ nm -D /usr/lib/x86_64-linux-gnu/libprocps.so | grep get_
                 U __ctype_get_mb_cur_max
000000000000c150 T get_pid_digits
000000000000ac40 T get_slabinfo

Is this a bug (regression) ? or am I missing something here ?

For reference, on squeeze:

$ grep get_proc_stats /usr/include/proc/*.h
/usr/include/proc/readproc.h:extern proc_t * get_proc_stats(pid_t pid,
proc_t *p);

and:

$ nm -D /lib/libproc-3.2.8.so | grep get_
                 U __ctype_get_mb_cur_max
000000000000cf75 T get_pid_digits
0000000000009d29 T get_proc_stats
000000000000ae4d T get_slabinfo



Thanks much !

--- End Message ---
--- Begin Message ---
Control: found -1 0.1~bzr28-1
Control: fixed -1 0.1~bzr33-1

This was fixed in latest upstream.

--- End Message ---

Reply via email to