* Build problem in 2.5.61/sparc
@ 2003-02-17 20:23 Pete Zaitcev
2003-02-17 20:33 ` Sam Ravnborg
0 siblings, 1 reply; 3+ messages in thread
From: Pete Zaitcev @ 2003-02-17 20:23 UTC (permalink / raw)
To: kai; +Cc: linux-kernel, rob
Kai, would you mind to glance at this:
[zaitcev@lebethron ksrc]$ cp linux-2.5.59-sparc.config linux-2.5.61-sparc/.config
[zaitcev@lebethron ksrc]$ cd linux-2.5.61-sparc
[zaitcev@lebethron linux-2.5.61-sparc]$ make oldconfig
make -f scripts/Makefile.build obj=scripts
make[1]: *** No rule to make target `scripts/fixdep', needed by `__build'. Stop.
make: *** [scripts] Error 2
[zaitcev@lebethron linux-2.5.61-sparc]$
The last version I tried was 2.5.59. Also, 2.5.61 appears to work
for Rob, so, what am I doing wrong?
Yours,
-- Pete
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build problem in 2.5.61/sparc
2003-02-17 20:23 Build problem in 2.5.61/sparc Pete Zaitcev
@ 2003-02-17 20:33 ` Sam Ravnborg
2003-02-17 23:13 ` Pete Zaitcev
0 siblings, 1 reply; 3+ messages in thread
From: Sam Ravnborg @ 2003-02-17 20:33 UTC (permalink / raw)
To: Pete Zaitcev; +Cc: kai, linux-kernel, rob
On Mon, Feb 17, 2003 at 03:23:28PM -0500, Pete Zaitcev wrote:
> [zaitcev@lebethron linux-2.5.61-sparc]$ make oldconfig
> make -f scripts/Makefile.build obj=scripts
> make[1]: *** No rule to make target `scripts/fixdep', needed by `__build'. Stop.
> make: *** [scripts] Error 2
> [zaitcev@lebethron linux-2.5.61-sparc]$
Looks to me that you are missing scripts/fixdep.c
fixdep.c got updated recently and somehow you may have lost that file in the process?
Sam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build problem in 2.5.61/sparc
2003-02-17 20:33 ` Sam Ravnborg
@ 2003-02-17 23:13 ` Pete Zaitcev
0 siblings, 0 replies; 3+ messages in thread
From: Pete Zaitcev @ 2003-02-17 23:13 UTC (permalink / raw)
To: kai, linux-kernel, rob
> Date: Mon, 17 Feb 2003 21:33:36 +0100
> From: Sam Ravnborg <sam@ravnborg.org>
> > [zaitcev@lebethron linux-2.5.61-sparc]$ make oldconfig
> > make -f scripts/Makefile.build obj=scripts
> > make[1]: *** No rule to make target `scripts/fixdep', needed by `__build'. Stop.
> > make: *** [scripts] Error 2
> > [zaitcev@lebethron linux-2.5.61-sparc]$
>
> Looks to me that you are missing scripts/fixdep.c
> fixdep.c got updated recently and somehow you may have lost that file in the process?
FYI, it turned out that my make(1) was out of date. I was using
make 3.76.1. I upgraded to make 3.80 and everything works so far.
This is actually documented in Documentation/Changes.
As an added bonus, I get working $(CURDIR), so I may stop
commenting out ACPI now.
-- Pete
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-02-17 23:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-17 20:23 Build problem in 2.5.61/sparc Pete Zaitcev
2003-02-17 20:33 ` Sam Ravnborg
2003-02-17 23:13 ` Pete Zaitcev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.