渡辺哲也です。 OS: HP-UX 11i CPU: PA-RISC で確認してみました。 B3901BA B.11.11.04 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800) HP-UX B.11.11 U 9000/800 (HP-UX 11i) 以下 make check のログです。 使用したソースコードは ftp で公開されている preview3 です。 ------------------------------ Script started on Tue Sep 20 18:03:28 2005 $ make check test succeeded ./miniruby ./runruby.rb --extout=.ext -- -C "./test" runner.rb --runner=console Loaded suite . Started ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................WSDLDriverFactory#create_driver is depricated. Use create_rpc_driver instead. ..............................................................................................................................................................F....................................- Standalone stub can have only 1 port for now. So creating stub for the first port and rests are ignored. - Standalone server stub ignores port location defined in WSDL. Location is http://localhost:10080/ by default. Generated client from WSDL must be configured to point this endpoint manually. ...............ignored element: {http://www.w3.org/2001/XMLSchema}minLength ....- Standalone stub can have only 1 port for now. So creating stub for the first port and rests are ignored. - Standalone server stub ignores port location defined in WSDL. Location is http://localhost:10080/ by default. Generated client from WSDL must be configured to point this endpoint manually. ...........................Eno such file to load -- uconv E.............................................F............................E..................... Finished in 122.974661 seconds. 1) Failure: test_cgi(TestWEBrickCGI) [./webrick/test_cgi.rb:31:in `test_cgi' /t/src/ruby-1.8.3-p3/lib/net/http.rb:1049:in `request' /t/src/ruby-1.8.3-p3/lib/net/http.rb:2104:in `reading_body' /t/src/ruby-1.8.3-p3/lib/net/http.rb:1048:in `request' /t/src/ruby-1.8.3-p3/lib/net/http.rb:1033:in `request' /t/src/ruby-1.8.3-p3/lib/net/http.rb:545:in `start' /t/src/ruby-1.8.3-p3/lib/net/http.rb:1031:in `request' ./webrick/test_cgi.rb:30:in `test_cgi' ./webrick/utils.rb:26:in `start_server' ./webrick/utils.rb:34:in `start_httpserver' ./webrick/test_cgi.rb:21:in `test_cgi']: <"/\244\333\244\262/\244\333\244\262"> expected but was <"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\">\n<HTML>\n <HEAD><TITLE>Bad Request</TITLE></HEAD>\n <BODY>\n <H1>Bad Request</H1>\n bad URI `/webrick.cgi/\244\333\244\262/\244\333\244\262'.\n <HR>\n <ADDRESS>\n WEBrick/1.3.1 (Ruby/1.8.3/2005-09-19) at\n xxx.xxx.xxx.xxx:80\n </ADDRESS>\n </BODY>\n</HTML>\n">. 2) Error: test_client_server(Test_Webrick): NoMethodError: undefined method `shutdown' for nil:NilClass ./xmlrpc/webrick_testing.rb:32:in `stop_server' /t/src/ruby-1.8.3-p3/lib/timeout.rb:45:in `timeout' ./xmlrpc/webrick_testing.rb:31:in `stop_server' ./xmlrpc/test_webrick_server.rb:55:in `test_client_server' ./xmlrpc/test_webrick_server.rb:50:in `test_client_server' 3) Error: test_wsdl(XSD::TestEmptyCharset): ArgumentError: No decoder found for encoding EUC-JP. Please install iconv. /t/src/ruby-1.8.3-p3/lib/rexml/encoding.rb:42:in `encoding=' /t/src/ruby-1.8.3-p3/lib/rexml/source.rb:40:in `encoding=' /t/src/ruby-1.8.3-p3/lib/rexml/parsers/baseparser.rb:202:in `pull' /t/src/ruby-1.8.3-p3/lib/rexml/parsers/streamparser.rb:16:in `parse' /t/src/ruby-1.8.3-p3/lib/rexml/document.rb:173:in `parse_stream' /t/src/ruby-1.8.3-p3/lib/xsd/xmlparser/rexmlparser.rb:27:in `do_parse' /t/src/ruby-1.8.3-p3/lib/wsdl/xmlSchema/parser.rb:63:in `parse' ./xsd/test_noencoding.rb:15:in `test_wsdl' 4) Failure: test_basic_strings(YAML_Unit_Tests) [./yaml/test_yaml.rb:37:in `assert_cycle' ./yaml/test_yaml.rb:79:in `test_basic_strings']: <":x"> expected but was <:x>. 5) Error: test_spec_private_types(YAML_Unit_Tests): NoMethodError: undefined method `type_id' for nil:NilClass ./yaml/test_yaml.rb:705:in `test_spec_private_types' /t/src/ruby-1.8.3-p3/lib/yaml.rb:246:in `each_node' /t/src/ruby-1.8.3-p3/lib/yaml.rb:261:in `parse_documents' ./yaml/test_yaml.rb:692:in `test_spec_private_types' 1209 tests, 12770 assertions, 2 failures, 3 errors make: *** [test-all] Error 1 zsh: 19653 exit 2 make check make check 77.98s user 13.20s system 63% cpu 2:23.54 total $ exit script done on Tue Sep 20 18:06:13 2005 ------------------------------