[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Problem with treetop gem

benjohn

2/18/2008 10:16:00 PM

Hi, I'm getting this when I try to gem install the treetop gem:

benjohn # sudo gem install polyglot
Password:
Successfully installed polyglot-0.2.0
1 gem installed
Installing ri documentation for polyglot-0.2.0...
Installing RDoc documentation for polyglot-0.2.0...
benjohn # sudo gem install treetop
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
OpenURI::HTTPError: 404 Not Found reading
http://gems.rubyforge.org/gems/facets...
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

<html><head>

<title>404 Not Found</title>

</head><body>

<h1>Not Found</h1>

<p>The requested URL /gems/facets-2.3.0.gem was not found on
this server.</p>

</body></html>
benjohn #


... which is a shame, because it sounds extremely cool!

Cheers,
Benjohn

2 Answers

Phrogz

2/18/2008 10:26:00 PM

0

On Feb 18, 3:15 pm, Benjohn Barnes <benj...@fysh.org> wrote:
> Hi, I'm getting this when I try to gem install the treetop gem:

Not really a problem with treetop, except that it relies on facets,
and facets seems to be AWOL:

C:\>gem install facets
Updating metadata for 141 gems from http://gems.rub...
.................
complete
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
OpenURI::HTTPError: 404 Not Found reading http://gems.rub.../gems/facets-2.3.0.gem
<?xml version="1.0" encoding="iso-8859-1"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/D...
transitional.dtd">

<html xmlns="http://www.w3.org/1999/x... xml:lang="en"
lang="en">

<head>

<title>404 - Not Found</title>

</head>

<body>

<h1>404 - Not Found</h1>

</body>

</html>

benjohn

2/19/2008 10:13:00 PM

0

Phrogz wrote:
> On Feb 18, 3:15 pm, Benjohn Barnes <benj...@fysh.org> wrote:
>> Hi, I'm getting this when I try to gem install the treetop gem:
>
> Not really a problem with treetop, except that it relies on facets,
> and facets seems to be AWOL:


Ah, thanks - I dug a little deeper after posting (not so much dug, more
brushed the light layer of sand aside and saw what I should have seen
before asking), and sussed out the same.

So, anyone know what's up with the facets gem (the below happens for me
on OS X too)? ...


C:\>gem install facets
Updating metadata for 141 gems from http://gems.rub...
................
complete
ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
OpenURI::HTTPError: 404 Not Found reading
http://gems.rub.../gems/facets-2.3.0.gem
<?xml version="1.0" encoding="iso-8859-1"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/D...
transitional.dtd">

<html xmlns="http://www.w3.org/1999/x... xml:lang="en"
lang="en">

<head>

<title>404 - Not Found</title>

</head>

<body>

<h1>404 - Not Found</h1>

</body>

</html>