[tor-bugs] #13228 [Tor]: non-obvious ./configure error message when asciidoc isn't installed
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Sep 23 20:12:56 UTC 2014
#13228: non-obvious ./configure error message when asciidoc isn't installed
--------------------+------------------------------------
Reporter: arma | Owner:
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.6.x-final
Component: Tor | Version:
Keywords: | Actual Points:
Parent ID: | Points:
--------------------+------------------------------------
I just saw a user build Tor from git, and he didn't have asciidoc
installed, and ./configure gave him
{{{
echo "==================================";
echo;
echo "You need asciidoc installed to be able to build the manpage.";
echo "To build without manpages, use the --disable-asciidoc
argument";
echo "when calling configure.";
echo;
echo "==================================";
exit 1;
}}}
which he interpreted as a successful run. We should make the above message
more clear that it's a failure case.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13228>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list