<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Check glue/glue.gemspec. It probably still contains a line like this:<br>
<br>
s.add_dependency("facets", "= 1.8.54")<br>
<br>
The patch should have removed this but perhaps something went wrong.
The patch file is intended for use with darcs, I'm not sure it will
work with GNU patch. The correct way of applying the patch (on a clean
repo) is this:<br>
<br>
cd repo.nitroproject.org<br>
darcs apply ab_200711207_fix_the_gemspecs.patch<br>
<br>
After that rebuild the gems (rake dist:all) and try again.<br>
<br>
The problem you're seeing is that glue fails to install because of a
missing dependency (facets 1.8), and since the rest depends on glue
they also fail.<br>
<br>
I hope this helps. Let us know if you encounter more obstacles.<br>
<br>
(ab)<br>
<br>
Matthew B Gardner schreef:
<blockquote cite="mid:200712070415.46725.weather@speakeasy.net"
type="cite">
<pre wrap="">Hello -- I followed the instructions here and got:
Successfully installed facets-2.1.3
Successfully installed english-0.1
Successfully installed opod-0.0.1
Successfully installed blow-0.3.3
ERROR: While executing gem ... (RuntimeError)
Error instaling glue:
glue requires facets = 1.8.54
ERROR: While executing gem ... (RuntimeError)
Error instaling og:
og requires glue = 0.50.0
ERROR: While executing gem ... (RuntimeError)
Error instaling raw:
raw requires glue = 0.50.0
ERROR: While executing gem ... (RuntimeError)
Error instaling nitro:
nitro requires og = 0.50.0
I installed the patch manually, several times, and got this every time. Is
there something else I need to do?
Thanks for any help,
Matt
On Thursday 06 December 2007 21:50, Arne Brasseur wrote:
</pre>
<blockquote type="cite">
<pre wrap="">The easiest way to try out the latest and greatest, assuming you have
ruby, rubygems, rake and darcs installed.
Get the repo:
darcs get <a class="moz-txt-link-freetext" href="http://repo.nitroproject.org">http://repo.nitroproject.org</a>
Build the gems
cd repo.nitroproject.org
rake dist:all
Install them
cd dist #very important!
for a in facets english opod blow glue og raw nitro; do sudo gem
install $a;done
Successfully installed facets-2.1.3
Successfully installed english-0.1
Successfully installed opod-0.0.1
Successfully installed blow-0.3.3
Successfully installed glue, version 0.50.0
Successfully installed og, version 0.50.0
Successfully installed raw, version 0.50.0
Successfully installed nitro, version 0.50.0
Try it!
cd ../nitro/demo/hello
RUBYOPT=-rubygems nitro
For the blog adapt nitro/demo/blog/conf/debug.rb according to your DB
setup. Hint: Og.setup(:adapter => :sqlite)
In the demo/blog directory:
RUBYOPT='-rubygems -I../../../part/lib' nitro
(This does assume the attached patch has been committed.)
Have fun!
(ab)
</pre>
</blockquote>
<pre wrap=""><!---->_______________________________________________
Nitro-general mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nitro-general@rubyforge.org">Nitro-general@rubyforge.org</a>
<a class="moz-txt-link-freetext" href="http://rubyforge.org/mailman/listinfo/nitro-general">http://rubyforge.org/mailman/listinfo/nitro-general</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Ein Fuchs muß tun, was ein Fuchs tun muß
<a class="moz-txt-link-abbreviated" href="mailto:arne@arnebrasseur.net">arne@arnebrasseur.net</a>
</pre>
</body>
</html>