!UNVBThoJtlIiVwiDjU:nixos.org

Staging

318 Members
Staging merges | Find currently open staging-next PRs: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+sort%3Aupdated-desc+head%3Astaging-next+head%3Astaging-next-21.05+is%3Aopen109 Servers

Load older messages


SenderMessageTime
23 Sep 2025
@hexa:lossy.networkhexa25.05 is until EOY16:29:09
@hexa:lossy.networkhexaso slightly more than 3 months 😄 16:29:17
@aloisw:julia0815.dealoisw Right, the releases are usually at the end of the month. Maybe I'll move patches after cargoDeps in the next manual backport then, this way the following ones shouldn't conflict due to the line being out of context. 16:30:47
@vcunat:matrix.orgVladimír Čunáti.e. 25.05 is just past its half-life.16:30:57
@grimmauld:grapevine.grimmauld.deGrimmauld (any/all)well, we didn't get another 24.11 staging cycle after 25.05 released, sooo the effective maintenance it gets might be less16:31:04
@hexa:lossy.networkhexayeah, staging cycle scheduling for three target branches is a mess16:32:25
@aloisw:julia0815.dealoisw It does not matter for Lix backports though. 16:32:38
@vcunat:matrix.orgVladimír ČunátThe first missing merge is from May 1816:32:41
@vcunat:matrix.orgVladimír ČunátAnd the promised maintenance was until end of June?16:33:06
@vcunat:matrix.orgVladimír ČunátNot great, I guess.16:33:13
@vcunat:matrix.orgVladimír Čunát* The first missing merge is from May 18 (4a88dfe5c87)16:33:45
@aloisw:julia0815.dealoisw The aarch64-linux builder seems to be down, so x86_64-linux testing only for now. Should be enough though. 16:34:22
@vcunat:matrix.orgVladimír ČunátMost security fixes aren't huge rebuilds, fortunately.16:34:22
@hexa:lossy.networkhexathe community builder? wfm16:34:39
@aloisw:julia0815.dealoisw No, the Lix builder. 16:34:47
@hexa:lossy.networkhexaah16:34:54
@aloisw:julia0815.dealoisw I do not have access to the community builder. 16:34:55
@hexa:lossy.networkhexahttps://nix-community.org/community-builders/16:35:25
@hexa:lossy.networkhexajust have to ask16:35:38
@aloisw:julia0815.dealoisw Well I don't expect Darwin-specific breakage from that PR, so it doesn't really matter. 16:39:36
@lt1379:matrix.orgLunTwo more CMake 4 fixes https://github.com/NixOS/nixpkgs/pull/44557917:03:51
@aloisw:julia0815.dealoisw 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:julia0815.dealoisw nghttp3: https://github.com/NixOS/nixpkgs/pull/445602 18:07:46
@aloisw:julia0815.dealoisw Ah wait ngtcp2 has the same shit. 18:08:12
@aloisw:julia0815.dealoisw
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:julia0815.dealoisw 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:julia0815.dealoisw Worked around by disabling the examples too. Static curl builds now. 18:21:55
@aloisw:julia0815.dealoisw
/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:julia0815.dealoisw

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:julia0815.dealoisw 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

Show newer messages


Back to Room ListRoom Version: 6