[tor-bugs] #9666 [Tor]: Autogen error for autoreconf could be more helpful
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Sep 4 15:45:13 UTC 2013
#9666: Autogen error for autoreconf could be more helpful
---------------------+---------------------
Reporter: atagar | Owner:
Type: defect | Status: new
Priority: trivial | Milestone:
Component: Tor | Version:
Keywords: easy | Actual Points:
Parent ID: | Points:
---------------------+---------------------
Hi, minor nitpick but when I pulled and re-ran tor's autogen it failed due
to a new dependency...
{{{
atagar at odin:~/Desktop/tor/tor$ ./autogen.sh
Can't exec "libtoolize": No such file or directory at /usr/bin/autoreconf
line 196.
Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf
line 196.
}}}
This is all well and good, but we usually provide a more helpful error
message (preferably including the debian package the person needs). The
following did the trick for me...
{{{
sudo apt-get install dh-autoreconf
}}}
Cheers! -Damian
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9666>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list