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. -- Checking if your kit is complete... Looks good Writing Makefile for SQL::Statement cp lib/SQL/Eval.pm blib/lib/SQL/Eval.pm cp lib/SQL/Statement/Hash.pm blib/lib/SQL/Statement/Hash.pm cp lib/SQL/Statement.pm blib/lib/SQL/Statement.pm gcc -c -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.1019\" -DXS_VERSION=\"0.1019\" -fpic -I/usr/local/lib/perl5/5.6.1/ppc-linux/CORE sql_yacc.c /usr/local/gnu/share/bison.simple:99: parse error before `do' /usr/local/gnu/share/bison.simple:99: stray '\' in program /usr/local/gnu/share/bison.simple:100: stray '\' in program /usr/local/gnu/share/bison.simple:101: stray '\' in program /usr/local/gnu/share/bison.simple:102: `yychar' undeclared here (not in a function) /usr/local/gnu/share/bison.simple:102: `yychar' undeclared here (not in a function) /usr/local/gnu/share/bison.simple:102: warning: data definition has no type or storage class /usr/local/gnu/share/bison.simple:102: stray '\' in program /usr/local/gnu/share/bison.simple:103: warning: data definition has no type or storage class /usr/local/gnu/share/bison.simple:103: stray '\' in program /usr/local/gnu/share/bison.simple:104: parse error before `goto' /usr/local/gnu/share/bison.simple:104: stray '\' in program /usr/local/gnu/share/bison.simple:105: stray '\' in program /usr/local/gnu/share/bison.simple:106: stray '\' in program /usr/local/gnu/share/bison.simple:107: stray '\' in program make: *** [sql_yacc.o] Error 1 /usr/local/bin/make -- NOT OK Trying to rebuild sql_yacc.c with bison 1.28 also didn't work, because it's a DOS text file bison --defines --output=sql_yacc.c sql_yacc.y sql_yacc.y:2: unknown character: \15 sql_yacc.y:2: Skipping to next % sql_yacc.y:21: unknown character: \15 sql_yacc.y:21: Skipping to next % sql_yacc.y:35: unknown character: \15 sql_yacc.y:35: Skipping to next % sql_yacc.y:60: unknown character: \15 sql_yacc.y:60: Skipping to next % sql_yacc.y:62: ` ' is invalid in %token sql_yacc.y:62: Skipping to next % [snip] sql_yacc.y:596: invalid input: } sql_yacc.y:596: invalid input: sql_yacc.y:597: invalid input: } sql_yacc.y:597: invalid input: sql_yacc.y:598: invalid input: ; sql_yacc.y:598: invalid input: sql_yacc.y:599: symbol YYDEBUG is used, but is not defined as a token and has no rules make: *** [sql_yacc.c] Error 1 Stripping the \015's from sql_yacc.y and re-make-ing did the trick, and all tests passed. -- Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Platform: osname=linux, osvers=2.4.2, archname=ppc-linux uname='linux c22234-h.scllg1.pa.home.com 2.4.2 #1 tue feb 27 13:12:48 est 2001 ppc unknown ' config_args='-Dcc=gcc -Dprefix=/usr/local -des' 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=undef use64bitall=undef uselongdouble=undef Compiler: cc='gcc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='2.95.3 20010111 (prerelease/franzo/20010111)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, usemymalloc=n, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lndbm -lgdbm -ldl -lm -lc -lcrypt -lutil perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil libc=/lib/libc-2.2.1.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
