Peter Michalak's picture

Hi Alan,

thank you for proposed fix and explanation. I've tried the first solution, but that didn't seem to have any effect:

root@tkldev products/lamp# cd /turnkey/fab/bootstraps/
root@tkldev fab/bootstraps# CODENAME=$(lsb_release -s -c)
root@tkldev fab/bootstraps# fab-chroot $CODENAME
root@tkldev:/# apt-get update
Reading package lists... Done
root@tkldev:/# apt-get -y upgrade
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@tkldev:/# exit
exit
 
(I did `make clean` before, but make ended up with the same error as the last time)
 
Then the second solution, I've removed the wheezy folder downloaded bootstrap as you are saying and after make I've hit the same problem. This time I'm attaching full log as it might be something in there (ok I don't see the option to attach the file so output is here: http://pastebin.com/HEx1fqwS). 
I've followed your steps few times, but no luck. I might just go with your latest 13.0rc3 version and try to build from there : ).