Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Tor Tor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 313
    • Issues 313
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • Core
  • TorTor
  • Issues
  • #31552
Closed
Open
Created Aug 28, 2019 by Trac@tracbot

--disable-module-dirauth broken (missing symbols)

build with ./configure --disable-module-dirauth

this will fail at linking time because of missing symbols.

It used to work in 0.4.0.5 and is broken in 0.4.1.5

for example

make: *** [Makefile:9672: src/app/tor] Error 1
ld.lld: error: undefined symbol: dirserv_should_launch_reachability_test
>>> referenced by ld-temp.o
>>>               lto.tmp:(routers_update_status_from_consensus_networkstatus)

ld.lld: error: undefined symbol: authdir_wants_to_reject_router
>>> referenced by ld-temp.o
>>>               lto.tmp:(router_add_to_routerlist)

ld.lld: error: undefined symbol: dirserv_would_reject_router
>>> referenced by ld-temp.o
>>>               lto.tmp:(update_consensus_router_descriptor_downloads)
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Trac:
Username: LarryBitcoin

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking