Skip to content
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

pants py broken on master #179

Closed
tejal29 opened this issue Jun 3, 2014 · 1 comment
Closed

pants py broken on master #179

tejal29 opened this issue Jun 3, 2014 · 1 comment
Assignees

Comments

@tejal29
Copy link
Contributor

tejal29 commented Jun 3, 2014

$ PANTS_DEV=1 ./pants py src/python/pants:pants

Cleaning up...
Loading pants backends from source
Traceback (most recent call last):
  File "/Users/tdesai/projects/pants/src/python/pants/bin/pants_exe.py", line 180, in <module>
    main()
  File "/Users/tdesai/projects/pants/src/python/pants/bin/pants_exe.py", line 174, in main
    _run()
  File "/Users/tdesai/projects/pants/src/python/pants/bin/pants_exe.py", line 142, in _run
    build_graph)
TypeError: __init__() takes exactly 5 arguments (7 given)

@tejal29 tejal29 self-assigned this Jun 3, 2014
@tejal29
Copy link
Contributor Author

tejal29 commented Jun 3, 2014

Merged in this SHA 5b034a2

@tejal29 tejal29 closed this as completed Jun 3, 2014
kwlzn pushed a commit that referenced this issue Dec 2, 2015
Changelog:
```
* Fix infinite recursion when ``PEX_PYTHON`` points at a symlink.
  #182 pex-tool/pex#182

* Add ``/etc/pexrc`` to the list of pexrc locations to check.
  #183 pex-tool/pex#183

* Improve error messaging for platform constrained Untranslateable errors.
  #179 pex-tool/pex#179
```

Testing Done:
https://travis-ci.org/pantsbuild/pants/builds/94480030

Bugs closed: 2654

Reviewed at https://rbcommons.com/s/twitter/r/3200/
peiyuwang pushed a commit to twitter/pants that referenced this issue Dec 4, 2015
Changelog:
```
* Fix infinite recursion when ``PEX_PYTHON`` points at a symlink.
  pantsbuild#182 pex-tool/pex#182

* Add ``/etc/pexrc`` to the list of pexrc locations to check.
  pantsbuild#183 pex-tool/pex#183

* Improve error messaging for platform constrained Untranslateable errors.
  pantsbuild#179 pex-tool/pex#179
```

Testing Done:
https://travis-ci.org/pantsbuild/pants/builds/94480030

Bugs closed: 2654

Reviewed at https://rbcommons.com/s/twitter/r/3200/
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

1 participant