Search Criteria
Package Details: aarch64-linux-musl 1.2.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/aarch64-linux-musl.git (read-only, click to copy) |
---|---|
Package Base: | aarch64-linux-musl |
Description: | Lightweight implementation of C standard library |
Upstream URL: | https://musl.libc.org |
Licenses: | MIT |
Submitter: | asonix |
Maintainer: | aswild |
Last Packager: | aswild |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-08 18:15 (UTC) |
Last Updated: | 2024-10-27 15:58 (UTC) |
Latest Comments
aswild commented on 2024-10-27 16:00 (UTC)
@Huso112 that's an issue with your setup rather than this pkgbuild.
For convenience, I saved the key to the git repo here (like most of the main Arch pkgbuilds do now), so you can git pull and run this to import the key locally.
gpg --import keys/pgp/836489290BB6B70F99FFDA0556BCDB593020450F.asc
Huso112 commented on 2024-10-27 11:10 (UTC) (edited on 2024-10-27 11:10 (UTC) by Huso112)
There's a gpg error:
mtorromeo commented on 2021-01-22 15:56 (UTC)
aarch64-linux-gnu-gcc is a runtime dependency and should be moved from makedepends to depends.
aswild commented on 2020-09-03 04:24 (UTC)
The GPG issue is a general issue recently with the default keyservers in Arch, you can search the forums for "gpg keyserver general error". My current workaround is to put this in ~/.gnupg/gpg.conf:
keyserver pool.sks-keyservers.net
Good call on $pkgver - I copy/pasted the download link from the new musl website and it looks like I forgot to substitute in $pkgver, oops.
jahway603 commented on 2020-09-03 03:26 (UTC) (edited on 2020-09-03 03:35 (UTC) by jahway603)
Hi, I get the following regarding importing PGP keys when I try installing this package:
:: (1/1) Parsing SRCINFO: aarch64-linux-musl
:: PGP keys need importing: -> 836489290BB6B70F99FFDA0556BCDB593020450F, required by: aarch64-linux-musl ==> Import? [Y/n] Y :: Importing keys with gpg... gpg: keyserver receive failed: General error problem importing keys
After looking at PKGBUILD, I have never used "validpgpkeys", so I'm not sure how to fix it. Also I would recommend you change the hard coded version on line 14 to $pkgver for future releases. Thanks.
aswild commented on 2020-08-22 05:00 (UTC)
Hi @asonix, this package has been out of date for years, would you consider orphaning it or adding me as a maintainer?