Closed Bug 1199116 Opened 9 years ago Closed 9 years ago

"mach bootstrap" fails on Ubuntu 15.04 with "Command '[u'sudo', u'apt-get', u'update']' returned non-zero exit status 100"

Categories

(Firefox Build System :: Mach Core, enhancement)

35 Branch
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1174037

People

(Reporter: whimboo, Unassigned)

Details

W: GPG error: http://ppa.launchpad.net utopic Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0B6AA52A264A3DFB
W: Failed to fetch http://ppa.launchpad.net/mercurial-ppa/releases/ubuntu/dists/vivid/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/mercurial-ppa/releases/ubuntu/dists/vivid/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
Error running mach:

    ['bootstrap']

The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.

You should consider filing a bug for this issue.

If filing a bug, please include the full output of mach, including this error
message.

The details of the failure are as follows:

CalledProcessError: Command '[u'sudo', u'apt-get', u'update']' returned non-zero exit status 100

  File "/mozilla/code/firefox/inbound/python/mozboot/mozboot/mach_commands.py", line 23, in bootstrap
    bootstrapper.bootstrap()
  File "/mozilla/code/firefox/inbound/python/mozboot/mozboot/bootstrap.py", line 136, in bootstrap
    self.instance.ensure_mercurial_modern()
  File "/mozilla/code/firefox/inbound/python/mozboot/mozboot/base.py", line 304, in ensure_mercurial_modern
    self._ensure_package_manager_updated()
  File "/mozilla/code/firefox/inbound/python/mozboot/mozboot/base.py", line 259, in _ensure_package_manager_updated
    self._update_package_manager()
  File "/mozilla/code/firefox/inbound/python/mozboot/mozboot/debian.py", line 134, in _update_package_manager
    self.apt_update()
  File "/mozilla/code/firefox/inbound/python/mozboot/mozboot/base.py", line 207, in apt_update
    self.run_as_root(command)
  File "/mozilla/code/firefox/inbound/python/mozboot/mozboot/base.py", line 159, in run_as_root
    subprocess.check_call(command, stdin=sys.stdin)
  File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.