IRC channel logs

2023-12-24.log

back to list of logs

<stikonas>oriansj: sorry, can you merge this too https://github.com/oriansj/bootstrap-seeds/pull/42 (no binary changes, just minor typo in the comment)
<stikonas>and now I need to fix uefi stack alignment in M2libc ...
<stikonas>oriansj: and another PR https://github.com/oriansj/M2libc/pull/48
<stikonas>with these M2libc I can go all the way to final checksums...
<lrvick>Even working outside of a container chroot builds fail, though much further than I was getting before. https://github.com/fosslinux/live-bootstrap/issues/362
<stikonas>hmm, /steps//1.sh: line 34: /dev/null: error 13 shouldn't be there...
<stikonas>lrvick: current master?
<stikonas>I've just kicked it off too
<stikonas>we'll see...
<stikonas>hmm, can't reproduce that error...
<stikonas>maybe you missed somethign rootfs does...
<stikonas>hmm, no, you did use rootfs.py too
<oriansj>stikonas: merged
<oriansj>thank you
<oriansj>well I didn't need the distinct 16bit unsigned values when doing cc_* and once we had that, mescc-tools didn't need it to be bootstrapped
<oriansj>so yeah, M0 is missing a few things and a good bit slower than it needs to be
<fossy>wth, that asset url thing is a bit stupid...
<oriansj>fossy: you know all of the forks share the same back end as the original right?
<oriansj>which means hash collision attacks can be done without needing any access to the master repo
<fossy>oriansj: yeah i know that, github's url security is fairly poor :\
<stikonas>oriansj: well, for cc_amd64.efi I needed it in one place https://git.stikonas.eu/andrius/stage0-uefi/src/commit/1407f92220a6e0f28b4fa03626d8114799ce17c1/amd64/cc_amd64.M1#L5726
<stikonas>so right now I'm using @ which works with M0
<stikonas>but of course that file would know fail with M1 (@ fill fail range check)
<stikonas>so our options are 1) keep it as it is now, just M0 compatible. 2) extend M0.efi
<GoogulatorMobile>tree-23.12.24: build successful https://github.com/Googulator/live-bootstrap/assets/16308406/49336084-e1ad-470b-91dd-3e828bed69a5
<GoogulatorMobile>Merry Christmas to all! :)
<ekaitz>GoogulatorMobile: :)
<stikonas>argh, again forgot that M2-Planet makes 32-bit constants negative...