You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Shane Witbeck <sh...@digitalsanctum.com> on 2008/02/28 19:49:53 UTC

error on rake install

I'm getting the following at the end of a 'rake install' with the
latest trunk source:

  Successfully built RubyGem
  Name: buildr
  Version: 1.3.0
  File: buildr-1.3.0.gem
  Successfully built RubyGem
  Name: buildr
  Version: 1.3.0
  File: buildr-1.3.0-java.gem
Installing gem: rake (~> 0.8)
rake aborted!
no such file to load -- rubygems/dependency_installer
C:/projects/buildr/rakefile:72
(See full trace by running task with --trace)


I can still install the gem that's produced.

-- 
-Shane

Re: error on rake install

Posted by Shane Witbeck <sh...@digitalsanctum.com>.
That was it. I was running with 0.9.2 and upgraded to 1.0.1 which
fixed the error.

Thanks

On 2/28/08, Victor Hugo Borja <vi...@gmail.com> wrote:
> Shane,
>
>  I added the install-dependencies task so that users wanting to build from
>  sources can use buildr itself to compile included classes. To this end,
>  buildr needs its required gems to be installed, however I guess
>  'rubygems/dependency_installer' is available only on recent versions of
>  rubygems (I have version 1.0.1).
>
>  On Thu, Feb 28, 2008 at 12:49 PM, Shane Witbeck <sh...@digitalsanctum.com>
>  wrote:
>
>
>  > I'm getting the following at the end of a 'rake install' with the
>  > latest trunk source:
>  >
>  >  Successfully built RubyGem
>  >  Name: buildr
>  >  Version: 1.3.0
>  >  File: buildr-1.3.0.gem
>  >  Successfully built RubyGem
>  >  Name: buildr
>  >  Version: 1.3.0
>  >  File: buildr-1.3.0-java.gem
>  > Installing gem: rake (~> 0.8)
>  > rake aborted!
>  > no such file to load -- rubygems/dependency_installer
>  > C:/projects/buildr/rakefile:72
>  > (See full trace by running task with --trace)
>  >
>  >
>  > I can still install the gem that's produced.
>  >
>  > --
>  > -Shane
>  >
>
>
>
>
> --
>  vic
>
>  Quaerendo invenietis.
>


-- 
-Shane

Re: error on rake install

Posted by Victor Hugo Borja <vi...@gmail.com>.
Shane,

I added the install-dependencies task so that users wanting to build from
sources can use buildr itself to compile included classes. To this end,
buildr needs its required gems to be installed, however I guess
'rubygems/dependency_installer' is available only on recent versions of
rubygems (I have version 1.0.1).

On Thu, Feb 28, 2008 at 12:49 PM, Shane Witbeck <sh...@digitalsanctum.com>
wrote:

> I'm getting the following at the end of a 'rake install' with the
> latest trunk source:
>
>  Successfully built RubyGem
>  Name: buildr
>  Version: 1.3.0
>  File: buildr-1.3.0.gem
>  Successfully built RubyGem
>  Name: buildr
>  Version: 1.3.0
>  File: buildr-1.3.0-java.gem
> Installing gem: rake (~> 0.8)
> rake aborted!
> no such file to load -- rubygems/dependency_installer
> C:/projects/buildr/rakefile:72
> (See full trace by running task with --trace)
>
>
> I can still install the gem that's produced.
>
> --
> -Shane
>



-- 
vic

Quaerendo invenietis.