Package Details: ruby-travis 1.11.1-1

Git Clone URL: https://aur.archlinux.org/ruby-travis.git (read-only, click to copy)
Package Base: ruby-travis
Description: CLI and Ruby client library for Travis CI
Upstream URL: https://github.com/travis-ci/travis.rb
Licenses: MIT
Submitter: joschi
Maintainer: DDoSolitary (lilac)
Last Packager: lilac
Votes: 18
Popularity: 0.000000
First Submitted: 2013-01-27 12:49 (UTC)
Last Updated: 2022-06-09 13:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

ebiadsu commented on 2018-03-23 02:14 (UTC)

Adding aur package ruby-connection_pool (https://aur.archlinux.org/packages/ruby-connection_pool/) as dependency should fix this issue in my opinion.

Darkhogg commented on 2018-02-27 13:38 (UTC)

This package is mising the connection_pool gem as a dependency. As of now it's not available on the AUR, I installed it with pacgem (pacgem connection_pool) and travis now works perfectly.

<deleted-account> commented on 2018-02-15 19:43 (UTC)

$ travis -h
Traceback (most recent call last):
    16: from /usr/bin/travis:23:in `<main>'
    15: from /usr/lib/ruby/2.5.0/rubygems.rb:309:in `activate_bin_path'
    14: from /usr/lib/ruby/2.5.0/rubygems.rb:309:in `synchronize'
    13: from /usr/lib/ruby/2.5.0/rubygems.rb:310:in `block in activate_bin_path'
    12: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1439:in `activate'
    11: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1457:in `activate_dependencies'
    10: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1457:in `each'
     9: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1471:in `block in activate_dependencies'
     8: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1439:in `activate'
     7: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1457:in `activate_dependencies'
     6: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1457:in `each'
     5: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1471:in `block in activate_dependencies'
     4: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1439:in `activate'
     3: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1457:in `activate_dependencies'
     2: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1457:in `each'
     1: from /usr/lib/ruby/2.5.0/rubygems/specification.rb:1468:in `block in activate_dependencies'
/usr/lib/ruby/2.5.0/rubygems/dependency.rb:310:in `to_specs': Could not find 'connection_pool' (~> 2.2) among 40 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/home/magnus/.gem/ruby/2.5.0:/usr/lib/ruby/gems/2.5.0', execute `gem env` for more information

B_E commented on 2018-02-06 13:53 (UTC)

ruby-rdoc appears to be a missing dependency:

Successfully installed backports-3.6.7 ERROR: While executing gem ... (Gem::DocumentError) RDoc is not installed: cannot load such file -- rdoc/rdoc

DDoSolitary commented on 2017-10-23 11:58 (UTC) (edited on 2018-01-13 07:38 (UTC) by DDoSolitary)

There is a "ruby-faraday-middleware" in the Community repo. Could you please replace "ruby-faraday_middleware" with it?

nmiculinic commented on 2017-09-12 10:09 (UTC)

Got following error: /usr/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:120:in `require': cannot load such file -- travis/client/cache (LoadError) from /usr/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:120:in `require' from /home/lpp/.gem/ruby/2.4.0/gems/travis-1.8.8/lib/travis/client.rb:16:in `<top (required)>' from /usr/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require' from /usr/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require' from /home/lpp/.gem/ruby/2.4.0/gems/travis-1.8.8/lib/travis/cli.rb:2:in `<top (required)>' from /usr/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require' from /usr/lib/ruby/2.4.0/rubygems/core_ext/kernel_require.rb:68:in `require' from /home/lpp/.gem/ruby/2.4.0/gems/travis-1.8.8/bin/travis:7:in `<top (required)>' from /usr/bin/travis:22:in `load' from /usr/bin/travis:22:in `<main>'

Swizz commented on 2017-05-09 09:32 (UTC)

Got the following warning : " Ignoring rainbow-2.2.1 because its extensions are not built. Try: gem pristine rainbow --version 2.2.1" Any way to add 'gem pristine rainbow --version 2.2.1' in the build process ?

CarstenF commented on 2017-03-22 20:28 (UTC)

@mildred: I have removed the dependency ranges from the dependecys. Now the dependecy installation should work.

mildred commented on 2017-03-22 09:25 (UTC)

There are many missing dependencies that I had to install manually (probably because the required version had changed): ruby-faraday ruby-multipart-post ruby-faraday-middleware ruby-highline ruby-backports ruby-gh ruby-multi_json ruby-addressable ruby-net-http-persistent ruby-net-http-pipeline ruby-launchy ruby-ethon ruby-ffi ruby-pusher-client ruby-websocket

jonnor commented on 2016-12-12 18:12 (UTC)

ruby-travis 1.8.5 is out. However, it is not compatible with latest versions of the dependecies available in AUR. I needed to: * Update ruby-faraday_middleware 0.10.1 (was 0.10.0, has been flagged-out-of date) * Downgrade ruby-typhoeus to 0.6.8 (was 0.10.x, no ruby-typhoeus-0.6 package exists right now)