IRC channel logs

2025-09-08.log

back to list of logs

<Googulator>vasi: with the latest fix, I have package builds proceeding again, and the tdnf stalls/timeouts are solved. (Of course, this still has the issue of using dependency data from upstream repositories.)
<vasi>thanks for the update! i'll retry bootstrap at the end of the week perhaps, gotta have an actually-portable laptop for now :)
<matrix_bridge><cosinusoidally> I managed to build netbsd 9.4 from a live-bootstrap chroot (specifically from one of the internal_pass2_image chroots from the live-bootstrap github ci). I needed 2 or 3 hacky patches but in the end I was able to get it to build via its build.sh script.
<matrix_bridge><cosinusoidally> basically using https://www.netbsd.org/docs/guide/en/chap-build.html (something like "./build.sh -U -u -O ~/obj -m i386 tools release iso-image")
<matrix_bridge><cosinusoidally> When I get a chance I'll try and gather the patches into a gist.