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 KWILLIAMS,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.072. 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':

[MSG] [Fri Jul 28 23:17:08 2006] Trying to get 
'http://www.cpan.org/authors/id/K/KW/KWILLIAMS/Algorithm-SVMLight-0.05.tar.gz'
[MSG] [Fri Jul 28 23:17:11 2006] Trying to get 
'http://www.cpan.org/authors/id/K/KW/KWILLIAMS/CHECKSUMS'
[MSG] [Fri Jul 28 23:17:17 2006] Checksum matches for 
'Algorithm-SVMLight-0.05.tar.gz'
[MSG] [Fri Jul 28 23:17:17 2006] Extracted 'Algorithm-SVMLight-0.05/'
[MSG] [Fri Jul 28 23:17:17 2006] Extracted 'Algorithm-SVMLight-0.05/MANIFEST'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 
'Algorithm-SVMLight-0.05/SVMLight.patch'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 'Algorithm-SVMLight-0.05/INSTALL'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 'Algorithm-SVMLight-0.05/Makefile.PL'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 'Algorithm-SVMLight-0.05/t/'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 
'Algorithm-SVMLight-0.05/t/01-basic.t'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 'Algorithm-SVMLight-0.05/lib/'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 
'Algorithm-SVMLight-0.05/lib/Algorithm/'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 
'Algorithm-SVMLight-0.05/lib/Algorithm/SVMLight.xs'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 
'Algorithm-SVMLight-0.05/lib/Algorithm/param_set.c.PL'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 
'Algorithm-SVMLight-0.05/lib/Algorithm/SVMLight.pm'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 'Algorithm-SVMLight-0.05/Changes'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 'Algorithm-SVMLight-0.05/META.yml'
[MSG] [Fri Jul 28 23:17:18 2006] Extracted 'Algorithm-SVMLight-0.05/Build.PL'
[MSG] [Fri Jul 28 23:17:19 2006] Extracted 'Algorithm::SVMLight' to 
'/opt/perl/testers/.cpanplus/5.8.8/build/Algorithm-SVMLight-0.05'
[MSG] [Fri Jul 28 23:17:19 2006] # running Build.PL 
/opt/perl/testers/bin/perl Build.PL
Checking whether your kit is complete...
Looks good

Checking prerequisites...
Looks good

Creating new 'Build' script for 'Algorithm-SVMLight' version '0.05'

[MSG] [Fri Jul 28 23:17:19 2006] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[ERROR] [Fri Jul 28 23:17:20 2006] MAKE failed: [EMAIL PROTECTED] 
/opt/perl/testers/bin/perl lib/Algorithm/param_set.c.PL 
lib/Algorithm/param_set.c
lib/Algorithm/SVMLight.pm -> blib/lib/Algorithm/SVMLight.pm
lib/Algorithm/SVMLight.xs -> lib/Algorithm/SVMLight.c
/opt/perl/testers/bin/perl 
-I/opt/perl/testers/lib/5.8.8/x86_64-linux-thread-multi-ld 
-I/opt/perl/testers/lib/5.8.8 /opt/perl/testers/lib/5.8.8/ExtUtils/xsubpp 
-noprototypes -typemap /opt/perl/testers/lib/5.8.8/ExtUtils/typemap 
lib/Algorithm/SVMLight.xs
Error: Function definition too short '/ * A couple special cases for strings * 
/' in param_set.c, line 289
gcc -I/opt/perl/testers/lib/5.8.8/x86_64-linux-thread-multi-ld/CORE 
-DXS_VERSION="0.05" -DVERSION="0.05" -fPIC -Wall -c -D_REENTRANT -D_GNU_SOURCE 
-DTHREADS_HAVE_PIDS -DDEBUGGING -fno-strict-aliasing -pipe 
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -g -O3 -o lib/Algorithm/SVMLight.o 
lib/Algorithm/SVMLight.c
SVMLight.xs:21:24: svm_common.h: [EMAIL PROTECTED]
SVMLight.xs:22:23: svm_learn.h: [EMAIL PROTECTED]
SVMLight.xs:32: error: parse error before "DOC"
SVMLight.xs:32: warning: no semicolon at end of struct or union
SVMLight.xs:34: error: parse error before '}' token
SVMLight.xs:34: warning: type defaults to `int' in declaration of `corpus'
SVMLight.xs:34: warning: data definition has no type or storage class
SVMLight.xs:57: error: parse error before '*' token
SVMLight.xs:57: warning: return type defaults to `int'
SVMLight.xs: In function `get_corpus':
SVMLight.xs:58: error: parse error before ')' token
SVMLight.xs: At top level:
SVMLight.xs:70: error: parse error before '*' token
SVMLight.xs:70: warning: return type defaults to `int'
SVMLight.xs: In function `create_word_array':
SVMLight.xs:71: error: `WORD' undeclared (first use in this function)
SVMLight.xs:71: error: (Each undeclared identifier is reported only once
SVMLight.xs:71: error: for each function it appears in.)
SVMLight.xs:71: error: `words' undeclared (first use in this function)
SVMLight.xs:72: warning: ISO C90 forbids mixed declarations and code
SVMLight.xs:83: error: parse error before ')' token
SVMLight.xs:83: error: parse error before ')' token
SVMLight.xs:99: error: `FVAL' undeclared (first use in this function)
SVMLight.xs: In function `XS_Algorithm__SVMLight__xs_init':
SVMLight.xs:118: error: `c' undeclared (first use in this function)
SVMLight.xs:119: error: `LEARN_PARM' undeclared (first use in this function)
SVMLight.xs:119: error: `learn_parm' undeclared (first use in this function)
SVMLight.xs:120: error: `KERNEL_PARM' undeclared (first use in this function)
SVMLight.xs:120: error: `kernel_parm' undeclared (first use in this function)
SVMLight.xs:123: error: parse error before ')' token
SVMLight.xs:123: error: parse error before ')' token
SVMLight.xs:127: error: `DOC' undeclared (first use in this function)
SVMLight.xs:127: error: parse error before ')' token
SVMLight.xs:127: error: parse error before ')' token
SVMLight.xs:127: error: parse error before ')' token
SVMLight.xs:127: error: parse error before ')' token
SVMLight.xs:127: error: parse error before ')' token
SVMLight.xs:133: error: parse error before ')' token
SVMLight.xs:133: error: parse error before ')' token
SVMLight.xs:134: error: parse error before ')' token
SVMLight.xs:134: error: parse error before ')' token
SVMLight.xs:139: warning: implicit declaration of function 
`set_learning_defaults'
SVMLight.xs:140: warning: implicit declaration of function 
`check_learning_parms'
SVMLight.xs: In function `XS_Algorithm__SVMLight_add_instance_i':
SVMLight.xs:148: error: `c' undeclared (first use in this function)
SVMLight.xs:149: warning: ISO C90 forbids mixed declarations and code
SVMLight.xs:151: error: `WORD' undeclared (first use in this function)
SVMLight.xs:151: error: `words' undeclared (first use in this function)
SVMLight.xs:152: warning: ISO C90 forbids mixed declarations and code
SVMLight.xs:163: error: `DOC' undeclared (first use in this function)
SVMLight.xs:163: error: parse error before ')' token
SVMLight.xs:163: error: parse error before ')' token
SVMLight.xs:163: error: parse error before ')' token
SVMLight.xs:163: warning: left-hand operand of comma expression has no effect
SVMLight.xs:163: error: parse error before ')' token
SVMLight.xs:163: warning: left-hand operand of comma expression has no effect
SVMLight.xs:163: error: parse error before ')' token
SVMLight.xs:165: warning: left-hand operand of comma expression has no effect
SVMLight.xs:171: warning: implicit declaration of function `create_example'
SVMLight.xs:175: warning: implicit declaration of function `create_svector'
SVMLight.xs: In function `XS_Algorithm__SVMLight_read_instances':
SVMLight.xs:183: error: `c' undeclared (first use in this function)
SVMLight.xs:186: warning: implicit declaration of function `read_documents'
SVMLight.xs: In function `XS_Algorithm__SVMLight_train':
SVMLight.xs:193: error: `c' undeclared (first use in this function)
SVMLight.xs:194: error: `MODEL' undeclared (first use in this function)
SVMLight.xs:194: error: `model' undeclared (first use in this function)
SVMLight.xs:195: warning: ISO C90 forbids mixed declarations and code
SVMLight.xs:196: error: `KERNEL_CACHE' undeclared (first use in this function)
SVMLight.xs:196: error: `kernel_cache' undeclared (first use in this function)
SVMLight.xs:197: error: `KERNEL_PARM' undeclared (first use in this function)
SVMLight.xs:197: error: `kernel_parm' undeclared (first use in this function)
SVMLight.xs:197: error: parse error before ')' token
SVMLight.xs:198: error: `LEARN_PARM' undeclared (first use in this function)
SVMLight.xs:198: error: `learn_parm' undeclared (first use in this function)
SVMLight.xs:198: error: parse error before ')' token
SVMLight.xs:202: error: `LINEAR' undeclared (first use in this function)
SVMLight.xs:205: warning: implicit declaration of function `kernel_cache_init'
SVMLight.xs:208: error: parse error before ')' token
SVMLight.xs:208: error: parse error before ')' token
SVMLight.xs:211: error: `CLASSIFICATION' undeclared (first use in this function)
SVMLight.xs:212: warning: implicit declaration of function 
`svm_learn_classification'
SVMLight.xs:215: error: `REGRESSION' undeclared (first use in this function)
SVMLight.xs:216: warning: implicit declaration of function 
`svm_learn_regression'
SVMLight.xs:219: error: `RANKING' undeclared (first use in this function)
SVMLight.xs:220: warning: implicit declaration of function `svm_learn_ranking'
SVMLight.xs:223: error: `OPTIMIZATION' undeclared (first use in this function)
SVMLight.xs:224: warning: implicit declaration of function 
`svm_learn_optimization'
SVMLight.xs:233: warning: implicit declaration of function 
`add_weight_vector_to_linear_model'
SVMLight.xs:240: warning: implicit declaration of function 
`kernel_cache_cleanup'
SVMLight.xs: In function `XS_Algorithm__SVMLight_predict_i':
SVMLight.xs:255: error: `MODEL' undeclared (first use in this function)
SVMLight.xs:255: error: `model' undeclared (first use in this function)
SVMLight.xs:255: error: parse error before ')' token
SVMLight.xs:259: error: `WORD' undeclared (first use in this function)
SVMLight.xs:259: error: `words' undeclared (first use in this function)
SVMLight.xs:260: error: `DOC' undeclared (first use in this function)
SVMLight.xs:260: error: `d' undeclared (first use in this function)
SVMLight.xs:263: warning: implicit declaration of function 
`classify_example_linear'
SVMLight.xs:264: warning: implicit declaration of function `classify_example'
SVMLight.xs:264: warning: ISO C90 forbids mixed declarations and code
SVMLight.c:336: warning: unused variable `self'
SVMLight.xs: In function `XS_Algorithm__SVMLight__write_model':
SVMLight.xs:275: error: `MODEL' undeclared (first use in this function)
SVMLight.xs:275: error: `m' undeclared (first use in this function)
SVMLight.xs:275: error: parse error before ')' token
SVMLight.xs:276: warning: implicit declaration of function `write_model'
SVMLight.c:368: warning: unused variable `self'
SVMLight.xs: In function `XS_Algorithm__SVMLight_get_linear_weights':
SVMLight.xs:283: error: `MODEL' undeclared (first use in this function)
SVMLight.xs:283: error: `m' undeclared (first use in this function)
SVMLight.xs:284: warning: ISO C90 forbids mixed declarations and code
SVMLight.xs:290: error: parse error before ')' token
SVMLight.xs:301: warning: passing arg 2 of `Perl_newRV_noinc' from incompatible 
pointer type
SVMLight.xs: In function `XS_Algorithm__SVMLight__read_model':
SVMLight.xs:310: error: `MODEL' undeclared (first use in this function)
SVMLight.xs:310: error: `m' undeclared (first use in this function)
SVMLight.xs:310: warning: implicit declaration of function `read_model'
SVMLight.xs:311: error: `c' undeclared (first use in this function)
SVMLight.xs: In function `XS_Algorithm__SVMLight_num_features':
SVMLight.xs:334: error: request for member `num_features' in something not a 
structure or union
SVMLight.xs: In function `XS_Algorithm__SVMLight_num_instances':
SVMLight.xs:341: error: request for member `num_docs' in something not a 
structure or union
SVMLight.xs: In function `XS_Algorithm__SVMLight_DESTROY':
SVMLight.xs:350: error: `c' undeclared (first use in this function)
SVMLight.xs:351: error: `MODEL' undeclared (first use in this function)
SVMLight.xs:351: error: `m' undeclared (first use in this function)
SVMLight.xs:352: warning: ISO C90 forbids mixed declarations and code
SVMLight.xs:357: error: parse error before ')' token
SVMLight.xs:358: warning: implicit declaration of function `free_model'
SVMLight.xs:363: warning: implicit declaration of function `free_example'
param_set.c: In function `XS_Algorithm__SVMLight_set_biased_hyperplane':
param_set.c:4: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:4: error: parse error before ')' token
SVMLight.c:541: warning: unused variable `self'
SVMLight.c:542: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_biased_hyperplane':
param_set.c:9: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:9: error: parse error before ')' token
SVMLight.c:560: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_compute_loo':
param_set.c:16: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:16: error: parse error before ')' token
SVMLight.c:577: warning: unused variable `self'
SVMLight.c:578: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_compute_loo':
param_set.c:21: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:21: error: parse error before ')' token
SVMLight.c:596: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_eps':
param_set.c:28: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:28: error: parse error before ')' token
SVMLight.c:613: warning: unused variable `self'
SVMLight.c:614: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_eps':
param_set.c:33: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:33: error: parse error before ')' token
SVMLight.c:632: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_epsilon_crit':
param_set.c:40: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:40: error: parse error before ')' token
SVMLight.c:649: warning: unused variable `self'
SVMLight.c:650: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_epsilon_crit':
param_set.c:45: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:45: error: parse error before ')' token
SVMLight.c:668: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_epsilon_shrink':
param_set.c:52: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:52: error: parse error before ')' token
SVMLight.c:685: warning: unused variable `self'
SVMLight.c:686: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_epsilon_shrink':
param_set.c:57: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:57: error: parse error before ')' token
SVMLight.c:704: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_kernel_cache_size':
param_set.c:64: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:64: error: parse error before ')' token
SVMLight.c:721: warning: unused variable `self'
SVMLight.c:722: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_kernel_cache_size':
param_set.c:69: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:69: error: parse error before ')' token
SVMLight.c:740: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_maxiter':
param_set.c:76: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:76: error: parse error before ')' token
SVMLight.c:757: warning: unused variable `self'
SVMLight.c:758: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_maxiter':
param_set.c:81: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:81: error: parse error before ')' token
SVMLight.c:776: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_remove_inconsistent':
param_set.c:88: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:88: error: parse error before ')' token
SVMLight.c:793: warning: unused variable `self'
SVMLight.c:794: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_remove_inconsistent':
param_set.c:93: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:93: error: parse error before ')' token
SVMLight.c:812: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_rho':
param_set.c:100: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:100: error: parse error before ')' token
SVMLight.c:829: warning: unused variable `self'
SVMLight.c:830: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_rho':
param_set.c:105: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:105: error: parse error before ')' token
SVMLight.c:848: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_sharedslack':
param_set.c:112: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:112: error: parse error before ')' token
SVMLight.c:865: warning: unused variable `self'
SVMLight.c:866: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_sharedslack':
param_set.c:117: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:117: error: parse error before ')' token
SVMLight.c:884: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_skip_final_opt_check':
param_set.c:124: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:124: error: parse error before ')' token
SVMLight.c:901: warning: unused variable `self'
SVMLight.c:902: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_skip_final_opt_check':
param_set.c:129: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:129: error: parse error before ')' token
SVMLight.c:920: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_svm_c':
param_set.c:136: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:136: error: parse error before ')' token
SVMLight.c:937: warning: unused variable `self'
SVMLight.c:938: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_svm_c':
param_set.c:141: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:141: error: parse error before ')' token
SVMLight.c:956: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_svm_costratio':
param_set.c:148: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:148: error: parse error before ')' token
SVMLight.c:973: warning: unused variable `self'
SVMLight.c:974: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_svm_costratio':
param_set.c:153: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:153: error: parse error before ')' token
SVMLight.c:992: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_svm_iter_to_shrink':
param_set.c:160: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:160: error: parse error before ')' token
SVMLight.c:1009: warning: unused variable `self'
SVMLight.c:1010: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_svm_iter_to_shrink':
param_set.c:165: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:165: error: parse error before ')' token
SVMLight.c:1028: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_svm_maxqpsize':
param_set.c:172: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:172: error: parse error before ')' token
SVMLight.c:1045: warning: unused variable `self'
SVMLight.c:1046: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_svm_maxqpsize':
param_set.c:177: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:177: error: parse error before ')' token
SVMLight.c:1064: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_svm_newvarsinqp':
param_set.c:184: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:184: error: parse error before ')' token
SVMLight.c:1081: warning: unused variable `self'
SVMLight.c:1082: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_svm_newvarsinqp':
param_set.c:189: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:189: error: parse error before ')' token
SVMLight.c:1100: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_transduction_posratio':
param_set.c:196: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:196: error: parse error before ')' token
SVMLight.c:1117: warning: unused variable `self'
SVMLight.c:1118: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_transduction_posratio':
param_set.c:201: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:201: error: parse error before ')' token
SVMLight.c:1136: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_type':
param_set.c:208: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:208: error: parse error before ')' token
SVMLight.c:1153: warning: unused variable `self'
SVMLight.c:1154: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_type':
param_set.c:213: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:213: error: parse error before ')' token
SVMLight.c:1172: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_xa_depth':
param_set.c:220: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:220: error: parse error before ')' token
SVMLight.c:1189: warning: unused variable `self'
SVMLight.c:1190: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_xa_depth':
param_set.c:225: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:225: error: parse error before ')' token
SVMLight.c:1208: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_coef_const':
param_set.c:232: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:232: error: parse error before ')' token
SVMLight.c:1225: warning: unused variable `self'
SVMLight.c:1226: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_coef_const':
param_set.c:237: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:237: error: parse error before ')' token
SVMLight.c:1244: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_coef_lin':
param_set.c:244: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:244: error: parse error before ')' token
SVMLight.c:1261: warning: unused variable `self'
SVMLight.c:1262: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_coef_lin':
param_set.c:249: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:249: error: parse error before ')' token
SVMLight.c:1280: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_kernel_type':
param_set.c:256: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:256: error: parse error before ')' token
SVMLight.c:1297: warning: unused variable `self'
SVMLight.c:1298: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_kernel_type':
param_set.c:261: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:261: error: parse error before ')' token
SVMLight.c:1316: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_poly_degree':
param_set.c:268: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:268: error: parse error before ')' token
SVMLight.c:1333: warning: unused variable `self'
SVMLight.c:1334: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_poly_degree':
param_set.c:273: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:273: error: parse error before ')' token
SVMLight.c:1352: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_rbf_gamma':
param_set.c:280: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:280: error: parse error before ')' token
SVMLight.c:1369: warning: unused variable `self'
SVMLight.c:1370: warning: unused variable `val'
param_set.c: In function `XS_Algorithm__SVMLight_get_rbf_gamma':
param_set.c:285: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:285: error: parse error before ')' token
SVMLight.c:1388: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_predfile':
param_set.c:294: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:294: error: `learn_parm' undeclared (first use in this function)
param_set.c:294: error: parse error before ')' token
SVMLight.c:1405: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_alphafile':
param_set.c:301: error: `LEARN_PARM' undeclared (first use in this function)
param_set.c:301: error: `learn_parm' undeclared (first use in this function)
param_set.c:301: error: parse error before ')' token
SVMLight.c:1424: warning: unused variable `self'
param_set.c: In function `XS_Algorithm__SVMLight_set_custom':
param_set.c:308: error: `KERNEL_PARM' undeclared (first use in this function)
param_set.c:308: error: `kernel_parm' undeclared (first use in this function)
param_set.c:308: error: parse error before ')' token
SVMLight.c:1443: warning: unused variable `self'
error building lib/Algorithm/SVMLight.o from 'lib/Algorithm/SVMLight.c' at 
/opt/perl/testers/lib/site_perl/5.8.8/ExtUtils/CBuilder/Base.pm line 108.
make: *** [all] Error 2


PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
        Module::Build                    0.2804
        Test::More                         0.64

******************************** 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 8) configuration:
  Platform:
    osname=linux, osvers=2.6.16.14, archname=x86_64-linux-thread-multi-ld
    uname='linux rinse 2.6.16.14 #1 smp mon may 8 23:44:32 cst 2006 x86_64 
gnulinux '
    config_args='-d -Dusethreads -Dcc=gcc -Duselongdouble -Doptimize=-g -O3 
-Duse64bitint -Duse64bitall -Dprefix=/opt/perl/testers -Dd_dosuid 
-Dinc_version_list=none -Acccdlflags=-fPIC -Duseshrplib=true [EMAIL PROTECTED]'
    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=define use64bitall=define uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS 
-DDEBUGGING -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-g -O3',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBUGGING 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='3.4.4 20050314 (prerelease) (Debian 3.4.3-13)', 
gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', 
lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version='2.3.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E 
-Wl,-rpath,/opt/perl/testers/lib/5.8.8/x86_64-linux-thread-multi-ld/CORE'
    cccdlflags=' -fPIC', lddlflags='-shared -L/usr/local/lib'

Reply via email to