Package Details: zigup 2022.08.25.r3.g644f8aa-1

Git Clone URL: https://aur.archlinux.org/zigup.git (read-only, click to copy)
Package Base: zigup
Description: Download and manage Zig compilers
Upstream URL: https://github.com/marler8997/zigup
Licenses: custom:MIT-0
Submitter: grawlinson
Maintainer: grawlinson
Last Packager: grawlinson
Votes: 1
Popularity: 0.000379
First Submitted: 2023-01-29 03:52 (UTC)
Last Updated: 2023-01-29 03:52 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

donbex commented on 2023-03-04 23:03 (UTC)

This package compiles successfully for me, but when I try to use zigup I get an odd error:

$ zigup 0.9.1
install directory '/home/donbex/zig'
mkdir '/home/donbex/zig'
compiler '/home/donbex/zig/0.9.1' already installed
error: NotLink
???:?:?: 0x2658ba in ??? (???)
???:?:?: 0x23cf59 in ??? (???)
???:?:?: 0x23cf84 in ??? (???)
???:?:?: 0x23d5c4 in ??? (???)
???:?:?: 0x23e6cd in ??? (???)
???:?:?: 0x23f3e9 in ??? (???)
???:?:?: 0x243ef5 in ??? (???)
???:?:?: 0x244bc2 in ??? (???)

On the other hand, running the pre-built version from the zigup repository works:

$ zigup 0.9.1
install directory '/home/donbex/zig'
mkdir '/home/donbex/zig'
rm -rf '/home/donbex/zig/0.9.1.installing'
mkdir '/home/donbex/zig/0.9.1.installing'
downloading 'https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz' to '/home/donbex/zig/0.9.1.installing/zig-linux-x86_64-0.9.1.tar.xz'
[RUN] tar xf /home/donbex/zig/0.9.1.installing/zig-linux-x86_64-0.9.1.tar.xz -C /home/bexie/zig/0.9.1.installing
rm -rf '/home/donbex/zig/0.9.1.installing/zig-linux-x86_64-0.9.1.tar.xz'
mv '/home/donbex/zig/0.9.1.installing/zig-linux-x86_64-0.9.1' '/home/bexie/zig/0.9.1.installing/files'
mv '/home/donbex/zig/0.9.1.installing' '/home/bexie/zig/0.9.1'
ln -s '/home/donbex/zig/0.9.1/files/zig' '/home/bexie/bin/zig'

I'm not entirely sure what's going on here, but my guess would be that a dependency is missing from the package.