Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Compile Error
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
atmorell  
View profile  
 More options Aug 1 2011, 6:57 pm
From: atmorell <atmor...@gmail.com>
Date: Mon, 1 Aug 2011 15:57:55 -0700 (PDT)
Local: Mon, Aug 1 2011 6:57 pm
Subject: Compile Error
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)

Best regards
Asbjørn Morell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nikunj Limbaseeya  
View profile  
 More options Aug 5 2011, 3:54 am
From: Nikunj Limbaseeya <nikunj.limbase...@webroar.in>
Date: Fri, 5 Aug 2011 13:24:18 +0530
Local: Fri, Aug 5 2011 3:54 am
Subject: Re: [webroar] Compile Error
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
atmorell  
View profile  
 More options Aug 6 2011, 3:50 am
From: atmorell <atmor...@gmail.com>
Date: Sat, 6 Aug 2011 00:50:36 -0700 (PDT)
Local: Sat, Aug 6 2011 3:50 am
Subject: Re: Compile Error
Hello,

I got past the compilation by changing to ruby1.9.2-dev

rvm install 1.9.2-dev
rvm use 1.9.2-dev

However I can't migrate the database:

/usr/local/rvm/gems/ruby-1.9.2-p290/gems/webroar-0.6.0/src/
admin_panel# rake --trace db:migrate
(in /usr/local/rvm/gems/ruby-1.9.2-p290/gems/webroar-0.6.0/src/
admin_panel)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!
undefined method `name' for "actionmailer":String
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/rails/
gem_dependency.rb:275:in `=='
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/dependency.rb:217:in `==='
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/dependency.rb:217:in `block in matching_specs'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/specification.rb:410:in `block in each'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/specification.rb:409:in `each'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/specification.rb:409:in `each'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/dependency.rb:216:in `find_all'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/dependency.rb:216:in `matching_specs'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/dependency.rb:238:in `to_specs'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/dependency.rb:256:in `to_spec'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems.rb:1195:in `gem'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/rails/
gem_dependency.rb:73:in `add_load_paths'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/
initializer.rb:301:in `block in add_gem_load_paths'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/
initializer.rb:301:in `each'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/
initializer.rb:301:in `add_gem_load_paths'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/
initializer.rb:132:in `process'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/
initializer.rb:113:in `run'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/webroar-0.6.0/src/admin_panel/
config/environment.rb:24:in `<top (required)>'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/custom_require.rb:36:in `require'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/
rubygems/custom_require.rb:36:in `require'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/activesupport-2.3.9/lib/
active_support/dependencies.rb:182:in `block in require'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/activesupport-2.3.9/lib/
active_support/dependencies.rb:547:in `new_constants_in'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/activesupport-2.3.9/lib/
active_support/dependencies.rb:182:in `require'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rails-2.3.9/lib/tasks/
misc.rake:4:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:636:in
`call'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:636:in
`block in execute'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:631:in
`each'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:631:in
`execute'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:597:in
`block in invoke_with_call_chain'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in
`mon_synchronize'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:607:in
`block in invoke_prerequisites'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:604:in
`each'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:604:in
`invoke_prerequisites'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:596:in
`block in invoke_with_call_chain'
/usr/local/rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/monitor.rb:201:in
`mon_synchronize'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:590:in
`invoke_with_call_chain'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:583:in
`invoke'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2051:in `invoke_task'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2029:in `block (2 levels) in top_level'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2029:in `each'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2029:in `block in top_level'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2068:in `standard_exception_handling'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2023:in `top_level'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2001:in `block in run'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
2068:in `standard_exception_handling'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/lib/rake.rb:
1998:in `run'
/usr/local/rvm/gems/ruby-1.9.2-p290/gems/rake-0.8.7/bin/rake:31:in
`<top (required)>'
/usr/local/rvm/gems/ruby-1.9.2-p290/bin/rake:19:in `load'
/usr/local/rvm/gems/ruby-1.9.2-p290/bin/rake:19:in `<main>'

Any ideas?

On Aug 5, 9:54 am, Nikunj Limbaseeya <nikunj.limbase...@webroar.in>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
atmorell  
View profile  
 More options Aug 8 2011, 8:48 am
From: atmorell <atmor...@gmail.com>
Date: Mon, 8 Aug 2011 05:48:53 -0700 (PDT)
Local: Mon, Aug 8 2011 8:48 am
Subject: Re: Compile Error
It was a problem with Rubygems 1.8.6. I installed version 1.6.0 with
RVM and the problems went away.

gem update --system 1.6.0

On Aug 6, 9:50 am, atmorell <atmor...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nikunj Limbaseeya  
View profile  
 More options Aug 8 2011, 8:52 am
From: Nikunj Limbaseeya <nikunj.limbase...@webroar.in>
Date: Mon, 8 Aug 2011 18:22:37 +0530
Local: Mon, Aug 8 2011 8:52 am
Subject: Re: [webroar] Re: Compile Error

Hello,

There is Rails incompatibility issue with Rubygems-1.8.x. The same issue is
reported on
http://rubyforge.org/tracker/index.php?func=detail&aid=29188&group_id...
https://rails.lighthouseapp.com/projects/8994/tickets/6778-rails-2311....

For time being you can run WebROaR by downgrading Rubygems to 1.7.2. And you
will get upgraded Admin Panel in the next release.

Thank you,
Nikunj Limbaseeya


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »