Sun 22 Dec (Completed to end of section 5.36, p 77)
Completed initial build of build tools, stripped extraneous data and files, changed ownership of tools, backed-up.
Sat 28 Dec (Completed to end of section 6.10, p100)
Prepared virtual kernel file systems; entered chroot environment, created appropriate directory structures, essential files and symlinks; built and installed linux API headers, man pages, and Glibc (the main C library) including testing and configuration e.g. timezone setup and configuring the dynamic loader; adjusted the toolchain to link further newly compiled programs against newly constructed libraries.
Sun 29 Dec (Completed to end of section 6.21, p122)
Completed builds, tests and installation of various build tools including GCC. This took hours to test on my PC! I think it’s the lengthiest package to build and test, excepting perhaps the kernel, so I’m glad that’s finished
Thur 02 Jan 2020 (Completed to end of section 6.40, p148)
Completed builds, tests and installations of various packages, including the lexer and parser generators Flex and Bison and the Perl programming language.
Tue 07 Jan (Completed to end of section 6.51, p166)
Completed builds, tests and installations of various packages, including the Python programming language. One of the packages had to be manually downloaded as it seems the automated download script seemed to have missed it - namely the Perl interface to the XML parser Expat.
Fri 10 Jan (Completed to end of section 6.66, p 194)
Completed builds, tests and installations of various packages, including Grub and Make.
Update:
Mon 20 Jan (Completed to end of section 7.4, p 231)
Built the remaining tools and moved onto configuration files. I do not know much about networking so am not sure what to put for relevant sections of the file in section 7.5 and guess I’ll have to look into this before proceeding. Hints appreciated - bearing in mind I’m building this inside a VM which may add a further layer of complexity!