| 18 Sep 2025 |
emily | yeah probably what I'll do is run GCC 15 builds while the cycle runs | 10:31:56 |
emily | so that it's relatively ready for the next one | 10:32:05 |
ghpzin | https://github.com/ghpzin/nixpkgs/tree/mesa-gcc15 Same error on top of current master It only has: gcc15 default and 5 fixes to get to mesa building: ncompress, cpio, expect, yasm, woff2 Both mesa and mesa.override { stdenv = pkgs.gcc15Stdenv } seem to build fine on master | 10:32:26 |
K900 | Exciting | 10:32:42 |
emily | that's lovely | 10:33:01 |
emily | if only dram was in here to snipe | 10:33:09 |
K900 | @emily I've made it to haskell heck | 10:53:30 |
K900 | Well this is exciting | 10:57:49 |
K900 | webrtc-audio-processing broke by GCC 14.3 | 10:57:55 |
K900 | Might be https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/e9c78dc4712fa6362b0c839ad57b6b46dce1ba83 | 10:58:58 |
K900 | And now back to Haskell Heck(tm) | 10:59:14 |
K900 | Wait no we're on GCC 14.3 in master already | 11:01:50 |
K900 | The fuckst | 11:05:17 |
ghpzin | On staging ? | 11:09:35 |
K900 | Yes | 11:09:42 |
ghpzin | Probably need abseil-cpp patch: https://github.com/NixOS/nixpkgs/commit/031ff8bb14d139dcc8fdc1e3a2d435ad74a17078 | 11:10:34 |
ghpzin | Probably need abseil-cpp patch: https://github.com/ghpzin/nixpkgs/commit/031ff8bb14d139dcc8fdc1e3a2d435ad74a17078 | 11:10:51 |
K900 | I don't think it uses abseil? | 11:11:28 |
K900 | But idk | 11:11:30 |
K900 | Will look later | 11:11:37 |
ghpzin | Probably need abseil-cpp_202508 patch: https://github.com/ghpzin/nixpkgs/commit/031ff8bb14d139dcc8fdc1e3a2d435ad74a17078 | 11:14:08 |
ghpzin | Probably need abseil-cpp_202508 patch: https://github.com/ghpzin/nixpkgs/commit/031ff8bb14d139dcc8fdc1e3a2d435ad74a17078 https://gitlab.archlinux.org/archlinux/packaging/packages/webrtc-audio-processing/-/blob/main/0001-Fix-build-with-abseil-cpp-202508.patch?ref_type=heads | 11:16:21 |
ghpzin | Probably need abseil-cpp_202508 patch: https://github.com/ghpzin/nixpkgs/commit/031ff8bb14d139dcc8fdc1e3a2d435ad74a17078 https://gitlab.archlinux.org/archlinux/packaging/packages/webrtc-audio-processing/-/blob/main/0001-Fix-build-with-abseil-cpp-202508.patch | 11:17:01 |
Marie | I tried building webrtc-audio-processing with GCC 15 a few days ago because of my powerpc shenanigans and I got a linker error which mentioned abseil | 11:32:31 |
K900 | I did not get a linker error | 11:33:04 |
K900 | I got a compile error | 11:33:06 |
K900 | Which I'm going to look at after all the other builds are done | 11:33:15 |
Marie | interesting | 11:33:49 |
Grimmauld (any/all) | oh that webrtc thing, yeah i ran into that today too | 11:48:25 |
Alyssa Ross | There's an unmerged (last I checked) upstream MR doing some backports from google webrtc to fix it | 11:51:42 |