[#3726] Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...>

Hi --

15 messages 2004/11/12
[#3749] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3751] Re: Fixnum#clone and Float#clone raise different exceptions — Yukihiro Matsumoto <matz@...> 2004/11/16

Hi,

[#3752] Re: Fixnum#clone and Float#clone raise different exceptions — "David A. Black" <dblack@...> 2004/11/16

Hi --

[#3785] The latest 1.8.2 cvs prints parse error when starting extension compiling — Yukihiro Matsumoto <matz@...>

Hi,

13 messages 2004/11/23
[#3787] Re: The latest 1.8.2 cvs prints parse error when starting extension compiling — Johan Holmberg <holmberg@...> 2004/11/23

1.8.2-preview3 warnings

From: ts <decoux@...>
Date: 2004-11-13 12:17:47 UTC
List: ruby-core #3728
 Not really important

gcc -fPIC -g -O2  -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD  -c ossl_pkey_rsa.c
ossl_pkey_rsa.c: In function `ossl_rsa_to_der':
ossl_pkey_rsa.c:238: warning: assignment from incompatible pointer type
ossl_pkey_rsa.c:240: warning: assignment from incompatible pointer type

[...]
gcc -fPIC -g -O2  -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD  -c ossl_cipher.c
ossl_cipher.c: In function `ossl_cipher_pkcs5_keyivgen':
ossl_cipher.c:207: warning: passing arg 2 of `EVP_BytesToKey' discards qualifiers from pointer target type

[...]
gcc -fPIC -g -O2  -I. -I../.. -I../../. -I../.././ext/openssl -DHAVE_UNISTD_H -DHAVE_SYS_TIME_H -DHAVE_ASSERT_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_CONF_API_H -DHAVE_BN_PSEUDO_RAND_RANGE -DHAVE_BN_RAND_RANGE -DHAVE_VA_ARGS_MACRO -DHAVE_OPENSSL_ENGINE_H -DHAVE_ENGINE_ADD  -c ossl_asn1.c
ossl_asn1.c: In function `ossl_asn1_get_asn1type':
ossl_asn1.c:496: warning: cast to pointer from integer of different size

[...]


 Don't ask me why it don't want pass its tests

uln% ruby runner.rb 
Loaded suite .
Started
............................................................................................../usr/local/lib/ruby/1.8/drb/drb.rb:806:in `initialize': Address already in use - bind(2) (Errno::EADDRINUSE)
        from /usr/local/lib/ruby/1.8/drb/drb.rb:806:in `open'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:806:in `open_server'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:729:in `open_server'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:727:in `each'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:727:in `open_server'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:1242:in `initialize'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:1505:in `new'
        from /usr/local/lib/ruby/1.8/drb/drb.rb:1505:in `start_service'
        from /home/ts/ruby/ruby-1.8.2/test/drb/ut_port.rb:11
E/usr/local/lib/ruby/1.8/drb/extservm.rb:78:in `stop': Interrupt        from /usr/local/lib/ruby/1.8/drb/extservm.rb:78:in `invoke_service'
        from /usr/local/lib/ruby/1.8/drb/extservm.rb:38:in `service'
        from ./drb/test_drb.rb:197:in `setup'
        from /usr/local/lib/ruby/1.8/test/unit/testcase.rb:69:in `run'
        from /usr/local/lib/ruby/1.8/test/unit/testsuite.rb:32:in `run'
        from /usr/local/lib/ruby/1.8/test/unit/testsuite.rb:31:in `each'
        from /usr/local/lib/ruby/1.8/test/unit/testsuite.rb:31:in `run'
        from /usr/local/lib/ruby/1.8/test/unit/testsuite.rb:32:in `run'
         ... 8 levels...
        from /usr/local/lib/ruby/1.8/test/unit/ui/testrunnerutilities.rb:27:in `run'
        from /usr/local/lib/ruby/1.8/test/unit/autorunner.rb:185:in `run'
        from /usr/local/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run'
        from runner.rb:7
uln%
 
uln% ruby -v
ruby 1.8.2 (2004-11-06) [x86_64-linux]
uln% 



Guy Decoux

In This Thread

Prev Next