cpan> install Inline::Ruby
Running install for module Inline::Ruby
Running make for N/NE/NEILW/Inline-Ruby-0.02.tar.gz

Trying with "/usr/bin/ncftpget" to get
    
ftp://ftp.sunet.se/pub/lang/perl/CPAN/authors/id/N/NE/NEILW/Inline-Ruby-0.02.tar.gz
Inline-Ruby-0.02.tar.gz:                                25.13 kB   31.46 
kB/s
Checksum for 
/tmp/.cpan/sources/authors/id/N/NE/NEILW/Inline-Ruby-0.02.tar.gz ok
Inline-Ruby-0.02/
Inline-Ruby-0.02/README
Inline-Ruby-0.02/t/
Inline-Ruby-0.02/t/03bindfunc.t
Inline-Ruby-0.02/t/09regex.t
Inline-Ruby-0.02/t/01basic.t
Inline-Ruby-0.02/t/07proc.t
Inline-Ruby-0.02/t/08bind1.t
Inline-Ruby-0.02/t/02iter.t
Inline-Ruby-0.02/t/05rb_exc.t
Inline-Ruby-0.02/t/06pl_exc.t
Inline-Ruby-0.02/t/08bind2.t
Inline-Ruby-0.02/t/04iterator.t
Inline-Ruby-0.02/MANIFEST
Inline-Ruby-0.02/test.pl
Inline-Ruby-0.02/Changes
Inline-Ruby-0.02/Makefile.PL
Inline-Ruby-0.02/lib/
Inline-Ruby-0.02/lib/Inline/
Inline-Ruby-0.02/lib/Inline/Ruby.pod
Inline-Ruby-0.02/Ruby.xs
Inline-Ruby-0.02/Ruby.pm
Inline-Ruby-0.02/samples/
Inline-Ruby-0.02/samples/tk/
Inline-Ruby-0.02/samples/tk/tkhello.pl
Inline-Ruby-0.02/rb2pl.c
Inline-Ruby-0.02/rb2pl.h

  CPAN.pm: Going to build N/NE/NEILW/Inline-Ruby-0.02.tar.gz

Found 2 ruby executables on your PATH.
1. /usr/bin/ruby
2. /usr/local/bin/ruby
Use which? [1]
Using /usr/bin/ruby
Using these settings:
   Extra Libs:  -ldl -lcrypt -lm
   Ruby Lib:    -L/usr/local/lib -lruby-static
   Includes:    -I/usr/local/lib/ruby/1.8/i686-linux
   Extra Flags: none (perl Makefile.PL --help for details)
Checking if your kit is complete...
Looks good
Writing Makefile for Inline::Ruby
cp lib/Inline/Ruby.pod blib/lib/Inline/Ruby.pod
cp Ruby.pm blib/lib/Inline/Ruby.pm
/usr/local/bin/perl /usr/local/lib/perl5/5.8.0/ExtUtils/xsubpp  -typemap 
/usr/local/lib/perl5/5.8.0/ExtUtils/typemap  Ruby.xs > Ruby.xsc && mv 
Ruby.xsc Ruby.c
cc -c  -I/usr/local/lib/ruby/1.8/i686-linux -D_REENTRANT -D_GNU_SOURCE 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2   -DVERSION=\"0.02\" 
-DXS_VERSION=\"0.02\" -fpic 
"-I/usr/local/lib/perl5/5.8.0/i686-linux-thread-multi/CORE"  -UEXPOSE_PERL 
-DCREATE_RUBY -UCREATE_PERL Ruby.c
cc -c  -I/usr/local/lib/ruby/1.8/i686-linux -D_REENTRANT -D_GNU_SOURCE 
-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2   -DVERSION=\"0.02\" 
-DXS_VERSION=\"0.02\" -fpic 
"-I/usr/local/lib/perl5/5.8.0/i686-linux-thread-multi/CORE"  -UEXPOSE_PERL 
-DCREATE_RUBY -UCREATE_PERL rb2pl.c
Running Mkbootstrap for Inline::Ruby ()
chmod 644 Ruby.bs
rm -f blib/arch/auto/Inline/Ruby/Ruby.so
LD_RUN_PATH="" cc  -shared -L/usr/local/lib Ruby.o rb2pl.o  -o 
blib/arch/auto/Inline/Ruby/Ruby.so   -L/usr/local/lib -lruby-static -ldl 
-lcrypt -lm
chmod 755 blib/arch/auto/Inline/Ruby/Ruby.so
cp Ruby.bs blib/arch/auto/Inline/Ruby/Ruby.bs
chmod 644 blib/arch/auto/Inline/Ruby/Ruby.bs
Manifying blib/man3/Inline::Ruby.3
  /usr/bin/make  -- OK
Running make test
Running Mkbootstrap for Inline::Ruby ()
chmod 644 Ruby.bs
rm -f blib/arch/auto/Inline/Ruby/Ruby.so
LD_RUN_PATH="" cc  -shared -L/usr/local/lib Ruby.o rb2pl.o  -o 
blib/arch/auto/Inline/Ruby/Ruby.so   -L/usr/local/lib -lruby-static -ldl 
-lcrypt -lm
chmod 755 blib/arch/auto/Inline/Ruby/Ruby.so
cp Ruby.bs blib/arch/auto/Inline/Ruby/Ruby.bs
chmod 644 blib/arch/auto/Inline/Ruby/Ruby.bs
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basic.......ok 1/15Undefined subroutine &main::some_function called at 
t/01basic.t line 24.
t/01basic.......dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-15
        Failed 14/15 tests, 6.67% okay
t/02iter........ok 9/11(eval):22: [BUG] Segmentation fault
ruby 1.8.1 (2003-12-25) [i686-linux]

t/02iter........dubious
        Test returned status 0 (wstat 6, 0x6)
DIED. FAILED tests 10-11
        Failed 2/11 tests, 81.82% okay
t/03bindfunc....ok
t/04iterator....ok
t/05rb_exc......NOK 1# Test 1 got: '(eval):23:in `/'divided by 0' 
(t/05rb_exc.t at line 25)
#   Expected: 'divided by 0'
t/05rb_exc......NOK 5# Test 5 got: '(eval):23compile error
(eval):23: syntax error' (t/05rb_exc.t at line 25 fail #2)
#   Expected: 'compile error
(eval): parse error'
t/05rb_exc......FAILED tests 1, 5
        Failed 2/8 tests, 75.00% okay
t/06pl_exc......(eval):30: warning: parenthesize argument(s) for future 
version
(eval):42: warning: parenthesize argument(s) for future version
t/06pl_exc......ok
t/07proc........Undefined subroutine &main::invoke_wait called at 
t/07proc.t line 15.
t/07proc........dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-3
        Failed 3/3 tests, 0.00% okay
t/08bind1.......Subroutine clone redefined at (eval 3) line 210.
Subroutine display redefined at (eval 3) line 214.
Subroutine some_func redefined at (eval 3) line 218.
Subroutine protected_methods redefined at (eval 3) line 222.
Subroutine freeze redefined at (eval 3) line 226.
Subroutine instance_variable_set redefined at (eval 3) line 230.
Subroutine type redefined at (eval 3) line 234.
Subroutine methods redefined at (eval 3) line 238.
Subroutine send redefined at (eval 3) line 242.
Subroutine __id__ redefined at (eval 3) line 246.
Subroutine instance_variables redefined at (eval 3) line 250.
Subroutine to_s redefined at (eval 3) line 254.
Subroutine dup redefined at (eval 3) line 258.
Subroutine hash redefined at (eval 3) line 262.
Subroutine private_methods redefined at (eval 3) line 266.
Subroutine class redefined at (eval 3) line 270.
Subroutine method redefined at (eval 3) line 274.
Subroutine singleton_methods redefined at (eval 3) line 278.
Subroutine extend redefined at (eval 3) line 282.
Subroutine instance_eval redefined at (eval 3) line 286.
Subroutine untaint redefined at (eval 3) line 290.
Subroutine __send__ redefined at (eval 3) line 294.
Subroutine instance_variable_get redefined at (eval 3) line 298.
Subroutine object_id redefined at (eval 3) line 302.
Subroutine inspect redefined at (eval 3) line 306.
Subroutine taint redefined at (eval 3) line 310.
Subroutine public_methods redefined at (eval 3) line 318.
Subroutine id redefined at (eval 3) line 322.
Subroutine inline_ruby_class_grokker redefined at (eval 3) line 326.
Subroutine to_a redefined at (eval 3) line 330.
t/08bind1.......ok
t/08bind2.......ok 2/3Undefined subroutine &main::some_func called at 
t/08bind2.t line 14.
t/08bind2.......dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED test 3
        Failed 1/3 tests, 66.67% okay
t/09regex.......NOK 2# Test 2 got: <UNDEF> (t/09regex.t at line 11)
#   Expected: '0'
t/09regex.......FAILED test 2
        Failed 1/3 tests, 66.67% okay
Failed Test  Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/01basic.t     2   512    15   14  93.33%  2-15
t/02iter.t      0     6    11    2  18.18%  10-11
t/05rb_exc.t                8    2  25.00%  1 5
t/07proc.t      2   512     3    3 100.00%  1-3
t/08bind2.t     2   512     3    1  33.33%  3
t/09regex.t                 3    1  33.33%  2
Failed 6/10 test scripts, 40.00% okay. 23/66 subtests failed, 65.15% okay.
make: *** [test_dynamic] Error 29
  /usr/bin/make test -- NOT OK
Running make install
  make test had returned bad status, won't install without force

Reply via email to