- Package:
- src:rust-wezterm-bidi
- Source:
- src:rust-wezterm-bidi
- Submitter:
- Helmut Grohne
- Date:
- 2026-09-06 20:59:02 UTC
- Severity:
- normal
- Tags:
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