Set up gcc environment - 3.3 Checking if your kit is complete... Looks good Writing Makefile for Apache::Mmap cp Mmap.pm blib/lib/Apache/Mmap.pm AutoSplitting blib/lib/Apache/Mmap.pm (blib/lib/auto/Apache/Mmap) cp Handle.pm blib/lib/Apache/Mmap/Handle.pm AutoSplitting blib/lib/Apache/Mmap/Handle.pm (blib/lib/auto/Apache/Mmap/Handle) /export/home/cpanrun/build/5.10.0/bin/perl /export/home/cpanrun/build/5.10.0/lib/ExtUtils/xsubpp -typemap /export/home/cpanrun/build/5.10.0/lib/ExtUtils/typemap -typemap typemap Mmap.xs > Mmap.xsc && mv Mmap.xsc Mmap.c gcc -c -D_REENTRANT -DPRIVLIB_LAST_IN_INC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -pipe -O -DVERSION=\"0.05\" -DXS_VERSION=\"0.05\" -fPIC "-I/export/home/cpanrun/build/5.10.0/lib/CORE" Mmap.c Mmap.xs: In function `XS_Apache__Mmap_STORE': Mmap.xs:238: error: `na' undeclared (first use in this function) Mmap.xs:238: error: (Each undeclared identifier is reported only once Mmap.xs:238: error: for each function it appears in.) make: *** [Mmap.o] Error 1 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/handle....1..2 ok 1 ok 2 Can't locate auto/Apache/Mmap/Handle/CLOSE.al in @INC (@INC contains: /export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Apache-Mmap/blib/lib /export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Apache-Mmap/blib/arch /export/home/cpanrun/build/5.10.0/site/lib /export/home/cpanrun/build/5.10.0/lib . /export/home/cpanrun/build/5.10.0/site/lib /export/home/cpanrun/build/5.10.0/lib .) at t/handle.t line 36 dubious Test returned status 2 (wstat 512, 0x200) after all the subtests completed successfully t/mmap......1..5 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/tie.......1..4 ok 1 ok 2 ok 3 ok 4 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/handle.t 2 512 2 0 ?? Failed 1/3 test scripts. 0/11 subtests failed. Files=3, Tests=11, 1 wallclock secs ( 0.88 cusr + 0.33 csys = 1.21 CPU) Failed 1/3 test programs. 0/11 subtests failed. make: *** [test_dynamic] Error 255