| Summary: | Grub requires package rxvt to configure | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | ATeamDev <noel.roberts> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | major | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2012.02 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | i386 / 486 | |
| Build: | buildroot-2012.05 | ||
|
Description
ATeamDev
2012-06-19 22:48:50 UTC
It very likely instead related to a dependency on rxvt, it would make no sense for grub to depend on rxvt. The problem must be a might more complicated than that, I'd say. The error was not related to Buildroot. When grub is linked with ncurses, it uses the TERM environment variable to know which terminal type to use. In your case, the TERM environment variable was set to rxvt, so it was trying to use one. But you can set TERM to 'vt220' or to 'linux', and grub will not require rxvt. |