2002-11-02 15:04:57

by Dave Gilbert (Home)

[permalink] [raw]
Subject: 2.5.45 build failures

(On x86 Debian/sid)

1) Device mapper:
gcc -Wp,-MD,drivers/md/.dm-ioctl.o.d -D__KERNEL__ -Iinclude -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
-march=i686 -malign-functions=4 -Iarch/i386/mach-generic -nostdinc
-iwithprefix include -DKBUILD_BASENAME=dm_ioctl -c -o
drivers/md/dm-ioctl.o drivers/md/dm-ioctl.c
drivers/md/dm-ioctl.c: In function `create':
drivers/md/dm-ioctl.c:588: incompatible type for argument 1 of
`set_device_ro'
drivers/md/dm-ioctl.c: In function `reload':
drivers/md/dm-ioctl.c:874: incompatible type for argument 1 of
`set_device_ro'
make[2]: *** [drivers/md/dm-ioctl.o] Error 1
make[1]: *** [drivers/md] Error 2
make: *** [drivers] Error 2

2) NFSv4 server

fs/nfsd/nfs4proc.c: In function `nfsd4_write':
fs/nfsd/nfs4proc.c:484: warning: passing arg 4 of `nfsd_write' from
incompatible pointer type
fs/nfsd/nfs4proc.c:484: warning: passing arg 6 of `nfsd_write' makes
integer from pointer without a cast
fs/nfsd/nfs4proc.c:484: too few arguments to function `nfsd_write'
fs/nfsd/nfs4proc.c: In function `nfsd4_proc_compound':
fs/nfsd/nfs4proc.c:568: structure has no member named `rq_resbuf'
fs/nfsd/nfs4proc.c:569: structure has no member named `rq_resbuf'
fs/nfsd/nfs4proc.c:569: structure has no member named `rq_resbuf'
make[2]: *** [fs/nfsd/nfs4proc.o] Error 1

(Niggle: NFSv4 server support is hidden until you select v3 support,
unlike v4 client support).

3) Niggles in qconf

I like qconf a lot more than the old tk based xconfig - but I do have a
few niggles:
a) The window starts very small
b) In split window mode, the arrows in the right hand window don't
seem to always work right. For example in Bus options->support for
hot pluggable. When I click on the 'PCMCIA/CardBus support' arrow
the right hand window contents are replaced with just the
PCMCIA/Cardbus enabling rather than expanding in the existing list. In
addition there appears to be no way to get the standard Bus Option
right screen back without selecting something else in the left hand
pane and then selecting Bus options again.

Dave
---------------- Have a happy GNU millennium! ----------------------
/ Dr. David Alan Gilbert | Running GNU/Linux on Alpha,68K| Happy \
\ gro.gilbert @ treblig.org | MIPS,x86,ARM, SPARC and HP-PA | In Hex /
\ _________________________|_____ http://www.treblig.org |_______/


2002-11-02 20:30:46

by Roman Zippel

[permalink] [raw]
Subject: Re: 2.5.45 build failures

Hi,

On Sat, 2 Nov 2002, Dr. David Alan Gilbert wrote:

> I like qconf a lot more than the old tk based xconfig - but I do have a
> few niggles:
> a) The window starts very small

I'll see what I can do.

> b) In split window mode, the arrows in the right hand window don't
> seem to always work right. For example in Bus options->support for
> hot pluggable. When I click on the 'PCMCIA/CardBus support' arrow
> the right hand window contents are replaced with just the
> PCMCIA/Cardbus enabling rather than expanding in the existing list. In
> addition there appears to be no way to get the standard Bus Option
> right screen back without selecting something else in the left hand
> pane and then selecting Bus options again.

Try the back button or <Esc>.

bye, Roman