2014-03-11

Hi All,

 

This is my first post here. I am trying to install the OP-25 software and it uses pybombs to install all versions and dependencies. During the installation of UHD I received a fatal error 12% through. 

 

I brought this up in the OP 25 forum but they said that it was specific to UHD and to ask here.

 

Here is the complete script that pybombs displayed, the error is near the end.

 

Please help !!

thanks,

Joe

 

Script follows (abbreviated due to 10000 character limit):

 

 

joe@joe-desktop:~$ ./pybombs install gr-op25
bash: ./pybombs: Is a directory
joe@joe-desktop:~$ cd pybombs
joe@joe-desktop:~/pybombs$ ./pybombs install gr-op25
Settled on prefix: /home/joe/target
Initializing environmental variables...
/home/joe/target/python/:/home/joe/target/lib/python2.6/site-packages/:/home/joe/target/lib64/python2.6/site-packages/:/home/joe/target/lib/python2.6/dist-packages/:/home/joe/target/lib64/python2.6/dist-packages/:/home/joe/target/lib/python2.7/site-packages/:/home/joe/target/lib64/python2.7/site-packages/:/home/joe/target/lib/python2.7/dist-packages/:/home/joe/target/lib64/python2.7/dist-packages/:/home/joe/target/python/:/home/joe/target/lib/python2.6/site-packages/:/home/joe/target/lib64/python2.6/site-packages/:/home/joe/target/lib/python2.6/dist-packages/:/home/joe/target/lib64/python2.6/dist-packages/:/home/joe/target/lib/python2.7/site-packages/:/home/joe/target/lib64/python2.7/site-packages/:/home/joe/target/lib/python2.7/dist-packages/:/home/joe/target/lib64/python2.7/dist-packages/
---------- loading recipes -------------------
Loading recipes ...
Loading recipes ... done
---------- loading recipes finished ----------

checking for gr-op25
False
/home/joe/pybombs/mod_pybombs/sysutils.py:588: RuntimeWarning: tempnam
is a potential security risk to your program
 tmpfile = os.tempnam(d);
TMPFILE = /home/joe/target/fileIUp2rF
WRITE PERMS OK /home/joe/target/fileIUp2rF
installing gr-op25
gr-op25 dep [['gnuradio', 'boost', 'libpcap', 'gr-osmosdr', 'libitpp',
'git', 'cmake']]
gnuradio dep [['make', 'boost', 'fftw', 'cppunit', 'swig', 'gsl', 'uhd',
'git', 'python', 'cheetah', 'wxpython', 'numpy', 'lxml', 'pygtk',
'pycairo', 'cmake', 'pyqt4', 'pyqwt5', 'gcc', 'ice', 'git', 'cmake']]
make dep [[]]

 

swig dep [['python', 'wget', 'gcc']]
mcpp dep [['curl', 'wget']]
curl dep [[]]
wget dep [[]]
cmake dep [['wget']]
libitpp dep [[]]
git dep [['wget', 'curl']]
cmake dep [['wget']]
packages to install: ['libusb', 'uhd', 'pycairo', 'mcpp', 'db48', 'ice',
'gnuradio', 'rtl-sdr', 'osmo-sdr', 'hackrf', 'libosmo-dsp', 'gr-iqbal',
'gr-osmosdr', 'gr-op25']
install called (libusb)
install type priority: ['deb', 'src']
install deb called (libusb)
deb is not available locally
check remote repositories...
PyBombs.sysutils - INFO - deb_exists: Satisfies requirement...found
downloadable version of libusb-1.0-0-dev
CONDUCTING DEB INSTALL
deb install: pkgreq(libusb-1.0-0-dev,None,None)
bash exec (/home/joe/pybombs):: sudo apt-get -y install libusb-1.0-0-dev
[sudo] password for joe: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
 libusb-1.0-0-dev
0 upgraded, 1 newly installed, 0 to remove and 37 not upgraded.
Need to get 156 kB of archives.
After this operation, 895 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/main libusb-1.0-0-dev
i386 2:1.0.9~rc3-2ubuntu1 [156 kB]
Fetched 156 kB in 8s (19.2
kB/s)                                               
Selecting previously unselected package libusb-1.0-0-dev.
(Reading database ... 242403 files and directories currently installed.)
Unpacking libusb-1.0-0-dev (from .../libusb-1.0-0-dev_2%
3a1.0.9~rc3-2ubuntu1_i386.deb) ...
Processing triggers for doc-base ...
Processing 1 added doc-base file...
Registering documents with scrollkeeper...
Setting up libusb-1.0-0-dev (2:1.0.9~rc3-2ubuntu1) ...
installation ok via: deb
install called (uhd)
install type priority: ['deb', 'src']
install deb called (uhd)
no deb satisfiers available
install src called (uhd)
state = configure
Current step: (uhd :: make)
make
('\n    make -j4\n', '\n    make -j$makewidth\n')
('\n    make -j4\n', '\n    make -j4\n')
bash exec (/home/joe/pybombs/src/uhd/host/build):: 
   make -j4

[ 12%] [ 12%] Built target man_page_gzips
[ 12%] Built target manual_html
Built target doxygen_docs
make[2]: *** No rule to make target `/usr/lib/libusb-1.0.so', needed by
`lib/libuhd.so.003.006'.  Stop.
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [all] Error 2
ERROR:root:PyBOMBS Make step failed for package (uhd) please see bash
output above for a reason (hint: look for the word Error)
joe@joe-desktop:~/pybombs$

Show more