bastibl / instant-gnuradio

Customizable GNU Radio Environment for Live Images and VMs
158 stars 34 forks source link

Build issue with gr-foo #21

Closed cyrus104 closed 5 years ago

cyrus104 commented 5 years ago

virtualbox-ovf: PyBOMBS.monitor_process() - DEBUG - Thread signaled termination or returned virtualbox-ovf: PyBOMBS.monitor_process() - DEBUG - Return value: 1 virtualbox-ovf: PyBOMBS.Packager.source - ERROR - Configuration failed after running at least twice. virtualbox-ovf: PyBOMBS.Packager.source - ERROR - Problem occurred while building package gr-foo: virtualbox-ovf: Configuration failed virtualbox-ovf: PyBOMBS.install_manager - ERROR - Error installing package gr-foo. Aborting. virtualbox-ovf: Install tree: virtualbox-ovf: | virtualbox-ovf: - gr-foo virtualbox-ovf: Configuring: (100%) [=========================================================] ==> virtualbox-ovf: Unregistering and deleting imported VM... ==> virtualbox-ovf: Deleting output directory... Build 'virtualbox-ovf' errored: Script exited with non-zero exit status: 1

==> Some builds didn't complete successfully and had errors: --> virtualbox-ovf: Script exited with non-zero exit status: 1

==> Builds finished but no artifacts were created. Makefile:13: recipe for target 'vms/gnuradio/instant-gnuradio.ova' failed make: *** [vms/gnuradio/instant-gnuradio.ova] Error 1

bastibl commented 5 years ago

I updated my modules to the new proposed development model (of GNU Radio), i.e., I use maint-3.7 and maint-3.8 branches for development. I made a pull request (https://github.com/gnuradio/gr-recipes/pull/150/) to update the build files, but it is not merged yet. So PyBombs still points to outdated/non-existent branches.

As a temporary solution you could let PyBombs point to my fork of the receipts: https://github.com/bastibl/gr-recipes

cyrus104 commented 5 years ago

I'm closing this one because your merge request went through.