Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
Tor
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,066
    • Issues 1,066
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 33
    • Merge Requests 33
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • The Tor Project
  • Core
  • Tor
  • Issues
  • #40240

Closed
Open
Opened Jan 11, 2021 by John Scott@jscott

We seem to be building ed25519-donna-64 even when we have no uint128_t

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

I tried building Tor with tcc, the Tiny C Compiler, and although configure
succeeds the build dies at

In file included from src/ext/ed25519/donna/ed25519_tor.c:41:
In file included from src/ext/ed25519/donna/ed25519-donna.h:12:
src/ext/ed25519/donna/ed25519-donna-portable.h:87: error: #error Need a uint128_t implementation!
make[1]: *** [Makefile:15055: src/ext/ed25519/donna/libed25519_donna_a-ed25519_tor.o] Error 1

Given that a 128-bit integer type isn't required by any standard, C or POSIX,
this should be checked for by configure at least and perhaps mentioned in the
INSTALL file or build instructions.
-----BEGIN PGP SIGNATURE-----

iHUEARYIAB0WIQT287WtmxUhmhucNnhyvHFIwKstpwUCX/yIzQAKCRByvHFIwKst
p8/1AP9ddugyfpUos4y5dgDCxsmCg5b1rY4MvJxAx+K7qeI9OQD+KISnxGzyox71
0mfwfVcqJ9/n6IQdvKS7mcqdEPpm6AQ=
=i6mY
-----END PGP SIGNATURE-----
Edited Jan 15, 2021 by Nick Mathewson
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Tor: 0.4.5.x-stable
Milestone
Tor: 0.4.5.x-stable
Assign milestone
Time tracking
None
Due date
None
Reference: tpo/core/tor#40240