[tor-bugs] #31577 [Core Tor/Tor]: make distcheck on macOS ignores --disable-asciidoc in its second configure invocation

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Aug 30 14:15:55 UTC 2019


#31577: make distcheck on macOS ignores --disable-asciidoc in its second configure
invocation
------------------------------+------------------------------
     Reporter:  teor          |      Owner:  (none)
         Type:  defect        |     Status:  new
     Priority:  Medium        |  Milestone:  Tor: unspecified
    Component:  Core Tor/Tor  |    Version:  Tor: unspecified
     Severity:  Normal        |   Keywords:  tor-dist, macos
Actual Points:                |  Parent ID:
       Points:                |   Reviewer:
      Sponsor:                |
------------------------------+------------------------------
 I build tor on macos using:
 {{{
 git clone https://git.torproject.org/tor.git
 cd tor
 mkdir build-c
 ../configure --disable-asciidoc --with-libevent-dir=/usr/local --with-
 openssl-dir=/usr/local/opt/openssl --enable-lzma --enable-zstd --enable-
 libscrypt CC=clang --enable-gcc-warnings --enable-expensive-hardening
 make distcheck
 }}}

 Which fails with:
 {{{
 checking whether the compiler accepts @warning_flags... yes
 ==================================

 Building Tor has failed since manpages cannot be built.

 You need asciidoc installed to be able to build the manpages.
 To build without manpages, use the --disable-asciidoc argument
 when calling configure.

 ==================================
 make: *** [distcheck] Error 1
 Exit 2
 }}}

 What am I doing wrong?
 Does "make distcheck" support a build directory inside tor/ ?

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/31577>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list