Some recent changes have to do with grub and/or upgrading the guest system before gbuilding. Not sure what's going on exactly, but I'm having a problem where the Upgrading system, may take a while section took a while, and then failed with this message: ./bin/gbuild:21:in 'system!': failed to run on-target -u root bash < target-bin/upgrade-system.sh > var/install.log 2>&1 (RuntimeError).
Editing upgrade-system.sh to remove the redirections to files and /dev/null reveals that the purge of grub works, and the dist-upgrade seems to proceed normally, until this happens: https://www.irccloud.com/pastebin/xLjCr9YR
The weird thing is that I used gbuild last night and it worked without a problem, so I don't know what changed between last night and now.
Right now I've removed the base container and am rerunning make-base-vm, hoping that then there won't be anything to upgrade and I'll skip over this issue, but that shouldn't be necessary. Also, I noticed that there was some stuff that looked weird in upgrade-system.sh -- there seems to be two different redirects, both to /dev/null and to a log file. What's up with that?
Some recent changes have to do with grub and/or upgrading the guest system before
gbuilding. Not sure what's going on exactly, but I'm having a problem where theUpgrading system, may take a whilesection took a while, and then failed with this message:./bin/gbuild:21:in 'system!': failed to run on-target -u root bash < target-bin/upgrade-system.sh > var/install.log 2>&1 (RuntimeError).Editing
upgrade-system.shto remove the redirections to files and/dev/nullreveals that thepurgeofgrubworks, and thedist-upgradeseems to proceed normally, until this happens: https://www.irccloud.com/pastebin/xLjCr9YRThe weird thing is that I used
gbuildlast night and it worked without a problem, so I don't know what changed between last night and now.Right now I've removed the base container and am rerunning
make-base-vm, hoping that then there won't be anything to upgrade and I'll skip over this issue, but that shouldn't be necessary. Also, I noticed that there was some stuff that looked weird inupgrade-system.sh-- there seems to be two different redirects, both to/dev/nulland to a log file. What's up with that?