IRC channel logs

2022-01-08.log

back to list of logs

<stikonas[m]>doras: you again did not login
<doras>It seems that libra.chat doesn't support automatic login via the Matrix bridge.
<doras>So every time a disconnection occurs, the login is lost.
<stikonas>that is strange, I think my matrix session logins automatically
<stikonas>or maybe I don't close my matrix session...
<doras>I think it's a server-side disconnection.
<doras>Anyway, I'll summarize what I wrote before.
<doras>fossy: unfortunately I keep hitting issues, so I haven't gotten sysa building in full just yet. The latest trouble is a difference in filesystem behavior of BuildStream's FUSE filesystem and a barebone filesystem. This difference is picked up by configure scripts, which result in some binaries using alternative implementations.
<doras>Obviously alternative implementations means different checksum.
<doras>Though I'm almost sure I found and fixed at least one issue in BuildSteam's FUSE filesystem that resulted in this difference. It looks like an actual bug.
<doras>It resulted in the AT_SYMLINK_NOFOLLOW flag being ignored for the fchownat syscall.
<doras>The bootstrap is currently running, so we'll know in a few minutes. Fingers crossed.
<doras>There's at least one other issue involving either opendir, readdir or stat. The configure test program is a bit more complicated, so I'll need to analyze it more.
<doras>Worked! "checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes"
<doras>The checksum is still different though, most likely due to the second issue I mentioned.
<bauen1>making things reproducible is always fun
<bauen1>just spend some good time monkey patching debian-cd to build my installer images reproducible