Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Issue with buildbot key (Read 4508 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Issue with buildbot key

Reply #15
Dudemanguy, I was about to post that the ncurses5-compat-libs would break a bucketfull of dependancies! Glad to have seen the edit.


Code: [Select]
# pacman -Qs libtinfo
local/libtinfo5 5-18
    symlink to ncurses for use in cuda and other packages (legacy)
local/ncurses-full 6.0+20170902-1
    System V Release 4.0 curses emulation library, with static and shared libraries, Inclusion of libTinfo.

How does that look?

Re: Issue with buildbot key

Reply #16
Hmm, any reason why you have the ncurses-full AUR package instead of the ncurses package in the system repo? Looking at the version numbers, the one in system is actually a later version (6.0+20170902-3). Try installing that and see if it gives you /usr/lib/libtinfo.so.6.

 

Re: Issue with buildbot key

Reply #17
AH-HA, progress! I removed 'ncurses-full' and installed 'ncurses' and mkinitcpio didn't complain. I have no idea why that was installed. My box has alot of cruft it seems. I'm going to reboot and report back.

EDIT: Fuck yeah! There's no place like /home!! Thanks for your help Dudemanguy, nous, and thefallenrat! I think I finally mark this thread as solved!