Pybombs update fails - or is it just me?

I get a very strange error when trying to “./pybombs update” - it
looks like it only takes the first letter of the package name and
consequently fails to find the package. I can’t figure out if this is
only a local issue or a problem with pybombs. Anyone else seen this?

Alex

Packages out of date: [‘gnuradio’, ‘gr-iqbal’, ‘uhd’]
Will remove and install the following packages to the latest version:
[‘gr-iqbal’, ‘gr-fcdproplus’, ‘uhd’, ‘gr-osmosdr’, ‘gnuradio’]

Continue (y or n) y
removing the following packages: [‘gr-iqbal’, ‘gr-fcdproplus’, ‘uhd’,
‘gr-osmosdr’, ‘gnuradio’]
(’\n make uninstall\n’, ‘\n make uninstall\n’)
bash exec (/home/alc/sdr/pybombs/pybombs.git/src/gr-iqbal/build)::
make uninstall

Scanning dependencies of target uninstall
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/pkgconfig/gnuradio-iqbalance.pc”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/include/gnuradio/iqbalance/api.h”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/include/gnuradio/iqbalance/fix_cc.h”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/include/gnuradio/iqbalance/optimize_c.h”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/libgnuradio-iqbalance.so”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/python2.7/dist-packages/gnuradio/iqbalance/_iqbalance_swig.so”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/python2.7/dist-packages/gnuradio/iqbalance/iqbalance_swig.py”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/python2.7/dist-packages/gnuradio/iqbalance/iqbalance_swig.pyc”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/python2.7/dist-packages/gnuradio/iqbalance/iqbalance_swig.pyo”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/include/gnuradio/swig/iqbalance_swig.i”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/include/gnuradio/swig/iqbalance_swig_doc.i”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/python2.7/dist-packages/gnuradio/iqbalance/init.py”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/python2.7/dist-packages/gnuradio/iqbalance/init.pyc”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/lib/python2.7/dist-packages/gnuradio/iqbalance/init.pyo”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/share/gnuradio/grc/blocks/iqbalance_fix_cc.xml”
– Uninstalling
“/home/alc/sdr/pybombs/runtime/share/gnuradio/grc/blocks/iqbalance_optimize_c.xml”
Built target uninstall
bash return val = 0
uninstalled gr-iqbal
package not found: g

same problem here (system XUbuntu 12.04 64bit):

Packages out of date: [‘gnuradio’, ‘gqrx’, ‘gr-iqbal’, ‘gr-osmosdr’,
‘hackrf’, ‘uhd’]
Will remove and install the following packages to the latest version:
[‘hackrf’, ‘gqrx’, ‘gr-iqbal’, ‘uhd’, ‘gr-osmosdr’, ‘gnuradio’]

Continue (y or n) y
removing the following packages: [‘hackrf’, ‘gqrx’, ‘gr-iqbal’, ‘uhd’,
‘gr-osmosdr’, ‘gnuradio’]
(’\n make uninstall\n’, ‘\n make uninstall\n’)
bash exec (/home/mark/apps/gnuradio/3.7/pybombs/src/hackrf/host/build)::
make uninstall

Scanning dependencies of target uninstall
– Uninstalling
“/home/mark/apps/gnuradio/3.7/lib/pkgconfig/libhackrf.pc”
– Uninstalling “/home/mark/apps/gnuradio/3.7/lib/libhackrf.so.0.2.0”
– Uninstalling “/home/mark/apps/gnuradio/3.7/lib/libhackrf.so.0”
– Uninstalling “/home/mark/apps/gnuradio/3.7/lib/libhackrf.so”
– Uninstalling “/home/mark/apps/gnuradio/3.7/lib/libhackrf.a”
– Uninstalling
“/home/mark/apps/gnuradio/3.7/include/libhackrf/hackrf.h”
– Uninstalling “/home/mark/apps/gnuradio/3.7/bin/hackrf_max2837”
– Uninstalling “/home/mark/apps/gnuradio/3.7/bin/hackrf_si5351c”
– Uninstalling “/home/mark/apps/gnuradio/3.7/bin/hackrf_transfer”
– Uninstalling “/home/mark/apps/gnuradio/3.7/bin/hackrf_rffc5071”
– Uninstalling “/home/mark/apps/gnuradio/3.7/bin/hackrf_spiflash”
– Uninstalling “/home/mark/apps/gnuradio/3.7/bin/hackrf_cpldjtag”
– Uninstalling “/home/mark/apps/gnuradio/3.7/bin/hackrf_info”
Built target uninstall
bash return val = 0
uninstalled hackrf
package not found: h

This problem has been fixed now - thanks a lot! Updating Pybombs should
resolve the issue.

-------- Original Message --------
Subject: Re: [pybombs] pybombs update fails with “package not found”
followed by FIRST LETTER OF PKGNAME" (#32)
Date: Thu, 03 Oct 2013 06:21:43 -0700
From: osh [email protected]
Reply-To: pybombs/pybombs
[email protected]

To: pybombs/pybombs [email protected]
CC: mark-orion [email protected]

this has now been fixed
update was expecting a list of strings instead of a string - there is
now a check

Thanks for fixing it - it works for me too now, although trying to
update
gnuradio gives the error:

remote branch master does not exist on git://
http://www.gnuradio.org/git/gnuradio.git

I assume this is a gnuradio/git issue.

Alex

Alexandru C. wrote in post #1122726:

I get a very strange error when trying to “./pybombs update” - it
looks like it only takes the first letter of the package name and
consequently fails to find the package. I can’t figure out if this is
only a local issue or a problem with pybombs. Anyone else seen this?

Alex

P

No, its not just you - I have been trying to install it all evening on a
freash Debian install and am stuck at installing gnuradio sources. I
assume it has been broken again. The host survey.gnuradio.org is
failing.

Mike