#1146901 rust-wezterm-bidi FTCBFS: dwz failure due to installing build arch objects

#1146901#5
Date:
2026-09-04 23:04:58 UTC
From:
To:
rust-wezterm-bidi fails to cross build from source. It fails running dwz
as it tries to process a build architecture executable. That executable
happens to be the code generator that should quite probably not have
ended up in the binary package in the first place. The generated code
needs to be included, but not its generator. After removing it from the
package, it cross builds successfully.

Helmut