Hi Scott.
Here's the output
jcardani@jcardani-ThinkCentre-XXXX ~ $ ls ~/pybombs/src airspy bladeRF gnuradio gr-iqbal gr-op25baz gr-osmosdr hackrf libosmo-dsp op25 osmo-sdr rtl-sdr uhd jcardani@jcardani-ThinkCentre-XXXX ~ $
On 11/28/2015 04:27 PM, verymetl@hotmail.com [op25-dev] wrote:
Hi Joe
The error is telling you that the path to "~/pybombs/src/gr-op25/build" doesn't exist. This is not a good sign...
You've either renamed the directory("~/pybombs/src/gr-op25"), or deleted it either manually, or by using the "./pybombs remove gr-op25" command.
The recipe doesn't have anything to do with rebuilding the source code that is already there.
Type this command in the terminal: "ls ~/pybombs/src". What is the output?
---In op25-dev@yahoogroups.com, <jcardani@...> wrote :
Well since I am dead in the water I tried to go back to the gr-op25 master version and it won't let me rebuild.
Tried to do ./pybombs rb gr-op25 and get the following message:
jcardani@jcardani-ThinkCentre-XXXX ~/pybombs $ ./pybombs rb gr-op25 Settled on prefix: /home/jcardani/target Loading recipes ... Installing packages:
- gr-op25
Installing from source: gr-op25 Traceback (most recent call last): File "./pybombs", line 158, in <module> for x in args: pybombs_ops.install(x,True) File "/home/jcardani/pybombs/mod_pybombs/pybombs_ops.py", line 115, in install global_recipes[pkg].install(); File "/home/jcardani/pybombs/mod_pybombs/recipe.py", line 553, in install st = self.install_src(); File "/home/jcardani/pybombs/mod_pybombs/recipe.py", line 619, in install_src self.install_order[step][1](); File "/home/jcardani/pybombs/mod_pybombs/recipe.py", line 669, in configure mkchdir(topdir + "/src/" + self.name + "/" + self.installdir) File "/home/jcardani/pybombs/mod_pybombs/sysutils.py", line 608, in mkchdir os.chdir(p); OSError: [Errno 2] No such file or directory: '/home/jcardani/pybombs/mod_pybombs/..//src/gr-op25/build' jcardani@jcardani-ThinkCentre-XXXX ~/pybombs $