Bug 5204 - Missing terminfo file(s) for GNU screen terminal type
Summary: Missing terminfo file(s) for GNU screen terminal type
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2012.02
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 08:54 UTC by Zoltan Kelemen
Modified: 2012-05-07 21:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Kelemen 2012-05-07 08:54:40 UTC
When GNU screen is selected for inclusion in Buildroot, none of its terminal files (screen*) are installed.

The problem is due to the Buildroot screen makefile only using the "install-bin" target of screen, which is a subset of the full installation target called "install".

A fix could be to change screen.mk in Buildroot to use "install". Another fix could be to export the screen terminfo file(s) from the staging area in the build of ncurses.
Comment 1 Peter Korsgaard 2012-05-07 21:19:35 UTC
Fixed by Gustavoz in git