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.24
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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 28 Next › Last »

alex.melnyk commented on 2016-05-18 07:07 (UTC)

==> Validating source files with md5sums... ncurses-6.0.tar.gz ... Passed ncurses-6.0.tar.gz.sig ... 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!

kikislater commented on 2016-05-17 20:10 (UTC)

Like jpetso say : import PGP key manually work for me : gpg --keyserver pgp.mit.edu --recv-keys F7E48EDB

rrt commented on 2016-05-17 15:03 (UTC)

ncurses-6.0.tar.gz ... FAILED (unknown public key 702353E0F7E48EDB) ==> ERROR: One or more PGP signatures could not be verified! The build failed.

rafmav commented on 2016-05-06 08:27 (UTC)

Thank you Barthalion ! I follow 4javier : and this is a part of the PKGBUILD: replace these lines: url='http://invisible-island.net/ncurses/ncurses.html' license=('MIT') depends=('glibc' 'gcc-libs' 'sh') source=(http://invisible-mirror.net/archives/ncurses/ncurses-${pkgver/_/-}.tar.gz{,.asc}) md5sums=('ee13d052e1ead260d7c28071f46eefb1' 'SKIP') validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey with these lines: url='http://ftp.gnu.org/gnu/ncurses/' license=('MIT') depends=('glibc' 'gcc-libs' 'sh') source=(http://ftp.gnu.org/gnu/ncurses/ncurses-${pkgver/_/-}.tar.gz) md5sums=('ee13d052e1ead260d7c28071f46eefb1') PLEASE !

WoefulDerelict commented on 2016-05-02 22:09 (UTC)

It is generally canonical when necessary to append a major version suffix not to include a hyphen. https://wiki.archlinux.org/index.php/Arch_packaging_standards As this is a link to ncurses it should probably carry the underlying ncurses MIT licence.

stanm commented on 2016-05-01 16:34 (UTC)

thanks to @jpetso works for me too

4javier commented on 2016-04-29 11:22 (UTC)

I second windy request: could you please use anonymous access on http://ftp.gnu.org/gnu/ncurses/ ? It should avoid pgp problems.

kprkpr commented on 2016-04-25 06:42 (UTC)

I have same build error as framstag

plmosqueda commented on 2016-04-23 12:52 (UTC)

thanks to @jpetso works for me too

framstag commented on 2016-04-23 07:38 (UTC)

I get a build error: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param max-inline-insns-single=1200 -fPIC -c ../ncurses/./base/lib_isendwin.c -o ../obj_s/lib_isendwin.o ccache gcc -DHAVE_CONFIG_H -I. -I../include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param max-inline-insns-single=1200 -fPIC -c ../ncurses/./base/lib_leaveok.c -o ../obj_s/lib_leaveok.o _14062.c:1372:22: Fehler: expected »)« before »int« Makefile:1027: die Regel für Ziel „../obj_s/lib_gen.o“ scheiterte make[1]: *** [../obj_s/lib_gen.o] Fehler 1 Current ArchLinux, x64, gcc (and ccache)