| Summary: | nano sends garbage to the screen if compiled with debug use flag | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | MM <radar> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
If nano gets compiled with the use flag "debug" it will send garbage to the screen during operation, rendering the program completely unusable. I get strings like those below, all around the screen. To solve it, just emerge without the debug use (but this is not the correct solution!!): $ USE="-debug" emerge nano -av get_translated_kbinput(): kbinput = 258, es = 0, escapes = 0, ascii_digits = 0, retval = 14 get_kbinput(): kbinput = 258, meta_key = 0 AHA! (14) Reproducible: Always Steps to Reproduce: 1. USE="debug" emerge nano -av 2. start nano and type anything 3.