rbgccxml / rbplusplus gem dependency on hpricot question

A

Axel Etzold

Dear all,

I am having problems installing the rbgccxml gem on ubuntu 8.04, I get a runtime error saying that
hpricot version=0.6 is required.
Now I had hpricot installed, as a gem, but it is version 0.6.161 .
Is there any special reason why these two should not work together ?

Thank you very much,

Best regards,

Axel
 
D

David Masover

Dear all,

I am having problems installing the rbgccxml gem on ubuntu 8.04, I get a runtime error saying that
hpricot version=0.6 is required.

Sounds like the same problem that rfeedparser has.

The explanation I got was, 0.6.161 is probably fine, but hadn't been tested,
and they didn't want to allow 0.6 or higher, because that would imply a
future 0.7, which might actually break stuff.

In other words, someone very probably didn't know about the gem ~>
specification.

Talk to the author of rbgccxml, and see if they'd be willing to
require "~>0.6" (or would that be "~>0.6.0"?), instead of "=0.6".
 
S

Shawn Anderson

[Note: parts of this message were removed to make it a legal post.]

The maintainer of rbgccxml is on vacation until next week. Feel free to
contact him after that, and I'm sure he'll give you a speedy response. He's
a good guy: http://github.com/jameskilton

/Shawn
 
A

Axel Etzold

-------- Original-Nachricht --------
Datum: Sat, 16 Aug 2008 05:47:24 +0900
Von: "Shawn Anderson" <[email protected]>
An: (e-mail address removed)
Betreff: Re: rbgccxml / rbplusplus gem dependency on hpricot question
The maintainer of rbgccxml is on vacation until next week. Feel free to
contact him after that, and I'm sure he'll give you a speedy response.
He's
a good guy: http://github.com/jameskilton

/Shawn

Thanks for the info. I'll do that.

Best regards,

Axel
 
J

Jason Roelofs

-------- Original-Nachricht --------


Thanks for the info. I'll do that.

Best regards,

Axel

Thanks for pointing this thread out for me Shawn. So many threads come
across when you're gone a week that I usually just mark them as
'read'.

Anyway, rbgccxml is no longer using hpricot. As libxml-ruby has
matured extensively in the past months, I've moved over to that
library. Much faster than hpricot. That said, I will take greater care
in how I define dependencies to hopefully prevent this problem from
happening again.

Further questions about these projects should be posted on the
rubyforge forums page: http://rubyforge.org/forum/?group_id=3D5393
Posting here will send me an email which will allow me to respond quicker.

Hope that helps.

Jason
 
A

Axel Etzold

-------- Original-Nachricht --------
Datum: Tue, 19 Aug 2008 00:52:19 +0900
Von: "Jason Roelofs" <[email protected]>
An: (e-mail address removed)
Betreff: Re: rbgccxml / rbplusplus gem dependency on hpricot question

Thanks for pointing this thread out for me Shawn. So many threads come
across when you're gone a week that I usually just mark them as
'read'.

Anyway, rbgccxml is no longer using hpricot. As libxml-ruby has
matured extensively in the past months, I've moved over to that
library. Much faster than hpricot. That said, I will take greater care
in how I define dependencies to hopefully prevent this problem from
happening again.

Further questions about these projects should be posted on the
rubyforge forums page: http://rubyforge.org/forum/?group_id=5393
Posting here will send me an email which will allow me to respond quicker.

Hope that helps.

Jason[/QUOTE]

Dear Jason,

thanks for your response and for your work.
However, I still get this error:

axel@alecrim:~/Desktop$ sudo gem install rbplusplus
ERROR: Error installing rbplusplus:
rbgccxml requires hpricot (= 0.6, runtime)

What should I do ?

Thank you,

Axel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,054
Latest member
LucyCarper

Latest Threads

Top