Package Details: ncurses5-compat-libs 6.5-1

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: 591
Popularity: 2.38
First Submitted: 2015-09-18 21:03 (UTC)
Last Updated: 2025-01-16 16:10 (UTC)

Required by (110)

Sources (2)

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]

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 Next › Last »

petr.fischer commented on 2015-10-09 15:08 (UTC)

same as juliohm

juliohm commented on 2015-10-05 18:47 (UTC)

I am having the same issue with PGP signatures: 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. Someone has the time and expertise to solve this?

estan commented on 2015-10-03 09:42 (UTC)

Seems to be Thomas Dickey's key. You can import it with: gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB

simthadim commented on 2015-10-02 19:52 (UTC)

Tried to instal but I can't seem to verify the PGP signature. Not sure how to solve this (am new to the AUR).

fosskers commented on 2015-10-02 19:42 (UTC)

Who's PGP key is that? It's not registered, as far as I can tell.

malbeth commented on 2015-10-01 20:40 (UTC)

I had the exact same issue as Jack_CM and the only way I could get the build to create a package I could install was to add "$pkgdir"/lib/ to the rm -rf command in the package function since the /lib files are not even supposed to be there i nthe first place, according to listings from https://bbs.archlinux.org/viewtopic.php?pid=1565060#p1565060 I don't know why the build would include /lib for some users and not other but the quickest way to fix the issue if you encounter it is to edit the PKGBUILD, so I'm thinking maybe it should be updated to always remove this folder from $pkgdir all the time.

derSteFfi commented on 2015-09-30 08:42 (UTC)

for me, compilation fails with _27924.c:1372:22: Fehler: expected »)« before »int« with is due to some kind of incompatible change in gccs preprocessor parsing. for me this is fixed with CC="gcc- P" ./configure ... in PKGBUILD

jeffersonjbj commented on 2015-09-29 23:24 (UTC)

lordmetroid do gpg --keyserver pgp.mit.edu --recv-keys 702353E0F7E48EDB

Barthalion commented on 2015-09-28 21:05 (UTC)

https://wiki.archlinux.org/index.php/Makepkg#Signature_checking