<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="post-text">
<p>Hey<br>
</p>
<p>I just cloned the latest varnish git-repository to compile from
source because I want to "compile Varnish from source for other
reasons" as mentioned on the documentation site.<br>
</p>
<p>All the dependencies listed on the website have been installed:<br>
</p>
<ul class="simple">
<li>autotools-dev</li>
<li>automake1.9</li>
<li>libtool</li>
<li>autoconf</li>
<li>libncurses-dev</li>
<li>groff-base</li>
<li>libpcre3-dev</li>
<li>pkg-config</li>
<li>Python Docutils</li>
<li>Sphinx<br>
</li>
</ul>
<p>I ran the following commands:
<code><br>
</code></p>
<p><code>./autogen.sh</code> -> works fine</p>
<p><code>./configure</code> -> works fine too</p>
<p><code>make</code> -> fails with the following error:</p>
<pre><code>creating libvmod_std.la
(cd .libs && rm -f libvmod_std.la && ln -s ../libvmod_std.la libvmod_std.la)
========================================
<b>You need rst2man installed to make dist</b>
========================================
make[3]: *** [vmod_std.3] Error 1
make[3]: Leaving directory `/tmp/varnish-cache/lib/libvmod_std'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/varnish-cache/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/varnish-cache'
make: *** [all] Error 2
</code></pre>
<p>I have tried installing rst2man but it cannot be found since
it's a virtual package?:</p>
<pre><code>apt-get install rst2man
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package rst2man
</code></pre>
<p>Any help would be appreciated!<br>
</p>
<p>I'm running Debian 6.<br>
</p>
<p>Kind regards,<br>
Kenny Deckers<br>
</p>
</div>
<div class="moz-signature">-- <br>
<img src="cid:part1.09020007.00010006@ac-systems.com" border="0"></div>
</body>
</html>