strace doesn't decode stat() arguments on powerpc

Bug #484083 reported by didier
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
strace (Ubuntu)
New
Undecided
Unassigned

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 post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.