| 23 Sep 2025 |
emily | could conditionalize on static and fix on staging | 19:12:55 |
| 24 Sep 2025 |
aloisw | Thanks for the suggestion, done: https://github.com/NixOS/nixpkgs/pull/445699 (actually it's conditional on musl, because that's what really matters). | 04:28:27 |
emily | what were you building that ran into this? | 16:31:02 |
emily | I just tried disabling i686-linux GHC and got 0 rebuilds from nixpkgs-review, even with allowUnfree. | 16:31:12 |
K900 | Uhhh idk | 16:31:25 |
K900 | I forgor | 16:31:27 |
K900 | Hold on let me eval | 16:31:37 |
Grimmauld (any/all) | last i checked ffmpeg i686 was failing | 17:09:33 |
Grimmauld (any/all) | something something dosbox something something bottles AAAAAAAAA | 17:09:44 |
K900 | ffmpeg i686 goes into pipewire goes into most things | 17:10:13 |
K900 | And it built for me | 17:10:16 |
Grimmauld (any/all) |  Download image.png | 17:18:13 |
Grimmauld (any/all) | we love cmake 4 | 17:18:14 |
nim65s | I can give it a shot tonight | 17:49:46 |
nim65s | (the things I'm updating rn are low impact leaf packages) | 17:50:51 |
Grimmauld (any/all) | laszip is fixed, you already have osg, and fltk has a PR cleaning it up (not yet fixing cmake, but i am confident that'll come too and then i'll merge that) | 17:58:27 |
Grimmauld (any/all) | one day i'll have to go throguh all freecad deps and make them not suck | 18:01:15 |
emily | did you figure this out? :) | 18:27:04 |
emily | I like to drop GHCs to relax after hard work. | 18:27:14 |
K900 | No, I can't find it now | 18:48:22 |
K900 | I don't know what the fuck that was | 18:48:25 |
emily | it seems like it's not anything in the release jobset at least. even with allowUnfree | 20:49:48 |
| 25 Sep 2025 |
Vladimír Čunát | When I look at nixpkgs-unstable, i686 ghc and pandoc are not in cache.nixos.org. | 05:04:50 |
Vladimír Čunát | $ nix-env -p /tmp/nix-profile -f. -qas -A pkgsi686Linux.ghc | cat
--- ghc-9.6.7
| 05:06:12 |
emily | I was thinking it might be via some non-free thing, but I guess if anything substantial required people to build GHC themselves we'd hear about it | 15:00:46 |
sterni | mysterious I was convinced that we build something that pulls in GHC on i686-linux | 17:28:26 |
sterni | Maybe it was flac? https://github.com/NixOS/nixpkgs/pull/437543 | 17:28:52 |
K900 | Could be | 17:29:41 |
emily | yeah, even without that PR it looks like it'd be harmless to drop on i686-linux | 18:35:53 |
emily | since we'd just get no man pages for something that is surely only being used as a component of stuff to host on an x86_64-linux system that can get its own flac manpages | 18:36:23 |