





















I can't ugprade
==> Making package: rustowl-bin 0.4.0-1 (Thu 28 May 2026 13:46:56 CEST)
==> Retrieving sources...
-> Found rustowl-x86_64-unknown-linux-gnu.tar.gz
==> Validating source_x86_64 files with sha256sums...
rustowl-x86_64-unknown-linux-gnu.tar.gz ... Passed
==> Making package: rustowl-bin 0.4.0-1 (Thu 28 May 2026 13:46:57 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found rustowl-x86_64-unknown-linux-gnu.tar.gz
==> Validating source_x86_64 files with sha256sums...
rustowl-x86_64-unknown-linux-gnu.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Extracting rustowl-x86_64-unknown-linux-gnu.tar.gz with bsdtar
==> Sources are ready.
rustowl-bin-0.4.0-1: parsing pkg list...
==> Making package: rustowl-bin 0.4.0-1 (Thu 28 May 2026 13:47:00 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
install: cannot stat 'rustowlc': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
error: failed to build 'rustowl-bin-0.4.0-1':
Hi @main.go, yeah I misunderstood the Submission Guidlines completely. I added a commit in latest that solves this. I will rename the package and create a new one.
Why is zig listed as a dependency?
Using zigbuild just to use zig linker seems not nescessary
If zig is really required it shouldn't be locked to 0.13.0
Why is this package building anything with a -bin suffix in the name? As stated in the Submission Guidelines, the -bin suffix should be used when the package uses prebuilt deliverables.
I suggest renaming the package to rustowl and creating a separate rustowl-bin package that uses prebuilt rustowl binaries.
Its a deps issue in your side which I sadly cannot reproduce. Can you do a chroot build? paru has this kinds of functionality. @mb720
Installing using aura -A rustowl-bin currently fails with this error:
error: failed to commit transaction (conflicting files)
llvm19-libs: /usr/lib/libLLVM-19.so exists in filesystem (owned by llvm-libs)
llvm19-libs: /usr/lib/libLLVM.so.19.1 exists in filesystem (owned by llvm-libs)
clang19: /usr/lib/libclang-cpp.so.19.1 exists in filesystem (owned by clang)
clang19: /usr/lib/libclang.so.19.1 exists in filesystem (owned by clang)
Thanks for pointing that!
you need to add rustup as a dependency
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
This patch seems to work for now.