build errors with 2.6.3-ben2

2004-02-24 Thread Raphaël Haberer-Proust
Hello,

I searched in the archives, but I could not find something. During
kernel build, I get error messages about I2C and radeon:

drivers/built-in.o(.text+0xae8e4): dans la fonction «
radeon_setup_i2c_bus »:: undefined reference to `i2c_bit_add_bus'
drivers/built-in.o(.text+0xaea44): dans la fonction «
radeon_delete_i2c_busses »:: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xaea4c): dans la fonction «
radeon_delete_i2c_busses »:: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xaea54): dans la fonction «
radeon_delete_i2c_busses »:: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xaea5c): dans la fonction «
radeon_delete_i2c_busses »:: undefined reference to `i2c_bit_del_bus'
drivers/built-in.o(.text+0xaeaec): dans la fonction «
radeon_do_probe_i2c_edid »:: undefined reference to `i2c_transfer'
make[1]: *** [.tmp_vmlinux1] Erreur 1
make[1]: Leaving directory `/usr/src/benh2.6'
make: *** [stamp-build] Erreur 2

I also noticed that when I do a make menuconfig I get this warning:

Warning! Found recursive dependency: I2C_ALGOBIT FB_RADEON_I2C
I2C_ALGOBIT VIDEO_CX88 VIDEO_BTCX

Does it something to do with it? Sorry if I ask stupid questions, but
I'm really not a kernel specialist. I've attached my .config, I'm using
Debian testing on a TiBook III

Thanks a lot for your help

raph

.config
Description: Binary data


Re: build errors with 2.6.3-ben2

2004-02-24 Thread Eugen Dedu

I had the same problem.  Compile I2C with built-in support (not module):

devdr-i2c-support as builtin!
devdr-i2c-i2calgo-pcf as builtin (I am not sure if this one is 
mandatory too)


Eugen



Re: build errors with 2.6.3-ben2 [next problem]

2004-02-24 Thread Raphaël Haberer-Proust
 I had the same problem.  Compile I2C with built-in support (not
 module):
 
 devdr-i2c-support as builtin!
 devdr-i2c-i2calgo-pcf as builtin (I am not sure if this one is 
 mandatory too)
First of all, thank you, that works.

But now, I have a new problem:

/doc/kernel-image-2.6.3-ben2/conf.vars
gzip -9qf   
debian/tmp-image/usr/share/doc/kernel-image-2.6.3-ben2/conf.vars install
-p-o root -g root -m 644 debian/buildinfo
debian/tmp-image/usr/share/doc/kernel-image-2.6.3-ben2/buildinfo
install: ne peut évaluer `debian/buildinfo': Aucun fichier ou répertoire
de ce type make[1]: *** [real_stamp_image] Erreur 1
make[1]: Leaving directory `/usr/src/benh2.6'

I'm trying to build the kernel with make-kpkg kernel-image

Thanks for your help

raph