Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 93684

Summary: nano sends garbage to the screen if compiled with debug use flag
Product: Gentoo Linux Reporter: MM <radar>
Component: Current packagesAssignee: 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: ---

Description MM 2005-05-23 06:06:24 UTC
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.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-23 07:54:35 UTC

*** This bug has been marked as a duplicate of 54208 ***