Skip to content

Travis tests are broken #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
serhiy-storchaka opened this issue Mar 18, 2017 · 3 comments
Closed

Travis tests are broken #54

serhiy-storchaka opened this issue Mar 18, 2017 · 3 comments

Comments

@serhiy-storchaka
Copy link
Member

After all Python tests are passed at the end of the log:

$ echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I .

/home/travis/build.sh: line 62: -c: command not found

The command "echo '#include "Python.h"' > test.cc && $CXX -c test.cc -o /dev/null -I ./Include -I ." exited with 127.

Done. Your build exited with 1.

This blocks merging even simple PRs.

@brettcannon
Copy link
Member

Fixed in python/cpython#718 and I'm starting to cherry-pick now.

@brettcannon
Copy link
Member

Cherry-picks are in python/cpython#719, python/cpython#720, and python/cpython#721. As soon as they are merged I will close this issue.

@brettcannon
Copy link
Member

Everything should be fixed. Sorry, everybody.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants