Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-10-11 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  closed
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201910|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by gk):

 * status:  needs_review => closed
 * resolution:   => fixed


Comment:

 Replying to [comment:27 sisbell]:
 > We are now patch free. Copying the emulator to the location the build
 expects did the trick.
 >
 > https://github.com/sisbell/tor-browser-
 build/commit/d588aa6bc1d2e4c2573c420072183aceec8948a9

 Thanks. This looks good now. I cherry-picked the changes to `master`
 (commit a116493b811c499dd4ff9cf8cec18db458b4b738).

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-10-10 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_review
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201910|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by sisbell):

 * status:  needs_revision => needs_review


Comment:

 We are now patch free. Copying the emulator to the location the build
 expects did the trick.

 https://github.com/sisbell/tor-browser-
 build/commit/d588aa6bc1d2e4c2573c420072183aceec8948a9

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-10-10 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201910|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by sisbell):

 I see that the code is checking that the emulator is directly under the
 sdk_directory, while its packaged under sdk/tools directory. I can see if
 a simple move of the emulator to the sdk root directory will fix the
 emulator check.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-10-10 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201910|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by sisbell):

 The emulator would be used when executing

 {{{
 mach install
 mach run
 }}}

 this installs/deploys the apk to an emulator, which we don't need to do.

 So the solution would be to create a patch the removes emulator check in
 firefox or to debug and find out why the build can't find the emulator,
 which we don't use. The code seems like it should find the emulator since
 its located in the android-toolchain. I didn't think it was worth digging
 into very much.

 I think you are right the android-packages patch can go away. I'll remove
 that.

 Replying to [comment:23 gk]:
 > Replying to [comment:22 sisbell]:
 > > I verified that we no longer need the armv7 clang.so copy with the
 latest code. Also removed patch from config.
 > >
 > > https://github.com/sisbell/tor-browser-
 build/commit/24b8dd8a93b4960888cb269446058de711b94b04
 >
 > Thanks. I started to look at the other two patches you added. Why do we
 have the `android-packages.patch`? First of all we don't use `android-
 packages.txt` in our build. Then the `doc` package got added because the
 build *required* a network connection before which caused bugs. Thus, we
 should not be affected by having the `doc` package added in our setup
 given that we build offline. So, it seems to me we can drop this patch,
 too. A test build seems to support that.
 >
 > Why do we need the other patch? (apart from making the build not break)
 Is there something wrong with how we set up our toolchain? Is that a bug
 in Mozilla's configure code?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-10-10 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201910|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by gk):

 Oh, and if we really need to patch Firefox's source code here, please add
 the patch to the `tor-browser` repository. (For which we went differently
 with the other patch you just dropped, see: #29843)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-10-10 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201910|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by gk):

 * status:  needs_review => needs_revision


Comment:

 Replying to [comment:22 sisbell]:
 > I verified that we no longer need the armv7 clang.so copy with the
 latest code. Also removed patch from config.
 >
 > https://github.com/sisbell/tor-browser-
 build/commit/24b8dd8a93b4960888cb269446058de711b94b04

 Thanks. I started to look at the other two patches you added. Why do we
 have the `android-packages.patch`? First of all we don't use `android-
 packages.txt` in our build. Then the `doc` package got added because the
 build *required* a network connection before which caused bugs. Thus, we
 should not be affected by having the `doc` package added in our setup
 given that we build offline. So, it seems to me we can drop this patch,
 too. A test build seems to support that.

 Why do we need the other patch? (apart from making the build not break) Is
 there something wrong with how we set up our toolchain? Is that a bug in
 Mozilla's configure code?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-10-09 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_review
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201910|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by sisbell):

 * status:  needs_revision => needs_review


Comment:

 I verified that we no longer need the armv7 clang.so copy with the latest
 code. Also removed patch from config.

 https://github.com/sisbell/tor-browser-
 build/commit/24b8dd8a93b4960888cb269446058de711b94b04

 Replying to [comment:16 gk]:
 > Looks better, but you still have the patch for 1527534 in the config
 file and not deleted while removing it from the build script.
 Additionally, I am wondering why we need the `libclang.so.6` at all and
 then just for arm? Does Mozilla do the same? Could you add a comment on
 elaborating why this is needed for that architecture?
 >
 > I moved forward to apply the patches you have so far to have at least
 some nightly builds before we need to release the alpha. But we should fix
 up as many loose ends before that as we can.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-09-02 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  alpha, TorBrowserTeam201909|
Parent ID:  #30324   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by pili):

 * points:   => 2


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-09-01 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by gk):

 * status:  needs_review => needs_revision


Comment:

 Looks better, but you still have the patch for 1527534 in the config file
 and not deleted while removing it from the build script. Additionally, I
 am wondering why we need the `libclang.so.6` at all and then just for arm?
 Does Mozilla do the same? Could you add a comment on elaborating why this
 is needed for that architecture?

 I moved forward to apply the patches you have so far to have at least some
 nightly builds before we need to release the alpha. But we should fix up
 as many loose ends before that as we can.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-31 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_review
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by sisbell):

 * status:  needs_revision => needs_review


Comment:

 https://github.com/sisbell/tor-browser-
 build/commit/407b762b487a94803ed95bc24eddc55e9a65ff3b

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-31 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-
Changes (by gk):

 * status:  new => needs_revision
 * priority:  Medium => Very High


Comment:

 Additionally, please revert pointing to sysrqb's repo. `tor-
 browser-68.1.0esr-9.0` should be fine. Then you need to change

 {{{
 -  patch -p1 < $rootdir/android-dependencies.patch
 +   patch -p1 < $rootdir/android-packages.patch
 +   patch -p1 < $rootdir/android-remove-emulator.patch
 +   patch -p1 < $rootdir/android-jsocks.patch
 }}}
 Indentation.

 Is
 {{{
 +  cp /var/tmp/dist/android-toolchain/android-ndk/arm/lib64/libclang.so.6
 /var/tmp/dis
 t/android-toolchain/android-ndk/arm/lib64/libclang.so
 }}}
 needed for all architectures? If not, please copy it over only where
 appropriate. Just doing
 {{{
 +# Android does not support --enable-bundled-fonts option
 + ./mach configure --with-tor-browser-version=[%
 c("var/torbrowser_version") %] --with-distribution-id=org.torproject
 --enable-update-channel=[% c("var/torbrowser_update_channel") %] [% IF !
 c("var/android") %]--enable-bundled-fonts[% END -%] --with-branding=[%
 c("var/branding_directory") %]
 }}}
 should be enough.

 Please remove the change at `+#ac_add_options --disable-tor-browser-
 update`

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-30 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by gk):

 Replying to [comment:12 gk]:
 > While skimming over the patch: please don't enable networking during
 build. What is the error you get?

 FWIW: I don't get any error when doing a
 {{{
 -  container:
 -# Some issues with gradle daemon running without network access.
 So enable for now.
 -disable_network:
 -  build: 0
 }}}
 on top of your patch. So, compiling still works fine for me without
 network access.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-30 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by gk):

 While skimming over the patch: please don't enable networking during
 build. What is the error you get?
 Additionally, while you remove the patch for 1527534 in the build script
 you still include it in the config file.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-28 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by sisbell):

 Those missing dependencies are in 0827-patched branch (not in 0827 branch,
 which doesn't require them). I think you need to clean out your gradle-
 dependencies-6 cache prior to building.

 Replying to [comment:10 gk]:
 > Replying to [comment:8 sisbell]:
 > > I have branch esr68_0827. This is based off of 9.0-3 branch.
 > >
 > > Branch esr68_0827-patched is based off of
 https://git.torproject.org/user/sysrqb/tor-browser.git :
 2dbb7aefeaeb0499ac69c67df470e2ed6df8cb71.
 > >
 > > Overall it looks very good. The patched branch builds and I tested the
 armv7 apk on Android Q. Tor starts and I'm able to access an external
 site.
 >
 > Compilation does not work for me if I build the x86 target at least. My
 `tor-browser-build` repo is at 571d14f36daa6dd1162803882475eae6ff20d3df.
 And I've pointed my `firefox` config to `2dbb7aefea` for the nightly
 target and started the build with `make nightly-android-x86`. What I get
 is an error early in the browser step:
 > {{{
 >  0:51.43 FAILURE: Build failed with an exception.
 >  0:51.43 * What went wrong:
 >  0:51.43 Could not resolve all files for configuration
 ':app:withoutGeckoBinariesDebugAndroidTestRuntimeClasspath'.
 >  0:51.43 > Could not resolve net.freehaven.tor.control:jtorctl:0.2.
 >  0:51.43   Required by:
 >  0:51.43   project :app
 >  0:51.43> No cached version of net.freehaven.tor.control:jtorctl:0.2
 available for offline mode.
 >  0:51.43> No cached version of net.freehaven.tor.control:jtorctl:0.2
 available for offline mode.
 >  0:51.43> No cached version of net.freehaven.tor.control:jtorctl:0.2
 available for offline mode.
 >  0:51.43 > Could not resolve org.slf4j:slf4j-api:1.7.25.
 >  0:51.43   Required by:
 >  0:51.43   project :app
 >  0:51.43> No cached version of org.slf4j:slf4j-api:1.7.25 available
 for offline mode.
 >  0:51.43> No cached version of org.slf4j:slf4j-api:1.7.25 available
 for offline mode.
 >  0:51.43> No cached version of org.slf4j:slf4j-api:1.7.25 available
 for offline mode.
 >  0:51.43 > Could not resolve org.slf4j:slf4j-android:1.7.25.
 >  0:51.43   Required by:
 >  0:51.43   project :app
 >  0:51.43> No cached version of org.slf4j:slf4j-android:1.7.25
 available for offline mode.
 >  0:51.43> No cached version of org.slf4j:slf4j-android:1.7.25
 available for offline mode.
 >  0:51.43> No cached version of org.slf4j:slf4j-android:1.7.25
 available for offline mode.
 > }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-28 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by gk):

 Replying to [comment:8 sisbell]:
 > I have branch esr68_0827. This is based off of 9.0-3 branch.
 >
 > Branch esr68_0827-patched is based off of
 https://git.torproject.org/user/sysrqb/tor-browser.git :
 2dbb7aefeaeb0499ac69c67df470e2ed6df8cb71.
 >
 > Overall it looks very good. The patched branch builds and I tested the
 armv7 apk on Android Q. Tor starts and I'm able to access an external
 site.

 Compilation does not work for me if I build the x86 target at least. My
 `tor-browser-build` repo is at 571d14f36daa6dd1162803882475eae6ff20d3df.
 And I've pointed my `firefox` config to `2dbb7aefea` for the nightly
 target and started the build with `make nightly-android-x86`. What I get
 is an error early in the browser step:
 {{{
  0:51.43 FAILURE: Build failed with an exception.
  0:51.43 * What went wrong:
  0:51.43 Could not resolve all files for configuration
 ':app:withoutGeckoBinariesDebugAndroidTestRuntimeClasspath'.
  0:51.43 > Could not resolve net.freehaven.tor.control:jtorctl:0.2.
  0:51.43   Required by:
  0:51.43   project :app
  0:51.43> No cached version of net.freehaven.tor.control:jtorctl:0.2
 available for offline mode.
  0:51.43> No cached version of net.freehaven.tor.control:jtorctl:0.2
 available for offline mode.
  0:51.43> No cached version of net.freehaven.tor.control:jtorctl:0.2
 available for offline mode.
  0:51.43 > Could not resolve org.slf4j:slf4j-api:1.7.25.
  0:51.43   Required by:
  0:51.43   project :app
  0:51.43> No cached version of org.slf4j:slf4j-api:1.7.25 available
 for offline mode.
  0:51.43> No cached version of org.slf4j:slf4j-api:1.7.25 available
 for offline mode.
  0:51.43> No cached version of org.slf4j:slf4j-api:1.7.25 available
 for offline mode.
  0:51.43 > Could not resolve org.slf4j:slf4j-android:1.7.25.
  0:51.43   Required by:
  0:51.43   project :app
  0:51.43> No cached version of org.slf4j:slf4j-android:1.7.25
 available for offline mode.
  0:51.43> No cached version of org.slf4j:slf4j-android:1.7.25
 available for offline mode.
  0:51.43> No cached version of org.slf4j:slf4j-android:1.7.25
 available for offline mode.
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-28 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by cypherpunks):

 Replying to [comment:8 sisbell]:
 > Branch esr68_0827-patched is based off of
 https://git.torproject.org/user/sysrqb/tor-browser.git :
 2dbb7aefeaeb0499ac69c67df470e2ed6df8cb71.
 Usually, the links to branches are provided. The link to the commit is
 https://gitweb.torproject.org/user/sysrqb/tor-
 browser.git/commit/?h=acat30429%2b5_tor-
 browser_android_68esr_53=2dbb7aefeaeb0499ac69c67df470e2ed6df8cb71

 Also `TorBrowserTeam201908R`, if it ` needs_review`.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-08-27 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr, tbb-9.0-must- |  Actual Points:
  nightly, TorBrowserTeam201908  |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor44-can
-+-

Comment (by sisbell):

 I have branch esr68_0827. This is based off of 9.0-3 branch.

 Branch esr68_0827-patched is based off of
 https://git.torproject.org/user/sysrqb/tor-browser.git :
 2dbb7aefeaeb0499ac69c67df470e2ed6df8cb71.

 Overall it looks very good. The patched branch builds and I tested the
 armv7 apk on Android Q. Tor starts and I'm able to access an external
 site.

 Note the following:
 * I provided the android-jsocks.patch which removes the jsocks.aar
 dependency. This is only used for VPN support, which we don't need. I
 broke out the tor-android-service VPN code into its own module, which we
 now exclude from browser builds. This patch can be removed once a similar
 change is made in firefox code.
 * --disable-tor-browser-update does not work in this build so I removed it
 from mozconfig until support is added.
 * network is enabled for the container but I added --offline flag to
 gradle so its can only use our maven cache. I confirmed that nothing
 gradle-related is downloading in the current build.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-05-31 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr,   |  Actual Points:
  TorBrowserTeam201905   |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by gk):

 FWIW we need to slightly change the x86 target: https://hg.mozilla.org
 /mozilla-central/rev/2b2bd723ebc8.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30665 [Applications/Tor Browser]: Get Firefox 68 ESR Working with latest android toolchain

2019-05-28 Thread Tor Bug Tracker & Wiki
#30665: Get Firefox 68 ESR Working with latest android toolchain
-+-
 Reporter:  sisbell  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, ff68-esr,   |  Actual Points:
  TorBrowserTeam201905   |
Parent ID:  #30324   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by sisbell):

 Repo location:

  * https://github.com/mozilla/gecko-dev
  * https://hg.mozilla.org/releases/mozilla-beta

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs