[tbb-bugs] #26073 [Applications/Tor Browser]: patch tor-browser-build.git for Firefox 60 ESR

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue May 29 07:59:58 UTC 2018


#26073: patch tor-browser-build.git for Firefox 60 ESR
--------------------------------------------+------------------------------
 Reporter:  arthuredelstein                 |          Owner:  tbb-team
     Type:  defect                          |         Status:  needs_review
 Priority:  Very High                       |      Milestone:
Component:  Applications/Tor Browser        |        Version:
 Severity:  Normal                          |     Resolution:
 Keywords:  TorBrowserTeam201805, ff60-esr  |  Actual Points:
Parent ID:                                  |         Points:
 Reviewer:                                  |        Sponsor:
--------------------------------------------+------------------------------

Comment (by boklm):

 Replying to [comment:34 boklm]:

 > If you take the patch from #26165 in your branch, the lines added to
 `projects/llvm/build` to use a more recent version of gcc can be replaced
 by:
 > {{{
 > [% pc('gcc', 'var/setup', { compiler_tarfile =>
 c('input_files_by_name/gcc') }) %]
 > # We need a link to our GCC, otherwise the system cc gets used which
 points to
 > # /usr/bin/gcc.
 > ln -s gcc /var/tmp/dist/gcc/bin/cc
 > }}}

 Actually we want to disable hardening when building llvm, so this should
 be:
 {{{
 [% pc('gcc', 'var/setup', { compiler_tarfile =>
 c('input_files_by_name/gcc'),
                             hardened_gcc => 0 }) %]
 # We need a link to our GCC, otherwise the system cc gets used which
 points to
 # /usr/bin/gcc.
 ln -s gcc /var/tmp/dist/gcc/bin/cc
 }}}

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


More information about the tbb-bugs mailing list