[#80974] [Ruby trunk Feature#13517] [PATCH] reduce rb_mutex_t size from 160 to 80 bytes on 64-bit — ko1@...
Issue #13517 has been updated by ko1 (Koichi Sasada).
4 messages
2017/05/02
[#81024] Re: [Ruby trunk Feature#13517] [PATCH] reduce rb_mutex_t size from 160 to 80 bytes on 64-bit
— SASADA Koichi <ko1@...>
2017/05/07
sorry for late response.
[#80996] [Ruby trunk Feature#13544] Allow loading an ISeqs sequence directly from a C extension without requiring buffer is in an RVALUE — sam.saffron@...
Issue #13544 has been reported by sam.saffron (Sam Saffron).
3 messages
2017/05/04
[#81016] [Ruby trunk Bug#13526] Segmentation fault at 0x0055c2e58e8920 ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] — s.wanabe@...
Issue #13526 has been updated by wanabe (_ wanabe).
3 messages
2017/05/07
[#81048] Re: [ruby-cvs:65788] normal:r58614 (trunk): rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t — SASADA Koichi <ko1@...>
It causes compile error on raspi 3.
3 messages
2017/05/09
[#81201] Re: [ruby-cvs:65935] normal:r58761 (trunk): test/test_extilibs.rb: do not check the existence of fiddle — "U.NAKAMURA" <usa@...>
Hi, Eric
4 messages
2017/05/16
[#81202] Re: [ruby-cvs:65935] normal:r58761 (trunk): test/test_extilibs.rb: do not check the existence of fiddle
— Eric Wong <normalperson@...>
2017/05/16
"U.NAKAMURA" <usa@garbagecollect.jp> wrote:
[#81427] Fwd: [ruby-changes:46809] normal:r58924 (trunk): test for IO.copy_stream CPU usage (r58534) — SASADA Koichi <ko1@...>
Hi,
6 messages
2017/05/28
[#81428] Re: Fwd: [ruby-changes:46809] normal:r58924 (trunk): test for IO.copy_stream CPU usage (r58534)
— Eric Wong <normalperson@...>
2017/05/28
SASADA Koichi <ko1@atdot.net> wrote:
[ruby-core:81451] [Ruby trunk Bug#13611] MinGW spec/rubyspec/optional/capi compile/link issues
From:
Greg.mpls@...
Date:
2017-05-29 13:36:41 UTC
List:
ruby-core #81451
Issue #13611 has been reported by MSP-Greg (Greg L).
----------------------------------------
Bug #13611: MinGW spec/rubyspec/optional/capi compile/link issues
https://bugs.ruby-lang.org/issues/13611
* Author: MSP-Greg (Greg L)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
* ruby -v: ruby 2.5.0dev (2017-05-29 trunk 58958) [x64-mingw32]
* Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
For the last two weeks, I have been successfully running `make test-spec` in [MinGW builds](https://msp-greg.github.io/file.mingw_test-all.html#test-spec-Failure-Error-Summary). Over this past weekend, there were several changes to the build system for the [spec/rubyspec/optional/capi](https://github.com/ruby/ruby/tree/trunk/spec/rubyspec/optional/capi) tests.
I built `ruby 2.5.0dev (2017-05-29 trunk 58958) [x64-mingw32]`, and had the following errors:
Console output:
```
E:\GitHub\ruby-loco\src\build-x86_64>make.exe -ij1 "MSPECOPT=-fs" test-spec
$ E:/GitHub/ruby-loco/src/build-x86_64/miniruby -IE:/GitHub/ruby-loco/src/ruby/lib E:/GitHub/ruby-loco/src/ruby/tool/runruby.rb --archdir=E:/GitHub/ruby-loco/src/build-x8
6_64 --extout=.ext -- E:/GitHub/ruby-loco/src/ruby/spec/mspec/bin/mspec-run -B ../ruby/spec/default.mspec -fs
x86_64-w64-mingw32-gcc: error: $(DEFFILE): No such file or directory
-- above line repeated 26 times
```
Log file - 35 similar errors ('E:/GitHub/ruby-loco/src/ruby/' removed from all file listings to shorten):
```
4)
An exception occurred during: loading spec/rubyspec/optional/capi/array_spec.rb ERROR
RuntimeError: Unable to link "spec/rubyspec/optional/capi/ext/array_spec.c"
spec/rubyspec/optional/capi/spec_helper.rb:104:in `compile_extension'
spec/rubyspec/optional/capi/spec_helper.rb:146:in `load_extension'
spec/rubyspec/optional/capi/array_spec.rb:3:in `<top (required)>'
```
Otherwise, build and test-all are as expected, running mspec from install/pkg directory (and without optional/capi) ran fine, etc.
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>