[#69892] [Ruby trunk - Feature #11339] [Open] [PATCH] io.c: avoid kwarg parsing in C API — normalperson@...
Issue #11339 has been reported by Eric Wong.
8 messages
2015/07/07
[#69983] Re: [Ruby trunk - Feature #11339] [Open] [PATCH] io.c: avoid kwarg parsing in C API
— Eric Wong <normalperson@...>
2015/07/15
normalperson@yhbt.net wrote:
[#69990] Re: [Ruby trunk - Feature #11339] [Open] [PATCH] io.c: avoid kwarg parsing in C API
— SASADA Koichi <ko1@...>
2015/07/16
On 2015/07/16 4:41, Eric Wong wrote:
[#69995] Re: [Ruby trunk - Feature #11339] [Open] [PATCH] io.c: avoid kwarg parsing in C API
— Eric Wong <normalperson@...>
2015/07/16
SASADA Koichi <ko1@atdot.net> wrote:
[#69984] $SAFE inside an Array — Bertram Scharpf <lists@...>
Hi,
4 messages
2015/07/15
[#70001] [Ruby trunk - Bug #11336] [Open] TestProcess#test_exec_fd_3_redirect failed on Solaris 10 — ngotogenome@...
Issue #11336 has been updated by Naohisa Goto.
4 messages
2015/07/16
[#70005] Re: [Ruby trunk - Bug #11336] [Open] TestProcess#test_exec_fd_3_redirect failed on Solaris 10
— Eric Wong <normalperson@...>
2015/07/16
Sorry, but I think rb_divert_reserved_fd seems a racy fix. I think the
[#70011] [Ruby trunk - Bug #11362] [Open] [PATCH] ensure Process.kill(:STOP, $$) is resumable — normalperson@...
Issue #11362 has been reported by Eric Wong.
3 messages
2015/07/17
[#70016] [Ruby trunk - Bug #11364] [Open] Use smaller buffer for sendmsg — merch-redmine@...
Issue #11364 has been reported by Jeremy Evans.
8 messages
2015/07/17
[#70052] Re: [Ruby trunk - Bug #11364] [Open] Use smaller buffer for sendmsg
— Eric Wong <normalperson@...>
2015/07/20
merch-redmine@jeremyevans.net wrote:
[#70055] Re: [Ruby trunk - Bug #11364] [Open] Use smaller buffer for sendmsg
— Jeremy Evans <code@...>
2015/07/20
On 07/20 10:46, Eric Wong wrote:
[#70056] Re: [Ruby trunk - Bug #11364] [Open] Use smaller buffer for sendmsg
— Eric Wong <normalperson@...>
2015/07/21
Jeremy Evans <code@jeremyevans.net> wrote:
[#70103] [Ruby trunk - Feature #11375] Decreased Object Allocation in Pathname.rb — richard.schneeman@...
Issue #11375 has been updated by Richard Schneeman.
3 messages
2015/07/23
[#70156] [Ruby trunk - Bug #11396] Bad performance in ruby >= 2.2 for Hash with many symbol keys — dunric29a@...
Issue #11396 has been updated by David Unric.
3 messages
2015/07/28
[ruby-core:69937] [Ruby trunk - Bug #11342] ruby 2.2.2 will not compile on Solaris 11.2 32 or 64 bit
From:
apalermo@...
Date:
2015-07-10 10:32:06 UTC
List:
ruby-core #69937
Issue #11342 has been updated by Anthony Palermo. How can I download the source "this may be fixed wit h r50089" to test it ? ---------------------------------------- Bug #11342: ruby 2.2.2 will not compile on Solaris 11.2 32 or 64 bit https://bugs.ruby-lang.org/issues/11342#change-53359 * Author: Anthony Palermo * Status: Feedback * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: REQUIRED ---------------------------------------- ~~~ make & sudo make install [1] 23519 Password: ~~~ (snip) ~~~ option.c:886:33: error: expected declaration specifiers or ‘...’ before ‘u_int8_t’ option.c: In function ‘inspect_tcpi_options’: option.c:898:5: error: ‘options’ undeclared (first use in this function) option.c:898:5: note: each undeclared identifier is reported only once for each function it appears in option.c:898:5: error: ‘u_int8_t’ undeclared (first use in this function) option.c: At top level: option.c:926:50: error: expected declaration specifiers or ‘...’ before ‘u_int32_t’ option.c: In function ‘inspect_tcpi_usec’: option.c:928:44: error: ‘t’ undeclared (first use in this function) option.c: In function ‘inspect_tcp_info’: option.c:1003:16: error: ‘TCP_CA_Open’ undeclared (first use in this function) option.c:1004:16: error: ‘TCP_CA_Disorder’ undeclared (first use in this function) option.c:1005:16: error: ‘TCP_CA_CWR’ undeclared (first use in this function) option.c:1006:16: error: ‘TCP_CA_Recovery’ undeclared (first use in this function) option.c:1007:16: error: ‘TCP_CA_Loss’ undeclared (first use in this function) option.c:1021:9: error: too many arguments to function ‘inspect_tcpi_options’ option.c:886:1: note: declared here option.c:1030:9: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1033:9: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1075:2: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1078:2: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1093:9: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here make[2]: *** [option.o] Error 1 make[2]: Leaving directory `/export/home/dolly/ruby-2.2.2/ext/socket' make[1]: *** [ext/socket/all] Error 2 make[1]: Leaving directory `/export/home/dolly/ruby-2.2.2' make: *** [build-ext] Error 2 ~~~ ---Files-------------------------------- bug-11342.log (30.4 KB) -- https://bugs.ruby-lang.org/