07:42:10 I'm trying to build the arm64-gate of illumos, but I'm getting tripped up with issues due to Python 3.12 07:43:08 I'm also having some problems with u-boot having issues with its build folder not being the same as its source, but I feel like I'm doing something more fundamentally wrong 07:43:10 I'm on OmniOS 07:43:21 ncmdr@rosetta2:~/arm64-gate/src/u-boot$ uname -a 07:43:22 SunOS rosetta2 5.11 omnios-r151048-f0898315c59 i86pc i386 i86pc 08:11:45 Next-generation AI-enabled Tribblix - http://www.tribblix.org/r42.html 08:23:49 in a datacenter in the Moon 08:24:12 in the deep core of the Moon 08:37:41 Tribblix AI-edition contains gazillion packages in SVR4 format that you can install manually 09:06:38 NCommander: I think richlowe would be the one toe ping. 18:43:21 In https://code.illumos.org/c/illumos-gate/+/3392 gerrit claims that usr/src/test/util-tests/tests/awk/tests/T.misc is "binary". it's a text file that contains a few \007 characters. 18:43:22 → CODE REVIEW 3392: 16435 util-tests setup fixes (NEW) | https://www.illumos.org/issues/16435 18:49:52 ugh. 18:52:26 That's somewhat unfortunate, but I see where they're coming from haha 19:00:33 ah, also a couple bare \200 19:00:46 (not valid UTF-8) 19:06:38 just frustrating because I'm about three yaks deep in this yak shave and I don't want another pet yak. 19:10:13 for whatever it's worth, github copes with it. 19:48:37 I guess it's saying it's binary because _git_ does? 19:49:19 if you look at https://code.illumos.org/~diff/b949bd6f0bb0286ea0d3bce6b4c7b86c6123 it seems that way at least 19:50:54 [illumos-gate] 10509 zpool_003_pos can't find core file -- Jason King 20:01:11 jclulow: that's odd because git doesn't say that for me locally. 20:05:33 git show b949bd6f0bb0286ea0d3bce6b4c7b86c6123 -- usr/src/test/util-tests/tests/awk/tests/T.misc does not claim the file is binary 20:05:58 (git version 2.44.0 as packaged by openindiana) 20:12:59 perhaps it's the Java-git buried inside gerrit that's doing that. 20:24:31 sommerfeld: Ah, perhaps! 21:26:50 okay, turns out it's not the non-UTF-8 text 21:27:00 it's a carriage return in the middle of a line 21:28:30 https://code.illumos.org/c/illumos-gate/+/3393 changes a single ASCII CR to a \r sequence and then gerrit treats the file as non binary in https://code.illumos.org/c/illumos-gate/+/3394 21:28:31 → CODE REVIEW 3393: XXXXX gerrit test 1: avoid odd carriage return in script (NEW) 21:30:55 or, I should say, "diffable" rather than "non binary". 22:25:01 huh! wild