IRC channel logs

2023-04-22.log

back to list of logs

<roconnor>coreutil's printf program hold some kind of reference to lib.
<roconnor>Hmm, my bash hash doesn't match.
<roconnor>actually a few programs have diverged. I'll have to look into that.
<roconnor>oh some of these programs are built mutiple times and only their final checksums are recorded.
<roconnor>I'm just not far enough along.
<muurkha>ah, they're built with earlier toolchains?
<roconnor>yeah. I'm only at bash, first pass.
<roconnor>though I can't see when the second pass gets invoked.
<stikonas[m]>roconnor: all checksums are recorded as far as I'm aware
<stikonas[m]>Before bash it is individual files
<stikonas[m]>After bash we create .tar.gz packages of install contents and checksum those
<roconnor>oh hmm.
<stikonas>roconnor: anyway, this happens all the time in live-bootstrap due to static linking. Even later programs might be using some older libraries
<stikonas>not everything is rebuilt against the newst versions, but there isn't really any need
<roconnor>I see why my bash is likely different. I don't have /usr/bin in the built-in search path.