[tbb-bugs] #26417 [Applications/Tor Browser]: Tor Browser build is not working with the runc version in debian testing

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Jun 24 20:33:34 UTC 2018


#26417: Tor Browser build is not working with the runc version in debian testing
-------------------------------------------+--------------------------
 Reporter:  boklm                          |          Owner:  tbb-team
     Type:  defect                         |         Status:  new
 Priority:  Medium                         |      Milestone:
Component:  Applications/Tor Browser       |        Version:
 Severity:  Normal                         |     Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201806  |  Actual Points:
Parent ID:                                 |         Points:
 Reviewer:                                 |        Sponsor:
-------------------------------------------+--------------------------

Comment (by ahf):

 The patch that fixed the issue for me (from boklm):

 {{{
 diff --git a/rbm.conf b/rbm.conf
 index de5102d..1ef492c 100644
 --- a/rbm.conf
 +++ b/rbm.conf
 @@ -390,7 +390,7 @@ ENV:
        # We will need to update this when there is a new spec version
 available
        runc_spec100 => sub {
          my ($out) = capture_exec('sudo', 'runc', '--version');
 -        return $out =~ m/^spec: 1\.0\.0$/m;
 +        return $out =~ m/^runc version spec: 1\.0\..$/m;
        },
      },
    )
 }}}

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


More information about the tbb-bugs mailing list