Hi Kyle, Based on your pvfs2-config.h, clearly configure checks are busted :( We have a #undef HAVE_XATTR which means we don't include linux/xattr.h.. Hence the build error. I am afraid we won't be able to fix configure if the kbuild system on ppc64 spews out needless warnings that will error out with -Werror. BTW: Can you download vanilla 2.6 kernel and see if kbuild works without warnings.
I don't think this is related to a recent change. It has been like this for a long time. pvfs2-utils.c is not generated. it is part of the kernel module source. The duplication of the #defines in pvfs2-types.h might be a recent thing though. thanks, Murali On 11/27/06, Kyle Schochenmaier <[EMAIL PROTECTED]> wrote:
Murali Vilayannur wrote: > Hi Kyle, > You are doing it right. I must have introduced this...I did not have > access to a ppc64 box when I did those cleanups.. Is this reproducible > on an x86_64 as well? > Apart from the simple cleanups to all the print statements, the only > serious error is the missing definition of XATTR_REPLACE which I think > is because configure was broken on ppc64 iirc. Can you send > pvfs2-config.h? To (re?)clarify. Not reproducible on x86_64. I've included pvfs2-config this time :) What's changed in the last three weeks that causes ppc64 to break in config? Also, is pvfs2-utils.c being generated at configure time, I'm not seeing warnings on x86-64. One other thing to note, and certainly not critical, I noticed PVFS_XATTR_CREATE/REPLACE are being defined twice in pvfs2-types.h > > I really don't know how we can fix ppc64 builds since we rely on > -Werror in configure to detect missing/new function prototypes and > this causes even normal feature detection to break on ppc64. > RobL, correct me if I am wrong on that. Was that fixed subsequently? > thanks, > Murali > >> <snip> >> >> >> _______________________________________________ >> Pvfs2-developers mailing list >> [email protected] >> http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers >> > > !DSPAM:45627f47219877879438778! > -- Kyle Schochenmaier [EMAIL PROTECTED] Research Assistant, Dr. Brett Bode AmesLab - US Dept.Energy Scalable Computing Laboratory
_______________________________________________ Pvfs2-developers mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers
