Project

General

Profile

Actions

Bug #20451

open

Bad Ruby 3.1.5 backport causes fiddle to fail to build

Added by Bo98 (Bo Anderson) 24 days ago. Updated 17 days ago.

Status:
Open
Assignee:
-
Target version:
-
[ruby-core:117680]

Description

Ruby 3.1.5 shipped with the following backport: https://github.com/ruby/ruby/commit/84f2aabd272a54e79979795d2d405090704a1d07

However this backport directly breaks the build:

closure.c:279:60: error: use of undeclared identifier 'data'
    result = ffi_prep_closure(pcl, cif, callback, (void *)(data->self));
                                                           ^

The original commit (https://github.com/ruby/fiddle/commit/2530496602) was updating the second branch to match the change in the first branch a couple lines up. However that change in the other branch does not exist in Ruby 3.1. The commit in question requires a previous commit of https://github.com/ruby/fiddle/commit/81a8a56239973ab7559229830a449d201955b494.

The backport should either be reverted or an other commit should also be backported. Note that these commits were in a series of many commits made to fix an upstream issue https://github.com/ruby/fiddle/issues/102 so I cannot vouch whether or not the two commits are sufficient to fix the originally reported issue.


Files

Dockerfile.ol8 (747 Bytes) Dockerfile.ol8 ylecuyer (Yoann Lecuyer), 05/01/2024 10:04 PM
Actions

Also available in: Atom PDF

Like3
Like0Like0Like0Like0