From: nobu@... Date: 2014-06-21T03:54:30+00:00 Subject: [ruby-core:63266] [ruby-trunk - Bug #9897] [Closed] Build fails for fiddle with libffi version 3.1 Issue #9897 has been updated by Nobuyoshi Nakada. Status changed from Feedback to Closed % Done changed from 0 to 100 Applied in changeset r46485. ---------- fiddle/extconf.rb: supply 0 * ext/fiddle/extconf.rb: supply 0 to fill RUBY_LIBFFI_MODVERSION with 3-digit. libffi 3.1 returns just 2-digit. [ruby-core:62920] [Bug #9897] ---------------------------------------- Bug #9897: Build fails for fiddle with libffi version 3.1 https://bugs.ruby-lang.org/issues/9897#change-47315 * 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: REQUIRED ---------------------------------------- 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/