/*I am currently running kali linux ubuntu 3.7.11-6 amd64.
Been searching for hours but came up empty so I apologize if this has been resolved.
I was following the installation process from there, https://github.com/ptrkrysik/gr-gsm/wiki/Installation and ran across the following errors:*/
# pybombs prefix init /usr/local -a default_prx -R gnuradio-default
configure: error: "Error: libcrypto required."
PyBOMBS.Packager.source - ERROR - Configuration failed after running at least twice.
PyBOMBS.Packager.source - ERROR - Problem occurred while building package apache-thrift:
Configuration failed
PyBOMBS.PackageManager - WARNING - Optional package apache-thrift failed to install. Will prete$
PyBOMBS.install_manager - INFO - Installation successful.
PyBOMBS.install_manager - INFO - Installing package: uhd
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
fatal: unable to access '
https://github.com/EttusResearch/uhd.git/': Could not resolve host: gi$
error: Could not fetch uhd
PyBOMBS.Fetcher - ERROR - Unexpected error while fetching git+
https://github.com/EttusResearch/$PyBOMBS.Fetcher - ERROR - Command '['git', 'remote', 'update', 'uhd']' returned non-zero exit s$
PyBOMBS.Packager.source - ERROR - Problem occurred while building package uhd:
Unable to fetch recipe uhd
PyBOMBS.install_manager - ERROR - Error installing package uhd. Aborting.
//This next code seems fine:
# pybombs config default_prefix default_prx
PyBOMBS - INFO - PyBOMBS Version 2.3.2
PyBOMBS.config - INFO - Using config file: /root/.pybombs/config.yml
default_prefix: default_prx
- Default Prefix
//Here got another error:# pybombs install gr-gsm
~
PyBOMBS.Packager.source - ERROR - Configuration failed after running at least twice.
PyBOMBS.Packager.source - ERROR - Problem occurred while building package apache-thrift:
Configuration failed
PyBOMBS.PackageManager - WARNING - Optional package apache-thrift failed to install. Will prete$
~
//Few hundred lines later,PyBOMBS.Packager.source - ERROR - Problem occurred while building package gnuradio:
Unable to fetch recipe gnuradio
PyBOMBS.install_manager - ERROR - Error installing package gnuradio. Aborting.
//Was trying to install this version:# gnuradio-companion --version
GNU Radio Companion 3.7.11
//Also ran:# pybombs recipes update
PyBOMBS - INFO - PyBOMBS Version 2.3.2
PyBOMBS.recipes - INFO - Updating recipe location `gr-etcetera'...
PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing.
Updating: (100%) [============================================================================]
Updating: (100%) [============================================================================]
PyBOMBS.recipes - INFO - Updating recipe location `gr-recipes'...
Updating: (100%) [============================================================================]
Updating: (100%) [============================================================================]
//Seemed to be ok.# apt-get install libssl-dev
/*Returned that it is already the newest version (1.1.0g-2)
I have also uninstalled and reinstalled the VM all together from before my initial attempt.
Apologies for the long post but from what I gathered researching possible fixes I'm trying to be a detailed as possible. Please let me know if you need anymore information or if I missed anything. Thank you for taking the time to read this and providing any help.*/