Hi,

I am trying to compile orangefs 2.9.6 on our cluster, and face multiple
issues. The cluster runs OpenSuSE 13.1, kernel 3.11. The precise
configure line that I use is:

  ./configure CFLAGS=-m64 --prefix=/opt/pvfs2/2.9.6
--with-kernel=/usr/src/linux-3.11.10-21/ --enable-shared

config.log is attached to the email.

----
The first error is during compilation:

src/apps/user/ofs_setdirhint.c:14:24: fatal error: attr/xattr.h: No such
file or directory
  #include <attr/xattr.h>
                         ^
compilation terminated.
make: *** [src/apps/user/ofs_setdirhint.o] Error 1
make: *** Waiting for unfinished jobs....
---

If I change the include statement in that file from <attr/xattr.h> to
<linux/xattr.h>, the compilation finishes however successfully.
------
The second error occurs when trying to compile the kernel module:

crill:~/orangefs-2.9.6 # make kmod
make[2]: *** No rule to make target `modules'.  Stop.
make[1]: *** [default] Error 2
make: *** [just_kmod] Error 2

That one I have not been able to fix, any ideas how to resolve this?
Thanks
Edgar


Attachment: config.log.gz
Description: GNU Zip compressed data

_______________________________________________
Pvfs2-users mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users

Reply via email to