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

Bug 4547

Summary: gentoo-sources linux-2.4.19-r7
Product: Gentoo Linux Reporter: Juan L. <juan_larra>
Component: [OLD] UnspecifiedAssignee: Michael Cohen (RETIRED) <mjc>
Status: RESOLVED INVALID    
Severity: normal CC: mholzer, styx
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Juan L. 2002-07-04 16:07:32 UTC
When i done a make dep i saw an error, something like this:

stdarg.h not found in kernel.h:10:20 

when i try to compile with make bzImage i got this error:

usr/src/linux-2.4.19-gentoo-r7.old/include/linux/kernel.h:72: error de
decodificaci
Comment 1 Juan L. 2002-07-04 16:07:32 UTC
When i done a make dep i saw an error, something like this:

stdarg.h not found in kernel.h:10:20 

when i try to compile with make bzImage i got this error:

usr/src/linux-2.4.19-gentoo-r7.old/include/linux/kernel.h:72: error de
decodificación antes de "va_list"
/usr/src/linux-2.4.19-gentoo-r7.old/include/linux/kernel.h:72: aviso: la
declaración de la función no es un prototipo
/usr/src/linux-2.4.19-gentoo-r7.old/include/linux/kernel.h:75: error de
decodificación antes de "va_list"
/usr/src/linux-2.4.19-gentoo-r7.old/include/linux/kernel.h:75: aviso: la
declaración de la función no es un prototipo
/usr/src/linux-2.4.19-gentoo-r7.old/include/linux/kernel.h:79: error de
decodificación antes de "va_list"
/usr/src/linux-2.4.19-gentoo-r7.old/include/linux/kernel.h:79: aviso: la
declaración de la función no es un prototipo
make[2]: *** [sched.o] Error 1
make[2]: Saliendo directorio `/usr/src/linux-2.4.19-gentoo-r7.old/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Saliendo directorio `/usr/src/linux-2.4.19-gentoo-r7.old/kernel'

To repair it i copy the file ;)  
cp /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/include/stdarg.h 
/usr/src/linux/include/ 

Them i could compile the kernel.

Excuse me my very poor english, i have lost practice xD
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2002-07-10 07:17:38 UTC
did you do make mrproper ?
Comment 3 Michael Cohen (RETIRED) gentoo-dev 2002-07-16 21:48:23 UTC
User error =)
Comment 4 Juan L. 2002-07-21 07:51:02 UTC
I saw more people that have the same problem.

I take me old sources and move to linux.old and then i emerged the gentoo-sources
taking the same problem that i explained avobe.

User error? probably yes but i am not sure ;)