[#62904] [ruby-trunk - Feature #9894] [Open] [RFC] README.EXT: document rb_gc_register_mark_object — normalperson@...
Issue #9894 has been reported by Eric Wong.
3 messages
2014/06/02
[#63321] [ANN] ElixirConf 2014 - Don't Miss Jos辿 Valim and Dave Thomas — Jim Freeze <jimfreeze@...>
Just a few more weeks until ElixirConf 2014!
6 messages
2014/06/24
[ruby-core:63401] [ruby-trunk - Bug #9897] Build fails for fiddle with libffi version 3.1
From:
nagachika00@...
Date:
2014-06-29 17:00:08 UTC
List:
ruby-core #63401
Issue #9897 has been updated by Tomoyuki Chikanaga. Backport changed from 2.0.0: REQUIRED, 2.1: REQUIRED to 2.0.0: REQUIRED, 2.1: DONE Backported into `ruby_2_1` branch at r46609. ---------------------------------------- Bug #9897: Build fails for fiddle with libffi version 3.1 https://bugs.ruby-lang.org/issues/9897#change-47443 * Author: Juergen Daubert * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * Category: build * Target version: next minor * ruby -v: ruby 2.1.2p95 (2014-05-08 revision 45877) [x86_64-linux] * Backport: 2.0.0: REQUIRED, 2.1: DONE ---------------------------------------- ext/fiddle/extconf.rb expects a 3-digit version string from the libffi pkg-config. Latest libffi is version 3.1 and building of fiddle fails because version is only 2-digit. -- https://bugs.ruby-lang.org/