You are here
Peter Michalak - Thu, 2013/10/17 - 16:07
Hi there,
I have a problem building new appliance (based on LAMP) and wondering if there are some ways how to debug what is happening, the output which I get when running make is:
(see attached file)
I've tried to delete that file, but I still get the same error. Can I turn on some more detailed loging or is there any other way how I can find out what's wrong?
Thank you.
-Peter
Forum:
The bootstrap needs updating...
I came across this myself at the beginning of the week. I'll first explain what you need to do to fix the problem, then I'll try and explain what caused it.
Fixing the issue:
You first need to clean any broken builds (make clean), Make sure that the bootstrap isn't mounted (mount), but make clean should handle that.
Update the bootstrap (there are 2 ways you could do this):
1. Manually upgrade the bootstrap
2. Download the updated bootstrap
What caused the issue:
When fab installs the plan in build/root.build it temporarily short-circuits a number of files, one of them being used to start services. Debian released a number of updates over the weekend (when Debian 7.2 was released). One of the packages overrode fab's short-circuit, and so some services were being started.
When build/root.build is complete, even if services are running fab will kill them before moving onto build/root.patched. But, the problem arised that the dev mount bind into build/root.build wasn't unmounted, which caused a little havoc.
We'll be looking into a way handle these type of things in future, but in the meantime we've updated the bootstraps, and hopefully the above fixes will get you (and others) going again...
No luck yet...
Hi Alan,
thank you for proposed fix and explanation. I've tried the first solution, but that didn't seem to have any effect:
Sorry about that, my bad...
The bootstrap doesn't include a sources.list nor resolv.conf, so you'll need to add those if you're going route #1:
But, its very important to clean any broken builds, and make sure nothing is mounted. If make clean fails, it should tell you why and hopefully how to fix it.
Worked like a charm!
Thank you for help, my tkldev environment is producing ISOs again!
Have a great weekend!
-Peter
Add new comment