Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-10-12 Thread Ethan Trewhitt
I can take the blame for this one. On apt-based machines that have python-apt installed, the new cache (that I added in #391) handles requests from PyBOMBS concerning the installation state of apt-based packages. Whenever a package is installed, the cache was not updated (bug). As a result, any tim

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Martin Braun
Hey Andrew, sorry for the miserable experience -- not sure why apt-get would be acting up so badly. Clearly, the point of pybombs is for new users not to have this kind of trouble. I'm still a bit surprised that this is happening on 14.04, which is probably the most popular distro around here at

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Andrew Lanez
I finally got everything installed successfully after doing 30+ attempts (this is no exaggeration) of rm -rf rfnoc and pybombs prefix init ~/rfnoc -R rfnoc -a alias. I was getting wildly varying errors from packages not being found (though I could manually hit those websites and download the files)

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Anon Lister
It was WX that was mentioned as being deprecated. Sorry I don't have much to offer for your issue tho, except that you should run the pybombs command with -v (pybombs -v . -vv works too for very verbose output. At some point it's trying to fetch a QT installer, but failing. I would try grabbing tha

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Andrew Lanez
Here is that output again with more relevant info that I forgot to copy over: make[2]: Entering directory `/home/switchlanez/rfnoc/src/pyqt4/qpy/QtCore' g++ -c -m64 -pipe -fno-strict-aliasing -O2 -fPIC -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mksp

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-23 Thread Andrew Lanez
Well, I wiped everything clearn and started from a fresh image of Linux to remove any doubt (3rd time doing this). This time I made sure to do sudo apt-get update liberally before running pybombs prefix init ~/rfnoc -R rfnoc -a alias The first time it showed boost failed to install even though the

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-22 Thread Andrew Lanez
New Linux user here, I don't mean to anger anyone with my naivete. I just ran sudo apt-get. That might fix the other non-showstopper errors earlier. But I am not sure where to start to address that last error which is the show stopper: checking for BASE_DEPENDENCIES... no configure: error: Packag

Re: [Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-22 Thread Sylvain Munaut
Hi, > That last error completely errors out and I don't have GNU Radio installed. > How do I resolve this? Did you even bother to _read_ the error ? > E: Unable to fetch some archives, maybe run apt-get update or try with > --fix-missing? Did you do that ? Cheers, Sylvain

[Discuss-gnuradio] Errors using PyBombs recipe for RFNoC setup

2016-09-22 Thread Andrew Lanez
>From a fresh Ubuntu 14.04 LTS install, I run these commands: $ sudo apt-get python-pip $ sudo apt-get git Then I follow the RFNOC setup tutorial: https://kb.ettus.com/Getting_Started_with_RFNoC_Development and run these: $ sudo pip install git+https://github.com/gnuradio/pybombs.git $ pybombs re