> ok, trying to compile lmsensors with Makefile patch and > etc/config.in patch breaks with: > > > sed -e 's@^\(.*\)\.o:@kernel/busses/i2c-ali1535.d > kernel/busses/i2c-ali1535.o: Makefile '`dirname > kernel/busses/i2c-ali1535.d`/Module.mk' @' > > kernel/busses/i2c-ali1535.d make: *** No hay ninguna regla para > construir el objetivo `stdarg.h', necesario para > `kernel/chips/vt1211.d'. Alto. > > > in english: no target to rule to build 'stdarg.h' You must have locales set (check with "locale"). Try "export LC_ALL=C" before runing "make". A better fix will be commited before 2.8.0 is released. -- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/