------- Comment From [email protected] 2014-08-21 14:59 EDT-------
Hello Manvanthara,

I found the following suggestion in a gdb mailing list for a similar
issue. It basically states:

"Glibc 2.16.0 removes the undocumented definition of 'struct siginfo' from
<bits/siginfo.h>. This struct is also available as the POSIX-defined
siginfo_t, so replace all uses of struct siginfo with siginfo_t."

So, can you edit the tests/ptrace-tests/tests/ppc-dabr-race.c and in the
check() routine replace

struct siginfo siginfo;

with

siginfo_t siginfo;

and see if it compiles now?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1355243

Title:
  ptrace test suite execution fails for Ubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1355243/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to