@Novski,
This the way it works for me, the idea is to troubleshoot your issue in an iterative manner.
1- Could you set you base.xml like mine here http://termbin.com/roel (copy and paste should be good)
2- in the B2G folder set your .config like this one http://termbin.com/3b3n (copy and paste should be good)
3- In the B2G folder see your .userconfig like this one http://termbin.com/2paa (copy and paste should be good)
4- in your B2G/Gaia folder run this command :
git reset --hard mozillaorg/kanikani
5- go back in you B2G folder and run
./configure.sh flame-kk
6- When configure is done run
./build.sh
let me know the result.
PS: a good and easy way to send logs output and or config files is to use termini.com from the command line for exemple:
cat .userconfig | nc termbin.com 9999
it will return you a link to put in your post
and for the build.sh output if you want to send all the output to a log file you can do
./build.sh &>> ~/build.log
(with this you won’t see anything on the screen you can have a look at “tee” if you like out of this current topic) then
cat ~/build.log | nc termbin.com 9999