[Buildroot] [PATCH] ncurses: make host-ncurses use host terminfo

Hollis Blanchard hollis_blanchard at mentor.com
Thu Aug 9 00:19:41 UTC 2018


On 08/08/2018 01:37 PM, Arnout Vandecappelle wrote:
> On 08-08-18 16:10, Peter Korsgaard wrote:
>> The question is how to fix it. The logical solution would be to set
>> TERMINFO to get it to put the database somewhere else, but that doesn't
>> work because run_tic.sh overwrites it:
>>
>> # don't use user's TERMINFO variable
>> TERMINFO=${DESTDIR}$ticdir ; export TERMINFO
>             ^^^^^^^^^^
>   So, set DESTDIR?
>
>   Or actually, why is this script called at all? The whole point of Hollis's
> patch was to use the system's terminfo, so why should we generate the terminfo
> at all? In other words, can't we just pass --disable-db-install ?
I agree that we don't want to generate terminfo in the /host/ ncurses. I 
can confirm that adding --disable-db-install fixes the build behavior 
that I also see (building host-ncurses writes to my ~/.terminfo).

I can't imagine a problem, but I just haven't yet been able to rebuild a 
full toolchain with --disable-db-install.

Hollis Blanchard
Mentor Graphics Emulation Division

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20180808/bc8c4ea2/attachment-0001.html>


More information about the buildroot mailing list