Linux PARISC architecture development
 help / color / mirror / Atom feed
* [parisc-linux] 2.4.16-pa16 (from CVS) fails on "make depend"
@ 2001-12-10 22:39 Chuck Slivkoff
  2001-12-10 22:41 ` Peter Mottram
  2001-12-10 22:42 ` Matthew Wilcox
  0 siblings, 2 replies; 3+ messages in thread
From: Chuck Slivkoff @ 2001-12-10 22:39 UTC (permalink / raw)
  To: parisc-linux

I did a CVS update yesterday and tried to build a kernel today, using
the same .config from my last successful build (2.4.9-pa78).

After a "make clean", "make depend" is failing with the error below.
I've done a "make menuconfig" and things seem to be OK.

Anyone have any suggestions?

-chuck



make[6]: Entering directory `/usr/src/linux/drivers/char/joystick'
/usr/src/linux/scripts/mkdep -D__KERNEL__ -I/usr/src/linux/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
-fno-strict-aliasing -fno-common -D__linux__ -pipe -fno-strength-reduce
-mno-space-regs -mfast-indirect-calls -mdisable-fpregs
-ffunction-sections -march=1.1 -mschedule=7100LC  -- a3d.c adi.c
amijoy.c analog.c cobra.c cs461x.c db9.c emu10k1-gp.c gamecon.c
gameport.c gf2k.c grip.c iforce.c interact.c lightning.c magellan.c
ns558.c pcigame.c serio.c serport.c sidewinder.c spaceball.c spaceorb.c
stinger.c tmdc.c turbografx.c warrior.c > .depend
make[6]: Leaving directory `/usr/src/linux/drivers/char/joystick'
make -C mwave fastdep
make: *** mwave: No such file or directory.  Stop.
make: Entering an unknown directorymake: Leaving an unknown
directorymake[5]: *** [_sfdep_mwave] Error 2
make[5]: Leaving directory `/usr/src/linux/drivers/char'
make[4]: *** [fastdep] Error 2
make[4]: Leaving directory `/usr/src/linux/drivers/char'
make[3]: *** [_sfdep_char] Error 2
make[3]: Leaving directory `/usr/src/linux/drivers'
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/usr/src/linux/drivers'
make[1]: *** [_sfdep_drivers] Error 2
make[1]: Leaving directory `/usr/src/linux'
make: *** [dep-files] Error 2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [parisc-linux] 2.4.16-pa16 (from CVS) fails on "make depend"
  2001-12-10 22:39 [parisc-linux] 2.4.16-pa16 (from CVS) fails on "make depend" Chuck Slivkoff
@ 2001-12-10 22:41 ` Peter Mottram
  2001-12-10 22:42 ` Matthew Wilcox
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Mottram @ 2001-12-10 22:41 UTC (permalink / raw)
  To: Chuck Slivkoff; +Cc: parisc-linux@lists.parisc-linux.org

Chuck

Did you do a 'make oldconfig' after copying in your old .config & before
anything else?

R.
PeteM

On Mon, 10 Dec 2001, Chuck Slivkoff wrote:

> I did a CVS update yesterday and tried to build a kernel today, using
> the same .config from my last successful build (2.4.9-pa78).
>
> After a "make clean", "make depend" is failing with the error below.
> I've done a "make menuconfig" and things seem to be OK.
>
> Anyone have any suggestions?
>
> -chuck
>
>
>
> make[6]: Entering directory `/usr/src/linux/drivers/char/joystick'
> /usr/src/linux/scripts/mkdep -D__KERNEL__ -I/usr/src/linux/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -D__linux__ -pipe -fno-strength-reduce
> -mno-space-regs -mfast-indirect-calls -mdisable-fpregs
> -ffunction-sections -march=1.1 -mschedule=7100LC  -- a3d.c adi.c
> amijoy.c analog.c cobra.c cs461x.c db9.c emu10k1-gp.c gamecon.c
> gameport.c gf2k.c grip.c iforce.c interact.c lightning.c magellan.c
> ns558.c pcigame.c serio.c serport.c sidewinder.c spaceball.c spaceorb.c
> stinger.c tmdc.c turbografx.c warrior.c > .depend
> make[6]: Leaving directory `/usr/src/linux/drivers/char/joystick'
> make -C mwave fastdep
> make: *** mwave: No such file or directory.  Stop.
> make: Entering an unknown directorymake: Leaving an unknown
> directorymake[5]: *** [_sfdep_mwave] Error 2
> make[5]: Leaving directory `/usr/src/linux/drivers/char'
> make[4]: *** [fastdep] Error 2
> make[4]: Leaving directory `/usr/src/linux/drivers/char'
> make[3]: *** [_sfdep_char] Error 2
> make[3]: Leaving directory `/usr/src/linux/drivers'
> make[2]: *** [fastdep] Error 2
> make[2]: Leaving directory `/usr/src/linux/drivers'
> make[1]: *** [_sfdep_drivers] Error 2
> make[1]: Leaving directory `/usr/src/linux'
> make: *** [dep-files] Error 2
>
> _______________________________________________
> parisc-linux mailing list
> parisc-linux@lists.parisc-linux.org
> http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [parisc-linux] 2.4.16-pa16 (from CVS) fails on "make depend"
  2001-12-10 22:39 [parisc-linux] 2.4.16-pa16 (from CVS) fails on "make depend" Chuck Slivkoff
  2001-12-10 22:41 ` Peter Mottram
@ 2001-12-10 22:42 ` Matthew Wilcox
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew Wilcox @ 2001-12-10 22:42 UTC (permalink / raw)
  To: Chuck Slivkoff; +Cc: parisc-linux

On Mon, Dec 10, 2001 at 05:39:52PM -0500, Chuck Slivkoff wrote:
> I did a CVS update yesterday and tried to build a kernel today, using
> the same .config from my last successful build (2.4.9-pa78).
> 
> After a "make clean", "make depend" is failing with the error below.
> I've done a "make menuconfig" and things seem to be OK.
> 
> Anyone have any suggestions?

are you using the `approved' .cvsrc in build-tools?  seems you're missing
-P to your update command.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-10 22:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-12-10 22:39 [parisc-linux] 2.4.16-pa16 (from CVS) fails on "make depend" Chuck Slivkoff
2001-12-10 22:41 ` Peter Mottram
2001-12-10 22:42 ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox