| 25 Jun 2025 |
craigbro | * greetings. I just installed nix using the project installer on my orangepi rv2 running ubuntu. | 02:22:25 |
craigbro | thanks for all the work to get it working this far | 02:22:47 |
dramforever | just have to go full nixos now | 02:23:19 |
dramforever | (i don't know if there's anything ready for that) | 02:23:32 |
craigbro | craig@orangepirv2:/etc/nix$ nix shell nixpkgs#cowsay -c cowsay "It Works!"
< It Works! >
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
| 02:26:47 |
craigbro | so the binary caches listed on the wiki page run just fine. However, until I added them, I consistenty got a segfault patching libpcre while building bootstrap-tools (on every branch/tag/release I tried) | 02:27:44 |
dramforever | whwat does cat /proc/cpuinfo say | 02:28:22 |
dramforever | just, the first core | 02:28:30 |
dramforever | * what does cat /proc/cpuinfo say | 02:28:37 |
dramforever | it should be basically identical for the rest | 02:28:47 |
craigbro | processor : 0
hart : 0
model name : Ky(R) X1
isa : rv64imafdcv_zicbom_zicboz_zicntr_zicond_zicsr_zifencei_zihintpause_zihpm_zfh_zfhmin_zca_zcd_zba_zbb_zbc_zbs_zkt_zve32f_zve32x_zve64d_zve64f_zve64x_zv
fh_zvfhmin_zvkt_sscofpmf_sstc_svinval_svnapot_svpbmt
mmu : sv39
uarch : ky,x60
mvendorid : 0x710
marchid : 0x8000000058000001
mimpid : 0x1000000049772200
| 02:28:59 |
dramforever | hmm, not the pcre bug i was thinking then | 02:29:21 |
craigbro | yah, it's not running it, but patching it during the build, or so my reading of the logs implies.. | 02:30:19 |