Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- failed to run custom build command for `mozjs_sys v0.0.0 (https://github.com/servo/mozjs#2af5849a)`
- Process didn't exit successfully: `/home/vtomole/servo/target/debug/build/mozjs_sys-661d4efe7c7ca939/build-script-build` (exit code: 101)
- --- stdout
- touch /home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/js/src/configure
- cd /home/vtomole/servo/target/debug/build/mozjs_sys-661d4efe7c7ca939/out && \
- MOZ_TOOLS="" CC="gcc" CPP="gcc -E" CXX="g++" AR="ar" \
- /home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/js/src/configure --disable-jemalloc --disable-js-shell --disable-tests --disable-shared-js --without-intl-api || (cat config.log && exit 1)
- Using real prefix '/home/vtomole/anaconda2'
- New python executable in /home/vtomole/servo/target/debug/build/mozjs_sys-661d4efe7c7ca939/out/_virtualenv/bin/python2.7
- Not overwriting existing python script /home/vtomole/servo/target/debug/build/mozjs_sys-661d4efe7c7ca939/out/_virtualenv/bin/python (you must use /home/vtomole/servo/target/debug/build/mozjs_sys-661d4efe7c7ca939/out/_virtualenv/bin/python2.7)
- Installing setuptools, pip, wheel...
- Complete output from command /home/vtomole/servo/...ualenv/bin/python2.7 - setuptools pip wheel:
- Traceback (most recent call last):
- File "<stdin>", line 7, in <module>
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl/pip/__init__.py", line 16, in <module>
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl/pip/vcs/mercurial.py", line 9, in <module>
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl/pip/download.py", line 39, in <module>
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl/pip/_vendor/requests/__init__.py", line 58, in <module>
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl/pip/_vendor/requests/utils.py", line 26, in <module>
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl/pip/_vendor/requests/compat.py", line 7, in <module>
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv_support/pip-8.1.1-py2.py3-none-any.whl/pip/_vendor/requests/packages/__init__.py", line 29, in <module>
- ImportError: No module named urllib3
- ----------------------------------------
- ...Installing setuptools, pip, wheel...done.
- Traceback (most recent call last):
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv.py", line 2316, in <module>
- main()
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv.py", line 708, in main
- symlink=options.symlink)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv.py", line 941, in create_environment
- download=download,
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv.py", line 897, in install_wheel
- call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/virtualenv/virtualenv.py", line 792, in call_subprocess
- % (cmd_desc, proc.returncode))
- OSError: Command /home/vtomole/servo/...ualenv/bin/python2.7 - setuptools pip wheel failed with error code 1
- --- stderr
- makefile.cargo:65: Extraneous text after `else' directive
- Creating Python environment
- Traceback (most recent call last):
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/js/src/../../configure.py", line 94, in <module>
- sys.exit(main(sys.argv))
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/js/src/../../configure.py", line 22, in main
- sandbox.run(os.path.join(os.path.dirname(__file__), 'moz.configure'))
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 164, in run
- self.exec_file(path)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 157, in exec_file
- exec(code, self)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/moz.configure", line 7, in <module>
- include('build/moz.configure/init.configure')
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 344, in include_impl
- self.exec_file(what)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 157, in exec_file
- exec(code, self)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/build/moz.configure/init.configure", line 165, in <module>
- @advanced
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/mozbuild/mozbuild/configure/__init__.py", line 327, in decorator
- self._results[func] = func(*resolved_args)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/build/moz.configure/init.configure", line 215, in virtualenv_python
- manager.build(python)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/mozbuild/mozbuild/virtualenv.py", line 424, in build
- self.create(python)
- File "/home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/mozjs/python/mozbuild/mozbuild/virtualenv.py", line 188, in create
- 'Failed to create virtualenv: %s' % self.virtualenv_root)
- Exception: Failed to create virtualenv: /home/vtomole/servo/target/debug/build/mozjs_sys-661d4efe7c7ca939/out/_virtualenv
- cat: config.log: No such file or directory
- make: *** [all] Error 1
- thread 'main' panicked at 'assertion failed: result.success()', /home/vtomole/servo/.cargo/git/checkouts/mozjs-fa11ffc7d4f1cc2d/master/build.rs:17
- note: Run with `RUST_BACKTRACE=1` for a backtrace.
- Build completed in 0:06:05
RAW Paste Data