| 12 Sep 2023 |
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 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 |
ajs124 | ok, I just read some of that code as a refresher (I mostly forgot about buildMozillaMach) and now I'm quite sure that commit broke thunderbird | 13:38:33 |
vcunat | Yes, confusion about nss versions. | 13:45:21 |
hexa | sorry, I forgot to test thunderbird | 13:47:47 |
vcunat | shouldn't firefox-esr have the same issue? | 13:48:41 |
ajs124 | maybe. I'm testing that right now. | 13:48:57 |