!pbdtvoHxUGLhcEvnlu:nixos.org

Exotic Nix Targets

325 Members
97 Servers

Load older messages


SenderMessageTime
1 May 2026
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ& * 16:15:11
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ&except it's fine in initrd16:15:33
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ&huh19:01:38
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ&i think the issue was that there was no /etc/machine-id and none could be created19:01:48
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ&this is Strange it “worked” before19:01:57
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ&in hindsight the logs do say “boot is not possible”19:05:27
@lotte:chir.rsLotte (it/its)/Cinny (she/her) θΔ&yet it ostensibly has been19:05:34
3 May 2026
@amy:catgirl.cloudAJ (they/them) changed their display name from A. (they/them) to AJ (they/them).18:04:31
8 May 2026
@jopejoe1:matrix.orgjopejoe1 changed their display name from jopejoe1 (4094@epvpn) to jopejoe1.08:45:53
12 May 2026
@stas:mainframe.lvStasI have finally got a good contact cleaner and blasted my G5's DDR2 slots. Seems to be stable now, resuming the long compile21:28:06
13 May 2026
@artemis:arty.chatartemiswhat contact cleaner did you use? my PCIe slots are not happy with me in my old machine, maybe i could use the same02:58:51
@stas:mainframe.lvStas1000005744.jpg
Download 1000005744.jpg
17:06:10
@stas:mainframe.lvStasThis stuff! Wurth Kontakt OL17:06:22
@stas:mainframe.lvStasThere is a very similar can Kontakt SW, which is not what you need. It is a rinse17:07:08
@jonhermansen:matrix.orgJon Hermansen joined the room.17:14:13
18 May 2026
@stas:mainframe.lvStas Puna, I have re-installed all my G5 as stock hdd was dying. I assume it is the code at https://github.com/OPNA2608/nixpkgs/tree/wip/ppc64-installer I should try compiling 06:23:36
@opna2608:matrix.orgPunayup13:57:39
19 May 2026
@matthewcroughan:defenestrate.itmatthewcroughanipp-usb-aarch64-linux> Running phase: installPhase ipp-usb-aarch64-linux> ronn --roff --manual=ipp-usb.8 ipp-usb.8.md ipp-usb-aarch64-linux> roff: ./ipp-usb.8 ipp-usb-aarch64-linux> install -s -D -t /nix/store/ji6sxybx7l1cy9knnw7pjd73lir4y7gz-ipp-usb-armv6l-unknown-linux-gnueabihf-0.9.33/sbin ipp-usb ipp-usb-aarch64-linux> install: cannot run 'strip': No such file or directory ipp-usb-aarch64-linux> make: *** [Makefile:21: install] Error 112:57:44
@matthewcroughan:defenestrate.itmatthewcroughan *
ipp-usb-aarch64-linux> Running phase: installPhase
ipp-usb-aarch64-linux> ronn --roff --manual=ipp-usb.8 ipp-usb.8.md
ipp-usb-aarch64-linux>      roff: ./ipp-usb.8                                
ipp-usb-aarch64-linux> install -s -D -t /nix/store/ji6sxybx7l1cy9knnw7pjd73lir4y7gz-ipp-usb-armv6l-unknown-linux-gnueabihf-0.9.33/sbin ipp-usb
ipp-usb-aarch64-linux> install: cannot run 'strip': No such file or directory
ipp-usb-aarch64-linux> make: *** [Makefile:21: install] Error 1
12:57:48
@matthewcroughan:defenestrate.itmatthewcroughanoh.. the makefile itself tries to strip12:59:35
@matthewcroughan:defenestrate.itmatthewcroughanhttps://github.com/OpenPrinting/ipp-usb/blob/master/Makefile#L2112:59:51
@matthewcroughan:defenestrate.itmatthewcroughanwhy would strip not be available?12:59:54
@opna2608:matrix.orgPuna $STRIP for the correct one under cross (which this seems to be) 13:02:00
@matthewcroughan:defenestrate.itmatthewcroughanHow do I patch it though?13:02:12
@matthewcroughan:defenestrate.itmatthewcroughan install itself is at fault here 13:02:22
@matthewcroughan:defenestrate.itmatthewcroughan how can I make install use the correct $STRIP? 13:02:29
@matthewcroughan:defenestrate.itmatthewcroughanApparently if I just patch out the strip, it should be fine13:05:24
@matthewcroughan:defenestrate.itmatthewcroughanas nix is already doing it13:05:26
@matthewcroughan:defenestrate.itmatthewcroughan ipp-usb-aarch64-linux> stripping (with command armv6l-unknown-linux-gnueabihf-strip and flags -S -p) in /nix/store/dm6mcckgwxmvi7js6miz1qk1sbca8a4i-ipp-usb-armv6l-unknown-linux-gnueabihf-0.9.33/lib /nix/store/dm6mcckgwxmvi7js6miz1qk1sbca8a4i-ipp-usb-armv6l-unknown-linux-gnueabihf-0.9.33/bin /nix/store/dm6mcckgwxmvi7js6miz1qk1sbca8a4i-ipp-usb-armv6l-unknown-linux-gnueabihf-0.9.33/sbin 13:05:27
@matthewcroughan:defenestrate.itmatthewcroughan
diff --git a/pkgs/by-name/ip/ipp-usb/package.nix b/pkgs/by-name/ip/ipp-usb/package.nix
index 19c0be1364f4..533061d1314d 100644
--- a/pkgs/by-name/ip/ipp-usb/package.nix
+++ b/pkgs/by-name/ip/ipp-usb/package.nix
@@ -23,7 +23,9 @@ buildGoModule (finalAttrs: {
     rm ipp-usb.8
     substituteInPlace Makefile \
       --replace-fail "install: all" "install: man" \
-      --replace-fail "/usr/" "/"
+      --replace-fail "/usr/" "/" \
+      # Nix already strips binaries in $out/sbin, this also fixes cross
+      --replace-fail "install -s" "install"
     substituteInPlace systemd-udev/ipp-usb.service --replace-fail "/sbin" "$out/bin"
     for i in paths.go ipp-usb.8.md; do
       substituteInPlace $i --replace-fail "/usr" "$out"
13:06:44

Show newer messages


Back to Room ListRoom Version: 6