From: nagachika00@... Date: 2014-06-29T17:00:08+00:00 Subject: [ruby-core:63401] [ruby-trunk - Bug #9897] Build fails for fiddle with libffi version 3.1 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/