Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ruby 3.2.5 with fpm-cookery 0.37.0 has uninitialized constant #220

Open
aalmenar opened this issue Oct 30, 2024 · 0 comments
Open

Ruby 3.2.5 with fpm-cookery 0.37.0 has uninitialized constant #220

aalmenar opened this issue Oct 30, 2024 · 0 comments

Comments

@aalmenar
Copy link

/opt/rbenv/versions/3.2.5/lib/ruby/gems/3.2.0/gems/fpm-cookery-0.37.0/lib/fpm/cookery/utils.rb:89:in `patch': uninitialized constant FPM::Cookery::Utils::Fixnum (NameError)

this is on a recipe where patch iscalled:

def build
    patch(workdir("patches/0001-fixes_null.patch"), 1)

Cant find the reason why is not working, since with ruby 3.1.x worked, but after upgrading to 3.2.x it broke.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant