IRC channel logs

2023-02-26.log

back to list of logs

<genr8eofl>nice work
<stikonas>fossy: by the way, I just randomly noticed that curl is a bit broken (doesn't seem to output to screen)
<stikonas>so neither curl --version, nor curl --help works
<stikonas>somewhat strange bug... Though not a blocker for any bootstrapping anyway
<stikonas>and I've found the cause of why newer binutils was failing (checking the maximum length of command line arguments... 512)
<stikonas>it's unlikely that 512 is the actual limit
<stikonas>I guess two possibilities are to skip configure test by passing something like lt_cv_sys_max_cmd_len=32768 to ./configure
<stikonas>and alternatively try to first upgrade bash
<stikonas>newer bash doesn't help, so I guess I'll just skip configure test (though we need newer bash anyway for automake)
<muurkha>mala: I just sent you a message on Matrix, not sure if you're checking that these days