| 12 Sep 2023 |
hexa | https://github.com/NixOS/nixpkgs/pull/254791 | 16:26:54 |
vcunat | I wonder if that's mainly for libwebp. | 16:28:12 |
vcunat | (no advisories yet?) | 16:28:23 |
hexa | they did pick that patch | 16:28:27 |
hexa | probably hidden due to embargo | 16:28:36 |
hexa | https://hg.mozilla.org/releases/mozilla-release/rev/e245ca2125a6eb1e2d08cc9e5824f15e1e67a566 | 16:28:47 |
vcunat | I mean, we build with --use-system-webp... | 16:30:25 |
vcunat | * I mean, we build with --with-system-webp... | 16:30:37 |
hexa | yeah, the source bumps are for good measure | 16:30:41 |
hexa | the security tag is about the -bin builds | 16:30:49 |
hexa | running tests on mainline/esr on aarch64-linux and x86_64-linux | 16:31:41 |
hexa | can merge in the next two hours | 16:31:49 |
vcunat | Ah right, we don't use system one in there, at least not directly. | 16:31:50 |
| @chrispickard:matrix.org removed their display name chrispickard. | 17:38:30 |
@aloisw:kde.org | In reply to @vcunat:matrix.org I wonder if that's mainly for libwebp. How bad is that one (replaceDependencies time?)? | 20:23:04 |
vcunat | In reply to @aloisw:kde.org How bad is that one (replaceDependencies time?)? The link from https://github.com/NixOS/nixpkgs/issues/254798 sounds relatively bad, but details are most likely not public yet. | 20:42:09 |
vcunat | Not bad enough for me to use replaceDependencies, though. | 20:42:33 |
| 13 Sep 2023 |
hexa | for some reason I can reproduce the too many open files issue on firefox-unwrapped.tests on staging-next right now | 09:03:48 |
vcunat | I expect that's still the same issue. | 10:06:09 |
hexa | yeah, I'm not saying anything on staging-next is different 🙂 | 10:07:07 |
Emily | can you check if the you can reproduce it on master/unstable now as well -- on the same machine? | 10:09:04 |
hexa | I could, but not anymore 🙂 | 10:10:33 |
hexa | I had been building other stuff alongside it | 10:10:46 |
hexa | I don't have an idea how that would impact qemu's fds however | 10:11:09 |
Emily | out of curiosity: what filesystem is that machine running? | 10:14:09 |
hexa | I think the machine where it was scheduled on runs on ZFS | 10:14:44 |
hexa | actually all my remote builders do 🤡 | 10:15:02 |
Emily | alright, ty | 10:17:27 |
ajs124 | something broke the thunderbird build on release-23.05:
0:13.72(B checking the wasm C++ compiler can find wasi headers... yes(B(B
0:13.81(B checking the wasm C++ linker can find wasi libraries... yes(B(B
0:13.81(B checking for dump_syms... /nix/store/vvzjvkppdwpdysy32xc4sdmycgf9vyl0-dump_syms-2.2.1/bin/dump_syms(B(B
0:13.96(B checking for getcontext... yes(B(B
0:13.96(B checking for nss >= 3.90... no(B(B
0:13.96(B ERROR: Requested 'nss >= 3.90' but version of NSS is 3.79.4(B(B
*** Fix above errors and then restart with "./mach build"
| 13:34:57 |
ajs124 | I think maybe f81059c16b16d9826ef7fd0ecc23bf3d0888f859? does that affect thunderbird? | 13:35:32 |