We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/tenderlove/racc/blob/master/ext/racc/cparse.c#L116
is has been introduced by this commit: ruby/ruby@fada885#diff-d25389b5dda13be5e80e89f60e1cc716R50
cc @adambeynon
The text was updated successfully, but these errors were encountered:
We just hit this same issue on puppet when some systems started using racc 1.4.10. It shows up as:
[13:38:53][Ruby(ruby-1.8.7-p374)][Git(master)] andy:puppet > be puppet apply -e 'notify { foo: }' dyld: lazy symbol binding failed: Symbol not found: _rb_ary_subseq Referenced from: /Users/andy/work/puppet/bundle/ruby/1.8/gems/racc-1.4.10/lib/racc/cparse.bundle Expected in: flat namespace dyld: Symbol not found: _rb_ary_subseq Referenced from: /Users/andy/work/puppet/bundle/ruby/1.8/gems/racc-1.4.10/lib/racc/cparse.bundle Expected in: flat namespace Trace/BPT trap: 5
Sorry, something went wrong.
Dupe. Closing.
(maint) Pin racc gem to 1.4.9
e6e118f
racc recently released 1.4.10, which has changes which break on Ruby 1.8.7 ruby/racc@c43068f ruby/racc#32
No branches or pull requests
https://github.com/tenderlove/racc/blob/master/ext/racc/cparse.c#L116
is has been introduced by this commit:
ruby/ruby@fada885#diff-d25389b5dda13be5e80e89f60e1cc716R50
cc @adambeynon
The text was updated successfully, but these errors were encountered: