Algo: Can't run ./algo, Abort trap: 6

Created on 7 Aug 2019  路  9Comments  路  Source: trailofbits/algo

I went through all of the steps listed and when I run ./algo I get this error

./algo: line 23: 39148 Abort trap: 6           ansible-playbook ${PLAYBOOK} "${ARGS[@]}"

I am running the Mac Catalina beta so I'm not sure if it might have something to do with that.

bug help wanted

Most helpful comment

I guess it鈥檚 time to update Ansible so we can use Python3.

All 9 comments

This just came up on Gitter chat yesterday. Yes, it's the beta. Go back to Mojave and see what happens.

Yep it works fine on Mojave

Total guess, but I wonder if it's related to the upcoming deprecation of python2.7 in macOS 10.15 and its overall EOL as in #1371.

I guess it鈥檚 time to update Ansible so we can use Python3.

same here...

macOS Catalina doesn't work.....

@ZTfer Can you check out this PR #1549, please?

1549 is merged to master but still running into failures on Catalina:

TASK [cloud-gce : Install requirements] ***************************************************************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false, "cmd": "/Users/kiratpandya/code/github/algo/configs/.venvs/gce/bin/pip install -U apache-libcloud pycrypto", "msg": "\n:stderr: dyld: Library not loaded: @executable_path/../.Python\n Referenced from: /Users/kiratpandya/code/github/algo/configs/.venvs/gce/bin/python2.7\n Reason: image not found\n"}

@kiratp It looks like you're using a copy of Algo that was previously initialized for Python 2. Try downloading a new copy of Algo and use the updated instructions in the README to initialize it for Python 3.

@davidemyers - Yup! Thanks! That was the issue.

I just ran a git pull on my working copy and got no complaints from git. Looks like there may be state left behind from previous runs.

Anyway - confirming that everything runs OK on Catalina.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jwebbstevens picture jwebbstevens  路  4Comments

mosesrenegade picture mosesrenegade  路  5Comments

dguido picture dguido  路  4Comments

mikaelf picture mikaelf  路  5Comments

andreimc picture andreimc  路  3Comments