I run into problems if I don't sudo on that command. Also, I would pull the latest thor script down, I forget the command at the moment, but you can check with 'thor list' in your merb root.
Michael On 9/20/08, shafire <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED]:~ $ bin/thor merb:gems:install mongrel > Installing mongrel... > Building native extensions. This could take a while... > Building native extensions. This could take a while... > Successfully installed gem_plugin-0.2.3 > Successfully installed daemons-1.0.10 > Successfully installed fastthread-1.0.1 > Successfully installed cgi_multipart_eof_fix-2.5.0 > Successfully installed mongrel-1.1.5 > [EMAIL PROTECTED]:~ $ bin/thor merb:edge:dm_core --install > > extlib repository exists, updating or branching instead of cloning... > Pulling from git://github.com/sam/extlib.git > Already on branch "master" > Current branch master is up to date. > Installing extlib... > (in /home/dennis/src/extlib) > rm -r pkg > (in /home/dennis/src/extlib) > WARNING: no rubyforge_project specified > WARNING: RDoc will not be generated (has_rdoc == false) > Successfully built RubyGem > Name: extlib > Version: 0.9.7 > File: extlib-0.9.7.gem > mv extlib-0.9.7.gem pkg/extlib-0.9.7.gem > Successfully installed extlib-0.9.7 > > Cloning dm-core repository from git://github.com/sam/dm-core.git... > Initialized empty Git repository in /home/dennis/src/dm-core/.git/ > remote: Counting objects: 503, done. > remote: Compressing objects: 100% (425/425), done. > remote: Total 503 (delta 289), reused 165 (delta 73) > Receiving objects: 100% (503/503), 287.39 KiB | 178 KiB/s, done. > Resolving deltas: 100% (289/289), done. > Installing dm-core... > (in /home/dennis/src/dm-core) > rake aborted! > Could not find RubyGem spec/rake/spectask () > /home/dennis/src/dm-core/Rakefile:6 > (See full trace by running task with --trace) > (in /home/dennis/src/dm-core) > rake aborted! > Could not find RubyGem spec/rake/spectask () > /home/dennis/src/dm-core/Rakefile:6 > (See full trace by running task with --trace) > [EMAIL PROTECTED]:~ $ > > ---- > > what i am doing wrong? :-( > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
