2.6.13-mm2 - drivers/char/speakup/speakup doesn't compile (+warnings from other things)

2005-09-08 Thread Damir Perisa
Le Thursday 08 September 2005 14:30, Andrew Morton a écrit : | - Many tty drivers still won't compile indeed ... here one of them: CC [M] drivers/char/speakup/speakup.o drivers/char/speakup/speakup.c: In function 'speakup_paste_selection': drivers/char/speakup/speakup.c:491: error: 'struct tty

2.6.13-mm1 - drivers/serial/jsm/jsm_tty broken too

2005-09-01 Thread Damir Perisa
i disabled the isdn subsystem temporarely and tried to recompile finding out that jsm-tty is affected too: CC [M] drivers/serial/jsm/jsm_tty.o drivers/serial/jsm/jsm_tty.c: In function 'jsm_input': drivers/serial/jsm/jsm_tty.c:592: error: 'struct tty_struct' has no member named 'flip' drivers/

2.6.13-mm1 - drivers/isdn/i4l/isdn_tty broken

2005-09-01 Thread Damir Perisa
hi Andrew, hi Alan, updating the kernel26mm package for archlinux to 2.6.13-mm1 i found the isdn-tty to be broken: CC [M] drivers/isdn/i4l/isdn_tty.o drivers/isdn/i4l/isdn_tty.c: In function 'isdn_tty_try_read': drivers/isdn/i4l/isdn_tty.c:71: error: 'struct tty_struct' has no member named '

Re: 2.6.13-rc6-mm2 - drivers/net/s2io.o failed building

2005-08-23 Thread Damir Perisa
2.6.13-rc6-mm2 failed building with this problem (gcc 4.0.1): CC [M] drivers/net/s2io.o In file included from drivers/net/s2io.c:65: drivers/net/s2io.h: In function 'readq': drivers/net/s2io.h:765: error: invalid lvalue in assignment drivers/net/s2io.h:766: error: invalid lvalue in assignment

Re: 2.6.13-rc6-mm2 - fs/xfs/xfs*.c warnings

2005-08-23 Thread Damir Perisa
i'm compiling 2.6.13-rc6-mm2 atm and noticed that xfs is having lots of warnings while compiling. recently i switched to gcc 4.0.1 - maybe it's because of this. details: fs/xfs/xfs_acl.c: In function 'xfs_acl_access': fs/xfs/xfs_acl.c:445: warning: 'matched.ae_perm' may be used uninitialized i

2.6.13-rc2-mm1 - unknown symbol: is_broadcast_ether_addr

2005-07-11 Thread Damir Perisa
i get an unknown symbol "is_broadcast_ether_addr" from ipw2200 and ieee80211 if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b /home/damir/cvsARCH/extra/kernels/kernel26mm/pkg -r 2.6.13-rc2-mm1-ARCH; fi WARNING: /home/damir/cvsARCH/extra/kernels/kernel26mm/pkg/lib

Re: 2.6.12-rc2-mm1 - printk timing broken

2005-04-07 Thread Damir Perisa
Hi Andrew, Le Tuesday 05 April 2005 09:45, Andrew Morton a écrit : > Brice Goglin <[EMAIL PROTECTED]> wrote: > > Andrew Morton a écrit : > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6. > > >12-rc2/2.6.12-rc2-mm1/ > > > > Hi Andrew, > > > > printk timing seems broken. >