IRC channel logs
2026-08-09.log
back to list of logs
<notgull>Just read through parts.rst, looks like the bootstrap is still using Heirloom tools for lex <notgull>Isn’t that problematic, due to Heirloom Tools’ licensing? <stikonas>the only problem with licensing was that it was not GPL compatible <stikonas>but if you look at parts.rst, it is now built after musl <stikonas>which was good enough to build bash'es .y file <stikonas>and with bash running musl configure script is unblocked <stikonas>I guess there are other ways to unblock this too even without oyacc <stikonas>well, before that live-bootstrap only has kaem <stikonas>and kaem is definitely not enough to run musl's configure script <stikonas>and I guess you can manually create final config file that this script produces <lanodan>musl's ./configure is in fact posix just in case using another shell could help somehow