-
NCommanderI'm trying to build the arm64-gate of illumos, but I'm getting tripped up with issues due to Python 3.12
-
NCommanderI'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
-
NCommanderI'm on OmniOS
-
NCommanderncmdr@rosetta2:~/arm64-gate/src/u-boot$ uname -a
-
NCommanderSunOS rosetta2 5.11 omnios-r151048-f0898315c59 i86pc i386 i86pc
-
ptribbleNext-generation AI-enabled Tribblix - tribblix.org/r42.html
-
denkin a datacenter in the Moon
-
denkin the deep core of the Moon
-
denkTribblix AI-edition contains gazillion packages in SVR4 format that you can install manually
-
toasterkingNCommander: I think richlowe would be the one toe ping.
-
sommerfeldIn 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.
-
fenix→ CODE REVIEW 3392: 16435 util-tests setup fixes (NEW) | illumos.org/issues/16435
-
sommerfeldugh.
-
jclulowThat's somewhat unfortunate, but I see where they're coming from haha
-
sommerfeldah, also a couple bare \200
-
sommerfeld(not valid UTF-8)
-
sommerfeldjust frustrating because I'm about three yaks deep in this yak shave and I don't want another pet yak.
-
sommerfeldfor whatever it's worth, github copes with it.
-
jclulowI guess it's saying it's binary because _git_ does?
-
jclulowif you look at code.illumos.org/~diff/b949bd6f0bb0286ea0d3bce6b4c7b86c6123 it seems that way at least
-
gitomat[illumos-gate] 10509 zpool_003_pos can't find core file -- Jason King <jason.brian.king⊙gc>
-
sommerfeldjclulow: that's odd because git doesn't say that for me locally.
-
sommerfeldgit show b949bd6f0bb0286ea0d3bce6b4c7b86c6123 -- usr/src/test/util-tests/tests/awk/tests/T.misc does not claim the file is binary
-
sommerfeld(git version 2.44.0 as packaged by openindiana)
-
sommerfeldperhaps it's the Java-git buried inside gerrit that's doing that.
-
jclulowsommerfeld: Ah, perhaps!
-
sommerfeldokay, turns out it's not the non-UTF-8 text
-
sommerfeldit's a carriage return in the middle of a line
-
sommerfeldcode.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 code.illumos.org/c/illumos-gate/+/3394
-
fenix→ CODE REVIEW 3393: XXXXX gerrit test 1: avoid odd carriage return in script (NEW)
-
sommerfeldor, I should say, "diffable" rather than "non binary".
-
jclulowhuh! wild