Hello!
I tried to compile all distribution as described in /CHEATSHEET.md and
got
an error from stages/0/01-binutils file
make[2]: Entering directory
'/media/dustdfg/BUILD/dragora-archieve/dragora/OUTPUT.bootstrap/sources/binutils-build/ld'
/bin/bash ../../binutils-2.38/ld/../ylwrap
../../binutils-2.38/ld/ldgram.y
y.tab.c ldgram.c y.tab.h `echo ldgram.c | sed -e s/cc$/hh/ -e
s/cpp$/hpp/
-e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output ldgram.output --
/media/dustdfg/BUILD/dragora-archieve/dragora/OUTPUT.bootstrap/sources/binutils-2.38/missing
bison -y -d
/media/dustdfg/BUILD/dragora-archieve/dragora/OUTPUT.bootstrap/sources/binutils-2.38/missing:
81:
/media/dustdfg/BUILD/dragora-archieve/dragora/OUTPUT.bootstrap/sources/binutils-2.38/missing:
bison: not found
WARNING: 'bison' is missing on your system.
You should only need it if you modified a '.y' file.
You may want to install the GNU Bison package:
<http://www.gnu.org/software/bison/>
make[2]: *** [Makefile:1637: ldgram.c] Error 127
make[2]: Leaving directory
'/media/dustdfg/BUILD/dragora-archieve/dragora/OUTPUT.bootstrap/sources/binutils-build/ld'
make[1]: *** [Makefile:8047: all-ld] Error 2
make[1]: Leaving directory
'/media/dustdfg/BUILD/dragora-archieve/dragora/OUTPUT.bootstrap/sources/binutils-build'
make: *** [Makefile:1000: all] Error 2
Return status = 2
The list of packages that must be installed in host debian system is
incomplete. It must also have bison package.