Luis Lavena wrote:
> On Mon, Nov 10, 2008 at 1:37 PM, Earle Clubb <[EMAIL PROTECTED]> wrote:
>> Luis Lavena wrote:
>>> On Mon, Nov 10, 2008 at 1:02 PM, Earle Clubb <[EMAIL PROTECTED]> wrote:
>>>> Luis Lavena wrote:
>>>>> On Mon, Nov 10, 2008 at 12:43 PM, Earle Clubb <[EMAIL PROTECTED]> wrote:
>>>>>> <snip>
>>>>>>
>>>>>> BTW, my development box is the same architecture running Fedora 8.
>>>>>>
>>>>> What is important is that both installed ruby (yours and the server)
>>>>> link to the same version of glibc, statically or dynamically.
>>>>>
>>>>> Jumps between distros and versions of it can introduce issues in this 
>>>>> front.
>>>>>
>>>>> Try the command I previously replied to you "rake native gem" inside
>>>>> do_sqlite3 folder.
>>>>>
>>>>> PS: please disable the HTML of your mail client to ease reading and
>>>>> replying of your messages in the mailing list.
>>>>>
>>>> Rake fails when trying to include tasks/hoe:
>>>>
>>>> rake native gem
>>>> (in /home/ehc/projects/do/do_sqlite3)
>>>> rake aborted!
>>>> undefined method `add_development_dependency' for
>>>> #<Gem::Specification:0xb7c98684>
>>>> /home/ehc/projects/do/do_sqlite3/Rakefile:38
>>>> (See full trace by running task with --trace)
>>>>
>>>> Thanks for the heads-up on HTML.
>>>>
>>>> Earle
>>> 2 things must be related to this:
>>>
>>> Installed RubyGems and installed Hoe version
>>>
>>> Please verify you have RubyGems 1.3.0 (or 1.3.1) installed
>>>
>>> gem env
>>>
>>> Then, install Hoe 1.8.2:
>>>
>>> gem install hoe
>>>
>>> And now please try again.
>>>
>> Making progress.  I had an old version of rubygems.  Now I get this:
>>
>> $ rake native gem
>> (in /home/ehc/projects/do/do_sqlite3)
>> /usr/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake/gempackagetask.rb:13:Warning:
>> Gem::manage_gems is deprecated and will be removed on or after March 2009.
>> which: no dot in
>> (/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/bin:/usr/bin:/home/ehc/bin:/sbin:/usr/sbin)
>> WARNING:  RDoc will not be generated (has_rdoc == false)
>> rake aborted!
>> No such file or directory - compile:mri
>>
> 
> Hmm, looks like the ext_helper task is no longer there? Oh la la...
> 
> I get a different output here, and tried also inside linux.
> 
> Can anyone confirm this issue in their checkout?

I can run the 'compile:mri', 'native', and 'gem' tasks successfully.  I 
get the above error when I combine 'native' and 'gem'.  I noticed that a 
gem was produced despite the error (do_sqlite3-0.9.6-x86-linux.gem), but 
rubygems balks when I try to install it:

$ sudo gem install -l do_sqlite3
ERROR:  While executing gem ... (Gem::Package::FormatError)
     No metadata found!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to datamapper@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to