Package Details: rustowl-bin 0.4.0-2

Git Clone URL: https://aur.archlinux.org/rustowl-bin.git (read-only, click to copy)
Package Base: rustowl-bin
Description: Visualize Ownership and Lifetimes in Rust
Upstream URL: https://github.com/cordx56/rustowl
Keywords: lifetime ownership rust visualization
Licenses: MPL-2.0
Conflicts: rustowl, rustowl-git
Submitter: MuntasirSZN
Maintainer: MuntasirSZN (cordx56)
Last Packager: MuntasirSZN
Votes: 2
Popularity: 0.000617
First Submitted: 2025-04-30 15:30 (UTC)
Last Updated: 2026-06-01 04:48 (UTC)

Latest Comments

MuntasirSZN commented on 2026-06-01 05:21 (UTC)

Now it should work

sigurd4 commented on 2026-05-30 00:33 (UTC)

This patch seems to work for now.

23c23
<     install -Dm0755 -t "$pkgdir/usr/bin/" "rustowlc"
---
>     install -Dm0755 -t "$pkgdir/usr/bin/" "sysroot/1.95.0-x86_64-unknown-linux-gnu/bin/rustowlc"
32d31
< 

Derson5 commented on 2026-05-28 11:55 (UTC)

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':

MuntasirSZN commented on 2025-06-19 07:12 (UTC)

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.

main.go commented on 2025-06-18 14:25 (UTC) (edited on 2025-06-18 14:52 (UTC) by main.go)

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.

MuntasirSZN commented on 2025-06-14 08:28 (UTC)

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

mb720 commented on 2025-06-11 09:09 (UTC)

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)

MuntasirSZN commented on 2025-05-12 12:50 (UTC)

Thanks for pointing that!

ratata commented on 2025-05-10 08:19 (UTC)

you need to add rustup as a dependency