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: 590
Popularity: 1.76
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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 28 Next › Last »

mistachie777 commented on 2016-03-12 19:35 (UTC)

If you are a receiving an error about /share already being in the file system, I was able to fix this by add this flag to the ./configure line in the PKGBUILD: --with-pkg-config-libdir=/usr/share For some reason this seems to be necessary even though --prefix=/usr is already specified in the PKGBUILD.

Bobyl commented on 2016-03-11 10:15 (UTC)

On a fresh install, installation fails due to files already in the filesystem (and owned by ncurses 6).

eefret commented on 2016-02-25 20:50 (UTC) (edited on 2016-02-25 20:59 (UTC) by eefret)

I made as the comment below but the correct key is: gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB After that it worked

yan12125 commented on 2016-02-24 18:05 (UTC)

I've adapted @thestinger's idea and made more changes. libtinfo.so.5 should point to libncurses.so.5 but not libncurses.so.6. Here's the modified PKGBUILD: # Maintainer: Alexej Magura <sickhadas.nix*gmail*> # # pkgname=libtinfo-5 pkgver=5 pkgrel=10 pkgdesc="symlink to ncurses for use in cuda and other packages (legacy)" arch=('any') url="http://www.gnu.org/software/ncurses/" license=('unknown') depends=('ncurses5-compat-libs') package() { install -Dm755 -d "$pkgdir"/usr/lib ln -s /usr/lib/libncurses.so.$pkgver -T "$pkgdir"/usr/lib/libtinfo.so.$pkgver }

alfalco commented on 2016-02-23 16:35 (UTC)

For the ones with PGP error, run the following procedure: pacman-key --init pacman-key --populate archlinux dirmngr < /dev/null pacman-key --refresh-keys And, add key: gpg --keyserver pgp.mit.edu --recv-keys 702353E0F7E48EDB gpg --lsign 702353E0F7E48EDB After this, package build without error. Tested on fresh Arch Linux install.

d1am0nd commented on 2016-02-17 06:42 (UTC)

I keep getting this error: checking for gpm.h... yes checking for Gpm_Open in -lgpm... no configure: error: Cannot link with GPM library I have the package gpm installed. Any Idea what's the problem?

Leind commented on 2016-01-29 17:17 (UTC)

For the ones with PGP error, run the following: > sudo pacman-key --refresh-keys > gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB

tsester commented on 2016-01-15 20:19 (UTC) (edited on 2016-01-15 20:19 (UTC) by tsester)

cypher_zero: read PKGBUILD: "# Before you complain about unverifiable signature, please read Allan's post: # http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/ # TLDR: gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB " maybe this will help

cypher_zero commented on 2016-01-15 00:33 (UTC)

Getting a PGP key error when trying to install: Verifying source file signatures with gpg... ncurses-6.0.tar.gz ... FAILED (unknown public key 702353E0F7E48EDB)