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.
        
--
This is an error report generated automatically by CPANPLUS,
version 0.042.

Below is the error stack during 'make':

cp lib/File/RsyncP/FileIO.pm blib/lib/File/RsyncP/FileIO.pm
cp lib/File/RsyncP.pm blib/lib/File/RsyncP.pm
cp Digest.pm ../blib/lib/File/RsyncP/Digest.pm
AutoSplitting ../blib/lib/File/RsyncP/Digest.pm (../blib/lib/auto/File/RsyncP/Digest)
        /usr/freeware/bin/perl /usr/freeware/lib/perl5/5.6.1/ExtUtils/xsubpp  -typemap 
/usr/freeware/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap  Digest.xs > 
Digest.xsc && mv Digest.xsc Digest.c
        cc -n32 -mips3 -c    -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 
-OPT:Olimit=0:space=ON -I/usr/freeware/include -I/usr/include -O3    
-DVERSION=\"0.31\"  -DXS_VERSION=\"0.31\"  
"-I/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE"  -DPERL_BYTEORDER=87654321 Digest.c
cc-1140 cc: WARNING File = Digest.c, Line = 190
  A value of type "char *" cannot be used to initialize an entity of type
          "unsigned char *".

        unsigned char * data = SvPV(dataV, len);
                               ^

cc-1164 cc: WARNING File = Digest.xs, Line = 131
  Argument of type "unsigned char *" is incompatible with parameter of type
          "char *".

            rsync_checksum(data, len, blockSize, seed, digest, md4DigestLen);
                           ^

cc-1140 cc: WARNING File = Digest.c, Line = 264
  A value of type "char *" cannot be used to initialize an entity of type
          "unsigned char *".

        unsigned char * data = SvPV(dataV, len);
                               ^

cc-1164 cc: WARNING File = Digest.xs, Line = 175
  Argument of type "unsigned char *" is incompatible with parameter of type
          "char *".

            rsync_checksum_update(data, blockCnt, blockSize, 
                                  ^

cc-1140 cc: WARNING File = Digest.c, Line = 348
  A value of type "char *" cannot be used to initialize an entity of type
          "unsigned char *".

        unsigned char * data = SvPV(dataV, len);
                               ^

        cc -n32 -mips3 -c    -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 
-OPT:Olimit=0:space=ON -I/usr/freeware/include -I/usr/include -O3    
-DVERSION=\"0.31\"  -DXS_VERSION=\"0.31\"  
"-I/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE"  -DPERL_BYTEORDER=87654321 md4c.c
        cc -n32 -mips3 -c    -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 
-OPT:Olimit=0:space=ON -I/usr/freeware/include -I/usr/include -O3    
-DVERSION=\"0.31\"  -DXS_VERSION=\"0.31\"  
"-I/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE"  -DPERL_BYTEORDER=87654321 rsync_lib.c
Running Mkbootstrap for File::RsyncP::Digest ()
        chmod 644 Digest.bs
        rm -f ../blib/arch/auto/File/RsyncP/Digest/Digest.so
        LD_RUN_PATH="" cc -n32 -mips3  -n32 -shared -L/usr/freeware/lib32 -L/usr/lib32 
Digest.o md4c.o rsync_lib.o  -o ../blib/arch/auto/File/RsyncP/Digest/Digest.so     
        chmod 755 ../blib/arch/auto/File/RsyncP/Digest/Digest.so
        cp Digest.bs ../blib/arch/auto/File/RsyncP/Digest/Digest.bs
        chmod 644 ../blib/arch/auto/File/RsyncP/Digest/Digest.bs
Manifying ../blib/man3/File::RsyncP::Digest.3
cp FileList.pm ../blib/lib/File/RsyncP/FileList.pm
AutoSplitting ../blib/lib/File/RsyncP/FileList.pm 
(../blib/lib/auto/File/RsyncP/FileList)
        /usr/freeware/bin/perl /usr/freeware/lib/perl5/5.6.1/ExtUtils/xsubpp  -typemap 
/usr/freeware/lib/perl5/5.6.1/ExtUtils/typemap -typemap typemap  FileList.xs > 
FileList.xsc && mv FileList.xsc FileList.c
        cc -n32 -mips3 -c    -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1174,1184,1552 
-OPT:Olimit=0:space=ON -I/usr/freeware/include -I/usr/include -O3    
-DVERSION=\"0.31\"  -DXS_VERSION=\"0.31\"  
"-I/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE"  -DPERL_BYTEORDER= FileList.c
cc-1233 cc: WARNING File = flist.h, Line = 323
  An explicit type is missing ("int" assumed).

  static inline int flist_up(struct file_list *flist, int i)
         ^

cc-1065 cc: ERROR File = flist.h, Line = 323
  A semicolon is expected at this point.

  static inline int flist_up(struct file_list *flist, int i)
                ^

cc-1047 cc: WARNING File = flist.h, Line = 450
  Macro "__attribute__" (declared at line 2809 of
          "/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE/perl.h") has an
          incompatible redefinition.

  #define __attribute__(x) 
          ^

cc-1012 cc: WARNING File = flist.h, Line = 455
  Parsing restarts here after previous syntax error.

  size_t strlcpy(char *d, const char *s, size_t bufsize);
                                                        ^

cc-1164 cc: WARNING File = FileList.xs, Line = 63
  Argument of type "int *" is incompatible with parameter of type "STRLEN *".

          str = SvPV(*vp, len);
                ^

cc-1140 cc: WARNING File = FileList.c, Line = 235
  A value of type "char *" cannot be used to initialize an entity of type
          "unsigned char *".

        unsigned char * bytes = SvPV(bytesSV, nBytes);
                                ^

cc-1164 cc: WARNING File = FileList.xs, Line = 270
  Argument of type "unsigned char *" is incompatible with parameter of type
          "const char *".

              ST(0) = sv_2mortal(newSVpv(flist->outBuf, flist->outPosn));
                                         ^

1 error detected in the compilation of "FileList.c".
*** Error code 2 (bu21)
*** Error code 1 (bu21)


Additional comments:

--

Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=irix, osvers=6.5, archname=irix-n32
    uname='irix bitbucket 6.5 09180824 ip27 '
    config_args='-der -Dcc="cc -n32 -mips3" -Dlibpath=/usr/freeware/lib32:/usr/lib32 
-Dincpath=/usr/freeware/include/db3:/usr/freeware/include:/usr/include -Duseshrplib 
-Dprefix=/usr/freeware -Duse64bitint -Dlibs=-lm -Dsiteprefix=/usr/local 
-Dvendorprefix=/usr/freeware -Darchname=irix-n32'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc -n32 -mips3', ccflags ='-D_BSD_TYPES -D_BSD_TIME -woff 
1009,1110,1174,1184,1552 -OPT:Olimit=0:space=ON -I/usr/freeware/include 
-I/usr/include',
    optimize='-O3',
    cppflags='-D_BSD_TYPES -D_BSD_TIME -OPT:Olimit=0:space=ON -I/usr/freeware/include 
-I/usr/include'
    ccversion='', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc -n32 -mips3', ldflags =' -L/usr/freeware/lib32 -L/usr/lib32 -Wl,-woff,84'
    libpth=/usr/freeware/lib32 /usr/lib32 /lib32 /lib /usr/lib /usr/lib32
    libs=-lm
    perllibs=-lm
    libc=/usr/lib32/libc.so, so=so, useshrplib=true, libperl=libperl.so
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' -n32  
-Wl,-rpath,/usr/freeware/lib/perl5/5.6.1/irix-n32/CORE:/usr/freeware/lib32'
    cccdlflags=' ', lddlflags='-n32 -shared -L/usr/freeware/lib32 -L/usr/lib32'

Reply via email to