"Makefile", line <nums>: Need an operator make: fatal errors encountered -- cannot continue
6772:export TESTING_TOR_BINARY=$(top_builddir)/src/or/tor 6794:export PYTHON= 6795:export SHELL=/bin/sh 6796:export abs_top_srcdir=/tmp/tor-0.2.7.5 6797:export builddir=.
This is on a FreeBSD 8.x from early 2014. The autotools is probably too old there. Haven't got around to supplying a better fix than commenting them out of .in and not using autoreconf -fiv. 8.x is EOL anyways.
On 8 Dec 2015, at 16:47, grarpamp grarpamp@gmail.com wrote:
"Makefile", line <nums>: Need an operator make: fatal errors encountered -- cannot continue
6772:export TESTING_TOR_BINARY=$(top_builddir)/src/or/tor 6794:export PYTHON= 6795:export SHELL=/bin/sh 6796:export abs_top_srcdir=/tmp/tor-0.2.7.5 6797:export builddir=.
This is on a FreeBSD 8.x from early 2014. The autotools is probably too old there. Haven't got around to supplying a better fix than commenting them out of .in and not using autoreconf -fiv. 8.x is EOL anyways.
What's the version of autoconf / automake?
We're trying to work out which autotools versions we support in #17732. https://trac.torproject.org/projects/tor/ticket/17732 https://trac.torproject.org/projects/tor/ticket/17732
Tim
Tim Wilson-Brown (teor)
teor2345 at gmail dot com PGP 968F094B
teor at blah dot im OTR CAD08081 9755866D 89E2A06F E3558B7F B5A9D14F
On Tue, Dec 8, 2015 at 1:10 AM, Tim Wilson-Brown - teor teor2345@gmail.com wrote:
What's the version of autoconf / automake? https://trac.torproject.org/projects/tor/ticket/17732
added