discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] a pybombs bug, plus a question


From: ikjtel
Subject: [Discuss-gnuradio] a pybombs bug, plus a question
Date: Wed, 8 Jan 2014 19:40:38 -0800 (PST)

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]