[#102393] [Ruby master Feature#17608] Compact and sum in one step — sawadatsuyoshi@...

Issue #17608 has been reported by sawa (Tsuyoshi Sawada).

13 messages 2021/02/04

[#102438] [Ruby master Bug#17619] if false foo=42; end creates a foo local variable set to nil — pkmuldoon@...

Issue #17619 has been reported by pkmuldoon (Phil Muldoon).

10 messages 2021/02/10

[#102631] [Ruby master Feature#17660] Expose information about which basic methods have been redefined — tenderlove@...

Issue #17660 has been reported by tenderlovemaking (Aaron Patterson).

9 messages 2021/02/27

[#102639] [Ruby master Misc#17662] The herdoc pattern used in tests does not syntax highlight correctly in many editors — eregontp@...

Issue #17662 has been reported by Eregon (Benoit Daloze).

13 messages 2021/02/27

[#102652] [Ruby master Bug#17664] Behavior of sockets changed in Ruby 3.0 to non-blocking — ciconia@...

Issue #17664 has been reported by ciconia (Sharon Rosner).

23 messages 2021/02/28

[ruby-core:102352] [Ruby master Bug#17602] MinGW builds failing - binutils-2.36 ?

From: naruse@...
Date: 2021-02-01 12:35:15 UTC
List: ruby-core #102352
Issue #17602 has been updated by naruse (Yui NARUSE).

Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: DONE

ruby_3_0 d1fb0a39537d4536869921383ee2a223cc6dfac9 merged revision(s) 952b2dcc8804cbf094f8f626e04bcb3f8e151005.

----------------------------------------
Bug #17602: MinGW builds failing - binutils-2.36 ?
https://bugs.ruby-lang.org/issues/17602#change-90212

* Author: MSP-Greg (Greg L)
* Status: Closed
* Priority: Normal
* ruby -v: master
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: DONE
----------------------------------------
ruby-loco mingw is failing, and a recent PR's here are also failing with similar issue.  Log shows:

```
x86_64-w64-mingw32-gcc: error: language c -DRC_INVOKED -I. -I. -I../src/win32 not recognized
x86_64-w64-mingw32-gcc: error: language c -DRC_INVOKED -I. -I. -I../src/win32 not recognized
C:\msys64\mingw64\bin\windres.exe: preprocessing failed.
compiling ruby.res.o
make: *** [GNUmakefile:49: x64-msvcrt-ruby310.res.o] Error 1
make: *** Waiting for unfinished jobs....
generating table from enc/trans/cesu_8.c
rb_mjit_header.h updated
generating enc/trans/cesu_8.c ...
x86_64-w64-mingw32-gcc: error: language c -DRC_INVOKED -I. -I. -I../src/win32 not recognized
x86_64-w64-mingw32-gcc: error: language c -DRC_INVOKED -I. -I. -I../src/win32 not recognized
C:\msys64\mingw64\bin\windres.exe: preprocessing failed.
make: *** [GNUmakefile:50: ruby.res.o] Error 1
```

I think the only thing that has changed since the most recent master commit (https://github.com/ruby/ruby/commit/22b8ddfd1049) is an updated package in MSYS2/MinGW, binutils-2.36?



-- 
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>

In This Thread

Prev Next