Gentoo Archives: gentoo-user

From: Helmut Jarausch <jarausch@××××××.be>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ncurses / tinfo problem
Date: Fri, 30 Mar 2018 10:07:58
Message-Id: AIFXD6IB.WOLRBEOB.Y6TCMVKR@QGCIINFR.FWBR5DZJ.AWIOFU5C
1 Hi,
2 there are several packages which fail to link since they are missing
3 '-ltinfo' - recently
4 app-antivirus/clamav-0.99.4-r1
5
6 For a temporary fix I have edited the config.status file by changing
7
8 S["CURSES_LIBS"]="-lncurses"
9 to
10 S["CURSES_LIBS"]="-lncurses -ltinfo"
11
12 and using
13
14 ebuild /usr/portage/app-antivirus/clamav/clamav-0.99.4-r1.ebuild merge
15
16 But I think that this is a more general problem.
17
18 Has anybody found a fix which works for several such packages?
19
20 Many thanks for a hint,
21 Helmut

Replies

Subject Author
Re: [gentoo-user] ncurses / tinfo problem Daniel Pielmeier <billie@g.o>
Re: [gentoo-user] ncurses / tinfo problem Daniel Pielmeier <billie@g.o>