I'm having trouble importing the signing keys. They don't seem to exist.
$ gpg --keyserver pgp.mit.edu --recv-keys 702353E0F7E48EDB
gpg: keyserver receive failed: No data
$ gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB
gpg: keyserver receive failed: No data
Searching for the keys on https://pgp.mit.edu/ or https://sks-keyservers.net/i/ yields no results.
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: | https://invisible-island.net/ncurses/ncurses.html |
Licenses: | MIT |
Conflicts: | libtinfo5 |
Provides: | libtinfo5 |
Submitter: | Barthalion |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 590 |
Popularity: | 1.76 |
First Submitted: | 2015-09-18 21:03 (UTC) |
Last Updated: | 2025-01-16 16:10 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- sh (dashbinshAUR, zshbinshAUR, bash-devel-gitAUR, bash-gitAUR, bash)
Required by (110)
- adom
- agbplay-git
- 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-27 (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)
- android-studio-dummy (optional)
- android-studio-for-platform (optional)
- android-studio-system (optional)
- aosp-devel
- c0
- c0-bin
- ccstheia
- ccstudio
- checkra1n-gui
- computecpp
- couchbase4-server-community
- cowdancer
- cubrid
- cydia-impactor
- fbc-git (make)
- fdr (requires libtinfo5)
- frozendepths
- ftop
- futhark-bin
- galfit
- genode-toolchain-bin
- ghc7.10-bin
- ghc7.4-bin
- ghc7.6-bin
- ghc7.8-bin
- ghc8.0-bin
- ghc8.2-bin
- ghc8.4-bin
- ghc8.6-bin
- ghc8.8-bin
- ghcup-hs-bin (optional)
- ghcup-hs-static-git (optional)
- hamler-bin
- hpltt
- infer-bin
- kotlin-native
- kotlin-native-git
- lexmark-08z
- libdecsync (make)
- linpac-git
- llvm-rc-bin
- local-by-flywheel-bin
- mangband
- matterhorn-bin
- maxx-desktop
- maya
- megacli
- modustoolbox-machine-learning-pack
- mun-bin
- nodejs-elm (optional)
- nodejs-spago
- omega
- orca-c-git
- pact
- passmark-performancetest-bin
- pem-heart-signature
- petalinux
- poplog
- poplog-git
- prospector
- purescript-bin
- quartus-free-quartus
- quartus-free-questa
- rpcs3-bin
- savage2
- saw-script
- scilab-bin
- simplicitystudio5-bin
- stack-static (optional)
- stata
- stm32cubeide
- sunloginclient-cli
- swift-bin-development
- taskell-bin
- tnt-bio
- tnt-extra
- tnt-gui
- tnt-mpi
- truestudio
- txm-bin
- vitis
- vivado
- vmware-workstation11
- vmware-workstation12
- vmware-workstation14
- wake-git
- xilinx-ise
- xplor-nih
- yt-bin
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 28 Next › Last »
RunasSudo commented on 2016-04-20 09:18 (UTC)
jplatte commented on 2016-04-19 12:42 (UTC)
Yeah, everyone who has this problem should check https://aur.archlinux.org/packages/ncurses5-compat-libs
pepper_chico commented on 2016-04-18 16:12 (UTC)
Ah ok, I've followed the comments, the following indeed worked:
> sudo pacman-key --refresh-keys
> gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB
pepper_chico commented on 2016-04-18 16:07 (UTC)
I'm getting this on install:
==> Continue building ncurses5-compat-libs ? [Y/n]
==> ----------------------------------------------
==> y
==> Building and installing package
==> Making package: ncurses5-compat-libs 6.0-3 (Mon Apr 18 13:05:32 BRT 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading ncurses-6.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3058k 100 3058k 0 0 182k 0 0:00:16 0:00:16 --:--:-- 221k
-> Downloading ncurses-6.0.tar.gz.asc...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 267 100 267 0 0 233 0 0:00:01 0:00:01 --:--:-- 233
==> Validating source files with md5sums...
ncurses-6.0.tar.gz ... Passed
ncurses-6.0.tar.gz.asc ... Skipped
==> Verifying source file signatures with gpg...
ncurses-6.0.tar.gz ... FAILED (unknown public key 702353E0F7E48EDB)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build ncurses5-compat-libs.
==> Restart building ncurses5-compat-libs ? [y/N]
pepper_chico commented on 2016-04-18 16:06 (UTC)
Actually, it's ncurses5-compat-libs that's failing:
==> Continue building ncurses5-compat-libs ? [Y/n]
==> ----------------------------------------------
==> y
==> Building and installing package
==> Making package: ncurses5-compat-libs 6.0-3 (Mon Apr 18 13:05:32 BRT 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading ncurses-6.0.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3058k 100 3058k 0 0 182k 0 0:00:16 0:00:16 --:--:-- 221k
-> Downloading ncurses-6.0.tar.gz.asc...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 267 100 267 0 0 233 0 0:00:01 0:00:01 --:--:-- 233
==> Validating source files with md5sums...
ncurses-6.0.tar.gz ... Passed
ncurses-6.0.tar.gz.asc ... Skipped
==> Verifying source file signatures with gpg...
ncurses-6.0.tar.gz ... FAILED (unknown public key 702353E0F7E48EDB)
==> ERROR: One or more PGP signatures could not be verified!
==> ERROR: Makepkg was unable to build ncurses5-compat-libs.
==> Restart building ncurses5-compat-libs ? [y/N]
pepper_chico commented on 2016-04-18 16:01 (UTC)
This is failing installation now because of checksum errors.
tsh commented on 2016-04-01 12:35 (UTC)
The package fails to build with gcc-5.3.0 (coming from package gcc-5.3.0-5). I get the following error:
ccache gcc -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -DNDEBUG -O2 --param max-inline-insns-single=1200 -fPIC -c ../ncurses/lib_gen.c -o ../obj_s/lib_gen.o
_5161.c:1372:22: error: expected ‘)’ before ‘int’
Makefile:1027: recipe for target '../obj_s/lib_gen.o' failed
make[1]: *** [../obj_s/lib_gen.o] Error 1
make[1]: Leaving directory '/tmp/ncurses-6.0/ncurses'
Makefile:113: recipe for target 'all' failed
make: *** [all] Error 2
I had clang installed and I was able to build the package by editing the configure line in PKGBUILD to have `CC=clang' option.
Barthalion commented on 2016-03-13 18:57 (UTC)
I actually disabled installation of pkgconfig files. The package is supposed to provide just the libraries anyway.
Barthalion commented on 2016-03-13 18:52 (UTC)
Added to PKGBUILD, although I never encountered this issue.
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]