I am trying to get you the full output.  Apparently tee-ing the output to a
file results in a truncated file for some reason.  Do you know if there is
a logging feature in pybombs?  I haven't seen one yet.  In any event, the
portion I posted was the full extent of the error-related output.
 Everything above had proceeded correctly.  I sort of wonder if this is the
-j4 make option getting in the way.  It seems that pybombs is setting that
by default, if I am not mistaken.

I realize the build error is with building gnuradio, but pybombs handles
all the dependencies and manages the build process, which is why I am
referencing it.

Very Respectfully,

Dan CaJacob


On Thu, Jul 25, 2013 at 1:07 PM, Tim Newman <tim.new...@gmail.com> wrote:

> 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