<jaeger>
Another thing I just noticed... the devices .mk files include core in the list of collections but there's no ports-core repo at github.com/crux-arm
<jaeger>
er, crux-ports-core repo
<jaeger>
Never mind, I see now the CRUX_ARM_GIT_PREFIX vs. CRUX_GIT_PREFIX
<jaeger>
My brain's all over the place tonight, long day :P Going to leave this alone until tomorrow
<pitillo>
updated one with correct config files and procps updated to 4.0.2 to fix ps u problems
<beerman>
Cool, will try it out tomorrow i guess, still away from home for work here
crux-arm-bot has joined #crux-arm
<crux-arm-bot>
[ crux-ports-opt-arm64 ]: go: update to 1.19.4
crux-arm-bot has left #crux-arm [#crux-arm]
<jaeger>
Got a little farther this time but I think docker prevents the bind mount of /dev, will need to look into if there's a flag/permission for that
<jaeger>
[2022-12-08 05:55:38] Mounting /dev on /root/crux-arm-release/rootfs-stage1/dev
<pitillo>
sepen added a comment to the issue related to that. There is a missing export on the Makefile
<pitillo>
the prt-get.conf problem is expected. I need to fix it removing /workspace/ and then make a touch on rootfs-stage1 directory
<pitillo>
next make stage1 will enter the jail again without problems
<pitillo>
checking the error it seems that the download sources before entering stage1 wasn't executed correctly
<jaeger>
yeah, because prt-get couldn't find them in this case, it seems
<jaeger>
Because only core-arm and core were in the prt-get.conf before, now it's getting further along
frinnst has joined #crux-arm
<pitillo>
great, if the opti collection dissapeared, the var wasn't used. Good to know it'sbgoing on
<jaeger>
Yeah
<jaeger>
ok, seems I have a finished bootstrap finally
<jaeger>
release fails as it wants to copy pkgmk.conf from raspberrypi4/pkgutils but raspberrypi4/pkgutils uses a patch for pkgmk.conf rather than supplying the whole file. That could easily be changed, though.
<jaeger>
Looks like raspberrypi3 would also have the same issue