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

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 .. 8 9 10 11 12 13 14 15 16 17 18 .. 28 Next › Last »

phuongdutes commented on 2017-08-19 02:25 (UTC)

http://invisible-mirror.net/archives/ncurses/current/ncurses-6.0-20170527.tgz file have deleted from the mirror link?

kpbochenek commented on 2017-08-18 09:42 (UTC) (edited on 2017-08-18 09:43 (UTC) by kpbochenek)

" gpg --keyserver "http://pgp.mit.edu/" --recv-keys "702353E0F7E48EDB" gpg --lsign 702353E0F7E48EDB " NO longer works. " gpg: no valid OpenPGP data found. gpg: Total number processed: 0 " pgp.mit.edu no longer contains any information about key "702353E0F7E48EDB". Maybe it expired? Anyway workaround: - alias makepkg='makepkg --skippgpcheck - download PKGBUILD - makepkg - sudo pacman -U ncurses5-compat-libs-6.0+20170527-1-x86_64.pkg.tar.xz

linsinn commented on 2017-08-06 17:34 (UTC)

"checking for C compiler default output... configure: error: C compiler cannot create executables" This error occurred when installed ncurses5-compat-libs, any ideas?

eduardolucioac commented on 2017-08-02 17:57 (UTC)

About the problem... " ==> Verifying source file signatures with gpg... ncurses-6.0-20161224.tgz ... FAILED ==> ERROR: One or more PGP signatures could not be verified! " This works for me... " gpg --keyserver "http://pgp.mit.edu/" --recv-keys "702353E0F7E48EDB" gpg --lsign 702353E0F7E48EDB "

beroal commented on 2017-08-01 14:38 (UTC)

@andrew-wja: Read the end of the pinned comment carefully.

Barthalion commented on 2017-08-01 12:37 (UTC)

You can't get this package to build because you are incapable of reading the only pinned comment, which explains why it fails for you and how can you fix it.

andrew-wja commented on 2017-08-01 10:48 (UTC)

I can't get this package to build because the associated PGP key is not trusted by the Arch keychain. I ran pacman-key --recv-keys <KEYID>, which was successful, but the package still will not build. The only way I could get the package to install was to download the PKGBUILD and build and install the package manually with makepkg.

Xandaros commented on 2017-07-30 01:05 (UTC) (edited on 2017-07-30 01:05 (UTC) by Xandaros)

Seems to build fine on armv7h. Maybe add that to the arch array?

Musikolo commented on 2017-07-29 06:18 (UTC)

@agentcobra, you need to import WoefulDerelict's public key. You can learn how to do it, but reading the message pinned on top of this message. I hope it helps!