IRC channel logs

2021-04-18.log

back to list of logs

<gforce_de1977>good morning: stikonas: your 'untar' branch looks promising! only 2.6% of all builds where failing: https://paste.debian.net/1194143/
<stikonas>fossy: for mes libc FILES variable, do we want one file per line?
<stikonas>or longer lines
<stikonas>there are quite a few files there (aboud 250)
<stikonas>hmm, if somebody eventually ports untar.c to M2-Planet, we might get rid of most of git submodules in live-bootstrap
<stikonas>gforce_de1977: https://github.com/fosslinux/live-bootstrap/issues/108 is a duplicate of #101, isn't it
<gforce_de1977>sorry, you are right, i will close it
<stikonas>gforce_de1977: https://paste.debian.net/1194154/ is likely to fix findutils problem
<gforce_de1977>ok, will apply the patch an let do a next massrun
<stikonas>gforce_de1977: ok, it needs some more adjustments
<stikonas>some hashes change
<stikonas>so maybe wait till I push the change
<gforce_de1977>ok
<gforce_de1977>take your time
<gforce_de1977>(i changed helpers.sh to ignore bad checksums but does a base64 output of the affected binary + results true and goes further)
<stikonas>well, I'm updating checksums now, fixed 3 musl passes, still need to fix the last one (after gcc)
<stikonas>musl had similar problem as findutils, but non-fatal
<stikonas>it uses sh"
<stikonas>"sh" to output version info
<stikonas>so I guess in an hour or so I can push a new commit...
<OriansJ`>stikonas: the branch untar in commit f030a3a74e54132f0510e809a243be45eea3fc2e doesn't actually include untar.c
<OriansJ`>but looking at https://raw.githubusercontent.com/libarchive/libarchive/3.4/contrib/untar.c, it should be 90% compatible with M2-Planet out of the box
<stikonas>well, untar.c is downloaded like other tarballs
<stikonas>basically I was treating single C file program like tar source package in initramfs preparation
<OriansJ`>just need to add mkdir to M2libc, replace the switch statements with if/else statements and ++/-- with + 1 and - 1 statements other than that it should build by M2-Planet just fine.
<OriansJ`>I can work on it on Monday if no one beats me to it today.
<gforce_de1977>"don't bite the hand that feeds you!" - so no one here will beat you 8-))) (and it rymes)
<OriansJ`>gforce_de1977: we all benefit from each other here. As bootstrapping is a deeply social activity and can't truly be achieved alone.
<OriansJ`>as no one can be and do all things required.