Building in clean chroot with changes to address other issues (eg, software rendering). Profiling for PGO fails.
Exiting due to channel error.
Firefox exited with code -11 during profile initialization
Appears to be caused by ublock origin. Disabling prior to instrumented build allows profiling to succeed. Requires jq
in makedeps.
# temporarily disable ublock-origin, interferes with profiling
cp "lw/policies.json" "$srcdir/policies.json"
jq 'del(.policies.Extensions.Install)' "$srcdir/policies.json" > "lw/policies.json"
Then re-enable prior to optimized build:
# reenable ublock-origin
cp "$srcdir/policies.json" "lw/policies.json"
Pinned Comments
lsf commented on 2025-01-01 21:28 (UTC)
Please refrain from abusing the flagging of a package as out of date for build issues. This is not what it is supposed to be used for.
I automatically get notified of comments to this package. I do not need to be notified of whatever build problems occur (whether they are an individual's problems or the actual package's problems) twice, and not via flagging it out of date.
Issues with this package can also be reported at https://codeberg.org/librewolf/issues/issues (as it is also maintained there, at https://codeberg.org/librewolf/arch, too).