Hi Ekow,

What configure options are you using?

From that command line it looks like you have --enable-mmap-racache set, which is experimental. I would advise against using that particular option. It has some serious problems in the current code base (beyond just compilation issues).

Is --enable-fast set as well? That particular option works fine, but be aware that if you use it you won't be able to turn on debugging messages if you run into problems. I don't like using that one myself, even though the name is certainly tempting :)

thanks,
-Phil

EJO wrote:
The pvfs2 from the CVS still fails on kmod compilaition.
The trailing error message is shown below. It complains that
'PVFS_isys_io' has too few arguments. Anyone succeeded in compiling with kmod on Ubuntu 9.04?

gcc -m64 -o src/apps/kernel/linux/pvfs2-client -L/home/ekw/GnuTmp/pvfs2/lib -L/usr/local/BDB/lib -rdynamic src/apps/kernel/linux/pvfs2-client.o -lpvfs2 -lcrypto -lssl -lpthread gcc -m64 -D__GEN_POSIX_LOCKING__ -D__PVFS2_CLIENT__ -I./include -DNDEBUG -O3 -DGOSSIP_DISABLE_DEBUG -D__STATIC_FLOWPROTO_MULTIQUEUE__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I . -I . -I./src/client/sysint -I./src/common/misc -I./src/common/quickhash -I./src/common/quicklist -I./src/common/id-generator -I./src/common/gossip -I./src/common/gen-locks -I./src/common/events -I./src/io/trove -I./src/io/bmi -I./src/io/description -I./src/io/buffer -I./src/io/job -I./src/io/dev -I./src/proto -I./src/common/mgmt -I/home/ekw/GnuTmp/pvfs2/include -DPVFS2_VERSION="\"2.8.1pre1-2009-09-26-101554\"" -D__STATIC_METHOD_BMI_TCP__ -DUSE_MMAP_RA_CACHE -pipe -Wall -Wstrict-prototypes -I./src/kernel/linux-2.6 -I./src/apps/kernel/linux src/apps/kernel/linux/pvfs2-client-core.c -c -o src/apps/kernel/linux/pvfs2-client-core.o
src/apps/kernel/linux/pvfs2-client-core.c: In function 
'post_io_readahead_request':
src/apps/kernel/linux/pvfs2-client-core.c:1612: error: too few arguments to 
function 'PVFS_isys_io'
make: *** [src/apps/kernel/linux/pvfs2-client-core.o] Error 1

---Ekow

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

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

Reply via email to