[tor-bugs] #28765 [Applications/Tor Browser]: LibEvent Build for Android
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Dec 11 05:53:53 UTC 2019
#28765: LibEvent Build for Android
-------------------------------------------------+-------------------------
Reporter: sisbell | Owner: sisbell
Type: defect | Status:
| needs_review
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-mobile, tbb-rbm, | Actual Points:
TorBrowserTeam201912R, tbb-parity |
Parent ID: #28704 | Points: 0.25
Reviewer: | Sponsor:
-------------------------------------------------+-------------------------
Changes (by sisbell):
* status: assigned => needs_review
* keywords: tbb-mobile, tbb-rbm, TorBrowserTeam201912, tbb-parity => tbb-
mobile, tbb-rbm, TorBrowserTeam201912R, tbb-parity
Comment:
I verified it builds on 4 targets. I updated the version to 2.1.11
https://github.com/sisbell/tor-browser-
build/commit/da222654e20ad1878f238fde0eb1f9caed905d53
If we continue with 2.1.8, we get the following error. We can apply a
patch if we want to support this older version.
{{{
./.libs/libevent_core-2.1.so: error: undefined reference to
'arc4random_addrandom'
}}}
I have the other flags because sample and libevent regress are triggering
tests which have unsupported classes (older versions of tor-android do the
same thing)
{{{
test/test-dumpevents.c:104: error: undefined reference to 'stdout'
test/test-dumpevents.c:104: error: undefined reference to 'stderr'
}}}
If we need libevent regress, we could patch and remove the tests
{{{
AM_CONDITIONAL([BUILD_SAMPLES], [test "$enable_samples" = "yes"])
AM_CONDITIONAL([BUILD_REGRESS], [test "$enable_libevent_regress" = "yes"])
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28765#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list