It appears that your error is not with pybombs but with building gnuradio.
 Can you post a bit more of the compile log?

Tim


On Thu, Jul 25, 2013 at 12:36 PM, Dan CaJacob <dan.caja...@gmail.com> wrote:

> 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
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to