You can trigger the failure by doing 'make extract; touch work/rstat.x; make all'
The failure is because rpcgen rstat.x calls cpp -E which replaces an
"#ifdef __STDC__" with "#ifdef 1" in the output, which is a gcc 3 syntax error.
Submitted by: Samy Al Bahra (maintainer)
Analyzed by: kris