09:13
<
abbe >
wonder if there is an equivalent FreeBSD replacement for: if IFS='' read -r -N 0 $1; then
09:15
<
abbe >
i'm using this ugly hack: if IFS='' read -r -N 429496729 $1; then
09:15
<
abbe >
i wonder if it's bash4.4 thing
09:24
<
abbe >
it's bash4.4
09:24
<
abbe >
out -> /nix/store/sj5cx9fjapcq41nrbza56r8zf5irnn31-hello-2.10
09:25
<
abbe >
/nix/store/sj5cx9fjapcq41nrbza56r8zf5irnn31-hello-2.10/bin/hello: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 12.1, FreeBSD-style, with debug_info, not stripped
09:25
<
abbe >
but at least working now
09:25
<
abbe >
time to bootstrap its own bash
19:47
<
abbe >
trying to build curl, and then off to bed.
19:47
<
abbe >
objective is to be able to bootstrap nix without involving FreeBSD ports
19:47
<
abbe >
only need FreeBSD ports now for building nix, maybe produce a statically linked nix binaries tarball
19:48
<
abbe >
_0mp: great work! thank you.
22:50
<
_0mp >
I don't have too much time to spend on the nix port, but if you figure out how to fix those two remaining failing tests, I'll be happy to just commit that port.