Configuring IPC::Mmap... Checking if your kit is complete... Looks good Writing Makefile for IPC::Mmap make: *** Warning: File `Makefile' has modification time in the future (2007-11-28 18:41:56 > 2007-11-28 18:41:55) cp lib/IPC/Mmap.pm blib/lib/IPC/Mmap.pm cp lib/IPC/Mmap/POSIX.pm blib/lib/IPC/Mmap/POSIX.pm cp lib/IPC/Mmap/Win32.pm blib/lib/IPC/Mmap/Win32.pm /home/cpanrun/tmp/5.10.0/bin/perl /home/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /home/cpanrun/build/5.10.0/lib/ExtUtils/typemap -typemap typemap Mmap.xs > Mmap.xsc && mv Mmap.xsc Mmap.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -DVERSION=\"0.14\" -DXS_VERSION=\"0.14\" -fPIC "-I/home/cpanrun/build/5.10.0/lib/CORE" Mmap.c Running Mkbootstrap for IPC::Mmap () chmod 644 Mmap.bs rm -f blib/arch/auto/IPC/Mmap/Mmap.so gcc -shared -O2 Mmap.o -o blib/arch/auto/IPC/Mmap/Mmap.so \ \ chmod 755 blib/arch/auto/IPC/Mmap/Mmap.so cp Mmap.bs blib/arch/auto/IPC/Mmap/Mmap.bs chmod 644 blib/arch/auto/IPC/Mmap/Mmap.bs make: warning: Clock skew detected. Your build may be incomplete. PERL_DL_NONLAZY=1 /home/cpanrun/tmp/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01mmap...........1..32 ok 1 # load for basic filename, single thread, single process ok 2 # create from filename for basic filename, single thread, single process ok 3 # getAddress() for basic filename, single thread, single process ok 4 # getLength() for basic filename, single thread, single process ok 5 # simple write for basic filename, single thread, single process ok 6 # short write for basic filename, single thread, single process ok 7 # long write for basic filename, single thread, single process ok 8 # too long write for basic filename, single thread, single process ok 9 # bad offset write for basic filename, single thread, single process ok 10 # simple read for basic filename, single thread, single process ok 11 # short read for basic filename, single thread, single process ok 12 # long read for basic filename, single thread, single process ok 13 # bad offset read for basic filename, single thread, single process ok 14 # pack() for basic filename, single thread, single process ok 15 # unpack() for basic filename, single thread, single process ok 16 # unmap for basic filename, single thread, single process ok 17 # create with backing file for basic filename, single thread, single process ok 18 # lock mmap area for basic filename, single thread, single process ok 19 # write to readonly for basic filename, single thread, single process ok 20 # getLength() for basic filename, single thread, single process ok 21 # getFilename() for basic filename, single thread, single process ok 22 # simple read for basic filename, single thread, single process ok 23 # short read for basic filename, single thread, single process ok 24 # long read for basic filename, single thread, single process ok 25 # bad offset read for basic filename, single thread, single process ok 26 # unlock mmap area for basic filename, single thread, single process ok 27 # unmap for basic filename, single thread, single process ok 28 # create from filename for basic filename, single thread, single process ok 29 # lock mmap area for basic filename, single thread, single process ok 30 # simple write for basic filename, single thread, single process ok 31 # read to write-only for basic filename, single thread, single process ok 32 # unmap for basic filename, single thread, single process ok t/02multithread....1..7 ok 1 # create from filename for multithread, single process ok 2 # writer lock mmap area for multithread, single process ok 3 # simple write for multithread, single process ok 4 # writer unlock mmap area for multithread, single process ok 5 # read thread for multithread, single process ok 6 # pack() for multithread, single process ok 7 # unpack() for multithread, single process ok t/03multiproc......1..3 ok 1 # create from filename for single thread, multiprocess ok 2 # read thread for single thread, multiprocess ok 3 # unpack() for single thread, multiprocess ok All tests successful. Files=3, Tests=42, 4 wallclock secs ( 0.47 cusr + 0.12 csys = 0.59 CPU) Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /home/cpanrun/build/5.10.0/site/lib/auto/IPC/Mmap/Mmap.bs Installing /home/cpanrun/build/5.10.0/site/lib/auto/IPC/Mmap/Mmap.so Installing /home/cpanrun/build/5.10.0/site/lib/IPC/Mmap.pm Installing /home/cpanrun/build/5.10.0/site/lib/IPC/Mmap/POSIX.pm Installing /home/cpanrun/build/5.10.0/site/lib/IPC/Mmap/Win32.pm Appending installation info to /home/cpanrun/build/5.10.0/lib/perllocal.pod