Fresh installation of webroar on Debian with Ruby 1.9.2 (RVM) crashes.
Any ideas how to fix this?
rake/gempackagetask is deprecated. Use rubygems/package_task instead
rake/gempackagetask is deprecated. Use rubygems/package_task instead
/usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
worker doesn't exist. Creating it...Created.
/usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
head doesn't exist. Creating it...Created.
/usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
helper doesn't exist. Creating it...Created.
Required directories created successfully. Building executables...
checking for sys/select.h... rake aborted!
wrong number of arguments (3 for 2)
Tasks: TOP => default => compile => /usr/local/rvm/gems/ruby-1.9.2-
p290@ruby192/gems/webroar-0.6.0/bin/webroar-head => /usr/local/rvm/
gems/ruby-1.9.2-p290@ru$
(See full trace by running task with --trace)
It seems that the error is raised from have_header("sys/select.h") call. Please make sure mkmf library, necessary to make extension library is installed properly on your Debian machine.
Still if you face the same problem, please send full trace by executing 'rake --trace' command.
On Tue, Aug 2, 2011 at 4:27 AM, atmorell <atmor...@gmail.com> wrote: > Hello,
> Fresh installation of webroar on Debian with Ruby 1.9.2 (RVM) crashes. > Any ideas how to fix this?
> rake/gempackagetask is deprecated. Use rubygems/package_task instead > rake/gempackagetask is deprecated. Use rubygems/package_task instead > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/ > worker doesn't exist. Creating it...Created. > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/ > head doesn't exist. Creating it...Created. > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/ > helper doesn't exist. Creating it...Created. > Required directories created successfully. Building executables... > checking for sys/select.h... rake aborted! > wrong number of arguments (3 for 2)
> Tasks: TOP => default => compile => /usr/local/rvm/gems/ruby-1.9.2- > p290@ruby192/gems/webroar-0.6.0/bin/webroar-head => /usr/local/rvm/ > gems/ruby-1.9.2-p290@ru$ > (See full trace by running task with --trace)
> It seems that the error is raised from have_header("sys/select.h")
> call. Please make sure mkmf library, necessary to make extension
> library is installed properly on your Debian machine.
> Still if you face the same problem, please send full trace by
> executing 'rake --trace' command.
> Thank you
> Nikunj Limbaseeya
> On Tue, Aug 2, 2011 at 4:27 AM, atmorell <atmor...@gmail.com> wrote:
> > Hello,
> > Fresh installation of webroar on Debian with Ruby 1.9.2 (RVM) crashes.
> > Any ideas how to fix this?
> > rake/gempackagetask is deprecated. Use rubygems/package_task instead
> > rake/gempackagetask is deprecated. Use rubygems/package_task instead
> > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
> > worker doesn't exist. Creating it...Created.
> > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
> > head doesn't exist. Creating it...Created.
> > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
> > helper doesn't exist. Creating it...Created.
> > Required directories created successfully. Building executables...
> > checking for sys/select.h... rake aborted!
> > wrong number of arguments (3 for 2)
> > Tasks: TOP => default => compile => /usr/local/rvm/gems/ruby-1.9.2-
> > p290@ruby192/gems/webroar-0.6.0/bin/webroar-head => /usr/local/rvm/
> > gems/ruby-1.9.2-p290@ru$
> > (See full trace by running task with --trace)
> On Aug 5, 9:54 am, Nikunj Limbaseeya <nikunj.limbase...@webroar.in>
> wrote:
> > Hi Asbjørn,
> > It seems that the error is raised from have_header("sys/select.h")
> > call. Please make sure mkmf library, necessary to make extension
> > library is installed properly on your Debian machine.
> > Still if you face the same problem, please send full trace by
> > executing 'rake --trace' command.
> > Thank you
> > Nikunj Limbaseeya
> > On Tue, Aug 2, 2011 at 4:27 AM, atmorell <atmor...@gmail.com> wrote:
> > > Hello,
> > > Fresh installation of webroar on Debian with Ruby 1.9.2 (RVM) crashes.
> > > Any ideas how to fix this?
> > > rake/gempackagetask is deprecated. Use rubygems/package_task instead
> > > rake/gempackagetask is deprecated. Use rubygems/package_task instead
> > > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
> > > worker doesn't exist. Creating it...Created.
> > > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
> > > head doesn't exist. Creating it...Created.
> > > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/
> > > helper doesn't exist. Creating it...Created.
> > > Required directories created successfully. Building executables...
> > > checking for sys/select.h... rake aborted!
> > > wrong number of arguments (3 for 2)
> > > Tasks: TOP => default => compile => /usr/local/rvm/gems/ruby-1.9.2-
> > > p290@ruby192/gems/webroar-0.6.0/bin/webroar-head => /usr/local/rvm/
> > > gems/ruby-1.9.2-p290@ru$
> > > (See full trace by running task with --trace)
> On Aug 5, 9:54 am, Nikunj Limbaseeya <nikunj.limbase...@webroar.in> > wrote: >> Hi Asbjørn,
>> It seems that the error is raised from have_header("sys/select.h") >> call. Please make sure mkmf library, necessary to make extension >> library is installed properly on your Debian machine.
>> Still if you face the same problem, please send full trace by >> executing 'rake --trace' command.
>> Thank you >> Nikunj Limbaseeya
>> On Tue, Aug 2, 2011 at 4:27 AM, atmorell <atmor...@gmail.com> wrote: >> > Hello,
>> > Fresh installation of webroar on Debian with Ruby 1.9.2 (RVM) crashes. >> > Any ideas how to fix this?
>> > rake/gempackagetask is deprecated. Use rubygems/package_task instead >> > rake/gempackagetask is deprecated. Use rubygems/package_task instead >> > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/ >> > worker doesn't exist. Creating it...Created. >> > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/ >> > head doesn't exist. Creating it...Created. >> > /usr/local/rvm/gems/ruby-1.9.2-p290@ruby192/gems/webroar-0.6.0/obj/ >> > helper doesn't exist. Creating it...Created. >> > Required directories created successfully. Building executables... >> > checking for sys/select.h... rake aborted! >> > wrong number of arguments (3 for 2)
>> > Tasks: TOP => default => compile => /usr/local/rvm/gems/ruby-1.9.2- >> > p290@ruby192/gems/webroar-0.6.0/bin/webroar-head => /usr/local/rvm/ >> > gems/ruby-1.9.2-p290@ru$ >> > (See full trace by running task with --trace)