Skip to content

Instantly share code, notes, and snippets.

@zakorgy
Created February 24, 2016 10:01
Show Gist options
  • Save zakorgy/16ce1c1b538eb8120a43 to your computer and use it in GitHub Desktop.
Save zakorgy/16ce1c1b538eb8120a43 to your computer and use it in GitHub Desktop.
No submodule mapping found in .gitmodules for path 'components/blurz'
Error running mach:
['build', '-r']
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'git', u'submodule', u'status']' returned non-zero exit status 1
File "/home/zakor1gyula608/zakorgyservo/servo/python/servo/build_commands.py", line 196, in build
self.ensure_bootstrapped()
File "./python/servo/command_base.py", line 369, in ensure_bootstrapped
Registrar.dispatch("update-submodules", context=self.context)
File "/home/zakor1gyula608/zakorgyservo/servo/python/mach/mach/registrar.py", line 115, in dispatch
return self._run_command_handler(handler, context=context, **kwargs)
File "/home/zakor1gyula608/zakorgyservo/servo/python/mach/mach/registrar.py", line 90, in _run_command_handler
result = fn(**kwargs)
File "/home/zakor1gyula608/zakorgyservo/servo/python/servo/bootstrap_commands.py", line 278, in update_submodules
submodules = subprocess.check_output(["git", "submodule", "status"])
File "/usr/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment