2002-11-05 13:05:50

by Roger While

[permalink] [raw]
Subject: 2.5.46 make modules fail

gcc -Wp,-MD,net/bridge/.br_netfilter.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 -Iarch/i386/mach-generic -nostdinc -iwithprefix include
-DMODULE -DKBUILD_BASENAME=br_netfilter -c -o net/bridge/br_netfilter.o
net/bridge/br_netfilter.c
net/bridge/br_netfilter.c:60: unknown field `pmtu' specified in initializer
net/bridge/br_netfilter.c: In function `br_nf_pre_routing_finish':
net/bridge/br_netfilter.c:162: warning: implicit declaration of function
`ip_route_output'
make[2]: *** [net/bridge/br_netfilter.o] Error 1
make[1]: *** [net/bridge] Error 2
make: *** [net] Error 2



2002-11-05 13:20:55

by David G Hamblen

[permalink] [raw]
Subject: 2.5.46 won't compile with pcmcia_aha152x


The last time I tried (2.5.29), this stuff worked. The next time I tried
(2.5.39) it failed. Here's the error with 2.5.46:

gcc -Wp,-MD,drivers/scsi/pcmcia/.aha152x_stub.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=pentium3 -Iarch/i386/mach-generic -nostdinc -iwithprefix include
-DMODULE -include include/linux/modversions.h
-DKBUILD_BASENAME=aha152x_stub -c -o drivers/scsi/pcmcia/aha152x_stub.o
drivers/scsi/pcmcia/aha152x_stub.c
make[4]: *** No rule to make target `drivers/scsi/pcmcia/aha152x.s',
needed by `drivers/scsi/pcmcia/aha152x.o'. Stop.




Dave


2002-11-05 13:29:45

by Alan

[permalink] [raw]
Subject: Re: 2.5.46 won't compile with pcmcia_aha152x

On Tue, 2002-11-05 at 13:24, David G Hamblen wrote:
>
> The last time I tried (2.5.29), this stuff worked. The next time I tried
> (2.5.39) it failed. Here's the error with 2.5.46:
>

Someone broke all the makefiles and as yet hasn't fixed this. There is a
hackish fix for it in the -ac tree