[#89555] [Ruby trunk Feature#15251] Hash aset should deduplicate non tainted string — chopraanmol1@...
Issue #15251 has been updated by chopraanmol1 (Anmol Chopra).
3 messages
2018/10/25
[#89583] [PATCH] vm_trace.c (postponed_job_register): only hit main thread — Eric Wong <normalperson@...>
@hsbt: I post here on ruby-core because I hit errors with
5 messages
2018/10/27
[#89584] Re: [PATCH] vm_trace.c (postponed_job_register): only hit main thread
— Koichi Sasada <ko1@...>
2018/10/27
thank you for you patch.
[#89590] Re: [PATCH] vm_trace.c (postponed_job_register): only hit main thread
— Eric Wong <normalperson@...>
2018/10/28
Koichi Sasada <ko1@atdot.net> wrote:
[#89621] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — Greg.mpls@...
Issue #14867 has been updated by MSP-Greg (Greg L).
4 messages
2018/10/29
[#89622] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process
— Eric Wong <normalperson@...>
2018/10/29
Greg.mpls@gmail.com wrote:
[#89627] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — takashikkbn@...
Issue #14867 has been updated by k0kubun (Takashi Kokubun).
3 messages
2018/10/30
[#89654] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — takashikkbn@...
Issue #14867 has been updated by k0kubun (Takashi Kokubun).
4 messages
2018/10/31
[#89655] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process
— Eric Wong <normalperson@...>
2018/10/31
takashikkbn@gmail.com wrote:
[ruby-core:89454] [Ruby trunk Bug#15232][Assigned] Is https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.2.tar.bz2 corrupted?
From:
nagachika00@...
Date:
2018-10-18 02:52:55 UTC
List:
ruby-core #89454
Issue #15232 has been updated by nagachika (Tomoyuki Chikanaga). Status changed from Open to Assigned Assignee set to nagachika (Tomoyuki Chikanaga) Thank you for your report. Sorry for bother you. It seems that I had made a mistake in packaging. As you commented, ruby-2.5.2 packages requires BASERUBY to build. It's not intended. I will take a look into tool/make-snapshot and release fixed package with version 2.5.3. I have heard that usa-san confirmed that the 2.4.5 and 2.3.8 packages don't have this issue. ---------------------------------------- Bug #15232: Is https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.2.tar.bz2 corrupted? https://bugs.ruby-lang.org/issues/15232#change-74494 * Author: wanabe (_ wanabe) * Status: Assigned * Priority: Normal * Assignee: nagachika (Tomoyuki Chikanaga) * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- Hello, I'm glad for new ruby release. Thank you so much. I tried to build ruby-2.5.2 in docker environment, but I couldn't and got a such error. ``` [root@9838dd79fcdd tmp]# rbenv install 2.5.2 Downloading ruby-2.5.2.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.2.tar.bz2 Installing ruby-2.5.2... BUILD FAILED (CentOS release 6.10 (Final) using ruby-build 20180822-14-gcbbd3c2) Inspect or clean up the working tree at /tmp/ruby-build.20181018003202.361 Results logged to /tmp/ruby-build.20181018003202.361.log Last 10 log lines: /tmp/ruby-build.20181018003202.361 /tmp /tmp/ruby-build.20181018003202.361/ruby-2.5.2 /tmp/ruby-build.20181018003202.361 /tmp checking for ruby... false configure: error: cannot run /bin/sh tool/config.sub ``` I guess `tool/config.sub` and `tool/config.guess` are corrupted unexpectedly. ``` [root@9838dd79fcdd tmp]# ls -la /tmp/ruby-build.20181018003202.361/ruby-2.5.2/tool/config.* lrwxrwxrwx 1 1044 1044 33 Oct 18 00:32 /tmp/ruby-build.20181018003202.361/ruby-2.5.2/tool/config.guess -> ../.downloaded-cache/config.guess lrwxrwxrwx 1 1044 1044 31 Oct 18 00:32 /tmp/ruby-build.20181018003202.361/ruby-2.5.2/tool/config.sub -> ../.downloaded-cache/config.sub ``` On another environment that has BASERUBY, I confirmed to run `configure`. ``` /tmp/ruby-2.5.2 $ ./configure checking for ruby... /home/wanabe/.rbenv/shims/ruby downloading config.guess ... done downloading config.sub ... done (snip) ``` -- 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>