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
There was a suggestion to move some of the fields in configure_opt up to rbm. OpenSSL doesn't use the same configure_host value as other projects so this will require some more discussion if we want to move forward with this suggestion.
Information regarding libevent --disable-libevent-regress--disable-samples. I need to look back through my notes. I'll post in a follow up comment.
From ticket:28704#comment:26, do including these change the size of the resulting library? I'd rather disable these for all platforms in a separate ticket.
There was a suggestion to move some of the fields in configure_opt up to rbm. OpenSSL doesn't use the same configure_host value as other projects so this will require some more discussion if we want to move forward with this suggestion.
Information regarding libevent --disable-libevent-regress--disable-samples. I need to look back through my notes. I'll post in a follow up comment.
From ticket:28704#comment:26, do including these change the size of the resulting library? I'd rather disable these for all platforms in a separate ticket.
The tar files themselves are a few bytes off (looks to be due to timestamp differences on files). But after unarchiving, the following directories all have the same size
When looking at commit f73f0125252cdf18596291c45ba3d92cb719b883:
You define var/configure_opt to --disable-static in project/libevent/config for all platforms except android. I think this is wrong as var/configure_opt already has some values defined in rbm.conf, so we override those values which will probably break the build on non-android platforms.
By the way in ticket:28704#comment:14 I said this:
it seems we could have a var/configure_opt for android in rbm.conf containing something like CC=clang --host=[% c("var/host") %] [% c("var/configure_opt_project") %], where var/configure_opt_project is defined in each project to define options specific to this project
I still think that would be a good idea. If you don't think so, then please at least explain why instead of just ignoring comments and not doing the changes suggested.
Regarding update to version 2.1.11, I think it would be a good idea to mention it in the commit message. Or maybe do it as a separate commit (with #31499 (moved) as the bug number) as this is a change that affect all platforms.
Trac: Status: needs_review to needs_revision Keywords: TorBrowserTeam202002R deleted, TorBrowserTeam202002 added
When looking at commit f73f0125252cdf18596291c45ba3d92cb719b883:
You define var/configure_opt to --disable-static in project/libevent/config for all platforms except android. I think this is wrong as var/configure_opt already has some values defined in rbm.conf, so we override those values which will probably break the build on non-android platforms.
Ok that should be easy to fix.
By the way in ticket:28704#comment:14 I said this:
it seems we could have a var/configure_opt for android in rbm.conf containing something like CC=clang --host=[% c("var/host") %] [% c("var/configure_opt_project") %], where var/configure_opt_project is defined in each project to define options specific to this project
I still think that would be a good idea. If you don't think so, then please at least explain why instead of just ignoring comments and not doing the changes suggested.
I didn't ignore the comment. i previously stated the reason I didn't do it and requested more discussion around a solution.
"There was a suggestion to move some of the fields in configure_opt up to rbm. OpenSSL doesn't use the same configure_host value as other projects so this will require some more discussion if we want to move forward with this suggestion."
Regarding update to version 2.1.11, I think it would be a good idea to mention it in the commit message. Or maybe do it as a separate commit (with #31499 (moved) as the bug number) as this is a change that affect all platforms.
By the way in ticket:28704#comment:14 I said this:
it seems we could have a var/configure_opt for android in rbm.conf containing something like CC=clang --host=[% c("var/host") %] [% c("var/configure_opt_project") %], where var/configure_opt_project is defined in each project to define options specific to this project
I still think that would be a good idea. If you don't think so, then please at least explain why instead of just ignoring comments and not doing the changes suggested.
I didn't ignore the comment. i previously stated the reason I didn't do it and requested more discussion around a solution.
Ah, indeed, I missed that. Sorry.
"There was a suggestion to move some of the fields in configure_opt up to rbm. OpenSSL doesn't use the same configure_host value as other projects so this will require some more discussion if we want to move forward with this suggestion."
I think openssl not using var/configure_opt is not a reason for not using it in other projects. We are in the same situation on other platforms, where we define var/configure_opt, and use it in some projects, and not in others projects expecting different options like openssl.
When looking at commit f73f0125252cdf18596291c45ba3d92cb719b883:
You define var/configure_opt to --disable-static in project/libevent/config for all platforms except android. I think this is wrong as var/configure_opt already has some values defined in rbm.conf, so we override those values which will probably break the build on non-android platforms.
By the way in ticket:28704#comment:14 I said this:
it seems we could have a var/configure_opt for android in rbm.conf containing something like CC=clang --host=[% c("var/host") %] [% c("var/configure_opt_project") %], where var/configure_opt_project is defined in each project to define options specific to this project
I still think that would be a good idea. If you don't think so, then please at least explain why instead of just ignoring comments and not doing the changes suggested.
Regarding update to version 2.1.11, I think it would be a good idea to mention it in the commit message. Or maybe do it as a separate commit (with #31499 (moved) as the bug number) as this is a change that affect all platforms.
+1 for a separate commit before the patch for this ticket (and making sure the other platforms are not exploding)
This commit now includes using a configure_opt_project variable. I verified this is building correctly for android. Again I still need to test with #31499 (moved) to verify all platforms.
This commit now includes using a configure_opt_project variable. I verified this is building correctly for android. Again I still need to test with #31499 (moved) to verify all platforms.
I think it doesn't work on other platforms: the commit moves the --disable-static from projects/libevent/build to var/configure_opt_project, but the var/configure_opt from other platforms does not use var/configure_opt_project.
I think we should update the var/configure_opt in rbm.conf from all platforms to include var/configure_opt_project.
Trac: Keywords: TorBrowserTeam202003R deleted, TorBrowserTeam202003 added Status: needs_review to needs_revision
I updated the other platforms to includevar/configure_opt_projectin the rbm.conf file. Built windows, mac and linux variant to make sure it didn't break
Is configure_opt_project included on linux-x86_64?
Yes, I think it is missing.
By the way, while doing this change, I think we can simplify configure_opt on linux-i686 by renaming var/configure_opt_i686 to var/configure_opt. I'm not sure why we have this configure_opt_i686, as it doesn't seem to be used anywhere else.
The patch for #28765 (moved) looks good, but is difficult to test since it is based on a version of the patch for #31499 (moved) which doesn't build on Linux.
Trac: Keywords: TorBrowserTeam202004R deleted, TorBrowserTeam202004 added Status: needs_review to needs_revision