Skip to content

Instantly share code, notes, and snippets.

@EugeneFeshchenko
Created March 25, 2015 14:45
Show Gist options
  • Save EugeneFeshchenko/6335f648838842209a00 to your computer and use it in GitHub Desktop.
Save EugeneFeshchenko/6335f648838842209a00 to your computer and use it in GitHub Desktop.
cc1plus: some warnings being treated as errors
error: command 'i686-linux-gnu-gcc' failed with exit status 1
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-4tv10r-build/setup.py", line 106, in <module>
install_pyml()
File "/tmp/pip-4tv10r-build/setup.py", line 60, in install_pyml
python('setup.py build')
File "/tmp/pip-4tv10r-build/setup.py", line 73, in python
run(command)
File "/tmp/pip-4tv10r-build/setup.py", line 66, in run
raise Exception("Failed '{}'".format(command))
Exception: Failed '/home/efe/source/greenboard/tmp_env/bin/python2 setup.py build'
----------------------------------------
Cleaning up...
Command /home/efe/source/greenboard/tmp_env/bin/python2 -c "import setuptools, tokenize;__file__='/tmp/pip-4tv10r-build/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-8tM9FO-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/efe/source/greenboard/tmp_env/include/site/python2.7 failed with error code 1 in /tmp/pip-4tv10r-build
Traceback (most recent call last):
File "/home/efe/source/greenboard/tmp_env/bin/pip", line 11, in <module>
sys.exit(main())
File "/home/efe/source/greenboard/tmp_env/local/lib/python2.7/site-packages/pip/__init__.py", line 235, in main
return command.main(cmd_args)
File "/home/efe/source/greenboard/tmp_env/local/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 63: ordinal not in range(128)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment