| 23 Sep 2025 |
hexa | https://nix-community.org/community-builders/ | 16:35:25 |
hexa | just have to ask | 16:35:38 |
aloisw | Well I don't expect Darwin-specific breakage from that PR, so it doesn't really matter. | 16:39:36 |
Lun | Two more CMake 4 fixes https://github.com/NixOS/nixpkgs/pull/445579 | 17:03:51 |
aloisw | Confirmed builds and tests work on x86_64-linux. Static build fails due to unrelated issues (nghttp3 trying to build a dynamic library and some weird test failure in nlohmann-json). | 17:59:53 |
aloisw | nghttp3: https://github.com/NixOS/nixpkgs/pull/445602 | 18:07:46 |
aloisw | Ah wait ngtcp2 has the same shit. | 18:08:12 |
aloisw | ngtcp2-static-x86_64-unknown-linux-musl> /nix/store/yh6s1ihxlxcdb4ihxm7zvk9356jsl8nw-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: cannot find -lngtcp2_crypto_ossl: No such file or directory
ngtcp2-static-x86_64-unknown-linux-musl> /nix/store/yh6s1ihxlxcdb4ihxm7zvk9356jsl8nw-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: have you installed the static version of the ngtcp2_crypto_ossl library ?
ngtcp2-static-x86_64-unknown-linux-musl> /nix/store/yh6s1ihxlxcdb4ihxm7zvk9356jsl8nw-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: cannot find -lngtcp2: No such file or directory
ngtcp2-static-x86_64-unknown-linux-musl> /nix/store/yh6s1ihxlxcdb4ihxm7zvk9356jsl8nw-x86_64-unknown-linux-musl-binutils-2.44/bin/x86_64-unknown-linux-musl-ld: have you installed the static version of the ngtcp2 library ?
Yuck. | 18:11:06 |
aloisw | Oh great. CMake will just shove the name you pass into target_link_libraries into the linker when there is no target with that name. So it works with dynamic library where the target is also called ngtcp2_crypto_ossl, but fails on static where it's called ngtcp2_crypto_ossl_static. | 18:17:33 |
aloisw | Worked around by disabling the examples too. Static curl builds now. | 18:21:55 |
aloisw | /build/source/tests/src/unit-locale-cpp.cpp:134:
TEST CASE: locale-dependent test (LC_NUMERIC=de_DE)
check if locale is properly set
/build/source/tests/src/unit-locale-cpp.cpp:142: ERROR: CHECK( std::string(buffer.data()) == "12,34" ) is NOT correct!
values: CHECK( 12.34 == 12,34 )
Is this supposed to work on musl? | 18:33:44 |
aloisw |
LC_NUMERIC and LC_MONETARY also admit no variation by locale. Solving these problems requires a major overhaul, but the main missing prerequisite is involvement from users who want the functionality.
Seems like no, but I'm too tired to figure out how to disable that test in nlohmann_json. | 18:38:05 |
aloisw | Actually they have a patch upstream (https://github.com/nlohmann/json/pull/4770), but I assume it's too late to squeeze a nlohmann rebuild in? | 18:45:41 |
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 |