@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.
Search Criteria
Package Details: lib32-ncurses5-compat-libs 6.4-1
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: | 111 |
Popularity: | 1.40 |
First Submitted: | 2015-09-22 11:38 (UTC) |
Last Updated: | 2023-03-18 08:08 (UTC) |
Dependencies (3)
Required by (6)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Corax commented on 2017-08-07 21:02 (UTC)
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
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...
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: