IRC channel logs

2023-02-22.log

back to list of logs

<stikonas>fossy: fixed shellcheck in https://github.com/fosslinux/live-bootstrap/pull/248
<stikonas>just disabled it as in this particular case it was not helpful
<stikonas>(even if files have -- in their names, it wouldn't be interpreted as command line option as those file names only go to /tmp/filelist.txt)
<stikonas>pder: just trying to understand in your PR, why do we need to copy some files from x86 to arch dir and then also include that dir in -I
<stikonas>(this is probably fine, just making sure I understand the exact reasons)
<pder>the new arch directory is something new in 0.24.2. Take a look at simple.sh in the mes tree. It does a mkdir -p include/arch then copies syscall.h and kernel-stat.h to this directory
<stikonas>ok, I guess it was changing more stuff that what would one expect in bugfix release
<stikonas>oh well, let's not deviate from what mes installer does
<stikonas>hopefully my PR will rebase cleanly on top of yours
<pder>if not, please feel free to you merge yours first, and I will fix mine up after
<pder>s/you//
<pder>i think we both changed the checksum of at least tcc-0.9.27
<stikonas>pder: no, I merged yours
<stikonas>there is one conflict, but I think just because lines were next to each other
<stikonas>I'll rerun my pipeline to double check
<stikonas>oh yes, I changed later versions of tcc too...
<oriansj>rickmasters: super excited by your news ^_^
<stikonas>yeah, that is nice, I'm looking forward to live-bootstrap integration
<rickmasters>stikonas, orianjs: I should have a first pass at integration ready to look at in a few days
<rickmasters>If I wasn't playing Elden Ring it would be done already :)
<oriansj>rickmasters: I understand, my 2 year old demanded I play minetest (the LGPL 2.1+ voxel game that is superior to minecraft in every way I care about) most of saturday and sunday. And Warzone 2100 is still my crack gaming addiction.
<muurkha>minetest is pretty great
<muurkha>I didn't know 2-year-olds could play it though
<oriansj>well with a game controller; it tends to be more explore the world than anything else
<oriansj>and have daddy get the character away from the monsters
<muurkha>is it more fun with mobs? I've played it a lot without mobs, though my girlfriend likes the mobs
<oriansj>depends on if your goal is excitement or world building.
<fossy>stikonas[m]: looks good, merging :)
<fossy>rickmasters: as in, with fiwix, there is no checksum changes to anything but added pacakges? that is quite impressive!
<rickmasters>fossy: No, there are checksum changes. Sorry, I should have clarified.
<rickmasters>fossy: I just meant that builder-hex0/Fiwix matches the same package checksums as Linux with the same source.
<rickmasters>fossy: The checksum changes are due to some minor patches to mes, tcc, and musl.
<pder>rickmasters: congrats on your latest progress with the kernel bootstrap. I made an update to live-bootstrap to update to mes 0.24.2, so some of your patches to mes should no longer be needed
<stikonas>rickmasters: I think fossy meant the same thing as you.
<stikonas>fossy: so far I think I might be able to get binutils 2.19 to build
<stikonas>at least that ld/libtool problem seems to go away then
<rickmasters>pder: thanks! I was counting on my hex conversion patch being included, so I could eliminate that patch, hopefully
<stikonas>I'll keep investigating what fixes/hacks I can apply to get newer version built
<stikonas>and I think I found a way to build libtool 2.2.4 without ld
<stikonas>so that might finally unblock me
<stikonas>argh, and now I can't reproduce...
<pder>stikonas: what are you trying to reproduce?
<stikonas[m]>Build of libtool 2.2.4 before binutils
<stikonas[m]>pder: I was building some intermediate 1.5.x versions for testing
<stikonas[m]>So perhaps they helped
<muurkha>hooray!