ta33ers you could do --force but more proper would be to see which package owns it : pacman -Qo /usr/lib/libtinfo.so.5
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.11 |
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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 27 Next › Last »
tsester commented on 2016-06-23 11:27 (UTC)
ta33ers commented on 2016-06-23 00:27 (UTC)
Unable to update, received error message
error: failed to commit transaction (conflicting files)
ncurses5-compat-libs: /usr/lib/libtinfo.so.5 exists in filesystem
Barthalion commented on 2016-06-21 18:13 (UTC)
@hav3lock: not really. I only maintain this one, lib32 variant is not mine and I don't plan to touch it in any way.
hav3lock commented on 2016-06-21 04:26 (UTC)
@Barthalion, do you wanna merge lib32-libtinfo5 into this as well?
Barthalion commented on 2016-06-19 10:47 (UTC)
I added the libtinfo symlink to ncurses5-compat-libs, so I'll merge your into it.
c0d3x commented on 2016-06-09 18:33 (UTC)
Symlinked issue with YouCompleteMe plugin fixed now. Thank you.
xyproto commented on 2016-06-08 10:31 (UTC)
Thanks. Please also add 'libtinfo<=6-12' to avoid conflicts with /usr/lib/libtinfo.so.5 for older versions of libtinfo.
conflicts=('libtinfo-5' 'libtinfo<=6-12')
replaces=('libtinfo-5' 'libtinfo<=6-12')
xyproto commented on 2016-06-05 12:03 (UTC)
Would replaces=('libtinfo-5') be a possibility, for a smoother upgrade process for users that are trying to upgrade the android-ndk package?
electricprism commented on 2016-05-30 21:54 (UTC)
@WoefulDerelict - Thanks adding the GPG Key worked well.
jawbonegroove commented on 2016-05-30 15:26 (UTC)
@Barthalion -- windy 4javier and rafmav have the right idea. gnu sources are preferable; i have also been experiencing data corruption from invisible-mirror.net and will definitely NOT be importing that key to my keyring.
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]