gco / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

RubyRipper does not install #413

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to install RubyRipper from the the Arch Linux AUR

What is the expected output? What do you see instead?
Expected: Successful installation.
Instead: 

[...]
Using the following locations for install:
* Executables: /usr/bin
* Localization files: /usr/share/locale
* Icon file: /usr/share/icons/hicolor/128x128/apps
* Desktop file: /usr/share/applications
* Ruby library: /usr/lib/ruby/site_ruby/1.9.1

Gtk2 frontend will be installed
Cli frontend will be installed
Languages to be installed: nl, de, fr, hu, ru, es, se, bg

You can now run make install
Make sure you've got the writing privileges

ruby configure --update-lang #update the locale files
'gettext/utils.rb' is deprecated. Use gettext/tools.rb.
'gettext/utils.rb' is deprecated. Use gettext/tools.rb.
./locale/po/rubyripper.pot .............................. done.
./locale/po/fr/rubyripper.po ............................... done.
./locale/po/de/rubyripper.po ............................... done.
./locale/po/hu/rubyripper.po ............................... done.
./locale/po/se/rubyripper.po ............................... done.
./locale/po/ru/rubyripper.po ............................... done.
/usr/lib/ruby/gems/1.9.1/gems/gettext-2.1.0/lib/gettext/tools.rb:73:in 
`sub!': invalid byte sequence in UTF-8 (ArgumentError)
        from /usr/lib/ruby/gems/1.9.1/gems/gettext-
2.1.0/lib/gettext/tools.rb:73:in `msgmerge'
        from /usr/lib/ruby/gems/1.9.1/gems/gettext-
2.1.0/lib/gettext/tools.rb:139:in `block in update_pofiles'
        from /usr/lib/ruby/gems/1.9.1/gems/gettext-
2.1.0/lib/gettext/tools.rb:138:in `glob'
        from /usr/lib/ruby/gems/1.9.1/gems/gettext-
2.1.0/lib/gettext/tools.rb:138:in `update_pofiles'
        from /usr/lib/ruby/gems/1.9.1/gems/gettext-
2.1.0/lib/gettext/utils.rb:35:in `update_pofiles'
        from configure:84:in `update_lang'
        from configure:169:in `block in <main>'
        from configure:147:in `each'
        from configure:147:in `<main>'
make: *** [all] Error 1
==> ERROR: Build Failed.
    Aborting...
Build failed

1) What version of rubyripper are you using? On what operating system?
->0.5.7-1

Please provide any additional information below.
According to bug report here: http://bugs.archlinux.org/task/17318, 
RubyRipper is not compatible with Ruby 1.9, which is the standard on Arch L 
inux. Is this true and if yes, can it be fixed?

Cheers
Arian

Original issue reported on code.google.com by arian.ku...@gmail.com on 11 Apr 2010 at 1:03

GoogleCodeExporter commented 9 years ago
I should have been more clear: the install also fails when I install from the 
0.5.7-1 
tarball directly. The problem has nothing to do with the AUR.

Original comment by arian.ku...@gmail.com on 11 Apr 2010 at 1:09

GoogleCodeExporter commented 9 years ago
I cannot reproduce this with latest git at Arch Linux. But I know there where 
problems 
with ruby-gettext. So updating your system should fix the problem ;)

Original comment by boukewou...@gmail.com on 24 Apr 2010 at 2:38

GoogleCodeExporter commented 9 years ago
Ubuntu 10.04

# apt-get install rubyripper

claims success, downloads and installs dependencies, etc but there is no 
resulting executable and nothing is installed in Gnome Applications --> Sound, 
etc.

# find / -name rubyripper -type f

finds no files after installation (I of course looked in the usual path 
locations etc)

Original comment by tomj....@gmail.com on 16 Jun 2010 at 7:50

GoogleCodeExporter commented 9 years ago
AHA!

# apt-get install rubyripper-gtk

that did the trick. It seems silly to have to manually specify that you want 
the INTERFACE to a program to install, as well.

Sheesh.

Original comment by tomj....@gmail.com on 16 Jun 2010 at 7:56

GoogleCodeExporter commented 9 years ago
Put your complains at the package maintainer. I don't support packages that are 
made by other people.

Original comment by boukewou...@gmail.com on 16 Jun 2010 at 8:47