IRC channel logs

2020-07-22.log

back to list of logs

***terpri__ is now known as terpri
<originzero>Hi! I discovered this project. I am wondering if they are similar efforts to bootstrap a musl-based GNU/Linux distribution?
<stikonas>originzero: there is no extra work for bootstrapping musl
<stikonas>you can compile musl toolchain using glibc toolchain
<stikonas>well, there are some packages that fail to build with musl and need patches...
<stikonas>everything is more or less the same with musl... E.g. I tried bootstrapping icedtea-8 on musl chroot and the steps are the same (just had to apply some addidional patches to icedtea)
<originzero>ok
<originzero>I am looking at mescc-tools repository there is no licence file http://git.savannah.gnu.org/cgit/mescc-tools.git/tree/
<stikonas>there are license banners in .c files though
<stikonas>it's GPLv3 or later
<originzero>Indeed
<stikonas>OriansJ`: maybe it makes sense to add LICENSE or COPYING file to project?