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: http://invisible-island.net/ncurses/ncurses.html
Licenses: MIT
Conflicts: libtinfo5
Provides: libtinfo5
Submitter: Barthalion
Maintainer: micwoj92
Last Packager: micwoj92
Votes: 590
Popularity: 2.11
First Submitted: 2015-09-18 21:03 (UTC)
Last Updated: 2024-07-16 20:06 (UTC)

Required by (116)

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 .. 18 19 20 21 22 23 24 25 26 27 Next › Last »

SMOG commented on 2015-11-19 16:20 (UTC)

I get an error on the gpg key: ==> 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. Anyone else having this issue?

aLostEngineer commented on 2015-11-17 02:24 (UTC)

You may need to add gpm as a build req? I needed to install the gpm package to get it to build. Or is GPM in base and thus inherently required?

tsester commented on 2015-11-15 22:06 (UTC)

yup, SORRY, fixed:)

tsester commented on 2015-11-15 21:52 (UTC)

let me try something, many installation files are missing because i migrated and probably excluded all *proc* *dev* ..

tsester commented on 2015-11-15 12:35 (UTC)

Hi, i'm getting: checking how to run the C preprocessor... /lib/cpp configure: error: C preprocessor "/lib/cpp" fails sanity check and in config.log there is: ./configure: line 2403: /lib/cpp: No such file or directory what would be the nice way to fix it?

Barthalion commented on 2015-11-08 09:48 (UTC)

Raansu, this is fine then – ncurses5-compat-libs provides only libraries needed by such programs or packages. Adding 'provides=("ncurses=$pkgver")' would create some confusion though and probably lead to broken systems.

Raansu commented on 2015-11-07 19:38 (UTC)

@Barthalion I was just hoping to get support for precompiled programs that required the version 5 over version 6. I probably could recompile them if that is a better option.

Barthalion commented on 2015-11-07 19:09 (UTC)

Not really. It provides different ABI and doesn't ship development headers. What is the use case of it?

Raansu commented on 2015-11-07 02:03 (UTC)

Maybe I'm wrong but shouldn't this also be edited so it 'provides' ncurses?

whike commented on 2015-11-05 08:34 (UTC)

Sorry for falsely flaggin the package