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

securedropadmin-setup failing with exit status 1. #5221

Closed
ghost opened this issue May 3, 2020 · 2 comments
Closed

securedropadmin-setup failing with exit status 1. #5221

ghost opened this issue May 3, 2020 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented May 3, 2020

Description:

Trying to run securedrop-admin setup in Kali Linux 5.5.0 (based on Debian), the command exits with a status 1.

Steps to Reproduce:
./securedrop-admin setup.

Expected Behaviour:
Should install successfully.

Actual Behaviour:

error: command \'x86_64-linux-gnu-gcc\' failed with exit status 1\n       
             ERROR: Command errored out with exit status 1: 
/home/amnesia/Persistent/securedrop/admin/.venv3/bin/python -u -c \'import sys, setuptools, tokenize; 
sys.argv[0] = \'"\'"\'/tmp/pip-install-7at8bfjs/cffi/setup.py\'"\'"\';
__file__=\'"\'"\'/tmp/pip-install-7at8bfjs/cffi/setup.py\'"\'"\';
f=getattr(tokenize, \'"\'"\'open\'"\'"\', open)(__file__);
code=f.read().replace(\'"\'"\'\\r\\n\'"\'"\', \'"\'"\'\\n\'"\'"\');
f.close();
exec(compile(code, __file__, \'"\'"\'exec\'"\'"\'))\' install --record /tmp/pip-record-r0iknnz1/install-record.txt --single-version-externally-managed --compile --install-headers /home/amnesia/Persistent/securedrop/admin/.venv3/include/site/python3.8/cffi 
Check the logs for full command output.\n'
ERROR: Failed to install pip dependencies. Check network connection and try again.

Comments:
I am not sure about what went wrong.
cloned the project
using v 1.2.2

@zenmonkeykstop
Copy link
Contributor

Hi @poseidonlb - the securedrop-admin script is intended to be run under Tails only, so it's not tested under Kali Linux. Our best guess would be that python development requirements aren't available - try adding those with sudo apt-get install python3-dev. But again, note that the script as it stands is not written with Kali Linux in mind.

@legoktm legoktm added the stale label Oct 1, 2022
@legoktm
Copy link
Member

legoktm commented Oct 1, 2022

Closing per above and lack of follow-up.

@legoktm legoktm closed this as not planned Won't fix, can't repro, duplicate, stale Oct 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants