| 13 Apr 2025 |
niklaskorz | * | 17:33:33 |
Marie | I had that error on a netcup server some time ago, but I don't remember how I fixed it :/ | 17:34:03 |
niklaskorz | Ok so I'm not imagining things and they might indeed be blocking the netcup subnet? 🫠| 17:34:25 |
Marie | It might be a rate limit thing, I'm not sure | 17:34:44 |
| 14 Apr 2025 |
| @fxomt:tchncs.de left the room. | 00:59:49 |
ElvishJerricco | K900: This is like the 5th time I've explained the new libgbm / mesa thing and the incompatibility between 24.11 and unstable and the improved compatibility we'll have in 25.05 and onward: https://discourse.nixos.org/t/adding-mesa-from-nixpkgs-unstable-to-a-stable-flake-config/63025/2 | 06:46:35 |
ElvishJerricco | 5th time on discourse that is | 06:46:51 |
ElvishJerricco | I'm wondering if we need a good changelog and/or nixos manual entry about it | 06:47:02 |
K900 | Should I just write a release note for it or something? | 06:47:02 |
ElvishJerricco | also should hardware.graphics.package(32) still be hidden since the change? | 06:47:24 |
K900 | Technically no | 06:48:47 |
K900 | I was kinda hoping to go refactor that mess | 06:49:03 |
K900 | But I guess we can unhide it for now | 06:49:14 |
ElvishJerricco | Yea, I think a release note explaining what happened and what it means going forward, along with unhiding that option, would go a long way to explaining all of this to folks | 06:50:22 |
K900 | The packaging of Mesa graphics drivers has been significantly reworked, in particular:
applications linked against different Mesa versions than installed on the system should now work correctly going forward (however, applications linked against older Mesa, e.g. from older Nixpkgs releases, remain broken) the global Mesa version can now be managed without a mass rebuild by setting hardware.graphics.package packages that used to depend on Mesa for libgbm or libdri should use libgbm or dri-pkgconfig-stub as inputs, respectively | 07:51:49 |
K900 | Something like this? @ElvishJerricco | 07:51:56 |
ElvishJerricco | That seems pretty good yea | 07:52:50 |
ElvishJerricco |
(however, applications linked against older Mesa, e.g. from older Nixpkgs releases, remain broken)
Well, this might need a slight reword
| 07:53:34 |
ElvishJerricco | just to clarify that you mean "older than this new release" rather than "older than what the application is using" | 07:53:52 |