ERROR: Failure while downloading http://invisible-mirror.net/archives/ncurses/current/ncurses-6.0-20161224.tgz
Aborting...
Search Criteria
Package Details: ncurses5-compat-libs 6.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ncurses5-compat-libs.git (read-only, click to copy) |
---|---|
Package Base: | ncurses5-compat-libs |
Description: | System V Release 4.0 curses emulation library, ABI 5 |
Upstream URL: | http://invisible-island.net/ncurses/ncurses.html |
Licenses: | MIT |
Conflicts: | libtinfo5 |
Provides: | libtinfo5 |
Submitter: | Barthalion |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 590 |
Popularity: | 2.15 |
First Submitted: | 2015-09-18 21:03 (UTC) |
Last Updated: | 2024-07-16 20:06 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
Required by (116)
- adom
- agbplay
- android-devel
- android-emulator-canary
- android-ndk (optional)
- android-ndk-10e
- android-ndk-11c
- android-ndk-14b
- android-ndk-16b
- android-ndk-16b-opt
- android-ndk-25 (optional)
- android-ndk-26 (optional)
- android-ndk-beta (optional)
- android-ndk-r17c
- android-ndk-r18b
- android-sdk-build-tools-25
- android-sdk-build-tools-25.0.1
- android-sdk-build-tools-25.0.3
- android-studio (optional)
- android-studio-beta (optional)
- Show 96 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 27 Next › Last »
daltonfury42 commented on 2017-03-19 12:43 (UTC)
Barthalion commented on 2017-02-18 12:36 (UTC)
Stop reading silly forum and take a look at the only pinned comment. Is reading something that is actually relevant really that hard?
Looserof7 commented on 2017-02-18 10:20 (UTC)
gpg --keyserver pgp.mit.edu --recv-keys F7E48EDB
Execute this command if pgp key verification fails, I got this from Manjaro Forum
Looserof7 commented on 2017-02-18 10:16 (UTC)
Can you please fix this.
Verifying source file signatures with gpg...
ncurses-6.0-20161224.tgz ... FAILED (unknown public key 702353E0F7E48EDB)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build ncurses5-compat-libs
Barthalion commented on 2017-02-15 21:10 (UTC)
I can't. Donate me some aarch64 board or embrace the --ignorearch flag.
mgw commented on 2017-01-30 21:36 (UTC)
Could you add aarch64 to supported architectures? I can confirm that it works.
tixetsal commented on 2017-01-20 02:34 (UTC)
pgp.mit.edu was not accessible to the world for a while (DNS queries would fail), but it is back up now!
Executing "gpg --keyserver pgp.mit.edu --recv-keys 702353E0F7E48EDB" before trying to build the package resolved the issue for me once pgp.mit.edu became reachable on the internet again.
trisimix commented on 2017-01-12 04:27 (UTC)
yaourt --m-arg "--skippgpcheck" -S ncurses5-compat-libs
for SOME reason its not documented (I think the reasons are obvious)
taifunbrowser commented on 2016-12-19 17:28 (UTC) (edited on 2016-12-19 17:28 (UTC) by taifunbrowser)
pgp.mit.edu is currently unpingable, so the required public key cannot be imported. This package is apparently a prerequesite for building chromium-dev.
jseb commented on 2016-10-21 13:48 (UTC) (edited on 2016-10-21 13:50 (UTC) by jseb)
> To import the necessary key execute the following:
> gpg --recv-keys <KEYID - See 'validpgpkeys' variable in PKGBUILD>
To be exact, you need to add the server too.
So, with the key inside the PKGBUILD, it will be:
gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB
Pinned Comments
WoefulDerelict commented on 2016-05-23 19:35 (UTC) (edited on 2018-08-18 20:22 (UTC) by WoefulDerelict)
This PKGBUILD verifies the authenticity of the source via PGP signatures which are not part of the Arch Linux keyring. In order to complete the process it is necessary to import the key(s) from the ‘validpgpkeys’ array into the user’s keyring before calling makepkg. There is a helpful article explaining this process by one of Arch Linux's developers located here: http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/
Instructions on importing keys from a keyserver and how to automate the retrieval process can be found in the Arch Linux wiki here: https://wiki.archlinux.org/index.php/GnuPG#Use_a_keyserver This article also contains helpful information describing the installation of GnuPG, its configuration and usage.
Execute the following to import keys using gpg:
gpg --recv-keys <KEYID - See 'validpgpkeys' array in PKGBUILD>
The PGP signature check can be skipped by passing --skippgpcheck to makepkg.
Consult the makepkg manual page for a full list of options. [https://www.archlinux.org/pacman/makepkg.8.html]