@yorickr: this is really weird, this very page lists ncurses-6.0-20170527.tgz for me... I don't think using another (close) version will cause you any major trouble though.
Search Criteria
Package Details: lib32-ncurses5-compat-libs 6.5-2
Package Actions
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.28 |
First Submitted: | 2015-09-22 11:38 (UTC) |
Last Updated: | 2025-05-17 13:23 (UTC) |
Dependencies (3)
Required by (6)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Corax commented on 2017-11-04 12:13 (UTC)
yorickr commented on 2017-11-03 16:46 (UTC)
The mirror used by lib32-ncurses (https://www.mirrorservice.org/sites/lynx.isc.org/ncurses/current/) appears to not have version 20170527 available. I'm getting errors trying to install this package (as the mirror used by this package also doesn't have that version available).
I've changed _pkgver locally to 6.0-20170603 which makes it install without issue but I'm uncertain if there are any major changes between these two versions.
Corax commented on 2017-11-02 19:23 (UTC)
@jmsq: I unflagged the package because I want to keep it in sync with lib32-ncurses, which is still on 6.0-20170527. Isn't the mirror link working for you?
Corax commented on 2017-08-07 21:02 (UTC)
@ibrokemypie @nathanchance Thanks for the heads-up. The other ncurses packages are no longer using the FTP server source. I've pulled in the latest changes from lib32-ncurses (6.0+20170527-1), including the new source URL.
nathanchance commented on 2017-08-07 17:30 (UTC)
It now appears the mirror is down, I had to revert back to the gnu.org address in order to get it to install.
ibrokemypie commented on 2017-08-07 07:39 (UTC)
needed the line source=(ftp://invisible-island.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
as the current source is down for me
theperfectpunk commented on 2017-03-26 17:28 (UTC)
For people still having the problem, you guys can also download the key from
https://sks-keyservers.net/pks/lookup?op=get&search=0x702353E0F7E48EDB
just copy the text starting from -----BEGIN PGP PUBLIC KEY BLOCK-----
and save it in a file, say 'key'
then import it using
gpg --import key
Corax commented on 2016-09-29 18:32 (UTC)
@krompus Ah yes good point, I have "keyserver pool.sks-keyservers.net" in my ~/.gnupg/gpg.conf so I didn't need to pass --keyserver explicitly. I'll modify the pinned comment, thanks :)
krompus commented on 2016-09-29 06:16 (UTC)
I just tried adding the keys as mentioned below, but I got "no keyserver available". Likely something to do with my ~/.gnupg/gpg/conf but oh well.
If you get the same thing, try this:
$ gpg --keyserver keys.gnupg.net --recv-keys 702353E0F7E48EDB
Corax commented on 2016-08-22 20:49 (UTC)
Thanks for the tip zephrax, I haven't encountered any problem downloading from the FTP source, but if other people encounter the same issue that can prove useful.
I'm keeping the FTP source in the PKGBUILD, at least for now, simply because this is the one used in the ncurses [1] and lib32-ncurses [2] packages.
[1] https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/ncurses
[2] https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/lib32-ncurses
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: