IRC channel logs

2023-06-03.log

back to list of logs

<oriansj>theruran: that has to produce a really interesting delta because stage0-posix should not be impacted by its environment
<oriansj>we don't embed timestamps of any kind. And the ELF headers are effectively hard coded, so the only changes possible would be functional
<oriansj>and all of the submodules are on the correct commits, correct? As different M2libc commits can result in different file checksums
<theruran>oh I forgot to update the submodules again after switching back to master HEAD 🙄
<theruran>OK all passed this time! sorry, I often forget about git submodules and whatnot
<oriansj>theruran: did you run the kaem.$ARCH file directly or did you use the make command?
<theruran>sh ./kaem.amd64
<oriansj>I wonder what it would take to add a program to mescc-tools-extra to just sanity check the submodule commit value and the expected value stored in .git/modules/${NAME}/refs/heads/master
<oriansj>like do we just need a sha1sum program and a program to stitch things together?
<theruran>I would expect a `make amd64` target tbh
<theruran>also kaem.x86 is chmod +x but not the others
<oriansj>well an easy thing to fix and the execute bit doesn't actually matter for kaem; it'll run the file just fine without it
<oriansj>running the kaem script with bash via ./kaem.x86; yeah that bit would need to be set