public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Announce: Kernel Build for 2.5, Release 1.1 is available.
       [not found] <20010811212051.A819@jaquet.dk>
@ 2001-08-12  2:11 ` Keith Owens
  2001-08-12  2:27   ` Tom Rini
  2001-08-12  7:31   ` [kbuild-devel] " Rasmus Andersen
  0 siblings, 2 replies; 5+ messages in thread
From: Keith Owens @ 2001-08-12  2:11 UTC (permalink / raw)
  To: Rasmus Andersen; +Cc: Tom Rini, kbuild-devel, linux-kernel

On Sat, 11 Aug 2001 21:20:52 +0200, 
Rasmus Andersen <rasmus@jaquet.dk> wrote:
>pp_makefile2: drivers/char/defkeymap.o is selected but is not part of vmlinux, missing link_subdirs?

Against 2.4.8 + kbuild-2.5-2.4.8-1.  I will put up a -2 later today
containing this fix and a few others.

Index: 8.7/scripts/pp_makefile2.c
--- 8.7/scripts/pp_makefile2.c Sat, 11 Aug 2001 22:45:22 +1000 kaos (linux-2.4/I/d/36_pp_makefil 1.24 644)
+++ 8.7(w)/scripts/pp_makefile2.c Sun, 12 Aug 2001 11:43:58 +1000 kaos (linux-2.4/I/d/36_pp_makefil 1.24 644)
@@ -754,7 +754,10 @@ int special_oais(PP_DIRENT *dirent, PP_D
   }
   if (dirent->value.db) {
     DB *db = db_list[dirent->value.db];
-    if (!dirent->istarget) {
+    /* FIXME: when the go faster stripes are added, make sure that
+     * dirent->istarget and db->istarget are synced earlier.
+     */
+    if (!db->istarget && !dirent->istarget) {
       return(0);
     }
     switch (type) {

>pp_makefile2: Cannot find source for target drivers/sound/emu10k1/efxmgr.o
>pp_makefile2: Cannot find source for target drivers/sound/emu10k1/joystick.o
>pp_makefile2: Cannot find source for target drivers/sound/emu10k1/passthrough.o

You put kbuild-2.5-2.4.8-1 on an 2.4.8-pre kernel.  Linus moved emu10k1
to its own directory in 2.4.8.  You have match kbuild with the correct
kernel.


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

* Re: Announce: Kernel Build for 2.5, Release 1.1 is available.
  2001-08-12  2:11 ` Announce: Kernel Build for 2.5, Release 1.1 is available Keith Owens
@ 2001-08-12  2:27   ` Tom Rini
  2001-08-12  7:31   ` [kbuild-devel] " Rasmus Andersen
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2001-08-12  2:27 UTC (permalink / raw)
  To: Keith Owens; +Cc: Rasmus Andersen, kbuild-devel, linux-kernel

On Sun, Aug 12, 2001 at 12:11:27PM +1000, Keith Owens wrote:
> On Sat, 11 Aug 2001 21:20:52 +0200, 
> Rasmus Andersen <rasmus@jaquet.dk> wrote:
> >pp_makefile2: drivers/char/defkeymap.o is selected but is not part of vmlinux, missing link_subdirs?
> 
> Against 2.4.8 + kbuild-2.5-2.4.8-1.  I will put up a -2 later today
> containing this fix and a few others.

k, thanks.

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

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

* Re: [kbuild-devel] Re: Announce: Kernel Build for 2.5, Release 1.1 is available.
  2001-08-12  2:11 ` Announce: Kernel Build for 2.5, Release 1.1 is available Keith Owens
  2001-08-12  2:27   ` Tom Rini
@ 2001-08-12  7:31   ` Rasmus Andersen
  2001-08-12  7:44     ` Keith Owens
  1 sibling, 1 reply; 5+ messages in thread
From: Rasmus Andersen @ 2001-08-12  7:31 UTC (permalink / raw)
  To: Keith Owens; +Cc: Tom Rini, kbuild-devel, linux-kernel

On Sun, Aug 12, 2001 at 12:11:27PM +1000, Keith Owens wrote:
[...] 
> >pp_makefile2: Cannot find source for target drivers/sound/emu10k1/efxmgr.o
> >pp_makefile2: Cannot find source for target drivers/sound/emu10k1/joystick.o
> >pp_makefile2: Cannot find source for target drivers/sound/emu10k1/passthrough.o
> 
> You put kbuild-2.5-2.4.8-1 on an 2.4.8-pre kernel.  Linus moved emu10k1
> to its own directory in 2.4.8.  You have match kbuild with the correct
> kernel.

Yes, I have to and no, I did not. It was kbuild-2.5-2.4.8-1 on a
freshly untarred 248.tar.gz from a mirror. But kbuild-...-2 fixes
it for me fine.

-- 
        Rasmus(rasmus@jaquet.dk)

"Give a man a fish, and he eats for a day. Teach a man to fish, and a
US Navy submarine will make sure he's never hungry again." -- Chris
Neufeld

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

* Re: Announce: Kernel Build for 2.5, Release 1.1 is available.
  2001-08-12  7:31   ` [kbuild-devel] " Rasmus Andersen
@ 2001-08-12  7:44     ` Keith Owens
  2001-08-12  7:57       ` Daniel T. Chen
  0 siblings, 1 reply; 5+ messages in thread
From: Keith Owens @ 2001-08-12  7:44 UTC (permalink / raw)
  To: Rasmus Andersen; +Cc: kbuild-devel, linux-kernel

On Sun, 12 Aug 2001 09:31:40 +0200, 
Rasmus Andersen <rasmus@jaquet.dk> wrote:
>On Sun, Aug 12, 2001 at 12:11:27PM +1000, Keith Owens wrote:
>[...] 
>> >pp_makefile2: Cannot find source for target drivers/sound/emu10k1/efxmgr.o
>> >pp_makefile2: Cannot find source for target drivers/sound/emu10k1/joystick.o
>> >pp_makefile2: Cannot find source for target drivers/sound/emu10k1/passthrough.o
>> 
>> You put kbuild-2.5-2.4.8-1 on an 2.4.8-pre kernel.  Linus moved emu10k1
>> to its own directory in 2.4.8.  You have match kbuild with the correct
>> kernel.
>
>Yes, I have to and no, I did not. It was kbuild-2.5-2.4.8-1 on a
>freshly untarred 248.tar.gz from a mirror. But kbuild-...-2 fixes
>it for me fine.

Very strange, drivers/sound/emu10k1/efxmgr.c is definitely in 2.4.8 but
not in 2.4.8-pre.  The corrected emu10k1 list in kbuild-2.5-2.4.8-2
added even more objects, but did not remove references to efxmgr.  I
still think it was a bad source tree problem.  Oh well, it is "fixed" now.


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

* Re: Announce: Kernel Build for 2.5, Release 1.1 is available.
  2001-08-12  7:44     ` Keith Owens
@ 2001-08-12  7:57       ` Daniel T. Chen
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel T. Chen @ 2001-08-12  7:57 UTC (permalink / raw)
  To: Keith Owens; +Cc: Rasmus Andersen, linux-kernel

(not subbed to kbuild-devel, snipping)

On Sun, 12 Aug 2001, Keith Owens wrote:

> Very strange, drivers/sound/emu10k1/efxmgr.c is definitely in 2.4.8 but
> not in 2.4.8-pre.  The corrected emu10k1 list in kbuild-2.5-2.4.8-2
> added even more objects, but did not remove references to efxmgr.  I
> still think it was a bad source tree problem.  Oh well, it is "fixed" now.

2.4.8-pre does not contain efxmgr.c, passthrough.c, and passthrough.h,
which were in development after v0.7 EMU10K1 was brought into the kernel.

dtc

---
Dan Chen                 crimsun@email.unc.edu
GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc


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

end of thread, other threads:[~2001-08-12  7:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20010811212051.A819@jaquet.dk>
2001-08-12  2:11 ` Announce: Kernel Build for 2.5, Release 1.1 is available Keith Owens
2001-08-12  2:27   ` Tom Rini
2001-08-12  7:31   ` [kbuild-devel] " Rasmus Andersen
2001-08-12  7:44     ` Keith Owens
2001-08-12  7:57       ` Daniel T. Chen

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