Bug#760450: libc6-prof is unusable

2014-10-16 Thread Aurelien Jarno
control: found -1 760450 libc6-prof/2.11.3-4 On Thu, Sep 04, 2014 at 12:41:06PM +0400, Dmitry Eremin-Solenikov wrote: Package: libc6-prof Version: 2.19-10 Severity: grave The library from libc6-prof package is unusable. I'm compiling the simple example program: int main(void) {

Bug#760450: libc6-prof is unusable

2014-09-04 Thread Dmitry Eremin-Solenikov
Package: libc6-prof Version: 2.19-10 Severity: grave The library from libc6-prof package is unusable. I'm compiling the simple example program: int main(void) { return sleep(3); } If I follow directly the suggestion from the README.Debian, I get the following error: $ gcc -g -pg