[#64703] Add `Hash#fetch_at` (issue #10017) — Wojtek Mach <wojtek@...>
Hey guys
1 message
2014/09/01
[#64711] [ruby-trunk - Bug #10193] [Closed] TestIO#test_readpartial_locktmp fails randomly — nobu@...
Issue #10193 has been updated by Nobuyoshi Nakada.
3 messages
2014/09/02
[#64744] [ruby-trunk - Bug #10202] [Open] TestBenchmark#test_realtime_output breaks on ARM — v.ondruch@...
Issue #10202 has been reported by Vit Ondruch.
3 messages
2014/09/03
[#64823] documenting constants — Xavier Noria <fxn@...>
I am writing a Rails guide about constant autoloading in Ruby on
5 messages
2014/09/07
[#64838] [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus — ko1@...
Issue #10212 has been reported by Koichi Sasada.
6 messages
2014/09/08
[#64858] Re: [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus
— Eric Wong <normalperson@...>
2014/09/08
rb_env_t may use a flexible array, helps a little even on my busy system:
[#64871] Re: [ruby-trunk - Bug #10212] [Open] MRI is not for lambda calculus
— SASADA Koichi <ko1@...>
2014/09/08
(2014/09/08 19:48), Eric Wong wrote:
[#64972] [ruby-trunk - Bug #10231] [Open] Process.detach(pid) defines new singleton classes every call — headius@...
Issue #10231 has been reported by Charles Nutter.
3 messages
2014/09/11
[#64980] [ruby-trunk - Bug #10212] MRI is not for lambda calculus — ko1@...
Issue #10212 has been updated by Koichi Sasada.
4 messages
2014/09/12
[#65142] [ruby-trunk - Feature #10267] [Open] Number of processors — akr@...
Issue #10267 has been reported by Akira Tanaka.
4 messages
2014/09/20
[#65144] Re: [ruby-trunk - Feature #10267] [Open] Number of processors
— Eric Wong <normalperson@...>
2014/09/20
akr@fsij.org wrote:
[#65210] [ruby-trunk - misc #10278] [Assigned] [RFC] st.c: use ccan linked list — nobu@...
Issue #10278 has been updated by Nobuyoshi Nakada.
3 messages
2014/09/22
[ruby-core:65042] [ruby-trunk - Bug #10235] [Rejected] make fails to configure OpenSSL on OS X 10.9.4 (Mavericks)
From:
shibata.hiroshi@...
Date:
2014-09-15 00:45:45 UTC
List:
ruby-core #65042
Issue #10235 has been updated by Hiroshi SHIBATA. Status changed from Open to Rejected ---------------------------------------- Bug #10235: make fails to configure OpenSSL on OS X 10.9.4 (Mavericks) https://bugs.ruby-lang.org/issues/10235#change-48911 * Author: opt1c - * Status: Rejected * Priority: Normal * Assignee: * Category: * Target version: * ruby -v: 2.1.2, 2.1.0 * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN ---------------------------------------- "Failed to configure openssl. It will not be installed." OPENSSL ------- $ which openssl /usr/local/ssl/bin/openssl $ openssl version OpenSSL 1.0.1i 6 Aug 2014 As recommended by: https://www.ruby-lang.org/en/news/2014/04/10/severe-openssl-vulnerability/ When installed, OpenSSL was configured with: ./Configure darwin64-x86_64-cc. It works fine. RUBY ---- I've tried both: ./configure --prefix=/Users/me/.rbenv/versions/2.1.2 --with-openssl-dir=/usr/local/ssl ./configure --prefix=/Users/me/.rbenv/versions/2.1.2 --with-openssl-dir=/usr/local/ssl --with-gcc=clang --enable-shared --enable-pthread CFLAGS=-D_XOPEN_SOURCE=1 (As well as attempts including "--with-opt-dir=/usr/local/ssl" which I believe was required of an older Ruby.) ruby-2.1.2/ext/openssl:$ ruby extconf.rb checking for t_open() in -lnsl... no checking for socket() in -lsocket... no checking for assert.h... yes checking for openssl/ssl.h... yes checking for OpenSSL_add_all_digests() in -lcrypto... no checking for OpenSSL_add_all_digests() in -llibeay32... no So errors include: conftest.c:13:57: error: use of undeclared identifier 't_open' conftest.c:13:57: error: use of undeclared identifier 'socket' conftest.c:13:57: error: use of undeclared identifier 'OpenSSL_add_all_digests' I use rbenv and install from source, but I've also since tried rbenv with the ruby-build plugin and it fails, too (as would be expected, based on the above, but it was attempted, anyway). -- https://bugs.ruby-lang.org/