Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Glynn - Load error #6

Closed
gapo opened this issue Dec 28, 2010 · 5 comments
Closed

Glynn - Load error #6

gapo opened this issue Dec 28, 2010 · 5 comments
Labels

Comments

@gapo
Copy link

gapo commented Dec 28, 2010

Hi,

I installed the bump version of Glynn by Damien Mathieu.

After I cd to my root jekyll directory and run $ : glynn I get the following error.

internal:lib/rubygems/custom_require:29:in require': no such file to load -- ftools (LoadError) from <internal:lib/rubygems/custom_require>:29:inrequire'
from /usr/lib/ruby/gems/1.9.1/gems/glynn-1.0.4/lib/glynn/file.rb:1:in <top (required)>' from <internal:lib/rubygems/custom_require>:29:inrequire'
from internal:lib/rubygems/custom_require:29:in require' from /usr/lib/ruby/gems/1.9.1/gems/glynn-1.0.4/lib/glynn.rb:5:in<top (required)>'
from internal:lib/rubygems/custom_require:29:in require' from <internal:lib/rubygems/custom_require>:29:inrequire'
from /usr/lib/ruby/gems/1.9.1/gems/glynn-1.0.4/bin/glynn:4:in <top (required)>' from /usr/bin/glynn:19:inload'
from /usr/bin/glynn:19:in `

'

I'm running kernel 2.6.36-ARCH. My jekyll version 0.10.0

@rizenine
Copy link

rizenine commented Jan 1, 2011

Looks like using ftools in glynn/lib/glynn/file.rb is the issue.
require 'fileutils' instead of require 'ftools'

gapo: You can just edit the gem on your system for now and it works.

I'll clone and patch if you don't get to it first. I'm not using this just yet, I was just playing with it. Thanks for you work, great gem.

http://groups.google.com/group/puppet-users/browse_thread/thread/1b86af9d54bdfc1e?fwc=1

@gapo
Copy link
Author

gapo commented Jan 2, 2011

rizenine: Thanks a lot :)

@dmathieu
Copy link
Owner

dmathieu commented Apr 8, 2011

Sorry for not replying here. I completely missed this ticket.
FYI it's been fixed in 1.05, which I just released.

@gapo
Copy link
Author

gapo commented Apr 9, 2011

That's great . Thanks

1 similar comment
@gapo
Copy link
Author

gapo commented Apr 9, 2011

That's great . Thanks

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants