Package Details: taffy 1.4.2-1

Git Clone URL: https://aur.archlinux.org/taffy.git (read-only, click to copy)
Package Base: taffy
Description: A command-line audio tagging tool
Upstream URL: https://github.com/jangler/taffy
Keywords: audio cli metadata tag
Licenses: MIT
Submitter: jangler
Maintainer: jangler
Last Packager: jangler
Votes: 3
Popularity: 0.026176
First Submitted: 2015-04-26 19:16 (UTC)
Last Updated: 2021-03-17 19:19 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

jangler commented on 2021-03-17 19:21 (UTC)

@PowerMan2206, try again now. I've updated the taglib-ruby version that taffy looks for.

PowerMan2206 commented on 2021-03-17 18:25 (UTC)

I get this error upon running

Traceback (most recent call last):
    8: from /usr/bin/taffy:23:in `<main>'
    7: from /usr/lib/ruby/2.7.0/rubygems.rb:301:in `activate_bin_path'
    6: from /usr/lib/ruby/2.7.0/rubygems.rb:301:in `synchronize'
    5: from /usr/lib/ruby/2.7.0/rubygems.rb:302:in `block in activate_bin_path'
    4: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1372:in `activate'
    3: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1390:in `activate_dependencies'
    2: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1390:in `each'
    1: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1402:in `block in activate_dependencies'
/usr/lib/ruby/2.7.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'taglib-ruby' (~> 0.7, >= 0.7.0) - did find: [taglib-ruby-1.1.0] (Gem::MissingSpecVersionError)
Checked in 'GEM_PATH=/home/niko/.local/share/gem/ruby/2.7.0:/usr/lib/ruby/gems/2.7.0' , execute `gem env` for more information
    8: from /usr/bin/taffy:23:in `<main>'
    7: from /usr/lib/ruby/2.7.0/rubygems.rb:301:in `activate_bin_path'
    6: from /usr/lib/ruby/2.7.0/rubygems.rb:301:in `synchronize'
    5: from /usr/lib/ruby/2.7.0/rubygems.rb:302:in `block in activate_bin_path'
    4: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1372:in `activate'
    3: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1390:in `activate_dependencies'
    2: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1390:in `each'
    1: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1401:in `block in activate_dependencies'
/usr/lib/ruby/2.7.0/rubygems/specification.rb:1404:in `rescue in block in activate_dependencies': Could not find 'taglib-ruby' (~> 0.7, >= 0.7.0) among 64 total gem(s) (Gem::MissingSpecError)
Checked in 'GEM_PATH=/home/niko/.local/share/gem/ruby/2.7.0:/usr/lib/ruby/gems/2.7.0' at: /usr/lib/ruby/gems/2.7.0/specifications/taffy-1.4.0.gemspec, execute `gem env` for more information

Anyone else the same?

jangler commented on 2018-03-25 21:21 (UTC)

Didn't notice that comment due to a change in email address; added the ruby-rdoc dependency incidentally in 1.3.1-2 since I encountered the same problem.

nguillaumin commented on 2018-02-05 00:51 (UTC) (edited on 2018-02-05 00:54 (UTC) by nguillaumin)

I'm getting this error when installing:

==> Starting package()...
ERROR:  While executing gem ... (Gem::DocumentError)
    RDoc is not installed: cannot load such file -- rdoc/rdoc
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Makepkg was unable to build taffy.

It may require a makedepends with ruby-rdoc?