| 18 Dec 2025 |
hexa | because django 4.2.x is not getting the compat patches | 02:08:25 |
Ryan Burns | Fix for motif, following Alpine's approach of just using gnu17 standard https://github.com/NixOS/nixpkgs/pull/471861 | 02:17:42 |
Ryan Burns | Here is the complete Alpine roadmap for GCC 15, btw - might be useful. https://gitlab.alpinelinux.org/alpine/aports/-/work_items/17311 | 02:38:01 |
K900 | https://github.com/nodejs/node/blob/b1c01fc8b33c1f7c3d0f5927ef86ff89a9d65461/test/parallel/test-internal-util-construct-sab.js#L12-L14 | 04:05:02 |
K900 | I WONDER WHY THAT TEST IS FAILING ON I686 | 04:05:08 |
K900 | Assholes | 04:05:12 |
ghpzin | https://github.com/NixOS/nixpkgs/pull/446556 | 04:41:24 |
ghpzin | https://github.com/NixOS/nixpkgs/pull/446556 For orca-slicer:
make[2]: *** No rule to make target '/nix/store/c2mgkcywljbvgl08qa9ybvz4h8zj5md1-boost-1.86.0-dev/lib/libboost_system.so.1.86.0', needed by 'deps_src/hints
/hintsToPot'. Stop.
make[2]: *** Waiting for unfinished jobs....
...
make[1]: *** [CMakeFiles/Makefile2:1089: deps_src/hints/CMakeFiles/hintsToPot.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
| 06:05:05 |
K900 | Eyyy | 06:59:45 |
K900 | I was actually going to try and get rid of LLVM18 in my closure | 06:59:53 |
ghpzin | https://github.com/NixOS/nixpkgs/pull/446556 For orca-slicer:
make[2]: *** No rule to make target '/nix/store/c2mgkcywljbvgl08qa9ybvz4h8zj5md1-boost-1.86.0-dev/lib/libboost_system.so.1.86.0', needed by 'deps_src/hints
/hintsToPot'. Stop.
make[2]: *** Waiting for unfinished jobs....
...
make[1]: *** [CMakeFiles/Makefile2:1089: deps_src/hints/CMakeFiles/hintsToPot.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
--- Somehow it tries to find libboost_system.so.1.86.0 in boost186.dev:
source/build/deps_src/hints/CMakeFiles/hintsToPot.dir/build.make on staging-next:
deps_src/hints/hintsToPot: /nix/store/c2mgkcywljbvgl08qa9ybvz4h8zj5md1-boost-1.86.0-dev/lib/libboost_system.so.1.86.0
on master:
deps_src/hints/hintsToPot: /nix/store/jdp8bkn66mw22vr9whnmj5ilbbpncybg-boost-1.86.0/lib/libboost_system.so.1.86.0
| 07:01:11 |
ghpzin | https://github.com/NixOS/nixpkgs/pull/446556 For orca-slicer:
make[2]: *** No rule to make target '/nix/store/c2mgkcywljbvgl08qa9ybvz4h8zj5md1-boost-1.86.0-dev/lib/libboost_system.so.1.86.0', needed by 'deps_src/hints
/hintsToPot'. Stop.
make[2]: *** Waiting for unfinished jobs....
...
make[1]: *** [CMakeFiles/Makefile2:1089: deps_src/hints/CMakeFiles/hintsToPot.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
--- Somehow it tries to find libboost_system.so.1.86.0 in boost186.dev not boost186.out:
source/build/deps_src/hints/CMakeFiles/hintsToPot.dir/build.make on staging-next:
deps_src/hints/hintsToPot: /nix/store/c2mgkcywljbvgl08qa9ybvz4h8zj5md1-boost-1.86.0-dev/lib/libboost_system.so.1.86.0
on master:
deps_src/hints/hintsToPot: /nix/store/jdp8bkn66mw22vr9whnmj5ilbbpncybg-boost-1.86.0/lib/libboost_system.so.1.86.0
| 07:03:04 |
Grimmauld (any/all) |  Download image.png | 07:03:38 |
Grimmauld (any/all) | but boost should have that? | 07:03:45 |
Grimmauld (any/all) | ah wait dev | 07:03:54 |
Grimmauld (any/all) | HUH | 07:03:55 |
Grimmauld (any/all) | thats fun | 07:04:08 |
K900 | Did our boost fixups fuck up somehow | 07:14:47 |
K900 | Hmm we don't even have any boost fixups | 07:15:52 |
K900 | But all the other boost stuff works | 08:05:56 |
K900 | Why is it like this | 08:06:02 |
K900 | vaultwarden.webvault is somehow busted due to some Node stuff | 08:06:38 |
K900 | OK let's try the good old bump it and see if it is still broken | 08:10:00 |
K900 | Nope still broken just differently | 08:12:21 |
K900 | Any Node understanders around | 08:12:58 |
K900 | I've also fallen down the hole of fixing music software | 08:30:38 |
K900 | https://github.com/NixOS/nixpkgs/pull/471911 | 08:30:39 |
ghpzin | Now that django fix is merged, we got to double free in hydra with gcc15. Seems to be something related to libpqxx: https://github.com/jtv/libpqxx/issues/1015 Is it worth reporting "upstream" ? | 09:25:28 |
K900 | OK so my remaining holdouts are akkoma-admin-fe, which is desperately in need of an update, vaultwarden-webvault, which is wat, and orca-slicer, which is also wat | 09:33:14 |
K900 | Oh wait did we just bump default node | 09:35:29 |