rlishtaba / rubyripper

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

./configure from git version does not work #497

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1) Please describe the steps to reproduce the situation:
a. ./configure --enable-lang-all --enable-gtk2 --enable-cli --prefix=/usr
b.
c.

2) What is the expected output? What do you see instead?
I see this:
./configure:58:in `require': no such file to load -- ./rr_lib.rb (LoadError)
    from ./configure:58

3) What version of rubyripper are you using? On what operating system? The
gtk2 of commandline interface?
$ git describe
fatal: No annotated tags can describe 
'92892a96d010f9dd4f4a6a36d4517b6531b49045'.
However, there were unannotated tags: try --tags.
$ git describe --tags
v0.6.0-196-g92892a9
$

4) Is this not already fixed with the latest & greatest code? See for
instructions the Source tab above.
I don't think so.

5) Does the problem happen with all discs? If not, please attach
the output of cdparanoia -Q with a disc that gives trouble.

6) Please explain why this change is important for you. Also, how many
users would benefit from this change?
I want latest & greatest.

Please provide any additional information below. The more usefull
information provided, the sooner the issue will be fixed.

Original issue reported on code.google.com by hvtaifwk...@gmail.com on 13 Nov 2011 at 11:10

GoogleCodeExporter commented 8 years ago
I fixed the problem with commit:
http://code.google.com/p/rubyripper/source/detail?r=2136450b9caaa0e5d46baee2d812
787d10390ec1

Seriously, master branch is not ready yet. There are many things that need to 
be fixed still. But if you're curious you can always give it a look :P

Original comment by boukewou...@gmail.com on 13 Nov 2011 at 2:10