Package Details: lib32-ncurses5-compat-libs 6.5-2

Git Clone URL: https://aur.archlinux.org/lib32-ncurses5-compat-libs.git (read-only, click to copy)
Package Base: lib32-ncurses5-compat-libs
Description: System V Release 4.0 curses emulation library (32-bit), ABI 5
Upstream URL: https://invisible-island.net/ncurses/ncurses.html
Licenses: MIT
Submitter: lpapp
Maintainer: Corax
Last Packager: Corax
Votes: 112
Popularity: 0.27
First Submitted: 2015-09-22 11:38 (UTC)
Last Updated: 2025-05-17 13:23 (UTC)

Pinned Comments

Corax commented on 2019-06-10 18:11 (UTC)

Make sure you have the multilib-devel group installed before reporting issues while building the package. I will not add it as a makedepends because it is not a makedepends for lib32-ncurses5 either. See https://wiki.archlinux.org/index.php/Makepkg#Build_32-bit_packages_on_a_64-bit_system

Corax commented on 2016-08-19 23:33 (UTC) (edited on 2022-02-28 18:45 (UTC) by Corax)

If anyone is still having trouble getting used to PGP signing, make sure to add the key mentioned in the PKGBUILD:

$ gpg --keyserver keyserver.ubuntu.com --recv-keys 19882D92DDA4C400C22C0D56CC2AF4472167BE03

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

zephrax commented on 2016-08-22 19:38 (UTC)

If anyone is having problems when downloading the ncurses 6.0 sources (because the mirror is down). Try changing the PKGBUILD source line from: source=(ftp://invisible-island.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}) to: source=(http://invisible-mirror.net/archives/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc}) It's an official mirror and it worked for me.

Corax commented on 2016-08-19 23:33 (UTC) (edited on 2022-02-28 18:45 (UTC) by Corax)

If anyone is still having trouble getting used to PGP signing, make sure to add the key mentioned in the PKGBUILD:

$ gpg --keyserver keyserver.ubuntu.com --recv-keys 19882D92DDA4C400C22C0D56CC2AF4472167BE03

Corax commented on 2016-08-19 23:31 (UTC)

Yes this is precisely what I told you to do 4 comments ago...

binaryshadow commented on 2016-08-19 08:33 (UTC)

it has solved a problem $ gpg --recv-keys 702353E0F7E48EDB

Corax commented on 2016-08-18 22:46 (UTC) (edited on 2016-08-18 22:47 (UTC) by Corax)

I have no idea what point you are trying to make (if any). If your point is that invoking gpg is too complicated for you, then that's fine with me but to be honest I don't care. If your point is that there is something wrong with the PKGBUILD, then you should learn how signatures work in makepkg. Allan's blog post is a good start: http://allanmcrae.com/2015/01/two-pgp-keyrings-for-package-management-in-arch-linux/

binaryshadow commented on 2016-08-18 06:07 (UTC)

no, i delete .asc file and edit pkgbuild =)

Corax commented on 2016-08-17 21:25 (UTC)

Not sure what the problem is, did you try adding the key at all?... $ gpg --recv-keys 702353E0F7E48EDB

binaryshadow commented on 2016-08-17 10:57 (UTC)

Will need to correct ncurses-6.0.tar.gz.asc and signature

binaryshadow commented on 2016-08-17 10:15 (UTC) (edited on 2016-08-17 10:37 (UTC) by binaryshadow)

need add pgp key? ncurses-6.0.tar.gz... FAILURE (unknown open key 702353E0F7E48EDB) ==> ERROR: One or more PGP signatures can't be checked! ==> ERROR: Makepkg couldn't collect lib32-ncurses5-compat-libs.

Corax commented on 2016-08-04 21:06 (UTC)

@mky: indeed, this is consistent with the other ncurses packages. Hopefully by now people have got used to adding keys!