[tbb-bugs] #24477 [Applications/Tor Browser]: Windows 64 mar files are not generated

Tor Bug Tracker & Wiki blackhole at torproject.org
Fri Dec 1 08:27:40 UTC 2017


#24477: Windows 64 mar files are not generated
--------------------------------------------+--------------------------
 Reporter:  boklm                           |          Owner:  tbb-team
     Type:  defect                          |         Status:  closed
 Priority:  Medium                          |      Milestone:
Component:  Applications/Tor Browser        |        Version:
 Severity:  Normal                          |     Resolution:  fixed
 Keywords:  tbb-rbm, TorBrowserTeam201712R  |  Actual Points:
Parent ID:                                  |         Points:
 Reviewer:                                  |        Sponsor:  Sponsor4
--------------------------------------------+--------------------------
Changes (by gk):

 * keywords:  TorBrowserTeam201712R => tbb-rbm, TorBrowserTeam201712R
 * status:  needs_review => closed
 * resolution:   => fixed


Comment:

 Works for me although I guess we could have done something like
 {{{
  # Extract the MAR tools.
 -unzip -d $rootdir $rootdir/[% c('input_files_by_name/firefox') %]/mar-
 tools-*.zip
 +[% IF c("var/windows-x86_64") -%]
 +  # Workaround for bug 24477
 +  unzip -d $rootdir $rootdir/mar-tools-linux32.zip
 +[% ELSE %]
 +  unzip -d $rootdir $rootdir/[% c('input_files_by_name/firefox') %]/mar-
 tools-*.zip
 +[% END -%]
 }}}
 as well. Anyway, pushed to `master` as commit
 0abccfe4258218612f38ac1c2d762c319781386f.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24477#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tbb-bugs mailing list