Re: .i2c-old.ver.d: No such file or directory

From: Kai Germaschewski (kai@tp1.ruhr-uni-bochum.de)
Date: Mon Jun 17 2002 - 13:09:30 EST


On Mon, 17 Jun 2002, Toby Inkster wrote:

> Below are the last few lines of output before the errors start. I can send my .config if anyone thinks it might help.
>
> mkdir -p /usr/src/linux-2.5.22/include/linux/modules/drivers/media/video/; gcc -E -Wp,-MD,/usr/src/linux-2.5.22/include/linux/modules/drivers/media/video/.i2c-old.ver.d -D__KERNEL__ -I/usr/src/linux-2.5.22/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=i2c_old i2c-old.c | /sbin/genksyms -k 2.5.22 > /usr/src/linux-2.5.22/include/linux/modules/drivers/media/video/i2c-old.ver.tmp; if [ ! -r /usr/src/linux-2.5.22/include/linux/modules/drivers/media/video/i2c-old.ver ] || cmp -s /usr/src/linux-2.5.22/include/linux/modules/drivers/media/video/i2c-old.ver /usr/src/linux-2.5.22/include/linux/modules/drivers/media/video/i2c-old.ver.tmp; then touch /usr/src/linux-2.5.22/include/linux/modversions.h; fi; mv -f /usr/src/linux-2.5.22/include/linux/modules/drivers/media/video/i2c-old.ver.tmp /usr/src/linux-2.5.22/include/linu!
x/m
> odules/drivers/media/video/i2c-old.ver
> i2c-old.c:17:27: linux/i2c-old.h: No such file or directory

The problem is that the i2c code is currently broken, it includes
linux/i2c-old.h which doesn't exist. You'll see the error much more
clearly if you run "make KBUILD_VERBOSE= dep" ;)

For now, you should disable I2C in your .config.

--Kai

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jun 23 2002 - 22:00:14 EST