gco / emacs-evernote-mode

Automatically exported from code.google.com/p/emacs-evernote-mode
0 stars 0 forks source link

Installation On System Without Root #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the evernote zip.
2. Unzip
3. run "ruby$ ruby setup.rb"

What is the expected output? What do you see instead?
I expect setup to work on the multi-user environment in which I don't have 
root.  Perhaps it could ask where I would like to install binaries (i.e. ~/bin 
rather than /usr/bin).

What version of the product are you using? On what operating system?
- emacs-evernote-mode evernote-mode-0_41
- Red Hat 4.4.6-3

Please provide any additional information below.
I get the following stacktrace:
setup.rb:633:in `initialize': Permission denied - /usr/bin/enclient.rb 
(Errno::EACCES)
    from setup.rb:633:in `open'
    from setup.rb:633:in `install'
    from setup.rb:1377:in `install_files'
    from setup.rb:1376:in `each'
    from setup.rb:1376:in `install_files'
    from setup.rb:1346:in `install_dir_bin'
    from setup.rb:1532:in `__send__'
    from setup.rb:1532:in `traverse'
    from setup.rb:1549:in `dive_into'
    from setup.rb:1530:in `traverse'
    from setup.rb:1524:in `exec_task_traverse'
    from setup.rb:1519:in `each'
    from setup.rb:1519:in `exec_task_traverse'
    from setup.rb:1342:in `exec_install'
    from setup.rb:1000:in `exec_install'
    from setup.rb:814:in `invoke'
    from setup.rb:773:in `invoke'
    from setup.rb:1578

Original issue reported on code.google.com by david.m.ron on 11 Aug 2012 at 5:12