Show Idle (>14 d.) Chans


← 2023-07-06 | 2023-07-08 →
awt_akris[asciilifeform]: And of course it has to be signed to run on another mac.
awt_akris[asciilifeform]: Used to be able to do right-click open, but no longer.
lobbes[asciilifeform]: is it that new apple "gatekeeper" jazz? I do hate that latest 'feature' in the newest mac osen
lobbes[asciilifeform]: if so there's a way to force it to run on the second mac without needing to sign it with an "official apple store developer key" (link above outlines the hoops user has to jump through)
asciilifeform: lobbes: iirc you gotta switch the idjicy off in crapple's config
lobbes[asciilifeform]: asciilifeform: ah right you are. Looks like it can be disabled via "spctl --master-disable"
awt_akris[asciilifeform]: ah ty lobbes - will try this
asciilifeform: !!ticker btc usd
awt_akris[asciilifeform]: Still trying to get pentacle to work on my system. Trying to figure out why chroot is not where it is expected to be. I don't see any attempts to symlink it.
awt_akris[asciilifeform]: Vastly ignorant of bintools, but brief research indicates it's not part of bintools.
awt[asciilifeform]: This is what the script is executing: http://paste.deedbot.org/?id=0fyK
awt_akris[asciilifeform]: This is what the script is executing: http://paste.deedbot.org/?id=0fyK
awt[asciilifeform]: Interesting, pbuild isn't where expected either.
awt[asciilifeform]: (symlinked in chroot to get to the next command)
signpost[asciilifeform]: is there something special about your homedir or projects dir?
awt[asciilifeform]: It's not symlinked or anything. pyenv is disabled, not that that would have any bearing.
awt[asciilifeform]: Not clear to me atm from where pbuild should come. Manually chrooted into target - lots of bins, but no chroot, no pbuild to be found.
signpost[asciilifeform]: kinda confused. in related news, I just cut myself loose from the commercial project I was working on, so I just became very available to write docs for this thing.
signpost[asciilifeform]: pbuild is just a script that sits at /src/pbuild within the chroot; it doesn't get symlinked or copied anywhere
signpost[asciilifeform]: are you running the bootstrapper as root?
awt_akris[asciilifeform]: I'm doing "sudo ./bootstrap-debian.sh"
awt_akris[asciilifeform]: Ok so pbuild is not a binary. That helps. It should then be pressed to src.
signpost[asciilifeform]: yeah, I recommend to run the ./clean.sh script, and then delete the whole directory and untar it fresh.
signpost[asciilifeform]: I'm going to run it over here step by step alongside ya and fill my head caches with what it does at each step.
awt_akris[asciilifeform]: chroot should also be in src, but is not, but IS a binary executable, I believe.
awt_akris[asciilifeform]: ok sounds good
awt_akris[asciilifeform]: Congrats on the free time btw.
signpost[asciilifeform]: here's what happens at a high level. I fart out a debian-based chroot so that I have a stable build environment for the next step.
signpost[asciilifeform]: also I have a version of this newer by several months than the one on my server. let me upload that (although shinohai had no problem with the version you have) and we'll be looking at exactly the same thing
signpost[asciilifeform]: anyway, returning to steps, I then bind-mount the target dir into the debian dir, so that I can see it from there when I chroot in
signpost[asciilifeform]: once in the debian dir, I build everything I need to rebuild myself from debian.
signpost[asciilifeform]: then I exit, trash the debian chroot, and enter the target chroot and rebuild everything a second time, so it's been built with itself (approximately, as there are obviously turtles all the way down here, no such thing as "itself")
signpost[asciilifeform]: *until such time as binary-reproducible builds work perfectly, in which case it can be said that the thing has stabilized, and that build product could be signed.
awt_akris[asciilifeform]: Ok after removing pentacle and unpacking again, getting further.
signpost[asciilifeform]: awt: thing still chuggin?
awt_akris[asciilifeform]: Just got multipart message assembly working. That + support for the [][] format (not yet working) should make ascii's link dumps much more readable.
awt_akris[asciilifeform]: Pentacle built successfully!
shinohai[asciilifeform]: Congrats awt_akris!
awt_akris[asciilifeform]: lol the threadsafe sqlite3 wrapper I'm using was produced by Palantir.
← 2023-07-06 | 2023-07-08 →