|
From: Maynard J. <may...@us...> - 2011-08-13 14:44:03
|
I did an svn checkout of valgrind yesterday and found that it fails to compile on ppc64 arch with the following error: m_syswrap/syswrap-linux.c: In function 'vgSysWrap_linux_sys_ioctl_before': m_syswrap/syswrap-linux.c:4010: warning: implicit declaration of function 'VKI_IOR' m_syswrap/syswrap-linux.c:4010: error: expected expression before 'vki_loff_t' m_syswrap/syswrap-linux.c:4010: error: case label does not reduce to an integer constant m_syswrap/syswrap-linux.c: In function 'vgSysWrap_linux_sys_ioctl_after': m_syswrap/syswrap-linux.c:5108: error: expected expression before 'vki_loff_t' m_syswrap/syswrap-linux.c:5108: error: case label does not reduce to an integer constant make[3]: *** [libcoregrind_ppc64_linux_a-syswrap-linux.o] Error 1 I haven't had time to debug this yet. It looks like r11963 on Aug 10 might have done the damage. A checkout from Aug 8 compiles OK. By the way, I notice there hasn't been a ppc32 nightly build since July 27. Anyone know why? Thanks! -Maynard |