Skip to content

Instantly share code, notes, and snippets.

@lobo-tuerto
Created October 8, 2008 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lobo-tuerto/15548 to your computer and use it in GitHub Desktop.
Save lobo-tuerto/15548 to your computer and use it in GitHub Desktop.
# This happens when trying to re-generate an app with merb-gen and overwrite it.
/usr/lib/ruby/1.8/fileutils.rb:814:in `read': Is a directory - /usr/lib/ruby/gems/1.8/gems/merb-gen-0.9.9/lib/generators/templates/application/merb/spec (Errno::EISDIR)
from /usr/lib/ruby/1.8/fileutils.rb:814:in `compare_stream'
from /usr/lib/ruby/1.8/fileutils.rb:796:in `identical?'
from /usr/lib/ruby/1.8/fileutils.rb:795:in `open'
from /usr/lib/ruby/1.8/fileutils.rb:795:in `identical?'
from /usr/lib/ruby/1.8/fileutils.rb:794:in `open'
from /usr/lib/ruby/1.8/fileutils.rb:794:in `identical?'
from /usr/lib/ruby/gems/1.8/gems/templater-0.3.1/lib/templater/actions/file.rb:42:in `identical?'
from /usr/lib/ruby/gems/1.8/gems/templater-0.3.1/lib/templater/cli/generator.rb:89:in `step_through_templates'
from /usr/lib/ruby/gems/1.8/gems/templater-0.3.1/lib/templater/cli/generator.rb:84:in `each'
from /usr/lib/ruby/gems/1.8/gems/templater-0.3.1/lib/templater/cli/generator.rb:84:in `step_through_templates'
from /usr/lib/ruby/gems/1.8/gems/templater-0.3.1/lib/templater/cli/generator.rb:75:in `run'
from /usr/lib/ruby/gems/1.8/gems/templater-0.3.1/lib/templater/cli/manifold.rb:21:in `run'
from /usr/lib/ruby/gems/1.8/gems/templater-0.3.1/lib/templater/manifold.rb:80:in `run_cli'
from /usr/lib/ruby/gems/1.8/gems/merb-gen-0.9.9/bin/merb-gen:7
from /usr/bin/merb-gen:19:in `load'
from /usr/bin/merb-gen:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment