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

Bug 227469

Summary: sys-kernel/gentoo-sources - scripts/kconfig/lex.zconf.c:1647: warning: ‘input’ defin[ed but not used]
Product: Gentoo Linux Reporter: Billy DeVincentis <billydv1>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Billy DeVincentis 2008-06-16 16:29:07 UTC
I see an error about an undefined script as you can see below


Gentoo Linux Genkernel; Version 3.4.10
* Running with options: --menuconfig --install kernel --

* Linux Kernel 2.6.25-gentoo-r4 for x86...
* kernel: >> Running mrproper...
* config: Using config from /etc/kernels/kernel-config-x
*         Previous config backed up to .config.bak
*         >> Running oldconfig...
* kernel: >> Cleaning...
* config: >> Invoking menuconfig...
scripts/kconfig/lex.zconf.c:1647: warning: ‘input’ defin
#
# configuration written to .config
#



Reproducible: Always
Comment 1 Andrew Gaffney (RETIRED) gentoo-dev 2008-06-16 18:48:28 UTC
What exactly are you talking about? All I see is a *warning* from the *kernel* compile. Even if this is actually causing a problem (which it doesn't appear to be), it has absolutely nothing to do with genkernel.

I'm sending this back to bug-wranglers to either send to the kernel team or close as they see fit.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2008-06-16 19:19:32 UTC
To me it appears to be a harmless warning about an unused variable.