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. -- Dear AAR, This is a computer-generated error report created automatically by CPANPLUS, version 0.0562. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. TEST RESULTS: Below is the error stack from stage 'fetch': [CP_MSG] [Thu Oct 13 05:56:40 2005] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/A/AA/AAR/Crypt-GCrypt-1.1.tar.gz' [CP_MSG] [Thu Oct 13 05:56:41 2005] Trying to get 'ftp://ftp.cpan.org/pub/CPAN/authors/id/A/AA/AAR/CHECKSUMS' [CP_MSG] [Thu Oct 13 05:56:43 2005] Checksum matches for 'Crypt-GCrypt-1.1.tar.gz' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/Changelog' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/GCrypt.pm' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/GCrypt.xs' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/Makefile.PL' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/MANIFEST' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/META.yml' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/ppport.h' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/README' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/t/' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/t/01-cipher.t' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/t/02-compatibility.t' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt-GCrypt-1.1/typemap' [CP_MSG] [Thu Oct 13 05:56:44 2005] Extracted 'Crypt::GCrypt' to '/root/.cpanplus/5.8.5/build/Crypt-GCrypt-1.1' [CP_MSG] [Thu Oct 13 05:56:46 2005] Checking if your kit is complete... Looks good Writing Makefile for Crypt::GCrypt [CP_ERROR] [Thu Oct 13 05:56:57 2005] MAKE failed: No such file or directory cp GCrypt.pm blib/lib/Crypt/GCrypt.pm /usr/bin/perl /usr/lib/perl5/5.8.5/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.5/ExtUtils/typemap -typemap typemap GCrypt.xs > GCrypt.xsc && mv GCrypt.xsc GCrypt.c gcc -c -I. -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -DVERSION=\"1.1\" -DXS_VERSION=\"1.1\" -fPIC "-I/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE" GCrypt.c GCrypt.xs:20:20: gcrypt.h: No such file or directory GCrypt.xs:47: error: syntax error before "gcry_cipher_hd_t" GCrypt.xs:47: warning: no semicolon at end of struct or union GCrypt.xs:48: warning: data definition has no type or storage class GCrypt.xs:49: error: syntax error before "key_ac" GCrypt.xs:49: warning: data definition has no type or storage class GCrypt.xs:50: error: syntax error before "err" GCrypt.xs:50: warning: data definition has no type or storage class GCrypt.xs:56: error: syntax error before '}' token GCrypt.xs: In function `XS_Crypt__GCrypt_new': GCrypt.xs:68: error: `gcry_ac_id_t' undeclared (first use in this function) GCrypt.xs:68: error: (Each undeclared identifier is reported only once GCrypt.xs:68: error: for each function it appears in.) GCrypt.xs:68: error: syntax error before "ac_algo" GCrypt.xs:71: error: invalid application of `sizeof' to incomplete type `Crypt_GCrypt_s' GCrypt.xs:71: warning: division by zero GCrypt.xs:71: error: invalid application of `sizeof' to incomplete type `Crypt_GCrypt_s' GCrypt.xs:82: error: dereferencing pointer to incomplete type GCrypt.xs:83: error: dereferencing pointer to incomplete type GCrypt.xs:84: error: dereferencing pointer to incomplete type GCrypt.xs:95: error: dereferencing pointer to incomplete type GCrypt.xs:97: error: dereferencing pointer to incomplete type GCrypt.xs:109: error: dereferencing pointer to incomplete type GCrypt.xs:111: error: dereferencing pointer to incomplete type GCrypt.xs:114: error: `GCRY_CIPHER_SECURE' undeclared (first use in this function) GCrypt.xs:117: error: `GCRY_CIPHER_ENABLE_SYNC' undeclared (first use in this function) GCrypt.xs:121: error: dereferencing pointer to incomplete type GCrypt.xs:126: error: dereferencing pointer to incomplete type GCrypt.xs:130: error: dereferencing pointer to incomplete type GCrypt.xs:131: error: dereferencing pointer to incomplete type GCrypt.xs:138: error: dereferencing pointer to incomplete type GCrypt.xs:138: error: `GCRY_CIPHER_MODE_ECB' undeclared (first use in this function) GCrypt.xs:142: error: dereferencing pointer to incomplete type GCrypt.xs:142: error: `GCRY_CIPHER_MODE_CFB' undeclared (first use in this function) GCrypt.xs:144: error: dereferencing pointer to incomplete type GCrypt.xs:144: error: `GCRY_CIPHER_MODE_CBC' undeclared (first use in this function) GCrypt.xs:148: error: dereferencing pointer to incomplete type GCrypt.xs:148: error: `GCRY_CIPHER_MODE_STREAM' undeclared (first use in this function) GCrypt.xs:152: error: dereferencing pointer to incomplete type GCrypt.xs:152: error: `GCRY_CIPHER_MODE_OFB' undeclared (first use in this function) GCrypt.xs:156: error: dereferencing pointer to incomplete type GCrypt.xs:156: error: dereferencing pointer to incomplete type GCrypt.xs:159: error: dereferencing pointer to incomplete type GCrypt.xs:163: error: dereferencing pointer to incomplete type GCrypt.xs:163: error: dereferencing pointer to incomplete type GCrypt.xs:163: error: dereferencing pointer to incomplete type GCrypt.xs:164: error: dereferencing pointer to incomplete type GCrypt.xs:166: error: dereferencing pointer to incomplete type GCrypt.xs:170: error: dereferencing pointer to incomplete type GCrypt.xs:170: error: `ac_algo' undeclared (first use in this function) GCrypt.xs:171: error: dereferencing pointer to incomplete type GCrypt.xs:175: error: dereferencing pointer to incomplete type GCrypt.xs:175: error: dereferencing pointer to incomplete type GCrypt.xs:176: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_encrypt': GCrypt.xs:191: error: dereferencing pointer to incomplete type GCrypt.xs:197: error: dereferencing pointer to incomplete type GCrypt.xs:197: error: dereferencing pointer to incomplete type GCrypt.xs:197: error: dereferencing pointer to incomplete type GCrypt.xs:198: error: dereferencing pointer to incomplete type GCrypt.xs:198: error: dereferencing pointer to incomplete type GCrypt.xs:199: error: dereferencing pointer to incomplete type GCrypt.xs:202: error: dereferencing pointer to incomplete type GCrypt.xs:202: error: dereferencing pointer to incomplete type GCrypt.xs:204: error: dereferencing pointer to incomplete type GCrypt.xs:207: error: dereferencing pointer to incomplete type GCrypt.xs:211: error: dereferencing pointer to incomplete type GCrypt.xs:211: error: dereferencing pointer to incomplete type GCrypt.xs:212: error: dereferencing pointer to incomplete type GCrypt.xs:212: error: dereferencing pointer to incomplete type GCrypt.xs:220: error: dereferencing pointer to incomplete type GCrypt.xs:220: error: dereferencing pointer to incomplete type GCrypt.xs:221: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_finish': GCrypt.xs:234: error: dereferencing pointer to incomplete type GCrypt.xs:236: error: dereferencing pointer to incomplete type GCrypt.xs:236: error: dereferencing pointer to incomplete type GCrypt.xs:237: error: dereferencing pointer to incomplete type GCrypt.xs:237: error: dereferencing pointer to incomplete type GCrypt.xs:239: error: dereferencing pointer to incomplete type GCrypt.xs:239: error: dereferencing pointer to incomplete type GCrypt.xs:239: error: dereferencing pointer to incomplete type GCrypt.xs:240: error: dereferencing pointer to incomplete type GCrypt.xs:240: error: dereferencing pointer to incomplete type GCrypt.xs:241: error: dereferencing pointer to incomplete type GCrypt.xs:243: error: dereferencing pointer to incomplete type GCrypt.xs:246: error: dereferencing pointer to incomplete type GCrypt.xs:249: error: dereferencing pointer to incomplete type GCrypt.xs:252: error: dereferencing pointer to incomplete type GCrypt.xs:254: error: dereferencing pointer to incomplete type GCrypt.xs:254: error: dereferencing pointer to incomplete type GCrypt.xs:256: error: dereferencing pointer to incomplete type GCrypt.xs:256: error: dereferencing pointer to incomplete type GCrypt.xs:256: error: dereferencing pointer to incomplete type GCrypt.xs:257: error: dereferencing pointer to incomplete type GCrypt.xs:257: error: dereferencing pointer to incomplete type GCrypt.xs:258: error: dereferencing pointer to incomplete type GCrypt.xs:259: error: dereferencing pointer to incomplete type GCrypt.xs:262: error: dereferencing pointer to incomplete type GCrypt.xs:262: error: dereferencing pointer to incomplete type GCrypt.xs:262: error: dereferencing pointer to incomplete type GCrypt.xs:263: error: dereferencing pointer to incomplete type GCrypt.xs:263: error: dereferencing pointer to incomplete type GCrypt.xs:263: error: dereferencing pointer to incomplete type GCrypt.xs:263: error: dereferencing pointer to incomplete type GCrypt.xs:263: error: dereferencing pointer to incomplete type GCrypt.xs:264: error: dereferencing pointer to incomplete type GCrypt.xs:265: error: dereferencing pointer to incomplete type GCrypt.xs:266: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_decrypt': GCrypt.xs:281: error: dereferencing pointer to incomplete type GCrypt.xs:284: error: dereferencing pointer to incomplete type GCrypt.xs:289: error: dereferencing pointer to incomplete type GCrypt.xs:296: error: dereferencing pointer to incomplete type GCrypt.xs:303: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_sign': GCrypt.xs:327: error: `gcry_mpi_t' undeclared (first use in this function) GCrypt.xs:327: error: syntax error before "in_mpi" GCrypt.xs:328: error: `gcry_ac_data_t' undeclared (first use in this function) GCrypt.xs:333: error: `in_mpi' undeclared (first use in this function) GCrypt.xs:334: error: `out_mpi' undeclared (first use in this function) GCrypt.xs:337: error: `GCRYMPI_FMT_STD' undeclared (first use in this function) GCrypt.xs:338: error: dereferencing pointer to incomplete type GCrypt.xs:339: error: dereferencing pointer to incomplete type GCrypt.xs:339: error: dereferencing pointer to incomplete type GCrypt.xs:339: error: dereferencing pointer to incomplete type GCrypt.xs:339: error: `outdata' undeclared (first use in this function) GCrypt.xs:340: error: dereferencing pointer to incomplete type GCrypt.xs:341: error: dereferencing pointer to incomplete type GCrypt.xs:341: warning: passing arg 1 of `Perl_croak_nocontext' makes pointer from integer without a cast GCrypt.xs:344: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_start': GCrypt.xs:360: error: dereferencing pointer to incomplete type GCrypt.xs:360: error: dereferencing pointer to incomplete type GCrypt.xs:361: error: dereferencing pointer to incomplete type GCrypt.xs:361: error: dereferencing pointer to incomplete type GCrypt.xs:361: error: dereferencing pointer to incomplete type GCrypt.xs:362: error: dereferencing pointer to incomplete type GCrypt.xs:366: error: dereferencing pointer to incomplete type GCrypt.xs:369: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_setkey': GCrypt.xs:379: error: `gcry_ac_key_type_t' undeclared (first use in this function) GCrypt.xs:379: error: syntax error before "keytype" GCrypt.xs:380: error: `gcry_ac_data_t' undeclared (first use in this function) GCrypt.xs:381: error: `gcry_mpi_t' undeclared (first use in this function) GCrypt.xs:384: error: dereferencing pointer to incomplete type GCrypt.xs:387: error: dereferencing pointer to incomplete type GCrypt.xs:388: error: dereferencing pointer to incomplete type GCrypt.xs:388: error: dereferencing pointer to incomplete type GCrypt.xs:388: error: dereferencing pointer to incomplete type GCrypt.xs:392: error: dereferencing pointer to incomplete type GCrypt.xs:395: error: dereferencing pointer to incomplete type GCrypt.xs:395: error: dereferencing pointer to incomplete type GCrypt.xs:395: error: dereferencing pointer to incomplete type GCrypt.xs:397: error: dereferencing pointer to incomplete type GCrypt.xs:400: error: dereferencing pointer to incomplete type GCrypt.xs:400: error: dereferencing pointer to incomplete type GCrypt.xs:400: error: dereferencing pointer to incomplete type GCrypt.xs:401: error: dereferencing pointer to incomplete type GCrypt.xs:401: error: dereferencing pointer to incomplete type GCrypt.xs:406: error: dereferencing pointer to incomplete type GCrypt.xs:410: error: `keytype' undeclared (first use in this function) GCrypt.xs:412: error: `GCRY_AC_KEY_SECRET' undeclared (first use in this function) GCrypt.xs:413: error: `GCRY_AC_KEY_PUBLIC' undeclared (first use in this function) GCrypt.xs:417: error: `GCRYCTL_INIT_SECMEM' undeclared (first use in this function) GCrypt.xs:418: error: `mpi' undeclared (first use in this function) GCrypt.xs:419: error: `GCRYMPI_FMT_STD' undeclared (first use in this function) GCrypt.xs:420: error: dereferencing pointer to incomplete type GCrypt.xs:420: error: `keydata' undeclared (first use in this function) GCrypt.xs:421: error: dereferencing pointer to incomplete type GCrypt.xs:421: error: `GCRY_AC_FLAG_COPY' undeclared (first use in this function) GCrypt.xs:422: error: dereferencing pointer to incomplete type GCrypt.xs:422: error: dereferencing pointer to incomplete type GCrypt.xs:422: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_setiv': GCrypt.xs:432: error: dereferencing pointer to incomplete type GCrypt.xs:434: error: dereferencing pointer to incomplete type GCrypt.xs:434: error: dereferencing pointer to incomplete type GCrypt.xs:434: error: dereferencing pointer to incomplete type GCrypt.xs:438: error: dereferencing pointer to incomplete type GCrypt.xs:439: error: dereferencing pointer to incomplete type GCrypt.xs:445: error: dereferencing pointer to incomplete type GCrypt.xs:446: error: dereferencing pointer to incomplete type GCrypt.xs:446: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_sync': GCrypt.xs:453: error: dereferencing pointer to incomplete type GCrypt.xs:455: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_keylen': GCrypt.xs:461: error: dereferencing pointer to incomplete type GCrypt.xs:463: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_blklen': GCrypt.xs:471: error: dereferencing pointer to incomplete type GCrypt.xs:473: error: dereferencing pointer to incomplete type GCrypt.xs: In function `XS_Crypt__GCrypt_DESTROY': GCrypt.xs:481: error: dereferencing pointer to incomplete type GCrypt.xs:482: error: dereferencing pointer to incomplete type GCrypt.xs:484: error: dereferencing pointer to incomplete type GCrypt.xs:485: error: dereferencing pointer to incomplete type make: *** [GCrypt.o] Error 1 ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: This report was machine-generated by CPAN::YACSmoke 0.03. -- Summary of my perl5 (revision 5 version 8 subversion 5) configuration: Platform: osname=linux, osvers=2.4.21-25.elsmp, archname=i386-linux-thread-multi uname='linux porky.build.redhat.com 2.4.21-25.elsmp #1 smp fri nov 12 21:34:51 est 2004 i686 i686 i386 gnulinux ' config_args='-des -Doptimize=-O2 -g -pipe -m32 -march=i386 -mtune=pentium4 -Dversion=5.8.5 -Dmyhostname=localhost [EMAIL PROTECTED] -Dcc=gcc -Dcf_by=Red Hat, Inc. -Dinstallprefix=/usr -Dprefix=/usr -Darchname=i386-linux -Dvendorprefix=/usr -Dsiteprefix=/usr -Duseshrplib -Dusethreads -Duseithreads -Duselargefiles -Dd_dosuid -Dd_semctl_semun -Di_db -Ui_ndbm -Di_gdbm -Di_shadow -Di_syslog -Dman3ext=3pm -Duseperlio -Dinstallusrbinperl -Ubincompat5005 -Uversiononly -Dpager=/usr/bin/less -isr -Dinc_version_list=5.8.4 5.8.3 5.8.2 5.8.1 5.8.0' hint=recommended, useposix=true, d_sigaction=define 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 ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm', optimize='-O2 -g -pipe -m32 -march=i386 -mtune=pentium4', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe -I/usr/local/include -I/usr/include/gdbm' ccversion='', gccversion='3.4.3 20050227 (Red Hat 3.4.3-22)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lresolv -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.3.5.so, so=so, useshrplib=true, libperl=libperl.so gnulibc_version='2.3.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE' cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
