[Bug 484083] Re: strace doesn't decode stat() arguments on powerpc
Adrien Nader
484083 at bugs.launchpad.net
Thu Mar 6 10:30:42 UTC 2025
AfAIK this isn't an issue anymore.
** Changed in: strace (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to strace in Ubuntu.
https://bugs.launchpad.net/bugs/484083
Title:
strace doesn't decode stat() arguments on powerpc
Status in strace package in Ubuntu:
Invalid
Bug description:
Binary package hint: strace
Description: Ubuntu 9.10
Release: 9.10
from build/config.h
/* Define if stat64 is available in asm/stat.h. */
/* #undef HAVE_STAT64 */
from build/config.log
/usr/include/asm/stat.h:31: error: expected specifier-qualifier-list before 'ino_t'
In acinclude.m4
AC_DEFUN([AC_STAT64],
Doesn't include whatever is needed for ino_t
changing config.h to
#define HAVE_STAT64 1
works
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/strace/+bug/484083/+subscriptions
More information about the foundations-bugs
mailing list