coatl / redparse

RedParse is a ruby parser written in pure ruby.
redparse.rubyforge.org
GNU Lesser General Public License v2.1
24 stars 2 forks source link

dislikes the gem spec? #6

Closed rdp closed 15 years ago

rdp commented 15 years ago

mv redparse-0.8.3.gem pkg/redparse-0.8.3.gem gem install reg --version '>= 0.4.7' ERROR: While executing gem ... (ArgumentError) Illformed requirement [""] rake aborted! Command failed with status (1): [gem install reg --version '>= 0.4.7'...]

coatl commented 15 years ago

What version of rubygems and/or ruby are you using? The reg gem installs just fine for me using rubygems 1.3.1. And it has worked, without a shadow of a complaint, for a very long time. I'm sorry, I'm pushing back on this one. I think this is a bug in rubygems. It looks like they've changed the file format in some incompatible way without any kind of transition period. Please, report this to the maintainer(s) of that project.

rdp commented 15 years ago

odd. these days can't seem to even get to the .gem...

babyparser.rb generate.rb problemfiles.rb version.rb rdp@li49-39:~/dev/coatl/redparse$ rake -T (in /home/rdp/dev/coatl/redparse) rake aborted! no such file to load -- lib/redparse/version.rb /home/rdp/dev/coatl/redparse/Rakefile:5:in `require' (See full trace by running task with --trace)

coatl commented 15 years ago

I couldn't reproduce this latest problem. But, I just checked in a tiny change to the redparse rakefile which should get you past that at least. (Looks like maybe your RUBYLIB wasn't set up right? You should set that manually if you don't run doorman first.)

Now, the original problem here seems to be that you couldn't get 'gem install reg' to work. Is that still the case? If so, please report it as an issue in the reg bug tracker, not redparse. (And I still say it's really a problem with rubygems.)

I'm closing this issue; those things that still (may be) broken have nothing to do with redparse.