Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #27470

Closed (moved)
(moved)
Open
Created Sep 05, 2018 by Georg Koppen@gk

tor nightly build fails for Windows 64 bit with "error: conflicting types for 'tor_tls_new'"

Starting with today's nightly build tor compilation fails for Windows x86_64:

src/lib/tls/tortls_openssl.c:1010:1: error: conflicting types for 'tor_tls_new'
 tor_tls_new(int sock, int isServer)
 ^~~~~~~~~~~
In file included from src/lib/tls/tortls_openssl.c:59:0:
./src/lib/tls/tortls.h:91:12: note: previous declaration of 'tor_tls_new' was here
 tor_tls_t *tor_tls_new(tor_socket_t sock, int is_server);
            ^~~~~~~~~~~
  CC       src/trunnel/hs/src_trunnel_libor_trunnel_a-cell_common.o
Makefile:12587: recipe for target 'src/lib/tls/src_lib_libtor_tls_a-tortls_openssl.o' failed
make[1]: *** [src/lib/tls/src_lib_libtor_tls_a-tortls_openssl.o] Error 1
make[1]: *** Waiting for unfinished jobs....
src/lib/tls/tortls_openssl.c:1010:1: error: conflicting types for 'tor_tls_new'
 tor_tls_new(int sock, int isServer)
 ^~~~~~~~~~~
In file included from src/lib/tls/tortls_openssl.c:59:0:
./src/lib/tls/tortls.h:91:12: note: previous declaration of 'tor_tls_new' was here
 tor_tls_t *tor_tls_new(tor_socket_t sock, int is_server);
            ^~~~~~~~~~~
make[1]: *** [src/lib/tls/src_lib_libtor_tls_testing_a-tortls_openssl.o] Error 1
Makefile:12489: recipe for target 'src/lib/tls/src_lib_libtor_tls_testing_a-tortls_openssl.o' failed
make[1]: Leaving directory '/var/tmp/build/tor-79a7fbb79b7f'
Makefile:4731: recipe for target 'all' failed
make: *** [all] Error 2
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking