Report: This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Set up gcc environment - 3.4.2 (mingw-special)
CPAN: Storable loaded ok
Going to read C:\Perl\cpan\Metadata
 Database was generated on Fri, 01 Dec 2006 10:25:11 GMT
Running install for module Cache::FastMmap
Running make for R/RO/ROBM/Cache-FastMmap-1.14.tar.gz
CPAN: Digest::MD5 loaded ok
CPAN: Compress::Zlib loaded ok
Checksum for 
C:\Perl\cpan\sources\authors\id\R\RO\ROBM\Cache-FastMmap-1.14.tar.gz
ok
Scanning cache C:\Perl/cpan/build for sizes
CPAN: Archive::Tar loaded ok
Cache-FastMmap-1.14/
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/mmap_cache.h
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/CImpl.xs
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/ppport.h
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/mmap_cache.c
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/CImpl.pm
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/mmap_cache_test.c
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/Makefile.PL
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/Changes
Cache-FastMmap-1.14/Cache-FastMmap-CImpl/README
Cache-FastMmap-1.14/Changes
Cache-FastMmap-1.14/t/
Cache-FastMmap-1.14/t/7.t
Cache-FastMmap-1.14/t/4.t
Cache-FastMmap-1.14/t/9.t
Cache-FastMmap-1.14/t/6.t
Cache-FastMmap-1.14/t/8.t
Cache-FastMmap-1.14/t/5.t
Cache-FastMmap-1.14/t/2.t
Cache-FastMmap-1.14/t/3.t
Cache-FastMmap-1.14/t/FastMmapTest.pl
Cache-FastMmap-1.14/t/1.t
Cache-FastMmap-1.14/MANIFEST
Cache-FastMmap-1.14/META.yml
Cache-FastMmap-1.14/FastMmap.pm
Cache-FastMmap-1.14/Makefile.PL
Cache-FastMmap-1.14/README
Removing previously used C:\Perl\cpan\build\Cache-FastMmap-1.14

 CPAN.pm: Going to build R/RO/ROBM/Cache-FastMmap-1.14.tar.gz

Set up gcc environment - 3.4.2 (mingw-special)
Checking if your kit is complete...
Looks good
Writing Makefile for Cache::FastMmap::CImpl
Writing Makefile for Cache::FastMmap

Microsoft (R) Program Maintenance Utility   Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.

cp FastMmap.pm blib\lib\Cache\FastMmap.pm
        nmake -f Makefile all -nologo
cp CImpl.pm ..\blib\lib\Cache\FastMmap\CImpl.pm
        C:\Perl\bin\perl.exe C:\Perl\lib\ExtUtils\xsubpp  -typemap
C:\Perl\lib\ExtUtils\typemap  CImpl.xs > CImpl.xsc &&
C:\Perl\bin\perl.exe -MExtUtils::Command -e mv CImpl.xsc CImpl.c
Please specify prototyping behavior for CImpl.xs (see perlxs manual)
        gcc -c  -I.  -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-aliasing -O2
-DVERSION=\"1.14\"  -DXS_VERSION=\"1.14\"  "-IC:\Perl\lib\CORE"
CImpl.c
In file included from CImpl.xs:5:
ppport.h:224:1: warning: "PERL_UNUSED_DECL" redefined
In file included from CImpl.xs:2:
C:/Perl/lib/CORE/perl.h:165:1: warning: this is the location of the
previous definition
        gcc -c  -I.  -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-aliasing -O2
-DVERSION=\"1.14\"  -DXS_VERSION=\"1.14\"  "-IC:\Perl\lib\CORE"
mmap_cache.c
mmap_cache.c:21:22: sys/mman.h: No such file or directory
mmap_cache.c: In function `mmc_init':
mmap_cache.c:291: error: `PROT_READ' undeclared (first use in this function)
mmap_cache.c:291: error: (Each undeclared identifier is reported only once
mmap_cache.c:291: error: for each function it appears in.)
mmap_cache.c:291: error: `PROT_WRITE' undeclared (first use in this function)
mmap_cache.c:291: error: `MAP_SHARED' undeclared (first use in this function)
mmap_cache.c:291: warning: assignment makes pointer from integer without a cast
mmap_cache.c:292: error: `MAP_FAILED' undeclared (first use in this function)
mmap_cache.c:312: warning: assignment makes pointer from integer without a cast
mmap_cache.c: In function `mmc_lock':
mmap_cache.c:414: error: storage size of 'lock' isn't known
mmap_cache.c:425: error: `F_WRLCK' undeclared (first use in this function)
mmap_cache.c:435: error: `F_SETLKW' undeclared (first use in this function)
mmap_cache.c: In function `mmc_unlock':
mmap_cache.c:505: error: storage size of 'lock' isn't known
mmap_cache.c:525: error: `F_UNLCK' undeclared (first use in this function)
mmap_cache.c:531: error: `F_SETLKW' undeclared (first use in this function)
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x2'
Stop.
 nmake  -- NOT OK
Running make test
 Can't test without successful make
Running make install
 make had returned bad status, install seems impossible


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
 Platform:
   osname=MSWin32, osvers=5.0, archname=MSWin32-x86-multi-thread
   uname=''
   config_args='undef'
   hint=recommended, useposix=true, d_sigaction=undef
   usethreads=define use5005threads=undef useithreads=define
usemultiplicity=define
   useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
   use64bitint=undef use64bitall=undef uselongdouble=undef
   usemymalloc=n, bincompat5005=undef
 Compiler:
   cc='gcc', ccflags ='-DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT
-DHAVE_DES_FCRYPT -DNO_HASH_SEED -DUSE_SITECUSTOMIZE
-DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO
-DPERL_MSVCRT_READFIX -DHASATTRIBUTE -fno-strict-aliasing',
   optimize='-O2',
   cppflags='-DWIN32'
   ccversion='12.00.8804', gccversion='3.4.2 (mingw-special)', gccosandvers=''
   intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
   d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=10
   ivtype='long', ivsize=4, nvtype='double', nvsize=8,
Off_t='__int64', lseeksize=8
   alignbytes=8, prototype=define
 Linker and Libraries:
   ld='gcc', ldflags ='-nologo -nodefaultlib -debug -opt:ref,icf
-libpath:"C:\Perl\lib\CORE"  -machine:x86'
   libpth=\lib
   libs=-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32
-lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm
-lversion -lodbc32 -lodbccp32 -lmsvcrt
   perllibs=-lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32
-ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32
-lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lmsvcrt
   libc=msvcrt.lib, so=dll, useshrplib=yes, libperl=perl58.lib
   gnulibc_version=''
 Dynamic Linking:
   dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
   cccdlflags=' ', lddlflags='-mdll -L"C:\Perl\lib\CORE"'


Characteristics of this binary (from libperl):
 Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
                       PERL_IMPLICIT_SYS PERL_MALLOC_WRAP
                       PL_OP_SLAB_ALLOC USE_ITHREADS USE_LARGE_FILES
                       USE_PERLIO USE_SITECUSTOMIZE
 Locally applied patches:
        ActivePerl Build 819 [267479]
        Iin_load_module moved for compatibility with build 806
        PerlEx support in CGI::Carp
        Less verbose ExtUtils::Install and Pod::Find
        Patch for CAN-2005-0448 from Debian with modifications
        Rearrange @INC so that 'site' is searched before 'perl'
        Partly reverted 24733 to preserve binary compatibility
        28671 Define PERL_NO_DEV_RANDOM on Windows
        28376 Add error checks after execing PL_cshname or PL_sh_path
        28305 Pod::Html should not convert "foo" into ``foo''
        27736 Make perl_fini() run with Sun WorkShop compiler
        27619 Bug in Term::ReadKey being triggered by a bug in Term::ReadLine
        27549 Move DynaLoader.o into libperl.so
        27528 win32_pclose() error exit doesn't unlock mutex
        27527 win32_async_check() can loop indefinitely
        27515 ignore directories when searching @INC
        27359 Fix -d:Foo=bar syntax
        27210 Fix quote typo in c2ph
        27203 Allow compiling swigged C++ code
        27200 Make stat() on Windows handle trailing slashes correctly
        27194 Get perl_fini() running on HP-UX again
        27133 Initialise lastparen in the regexp structure
        27034 Avoid "Prototype mismatch" warnings with autouse
        26970 Make Passive mode the default for Net::FTP
        26921 Avoid getprotobyname/number calls in IO::Socket::INET
        26897,26903 Make common IPPROTO_* constants always available
        26670 Make '-s' on the shebang line parse -foo=bar switches
        26536 INSTALLSCRIPT versus INSTALLDIRS
        26379 Fix alarm() for Windows 2003
        26087 Storable 0.1 compatibility
        25861 IO::File performace issue
        25084 long groups entry could cause memory exhaustion
        24699 ICMP_UNREACHABLE handling in Net::Ping
 Built under MSWin32
 Compiled at Aug 29 2006 12:42:41
 %ENV:
   PERL5LIB="C:\Program Files\ActiveState Perl Dev Kit 6.0 Deployment\lib\"
 @INC:
   C:\Program Files\ActiveState Perl Dev Kit 6.0 Deployment\lib\
   C:/Perl/site/lib
   C:/Perl/lib
   .

Reply via email to