Skip to content

Update to version 1.2.0 results in undefined symbol: rb_deprecate_constant error #12

@mvz

Description

@mvz

On Ruby 2.7.2, if I update etc from version 1.1.0 to 1.2.0, all gem commands stop working:

$ gem outdated
cucumber-cucumber-expressions (10.3.0 < 11.0.0)
cucumber-gherkin (15.0.2 < 16.0.0)
cucumber-html-formatter (9.0.0 < 11.0.2)
date (3.0.1 < 3.1.1)
etc (1.1.0 < 1.2.0)
faraday (1.1.0 < 1.2.0)
fiddle (1.0.5 < 1.0.6)
mini_portile2 (2.4.0 < 2.5.0)
psych (3.2.1 < 3.3.0)
$ gem update etc
Updating installed gems
Updating etc
Building native extensions. This could take a while...
Successfully installed etc-1.2.0
Parsing documentation for etc-1.2.0
Done installing documentation for etc after 0 seconds
Parsing documentation for etc-1.2.0
Done installing documentation for etc after 0 seconds
Gems updated: etc
$ gem outdated
/home/matijs/.rbenv/versions/2.7.2/bin/ruby: symbol lookup error:
  /home/matijs/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/etc-1.2.0/lib/etc.so:
  undefined symbol: rb_deprecate_constant
$ ruby --version
ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions