Ticket #118 (closed bug: fixed)

Opened 8 weeks ago

Last modified 8 weeks ago

compile fails for mmap ra cache feature

Reported by: harms Owned by: harms
Priority: minor Component: Client Daemon
Version: HEAD Keywords:
Cc:

Description

The pvfs2-client-core.c fails to compile when the MMAP_RA_CACHE macro is enabled due to PVFS_isys_io not being updated to the latest version of the interface. Reported by Ekow.

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 -DGEN_POSIX_LOCKING -DPVFS2_CLIENT -I./include -DNDEBUG -O3 -DGOSSIP_DISABLE_DEBUG -DSTATIC_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\"" -DSTATIC_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

Change History

Changed 8 weeks ago by harms

  • owner changed from slang to harms
  • status changed from new to assigned

Changed 8 weeks ago by harms

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.