Search Criteria
Package Details: abuild 3.7.0-1
Git Clone URL: | https://aur.archlinux.org/abuild.git (read-only, click to copy) |
---|---|
Package Base: | abuild |
Description: | Script to build Alpine Packages |
Upstream URL: | https://git.alpinelinux.org/cgit/abuild/ |
Licenses: | GPL2 |
Submitter: | clarfonthey |
Maintainer: | eatmyvenom |
Last Packager: | eatmyvenom |
Votes: | 2 |
Popularity: | 0.006977 |
First Submitted: | 2019-10-10 23:35 (UTC) |
Last Updated: | 2021-01-18 00:36 (UTC) |
Dependencies (15)
- apk-tools
- attr (attr-git)
- bubblewrap (bubblewrap-git, bubblewrap-suid)
- busybox (busybox-norootreboot, busybox-custom-git, busybox-git)
- curl (curl-minimal-git, curl-git)
- gettext (gettext-git)
- git (git-git, git-vfs, git-run-command-patch-git)
- glibc (glibc-git, glibc-force-mmap, lib32-glibc-force-mmap, glibc-minimal-git, glibc-linux4, glibc-widevine)
- lzip (plzip-lzip-link)
- openssl (libressl-git, openssl-static, openssl-hardened, quictls-openssl, openssl-git)
- pax-utils
- pkgconf (pkgconf-git)
- tar (tar-libarchive, tar-git, tar-parallel)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git) (make)
Latest Comments
msrd0 commented on 2021-11-01 14:53 (UTC) (edited on 2021-11-01 14:53 (UTC) by msrd0)
I just noticed you depend on apk-tools which does not seem to be the same package in the AUR as it is for Alpine. You might want to use alpine-apk-tools instead, which does provide the apk executable.
Also, with your approach of
/usr/bin/busybox ash -e
I get an error messageash -e: applet not found
. Instead if I use this sed expression it works:eatmyvenom commented on 2021-01-18 00:38 (UTC)
I believe I have fixed the error you referenced. Dash is no longer used. However I was unable to build a package with this, I am not entirely familiar with the process however.
msrd0 commented on 2020-12-19 21:20 (UTC) (edited on 2020-12-19 21:21 (UTC) by msrd0)
I just got the same error as @azmeuk. I fixed it by installed
busybox
and editing the shebang in/usr/bin/abuild
fromto
Since ash is the default shell for AlpineLinux, this should do the trick for all packages.
azmeuk commented on 2020-12-14 08:33 (UTC)
I get this error every time I use abuild. The package is unusable at the moment.