



























I reverted makepkg.conf (minor adjustments), also provided enough disk space for temporary build (more than 3 GB!?). Still got the same error - I think I might open a ticket on codeberg.
Your makepkg.conf file might be at fault. Try reverting to the default one from Arch. If it fails then try adding !lto in the options=() array in PKGBUILD.
Thx, checksum is fixed.
Still got an error after compilation of the crates has finished. Excerpt:
error: linking with `cc` failed: exit status: 1
[...]
= note: /usr/bin/ld: warning: libicuuc.so.78, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/libspelling-1.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/libspelling-1.so: undefined reference to `uloc_getDisplayLanguage_78'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/15.2.1/../../../../lib/libspelling-1.so: undefined reference to `uloc_getDisplayName_78'
collect2: error: ld returned 1 exit status
[...]
error: could not compile `typesetter` (bin "typesetter") due to 1 previous error
[3/4] Merging translations for data/net.trowell.typesetter.metainfo.xml
FAILED: [code=101] src/typesetter
/usr/bin/env CARGO_HOME=/data/.cache/yay/typesetter/src/build/cargo-home /usr/bin/cargo build --manifest-path /data/.cache/yay/typesetter/src/source/Cargo.toml --target-dir /data/.cache/yay/typesetter/src/build/src --release && cp src/release/typesetter src/typesetter
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
Aborting...
-> error making: typesetter-exit status 4
-> Failed to install the following packages. Manual intervention is required:
typesetter - exit status 4
Try again please. The upstream seems to caused the change of checksums
Weird… I’ll trigger another build
==> Making package: typesetter 0.6.0-1 (2025-12-02T19:47:27 CET)
[...]
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
source ... FAILED
==> ERROR: One or more files did not pass the validity check!
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
Did you try !lto in options?