[tor-bugs] #24960 [Core Tor/Torsocks]: Torsocks not builds on old kernels where epoll_pwait isn't implemented

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jan 22 18:49:04 UTC 2018


#24960: Torsocks not builds on old kernels where epoll_pwait isn't implemented
-----------------------------------+---------------------
     Reporter:  Mr Dini            |      Owner:  dgoulet
         Type:  defect             |     Status:  new
     Priority:  Medium             |  Milestone:
    Component:  Core Tor/Torsocks  |    Version:
     Severity:  Normal             |   Keywords:
Actual Points:                     |  Parent ID:
       Points:                     |   Reviewer:
      Sponsor:                     |
-----------------------------------+---------------------
 When I tried to compile Torsocks v2.2.0 on an embedded device (with Linux
 2.6.31.8 kernel), it gave me this error:


 {{{
   CC       test_socks5.o
   CCLD     test_socks5
 ../../src/lib/.libs/libtorsocks.so: undefined reference to `epoll_pwait'
 collect2: error: ld returned 1 exit status
 Makefile:606: recipe for target 'test_socks5' failed
 make[2]: *** [test_socks5] Error 1
 }}}

 Because the epoll_pwait and the epoll system call has been implemented in
 the 2.6.32 AFAIK.

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


More information about the tor-bugs mailing list