thanks to @jpetso works for me too
Search Criteria
Package Details: ncurses5-compat-libs 6.5-1
Package Actions
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.15 |
First Submitted: | 2015-09-18 21:03 (UTC) |
Last Updated: | 2024-07-16 20:06 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
Required by (116)
- adom
- agbplay
- android-devel
- android-emulator-canary
- android-ndk (optional)
- android-ndk-10e
- android-ndk-11c
- android-ndk-14b
- android-ndk-16b
- android-ndk-16b-opt
- android-ndk-25 (optional)
- android-ndk-26 (optional)
- android-ndk-beta (optional)
- android-ndk-r17c
- android-ndk-r18b
- android-sdk-build-tools-25
- android-sdk-build-tools-25.0.1
- android-sdk-build-tools-25.0.3
- android-studio (optional)
- android-studio-beta (optional)
- Show 96 more...
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 27 Next › Last »
stanm commented on 2016-05-01 16:34 (UTC)
4javier commented on 2016-04-29 11:22 (UTC)
I second windy request: could you please use anonymous access on http://ftp.gnu.org/gnu/ncurses/ ? It should avoid pgp problems.
kprkpr commented on 2016-04-25 06:42 (UTC)
I have same build error as framstag
plmosqueda commented on 2016-04-23 12:52 (UTC)
thanks to @jpetso works for me too
framstag commented on 2016-04-23 07:38 (UTC)
I get a build error:
-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param max-inline-insns-single=1200 -fPIC -c ../ncurses/./base/lib_isendwin.c -o ../obj_s/lib_isendwin.o
ccache gcc -DHAVE_CONFIG_H -I. -I../include -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param max-inline-insns-single=1200 -fPIC -c ../ncurses/./base/lib_leaveok.c -o ../obj_s/lib_leaveok.o
_14062.c:1372:22: Fehler: expected »)« before »int«
Makefile:1027: die Regel für Ziel „../obj_s/lib_gen.o“ scheiterte
make[1]: *** [../obj_s/lib_gen.o] Fehler 1
Current ArchLinux, x64, gcc (and ccache)
jpetso commented on 2016-04-23 01:09 (UTC)
This one worked:
$ gpg --keyserver pgp.mit.edu --recv-keys F7E48EDB
gpg: key F7E48EDB: public key "Thomas Dickey <dickey@invisible-island.net>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
windy commented on 2016-04-21 19:49 (UTC)
Could you please use
http://ftp.gnu.org/gnu/ncurses/
as URL base? It looks much more trustworthy then "http://invisible-island.net", even though that seems to be an official site.
RunasSudo commented on 2016-04-20 09:21 (UTC)
Manually importing the key from https://sks-keyservers.net/pks/lookup?op=get&search=0x702353E0F7E48EDB seems to work, though.
RunasSudo commented on 2016-04-20 09:18 (UTC)
I'm having trouble importing the signing keys. They don't seem to exist.
$ gpg --keyserver pgp.mit.edu --recv-keys 702353E0F7E48EDB
gpg: keyserver receive failed: No data
$ gpg --keyserver pgp.mit.edu --recv-keys C52048C0C0748FEE227D47A2702353E0F7E48EDB
gpg: keyserver receive failed: No data
Searching for the keys on https://pgp.mit.edu/ or https://sks-keyservers.net/i/ yields no results.
jplatte commented on 2016-04-19 12:42 (UTC)
Yeah, everyone who has this problem should check https://aur.archlinux.org/packages/ncurses5-compat-libs
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]