Skip to content

Install Deployment Dependencies Fails - Nokogiri #1295

Open
@GarrettPoore

Description

Hi, we use the S3 provider for dpl, but a quick search suggests this might impact other providers. Nokogiri pushed out a new version yesterday (12/25) and since they are deploys are failing with the following error:

Installing deployment dependencies
Installing gem dependencies: nokogiri (~> 1.15), aws-sdk-s3 (~> 1), mime-types (~> 3.4.1)
GemWrappers: Can not wrap not executable file: /home/travis/.rvm/gems/ruby-3.3.5/bin/racc.lock
GemWrappers: Can not wrap not executable file: /home/travis/.rvm/gems/ruby-3.3.5/bin/racc.lock
GemWrappers: Can not wrap not executable file: /home/travis/.rvm/gems/ruby-3.3.5/bin/racc.lock
GemWrappers: Can not wrap not executable file: /home/travis/.rvm/gems/ruby-3.3.5/bin/racc.lock
ERROR: It looks like you're trying to use Nokogiri as a precompiled native gem on a system
       with an unsupported version of glibc.
  /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/travis/.rvm/gems/ruby-3.3.5/gems/nokogiri-1.18.0-x86_64-linux-gnu/lib/nokogiri/3.3/nokogiri.so) - /home/travis/.rvm/gems/ruby-3.3.5/gems/nokogiri-1.18.0-x86_64-linux-gnu/lib/nokogiri/3.3/nokogiri.so
  If that's the case, then please install Nokogiri via the `ruby` platform gem:
      gem install nokogiri --platform=ruby
  or:
      bundle config set force_ruby_platform true
  Please visit https://nokogiri.org/tutorials/installing_nokogiri.html for more help.

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