hi,
I am trying to install GNU Radio through PyBombs in Ubuntu 12.04. I get the
following error,

[ 21%] Built target pygen_gr_uhd_examples_python_d7761
[ 21%] Built target _pmt_swig_doc_tag
Scanning dependencies of target pmt_swig_swig_doc
[ 21%] Generating doxygen xml for pmt_swig_doc docs
/bin/sh: 1: DOXYGEN_EXECUTABLE-NOTFOUND: not found
make[2]: *** [gnuradio-runtime/swig/pmt_swig_doc_swig_docs/xml/index.xml]
Error 127
make[1]: *** [gnuradio-runtime/swig/CMakeFiles/pmt_swig_swig_doc.dir/all]
Error 2
make[1]: *** Waiting for unfinished jobs....
[ 22%] Building CXX object
gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_unv.cc.o
[ 22%] [ 22%] [ 22%] Building CXX object
gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt.cc.o
Building CXX object
gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_io.cc.o
[ 22%] Building CXX object
gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_pool.cc.o
Building CXX object
gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_serialize.cc.o
Linking C shared library libvolk.so
[ 22%] Built target volk
Linking CXX shared library libgnuradio-pmt-3.7.4git.so
[ 22%] Built target gnuradio-pmt
make: *** [all] Error 2
ERROR:root:PyBOMBS Make step failed for package (gnuradio) please see bash
output above for a reason (hint: look for the word Error)

I also tried to reconfigure with builddocs=OFF. But I get the following
error on doing so.

Install Prefix
Traceback (most recent call last):
  File "./pybombs", line 198, in <module>
    pybombs_ops.config_init(config, True)
  File "/home/tslsb/pybombs/mod_pybombs/cfg.py", line 70, in config_init
    if os.path.basename(pwd)=="pybombs":
  File "/usr/lib/python2.7/posixpath.py", line 112, in basename
    i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'

Can anyone help me?

Regards,
Saran
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to