| 11 Apr 2024 |
| pxc joined the room. | 19:34:59 |
| 12 Apr 2024 |
| @yuka:yuka.dev changed their profile picture. | 08:07:48 |
| 13 Apr 2024 |
jopejoe1 (4094@epvpn) | Firefox dev and beta update https://github.com/NixOS/nixpkgs/pull/303159 | 18:42:31 |
| 16 Apr 2024 |
hexa | mozilla for some reason dropped 125.0 entirely | 20:13:45 |
hexa | https://groups.google.com/a/mozilla.org/g/announce/c/b-53zsUB62Y | 21:31:44 |
hexa |
Note that due to a high-severity quality issue discovered shortly before release, the 125.0 release was skipped.
| 21:31:56 |
@adam:robins.wtf | That seems uncomfortably vague | 21:38:22 |
| 17 Apr 2024 |
l0b0 | In reply to @hexa:lossy.network
Note that due to a high-severity quality issue discovered shortly before release, the 125.0 release was skipped.
I assume there's going to be an announcement with more detail eventually… | 01:12:27 |
vcunat | Perhaps the issue was exploitable in some way. | 04:25:35 |
hexa | apparently there was a macos issue where sync data would be wiped | 07:01:09 |
vcunat | FF blocking 23.11 channel due to producing too much build logs:
https://hydra.nixos.org/build/256471785 | 07:11:11 |
vcunat | It's an older issue on 23.11, only it was in pre-release until now. | 07:11:58 |
hexa | hm? | 07:12:24 |
vcunat | (beta, devedition) | 07:12:27 |
vcunat | https://hydra.nixos.org/job/nixos/release-23.11/nixpkgs.firefoxPackages.firefox-beta.x86_64-linux | 07:12:48 |
hexa | meh. | 07:12:58 |
hexa |
warning: /build/firefox-125.0/mozglue/build/dummy.cpp: Inconsistent number of counts in _Z6_dummyv: the profile may be stale or there is a function name collision. [-Wbackend-plugin]
| 07:14:09 |
hexa | I see these a lot | 07:14:15 |
hexa |
-Wbackend-plugin
| 07:14:37 |
vcunat | -Wno-backend-plugin then? | 07:14:38 |
hexa | apparently | 07:14:43 |
vcunat | Unless it hints at some real issue. | 07:14:55 |
hexa |
You may see warnings about a mismatched profile in the build output. These are generally harmless. To silence them, you can add -DCMAKE_C_FLAGS='-Wno-backend-plugin' -DCMAKE_CXX_FLAGS='-Wno-backend-plugin' to your CMake invocation.
| 07:15:29 |
hexa | https://releases.llvm.org/16.0.0/docs/HowToBuildWithPGO.html | 07:15:31 |
vcunat | Sounds good enough to me. | 07:17:09 |
vcunat | It makes me wonder why they print it by default, but whatever. | 07:17:28 |
hexa | and why we don't see it on master | 07:18:06 |
vcunat | Could there be different versions of llvm? | 07:18:55 |
hexa | 17.0.6 vs 16.0.6 | 07:19:31 |
vcunat | I think I see 17.0.6 in both cases. | 07:20:40 |