Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

`make_output_dir': uninitialized constant #<Class:Ever2boost::Util>::FileUtils (NameError) #10

Open
thejasonparker opened this issue Jan 1, 2018 · 3 comments

Comments

@thejasonparker
Copy link

Running the ever2boost convert command on macOS High Sierra v10.13.2 (17C88) generates the following error.

/Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/lib/ever2boost/util.rb:5:in `make_output_dir': uninitialized constant #<Class:Ever2boost::Util>::FileUtils (NameError)
	from /Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/lib/ever2boost/util.rb:9:in `make_notes_dir'
	from /Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/lib/ever2boost/json_generator.rb:21:in `output'
	from /Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/lib/ever2boost/enex_converter.rb:11:in `convert'
	from /Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/lib/ever2boost/cli.rb:26:in `convert'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor/base.rb:466:in `start'
	from /Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/exe/ever2boost:4:in `<top (required)>'
	from /usr/local/bin/ever2boost:22:in `load'
	from /usr/local/bin/ever2boost:22:in `<main>'
@AlexWootton
Copy link

AlexWootton commented Jan 16, 2018

I see similar when running under macOS 10.12.6 (16G1114)

converting...
/Library/Ruby/Gems/2.0.0/gems/ever2boost-0.1.5/lib/ever2boost/util.rb:5:in `make_output_dir': uninitialized constant Class::FileUtils (NameError)
	from /Library/Ruby/Gems/2.0.0/gems/ever2boost-0.1.5/lib/ever2boost/util.rb:9:in `make_notes_dir'
	from /Library/Ruby/Gems/2.0.0/gems/ever2boost-0.1.5/lib/ever2boost/json_generator.rb:21:in `output'
	from /Library/Ruby/Gems/2.0.0/gems/ever2boost-0.1.5/lib/ever2boost/enex_converter.rb:11:in `convert'
	from /Library/Ruby/Gems/2.0.0/gems/ever2boost-0.1.5/lib/ever2boost/cli.rb:26:in `convert'
	from /Library/Ruby/Gems/2.0.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
	from /Library/Ruby/Gems/2.0.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
	from /Library/Ruby/Gems/2.0.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
	from /Library/Ruby/Gems/2.0.0/gems/thor-0.20.0/lib/thor/base.rb:466:in `start'
	from /Library/Ruby/Gems/2.0.0/gems/ever2boost-0.1.5/exe/ever2boost:4:in `<top (required)>'
	from /usr/local/bin/ever2boost:23:in `load'
	from /usr/local/bin/ever2boost:23:in `<main>'

Any assistance would be greatly appreciated.

@jdossgollin
Copy link

Same issue here

processing...
/Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/lib/ever2boost/evernote_authorizer.rb:58:in `import': uninitialized constant Ever2boost::EvernoteAuthorizer::FileUtils (NameError)
Did you mean?  FileTest
	from /Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/lib/ever2boost/cli.rb:16:in `import'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor/command.rb:27:in `run'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor/invocation.rb:126:in `invoke_command'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor.rb:387:in `dispatch'
	from /Library/Ruby/Gems/2.3.0/gems/thor-0.20.0/lib/thor/base.rb:466:in `start'
	from /Library/Ruby/Gems/2.3.0/gems/ever2boost-0.1.5/exe/ever2boost:4:in `<top (required)>'
	from /usr/local/bin/ever2boost:22:in `load'
	from /usr/local/bin/ever2boost:22:in `<main>'

@feigi
Copy link

feigi commented Oct 31, 2019

Can we get a fix for this issue, or is this project dead?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants