Search Criteria
Package Details: paru-static 2.0.3-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/paru-static.git (read-only, click to copy) |
---|---|
Package Base: | paru-static |
Description: | Feature packed AUR helper |
Upstream URL: | https://github.com/morganamilo/paru |
Licenses: | GPL-3.0-or-later |
Submitter: | phoepsilonix |
Maintainer: | phoepsilonix |
Last Packager: | phoepsilonix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-12-27 03:11 (UTC) |
Last Updated: | 2024-06-20 11:19 (UTC) |
Dependencies (11)
- git (git-gitAUR, git-glAUR)
- pacman (pacman-gitAUR, pacman-stable-fancy-progressAUR)
- paruAUR (paru-gitAUR, paru-binAUR)
- binutils (make)
- kernel-headers-musl (make)
- lld (llvm-rocm-gitAUR, llvm-gitAUR) (make)
- meson (meson-gitAUR) (make)
- musl (musl-gitAUR) (make)
- rustup (rustup-gitAUR) (make)
- bat (bat-cat-gitAUR) (optional) – colored pkgbuild printing
- devtools (devtools32-gitAUR, devtools-gitAUR, devtools-doasAUR) (optional) – build in chroot and downloading pkgbuilds
Latest Comments
phoepsilonix commented on 2024-06-20 08:30 (UTC) (edited on 2024-06-24 05:07 (UTC) by phoepsilonix)
@LukeShortCloud
In order for you to build this package you will need to have all of the following packages installed.
makedepends=('rustup' 'musl' 'meson' 'kernel-headers-musl' 'lld' 'binutils')
depends=('git' 'pacman' 'paru')
please install lld etc.
or
If you still can't build it, please provide the following information.
LukeShortCloud commented on 2024-06-04 01:46 (UTC)
Thanks @phoepsilonix ! The build gets a little further for me now.
I now get the error
/home/user/.cache/yay/paru-static/PKGBUILD: line 47: rustup: command not found
because the dependency is not installed yet. It looks like that line of code should go in theprepare()
and/orbuild()
function.After installing
rustup
and running the build again, I get the following error during theCompiling paru
step:error: couldn't extract file stem from specified linker
.phoepsilonix commented on 2024-05-20 10:37 (UTC) (edited on 2024-05-20 14:52 (UTC) by phoepsilonix)
@LukeShortCloud
Enabled git features by default.
LukeShortCloud commented on 2024-05-10 07:23 (UTC)
This package fails to build for me. Here is a snippet of the error.