thunderbird failed to build from source in Fedora rawhide/f40 https://koji.fedoraproject.org/koji/taskinfo?taskID=112278913 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild Please fix thunderbird at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, thunderbird will be orphaned. Before branching of Fedora 41, thunderbird will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
Created attachment 2012062 [details] build.log file build.log too big, will only attach last 32768 bytes
Created attachment 2012063 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 2012064 [details] state.log
34:29.97 *** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins. 34:29.97 Event | Plugins 34:29.97 PLUGIN_FINISH_UNIT | annobin: Generate final annotations 34:29.97 PLUGIN_START_UNIT | annobin: Generate global annotations 34:29.97 PLUGIN_ALL_PASSES_START | annobin: Generate per-function annotations 34:29.97 PLUGIN_ALL_PASSES_END | annobin: Register per-function end symbols 34:29.97 during RTL pass: split1 34:29.97 In file included from /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/core/SkOpts.cpp:43: 34:29.97 /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h: In function ‘void neon::blit_mask_d32_a8(SkPMColor*, size_t, const SkAlpha*, size_t, SkColor, int, int)’: 34:29.97 /builddir/build/BUILD/thunderbird-115.7.0/gfx/skia/skia/src/opts/SkBlitMask_opts.h:234:1: internal compiler error: Segmentation fault Should be already fixed in rawhide, it was in Firefox too.
This bug appears to have been reported against 'rawhide' during the Fedora Linux 40 development cycle. Changing version to 40.
I think this was fixed for a while but 115.10.0 and above have not been built successfully for F40 and higher. This means that there are unresolved security issues present in the package.
I suspect a toolchain problem as earlier 115.9.0 built on F40 but on F41 it did not, but now 115.10.0 on F40 doesn't build either; likely something was pulled into F40 that earlier was only in F41. Smells much like Rust bindings generation, needs comparison of generated output, I'm at it.
*** Bug 2283128 has been marked as a duplicate of this bug. ***
The latest failure is not related at all to the above; https://koji.fedoraproject.org/koji/taskinfo?taskID=117721591 5:50.29 error[E0412]: cannot find type `SpliceableJSONWriter` in module `mozilla::baseprofiler` 5:50.29 --> tools/profiler/rust-api/src/gecko_bindings/glue.rs:18:46 5:50.29 | 5:50.29 18 | json_writer: &mut mozilla::baseprofiler::SpliceableJSONWriter, 5:50.29 | ^^^^^^^^^^^^^^^^^^^^ not found in `mozilla::baseprofiler` I'm out of guesses. The generated gecko-profiler bindings look completely different, and while the f39 one contains the mozilla::baseprofiler::SpliceableJSONWriter the failing f40 one does not, and most other things neither and is significantly shorter. I'll attach both, hopefully someone has some insights.
Created attachment 2035316 [details] f39 gecko-profiler bindings.rs
Created attachment 2035317 [details] f40 gecko-profiler bindings.rs
I rather should had said that the f40 one contains almost nothing.. don't know if related but in this case the outpaths were dynamically generated which for other bindings.rs they are not, i.e. da9c9926c1c0c1a9 vs 749516ab244dfe13 in mock/f39-candidate-x86_64/root/builddir/build/BUILD/thunderbird-115.10.1/objdir/x86_64-unknown-linux-gnu/release/build/gecko-profiler-da9c9926c1c0c1a9/out/gecko/bindings.rs mock/f40-candidate-x86_64/root/builddir/build/BUILD/thunderbird-115.10.1/objdir/x86_64-unknown-linux-gnu/release/build/gecko-profiler-749516ab244dfe13/out/gecko/bindings.rs
possible hints based on my work on FF 115 ESR - require clang17 as there is some incompatibility in clang18 in the generated bindings - use Rust 1.78 fix from https://github.com/mozilla/gecko-dev/commit/73676e66aa337387d8bb6992bb1c3e18f0b6b5c9 Please see https://src.fedoraproject.org/fork/sharkcz/rpms/firefox/commits/talos for details (or see icecat dist-git).
The Rust fix I had already applied https://src.fedoraproject.org/rpms/thunderbird/c/99a3c4470e57dd16c8c3297040e4c1029fabdbc6?branch=rawhide but requiring clang17 might indeed do, I'll try. Thanks!
Builds successfully completed. https://koji.fedoraproject.org/koji/taskinfo?taskID=118178689 https://koji.fedoraproject.org/koji/taskinfo?taskID=118178707