!UNVBThoJtlIiVwiDjU:nixos.org

Staging

345 Members
Staging merges | Running staging cycles: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Astaging-next+head%3Astaging-next-25.11 | Review Reports: https://malob.github.io/nix-review-tools-reports/114 Servers

Load older messages


SenderMessageTime
21 Jan 2026
@yuka:yuka.devYureka (she/her)or was that failure only at runtime?17:19:38
@hexa:lossy.networkhexa * onnxruntime will regress firefox fwiw šŸ˜„ 17:21:35
@hexa:lossy.networkhexathe python one happens on import, so yeah at runtime17:21:59
@hexa:lossy.networkhexa

Check whether the following modules can be imported: onnxruntime
ImportError: /nix/store/n1xc96lcmwg4dwdh9akx3yycsp153rij-python3.13-onnxruntime-1.23.2/lib/python3.13/site-packages/onnxruntime/capi/onnxruntime_pybind11_state.so: cannot enable executable stack as shared object requires: Invalid argument

17:22:13
@robert:funklause.dedotlambdahttps://github.com/NixOS/nixpkgs/pull/48236318:01:52
@glepage:matrix.orgGaƩtan Lepage Weird, it works fine on master... Could it be a pybind11 change causing this build failure? 21:32:28
@leona:leona.isleonait's the glibc change21:33:16
@leona:leona.isleona

dlopen and dlmopen no longer make the stack executable if a shared library requires it, either implicitly because of a missing GNU_STACK ELF header (and default ABI permission having the executable bit set) or explicitly because of the executable bit in GNU_STACK, and the stack is not already executable. Instead, loading such objects will fail.

21:34:01
@glepage:matrix.orgGaƩtan LepageOh right. So the "proper fix" that was supposedly integrated in 1.23.1, is not really enough? Should we add these flags back then?21:38:49
@leona:leona.isleonaApparently or it's something in the pybind foo in the python library, I think nobody here knows21:39:26
@glepage:matrix.orgGaƩtan Lepage Reverting https://github.com/NixOS/nixpkgs/pull/479191 fixes python3Packages.onnxruntime. 21:45:48
@glepage:matrix.orgGaƩtan Lepage Setting env.NIX_LDFLAGS = "-z,noexecstack"; in the python derivation doesn't seem to be necessary. 21:48:40
@hexa:lossy.networkhexawell, those are linker flags21:48:59
@hexa:lossy.networkhexathey are applied when the library gets linked21:49:18
@hexa:lossy.networkhexa* they are applied when the library gets linked together from its individual objects21:49:31
@mdaniels5757:matrix.orgmdaniels5757I was asked if https://github.com/NixOS/nixpkgs/pull/482131 can target staging-next. 543 rebuilds on Linux, 8k on Darwin.21:54:33
@glepage:matrix.orgGaƩtan Lepage Opened https://github.com/NixOS/nixpkgs/pull/482435 21:55:10
@mdaniels5757:matrix.orgmdaniels5757* I was asked if https://github.com/NixOS/nixpkgs/pull/482131 can target staging-next. 543 rebuilds on Linux, 8k on Darwin. Thoughts?21:55:31
@fabianhjr:matrix.orgFabiƔn HerediaI would say no due to darwin, the current staging-next cycle is mostly only waiting on darwin and doesn't seem to have any urgent changes (eg, security or critical bug)21:56:53
@emilazy:matrix.orgemilywhy does less rebuild so much more on Darwin?22:31:03
@r-burns:matrix.orgr-burnsmaybe because of this? https://github.com/NixOS/nixpkgs/blob/7fd1c9c7b53ed52f49adb2034263397adc55da17/pkgs/os-specific/darwin/apple-source-releases/file_cmds/package.nix#L12222:45:19
22 Jan 2026
@emilazy:matrix.orgemilythat would do it00:05:09
@emilazy:matrix.orgemilywe could probably leave that late-bound00:05:24
@emilazy:matrix.orgemilyespecially since it looks like we'd currently be ignoring the user's preference?00:05:39
@emilazy:matrix.orgemily

in fact the current syntax looks pretty busted :)

if [ `basename $0` = "zless" ] ; then
	pager=${/nix/store/56f32dkj830jnh5r3bihqiys1cz6j4ag-less-679/bin/less}
else
	pager=${/nix/store/56f32dkj830jnh5r3bihqiys1cz6j4ag-less-679/bin/more}
fi
00:06:11
@emilazy:matrix.orgemilyPRs welcome to just drop that substitution00:06:22
@vcunat:matrix.orgVladimír ČunÔt No blockers for merging staging-next soon? 12:42:43
@k900:0upti.meK900Not that I know of13:03:48
@k900:0upti.meK900https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/14:04:56
@k900:0upti.meK900Looks like this one will explode14:05:20

Show newer messages


Back to Room ListRoom Version: 6