#78 ✓resolved
Sarah Vessels

No such file or directory - vendor/gtksourceview2

Reported by Sarah Vessels | April 13th, 2009 @ 07:35 PM

This was after downloading the tarball at github (http://github.com/danlucraft/red... and following the instructions in INSTALL.txt. There is no vendor/gtksourceview2 directory when I untar the tarball and so the Rake task that looks for it can't succeed. I'm in Ubuntu Intrepid Ibex and installed all the necessary packages with apt-get, as well as all the necessary gems.


svessels@computer:/usr/local/src/redcar$ rake build
(in /usr/local/src/redcar)
cd /usr/local/src/redcar
Libraries
glib-2.0...................... found
gtksourceview-2.0............. found
Oniguruma..................... found
Libgee........................ found
Ruby-GNOME2................... found
ruby-dbus..................... found

RubyGems
oniguruma..................... found
cucumber...................... found
zerenity...................... found
Building gtksourceview2
cd vendor/gtksourceview2
rake aborted!
No such file or directory - vendor/gtksourceview2

(See full trace by running task with --trace)
svessels@computer:/usr/local/src/redcar$ ls
bin      config        freebase2    LICENSE       plugins     scratchpad  vendor
cache    cucumber.yml  INSTALL.txt  Manifest.txt  Rakefile    spec        website
CHANGES  doc           lib          oldtest       README.txt  TODO
svessels@computer:/usr/local/src/redcar$ ls vendor/
binary_enum.rb  instruments.rb        multibyte     ruby_extensions.rb
glitter.rb      keyword_processor.rb  multibyte.rb  undoable

Comments and changes to this ticket

  • Daniel Lucraft

    Daniel Lucraft April 13th, 2009 @ 07:40 PM

    • Tag changed from dependency, gtksourceview, installation, ruby, shellcommand to documentation, installation
    • State changed from “new” to “resolved”

    You can set up Redcar to work with a clone of the git repository by following the instructions here: http://redcareditor.com/doc/deve...

    But if you are not planning to develop Redcar or care about the very latest changes, you might find it easier to download the redcar-latest tarball from http://redcareditor.com/releases/ and follow the instructions in INSTALL.txt

    If this does not fix your problem, feel free to reopen this bug.

  • Sarah Vessels

    Sarah Vessels April 13th, 2009 @ 07:44 PM

    This did not resolve the problem because I am following the instructions in INSTALL.txt, this is Ubuntu Intrepid Ibex, I have all the required Ubuntu packages, and I have all the required Ruby gems.

    
    rake build --trace
    (in /usr/local/src/redcar)
    cd /usr/local/src/redcar
    ** Invoke build (first_time)
    ** Invoke build:dependencies (first_time)
    ** Execute build:dependencies
    Libraries
    glib-2.0...................... found
    gtksourceview-2.0............. found
    Oniguruma..................... found
    Libgee........................ found
    Ruby-GNOME2................... found
    ruby-dbus..................... found
    
    RubyGems
    oniguruma..................... found
    cucumber...................... found
    zerenity...................... found
    ** Invoke build:gtksourceview2 (first_time)
    ** Execute build:gtksourceview2
    Building gtksourceview2
    cd vendor/gtksourceview2
    rake aborted!
    No such file or directory - vendor/gtksourceview2
    /usr/lib/ruby/1.8/fileutils.rb:121:in `chdir'
    /usr/lib/ruby/1.8/fileutils.rb:121:in `cd'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1070:in `cd'
    /usr/local/src/redcar/plugins/redcar/tasks/build.rake:124
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `call'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `execute'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `execute'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:578:in `invoke_with_call_chain'
    /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:588:in `invoke_prerequisites'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:585:in `each'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:585:in `invoke_prerequisites'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:577:in `invoke_with_call_chain'
    /usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:564:in `invoke'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2027:in `invoke_task'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'
    /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31
    /usr/bin/rake:19:in `load'
    /usr/bin/rake:19
    
  • Daniel Lucraft

    Daniel Lucraft April 13th, 2009 @ 07:58 PM

    OK. Can you tell me if you are installing from the release tarball (redcar-latest.tar.gz or redcar-0.1.tar.gz) or from a clone of the git source?

  • Sarah Vessels

    Sarah Vessels April 13th, 2009 @ 08:04 PM

    On http://github.com/danlucraft/red... I used the 'Download' link up top (right next to the 'Watch' link) and chose the ".tar.gz" format. It saved to a file called danlucraft-redcar-65addb14fe60469c854b7d6df4bef08c05171feb.tar.gz Does this answer your question?

  • Daniel Lucraft

    Daniel Lucraft April 13th, 2009 @ 08:07 PM

    Yes, that clears it up.

    Try downloading the 0.1 release from this page and building again: http://github.com/danlucraft/red...

    I'll add a note to the README about this, it's easy to mistake that download link for an official Redcar download. Thanks for bringing it to my attention.

  • Denny Abraham

    Denny Abraham April 21st, 2009 @ 04:16 AM

    I get this same error with the same trace on Intrepid Ibex.

  • Daniel Lucraft

    Daniel Lucraft April 21st, 2009 @ 08:09 AM

    Denny: did you get that error after downloading the file I linked to in my last comment on this issue? Specifically, the one called redcar-0.1.tar.gz?

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A programmer's text editor for Gnome.

People watching this ticket

Pages