lkml.org 
[lkml]   [1998]   [Jan]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: pre 2.2 cleanup items
Hello,

> These messages appear if the exported module-symbols are moved from one
> file to another. Then there is a .ver-file that isn't needed anymore
> but is still included.

Maybe that's what happened to me. I agree with you, if someone took
all the symbols out of a file, its .ver file would not get removed.
Yet another "stale target when source gets removed" bug.

> Michael, I have a problem with 2.1.78's xconfig. If I select Sound
> from the toplevel window I get a Tcl-error: "sytax error in expression
> ...". The cause is the undeclared CONFIG_AEDSP16 which results in a
> reference to $(null) in kconfig.tk.

drivers/sound/Config.in line 152 is broken. It has a dep_tristate for
CONFIG_AEDSP16 with not enough arguments. Add a $CONFIG_SOUND to the
end:

< dep_tristate 'Gallant Audio Cards (SC-6000 and SC-6600 based) CONFIG_AEDSP16
> dep_tristate 'Gallant Audio Cards (SC-6000 and SC-6600 based) CONFIG_AEDSP16 $CONFIG_SOUND

I haven't had time to write this up as a formal patch.

Michael Chastain
<mailto:mec@shout.net>
"love without fear"

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.019 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site