pccasto / rubyripper

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

Cannot configure Rubyripper — bad value for range (ArgumentError) #245

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Problem with 0.5.3 from sources installation.
When I try to run configure with the following arguments «./configure
--enable-lang-all --enable-gtk2 --enable-cli --prefix=/usr», I get this:
«./configure:29: bad value for range (ArgumentError)». The same situation
with standard command «./configure» without any arguments. 
I found one issue with similar message (for Mac OS), can it happen that
configure script needs something, though I already have GTK+ 2.x, ruby,
ruby-gtk2, ruby-gettext, discid, eject, cdparanoia, flac and lame packages
installed? Did I miss something?
I'm running Alt Linux 4 with stable repository enabled.

Thanks.

Original issue reported on code.google.com by belouso...@mail.ru on 5 Oct 2008 at 3:23

GoogleCodeExporter commented 8 years ago
Is Alt Linux 4 using any special file structure? (instead of the regular /usr 
etcetera)

Original comment by rubyripp...@gmail.com on 5 Oct 2008 at 8:46

GoogleCodeExporter commented 8 years ago
There are "/usr/local", "/lib" and "/bin" folders in my system, but "share" 
folder is
a "/usr" subfolder, so there's "/usr/share/" folder.

Original comment by belouso...@mail.ru on 6 Oct 2008 at 6:56

GoogleCodeExporter commented 8 years ago
It may be a bit late, but I think I've fixed your problem. I suspect the 
configure
script blowed up, because the directory that was returned didn't include '/lib'.

The assumptions of the installed ruby location are removed and properly tested 
now.
As fallback there is the location /usr/lib/rubyripper to install the lib files.

Original comment by rubyripp...@gmail.com on 17 Jan 2009 at 6:52