You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/11/10 13:22:00 UTC

[jira] [Commented] (AVRO-2957) Avro build fails on Ruby dependency

    [ https://issues.apache.org/jira/browse/AVRO-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17229209#comment-17229209 ] 

ASF subversion and git services commented on AVRO-2957:
-------------------------------------------------------

Commit c97fa4971ee951eab51a35d8e4a7c1ba7388e4e7 in avro's branch refs/heads/master from Ryan Skraba
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=c97fa49 ]

AVRO-2957: Pin ruby 'parallel' dependency for Ruby 2.3 support


> Avro build fails on Ruby dependency
> -----------------------------------
>
>                 Key: AVRO-2957
>                 URL: https://issues.apache.org/jira/browse/AVRO-2957
>             Project: Apache Avro
>          Issue Type: Task
>            Reporter: Ryan Skraba
>            Assignee: Ryan Skraba
>            Priority: Major
>
> It looks like the most recent version of parallel is no longer compatible with the version of ruby in the docker.
> We should (finally!) update the minimum required version of ruby, or pin parallel to the last working version.
> {code}
> Step 14/21 : COPY lang/ruby/Gemfile /tmp
>  ---> beb39fd75a27
> Step 15/21 : RUN bundle install --gemfile=/tmp/Gemfile
>  ---> Running in f66e459f2c5a
> Don't run Bundler as root. Bundler can ask for sudo if it is needed, and
> installing your bundle as root will break this application for all non-root
> users on this machine.
> Fetching gem metadata from https://rubygems.org/.........
> Fetching version metadata from https://rubygems.org/.
> Resolving dependencies...
> parallel-1.20.0 requires ruby version >= 2.5, which is incompatible with the
> current version, ruby 2.3.3p222
> The command '/bin/sh -c bundle install --gemfile=/tmp/Gemfile' returned a non-zero code: 5
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)