[tor-bugs] #14268 [Torsocks]: torsocks "make check" target broken in out of tree builds

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jan 19 00:16:29 UTC 2015


#14268: torsocks "make check" target broken in out of tree builds
-----------------------------+-------------------------
 Reporter:  yawning          |          Owner:  dgoulet
     Type:  defect           |         Status:  new
 Priority:  minor            |      Milestone:
Component:  Torsocks         |        Version:
 Keywords:  easy, makefiles  |  Actual Points:
Parent ID:                   |         Points:
-----------------------------+-------------------------
 Should be obvious from the summary, but this fails, when it shouldn't:
 {{{
 $ sh autogen.sh
 $ mkdir build
 $ cd build
 $ ../configure; make; make check
 }}}

 The failures happen because the build system assumes that the following
 files are present under the location that make was run from:
  * tests/run.sh
  * tests/test_list
  * tests/unit/fixtures

 Copying the files manually to the right places under "build" fixes things,
 so this should be easy to fix.

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


More information about the tor-bugs mailing list