[tor-bugs] #18240 [Tor]: 'make test-stem' yields No rule to make target '"./src/or/tor"'

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Feb 4 17:16:12 UTC 2016


#18240: 'make test-stem' yields No rule to make target '"./src/or/tor"'
------------------------+--------------------------------
     Reporter:  arma    |      Owner:
         Type:  defect  |     Status:  new
     Priority:  Medium  |  Milestone:  Tor: 0.2.8.x-final
    Component:  Tor     |    Version:
     Severity:  Normal  |   Keywords:
Actual Points:          |  Parent ID:
       Points:          |    Sponsor:
------------------------+--------------------------------
 Taking Nick's shiny new 0.2.8.1-alpha test tarball, and after building it,
 on Debian stable I get:
 {{{
 $/tmp/tor-0.2.8.1-alpha$ make test-stem
 make: *** No rule to make target '"./src/or/tor"', needed by 'test-stem'.
 Stop.
 }}}

 In the Makefile I see:
 {{{
 test-stem: need-stem-path $(TESTING_TOR_BINARY)
 }}}
 where $TESTING_TOR_BINARY is
 {{{
 TESTING_TOR_BINARY = "$(top_builddir)/src/or/tor"
 }}}

 I have a src/or/tor file just fine.

 I don't know make language, so hopefully this is just an easy obvious fix.

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


More information about the tor-bugs mailing list