Hi,

I've been trying out pybombs for building the latest gnuradio.  I had a
successful build at home last week, but I am having repeated failures in a
test environment VM (virtualbox, ubuntu 12.04 x64).

I am running the build like this: sudo ./pybombs install gnuradio

Here's the relevant part of the make output:

[ 68%] Built target gnuradio-blocks
Linking CXX shared module _vocoder_swig.so
[ 68%] Built target _vocoder_swig
make: *** [all] Error 2
bash return val = 2
Traceback (most recent call last):
  File "./pybombs", line 91, in <module>
    install(p,True);
  File "/home/spacequest/pybombs/mod_pybombs/pybombs_ops.py", line 49, in
install
    global_recipes[pkg].install();
  File "/home/spacequest/pybombs/mod_pybombs/recipe.py", line 512, in
install
    st = self.install_src();
  File "/home/spacequest/pybombs/mod_pybombs/recipe.py", line 582, in
install_src
    self.install_order[step][1]();
  File "/home/spacequest/pybombs/mod_pybombs/recipe.py", line 612, in make
    assert(st == 0);
AssertionError
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to