I found this bug to be very humorous ;-)
In the case of a source download where the source file to be unpacked is one of tar.gz or tgz or tar.bz2 or tbz2, you had better not make the name of the recipe the same as the name of the top-level directory in the archive. If you make them the same name, guess what happens in this code in mod_pybombs/fetch.py: rmrf(self.recipe.name); os.rename(dirname, self.recipe.name); The rmrf nukes the unpacked source in its entirety ! On to the question - noticed that when pybombs builds boost it doesn't seem to be using more than one CPU - i.e., it's like make -j1 - is there a quick fix for this ? Best Max
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
