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

Bug 617692

Summary: app-misc/grc-1.11 kernel 'make nconfig' display corruption
Product: Gentoo Linux Reporter: Andreas Proteus <proteuss>
Component: Current packagesAssignee: Gentoo Shell Tools project <shell-tools>
Status: RESOLVED UPSTREAM    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: My emerge info in case it is required

Description Andreas Proteus 2017-05-07 02:05:28 UTC
Created attachment 471844 [details]
My emerge info in case it is required

Steps to reproduce:

-- emerge -a grc
-- source /etc/profile
-- cd /usr/src/linux
-- make nconfig (or make menuconfig) and  watch corrupt display

If I comment out the entries under "gcc command" and "make command"
in file /etc/grc.conf the problem goes away
Comment 1 Andrew Petelin 2020-01-10 10:15:24 UTC
* app-misc/grc (1.11-r1@01/10/2020)
* . /etc/profile
* cd /usr/src/linux
* make menuconfig

Don't see any errors, warnings, or UI corruption right now.

$ rg -iC2 gcc /etc/grc.conf 
19-conf.traceroute
20-
21:# gcc command
22-(^|[/\w\.]+/)(g?cc|[gc]\+\+)\s
23:conf.gcc
24-
25-# make command
26-(^|[/\w\.]+/)g?make\s?
27:conf.gcc
28-
29-# netstat command

$ gcc --version
gcc (Gentoo 9.2.0-r2 p3) 9.2.0

$ uname -r
4.19.86-gentoo
Comment 2 Patrice Clement gentoo-dev 2020-11-24 23:08:05 UTC
Please file a bug upstream. Thanks.