First post and doing a search on the group, I have a unique bug in the build process. OS is Opensuse 13.2 64 on intel hardware. Here is the output from the pybomb:
./pybombs install gr-op25 Settled on prefix: /usr/local/src/target Initializing environmental variables... Loading recipes ... /usr/local/src/target Installing packages: * mako * numpy * uhd * alsa * cheetah * wxpython * ffi * pycairo * gobject-introspection * pygobject * pygtk * sip * qt4 * pyqt4 * pyqwt5 * ssl * libevent * apache-thrift * liblog4cpp * gnuradio * libpcap * rtl-sdr * osmo-sdr * hackrf * libosmo-dsp * gr-iqbal * bladeRF * airspy * gr-osmosdr * libitpp * gr-op25 Installing from source: mako Building: (100%) [==========================================================] Build failed. Re-trying with reduced makewidth and higher verbosity. python: can't open file 'setup.py': [Errno 2] No such file or directory
Build failed. See output above for error messages.
---------------------------------------
The "makewidth and higher verbosity" error seems to show up on the interwebs with compiling 64 bit code on a 32 bit OS, which isnt the case here.
Is this pythonbomb scheme building a private library of sorts? That is, I have a number of these programs already installed.
this initially does not appear to have anything to do with OP25 - could you try posting this question on the discuss-gnuradio mailing list
Max
Hi all,
This likely might be pybombs encountering an error during UHD setup, as UHD has moved from using Cheetah to Mako.
E.g. https://github.com/EttusResearch/uhd/issues/45
If you can output/find the logs of the build process, or try a manual setup, it should shed some light on what’s going wrong. Then perhaps a good idea to either file a bug like above, or post to the USRP-users mailing list.
Good luck,
Balint
From: op25-dev@yahoogroups.com [mailto:op25-dev@yahoogroups.com] Sent: Sunday, 27 September 2015 6:27 AM To: op25-dev@yahoogroups.com Subject: [op25-dev] Re: Mako bug
this initially does not appear to have anything to do with OP25 - could you try posting this question on the discuss-gnuradio mailing list
Max