!pbdtvoHxUGLhcEvnlu:nixos.org

Exotic Nix Targets

336 Members
103 Servers

Load older messages


SenderMessageTime
19 May 2026
@matthewcroughan:defenestrate.itmatthewcroughan nativeBuildInputs also includes cups for some reason 13:32:16
@matthewcroughan:defenestrate.itmatthewcroughanand ofc gutenprint-bin doesn't work for any other platform than x86_64-linux13:34:05
@matthewcroughan:defenestrate.itmatthewcroughan

Once you get past some things, you end up with

gutenprint-aarch64-linux> make[3]: *** [Makefile:1581: cups_genppd_5.3-cups-genppd.o] Error 1
gutenprint-aarch64-linux> make[3]: *** Waiting for unfinished jobs....
gutenprint-aarch64-linux> genppd.c: In function 'gpputs':
gutenprint-aarch64-linux> genppd.c:163:19: error: passing argument 2 of 'fputs' from incompatible pointer type [-Wincompatible-pointer-types]
13:34:30
@matthewcroughan:defenestrate.itmatthewcroughanso it's like, gutenprint just ain't cut out for a raspberry pi zero lol13:34:37
@matthewcroughan:defenestrate.itmatthewcroughantime to run raspbian in a container???13:34:42
@matthewcroughan:defenestrate.itmatthewcroughanor better yet.. maybe I run cups on a declarative aarch64 vm on armv613:38:31
@matthewcroughan:defenestrate.itmatthewcroughanthen again, you can't compile qemu anymore for armv6 💀13:38:42
@matthewcroughan:defenestrate.itmatthewcroughanhow about an aarch64 nixos container, with binfmt on the host13:39:15
22 May 2026
@jonhermansen:matrix.orgJon HermansenI finally did a write up and posted to Discourse about my own little Nix project. Thought I should share here https://discourse.nixos.org/t/darnix-toward-a-nix-os-on-a-darwin-kernel/7777918:46:45
@rosscomputerguy:matrix.orgTristan Rosslol, that's awesome. I've had that idea because there's NixBSD and XNU is public so why couldn't we have NixXNU18:58:08
@jonhermansen:matrix.orgJon HermansenIt would be great if we could replace the Xcode dependency with upstream clang, which would make it buildable on Linux too.19:17:58
@jonhermansen:matrix.orgJon Hermansen changed their display name from jonhermansen to Jon Hermansen.19:18:47
@rosscomputerguy:matrix.orgTristan RossI was thinking about that too, it would require a bunch of code to change I think20:28:22
@r-burns:matrix.orgr-burnsAnyone testing their exotic systems on current unstable? I think 26.05 is going to be cut early next week so now might be a good time for last-minute fixups before branchoff.20:39:13
23 May 2026
@inclyc:matrix.orgYingchi Long changed their profile picture.11:24:35
25 May 2026
@radex:hackerspace.plradex joined the room.12:11:41
27 May 2026
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ& changed their profile picture.06:23:13
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ& changed their profile picture.07:07:27
28 May 2026
@zimbatm:numtide.com@zimbatm:numtide.com left the room.08:47:24
1 Jun 2026
@lorne:cons.org.nzlorne joined the room.16:04:44
@artemist:nixos.devArtemis Tosini (NixOS)Seems like the FreeBSD fixes were backported, native builds work in the current stable branch17:31:04
5 Jun 2026
@gavinrogers:matrix.orggr changed their display name from Gavin R to gr.06:10:36
@zimward:zimward.moezimward changed their display name from zimward to zimward @GPN24.19:38:11
6 Jun 2026
@matthewcroughan:defenestrate.itmatthewcroughanDoes anybody remember at all how to flash u-boot to the hifive premier p550? 18:37:04
@matthewcroughan:defenestrate.itmatthewcroughanI have completely failed to document that lol18:37:09
@matthewcroughan:defenestrate.itmatthewcroughanHmm, why might eswin dtbs not be installed into $out ?20:26:17
@matthewcroughan:defenestrate.itmatthewcroughan
nixos.efi-aarch64-linux> FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/hpdpg3kp5ly0zlzj2ff4sf63fw36gfv2-linux-riscv64-unknown-linux-gnu-7.0.10/dtbs/eswin/eic7700-hifive-premier-p550.dtb'
error: build of '/nix/store/k0zdbki7qgnfpiiw6lp6hhc2sfx32f9m-nixos.efi.drv' on 'ssh-ng://nix-ssh@m2u' failed: Cannot build '/nix/store/k0zdbki7qgnfpiiw6lp6hhc2sfx32f9m-nixos.efi.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/0l49nvjflv5c7v9f3407phbx7vh77m65-nixos.efi
       Last 15 log lines:
       > Using config file: /nix/store/0bwawm0wrs0yzd0fb97jb13qyki6pkyv-ukify.conf
       > Traceback (most recent call last):
       >   File "/nix/store/x6gx6lrvbyx1yxly91c4b03bjzsr5d61-systemd-260.1/bin/.ukify-wrapped", line 2565, in <module>
       >     main()
       >     ~~~~^^
       >   File "/nix/store/x6gx6lrvbyx1yxly91c4b03bjzsr5d61-systemd-260.1/bin/.ukify-wrapped", line 2553, in main
       >     check_inputs(opts)
       >     ~~~~~~~~~~~~^^^^^^
       >   File "/nix/store/x6gx6lrvbyx1yxly91c4b03bjzsr5d61-systemd-260.1/bin/.ukify-wrapped", line 684, in check_inputs
       >     value.open().close()
       >     ~~~~~~~~~~^^
       >   File "/nix/store/x7n310a9mism2lildx4fbi9y42ing0g8-python3-3.13.13-env/lib/python3.13/pathlib/_local.py", line 537, in open
       >     return io.open(self, mode, buffering, encoding, errors, newline)
       >            ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       > FileNotFoundError: [Errno 2] No such file or directory: '/nix/store/hpdpg3kp5ly0zlzj2ff4sf63fw36gfv2-linux-riscv64-unknown-linux-gnu-7.0.10/dtbs/eswin/eic7700-hifive-premier-p550.dtb'
       For full logs, run:
         nix log /nix/store/k0zdbki7qgnfpiiw6lp6hhc2sfx32f9m-nixos.efi.drv
error: Cannot build '/nix/store/nsw45ladql6qg1fnjqrar05h6c4fgx9l-image.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/8x36xm6s4xlzn524yhm68nx42pp9xq8z-image
error: Build failed due to failed dependency
20:34:06
@matthewcroughan:defenestrate.itmatthewcroughanHah wow20:35:03
@matthewcroughan:defenestrate.itmatthewcroughanARCH_ESWIN is unset, that's why20:35:08
@matthewcroughan:defenestrate.itmatthewcroughanThe things we take for granted eh20:35:16

Show newer messages


Back to Room ListRoom Version: 6