mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Fw: Make Menuconfig and Make Xconfig errors in Mandrake 9.2 rc1
@ 2003-09-10  6:19 Anton Kholodenin
  2003-09-10 16:47 ` Steven Cole
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Kholodenin @ 2003-09-10  6:19 UTC (permalink / raw)
  To: Steven Cole; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1651 bytes --]

File /usr/src/linux/3rdparty/lufs/Config.in contains only one line:

dep_tristate 'LUFS support' CONFIG_LUFS

I have attached Config.in and all files from lufs folder in the message.

Best regadrs
Anton Kholodenin.

----- Original Message ----- 
From: "Steven Cole" <elenstev@mesatop.com>
To: "Anton Kholodenin" <cicprogr@mail.dux.ru>
Cc: <linux-kernel@vger.kernel.org>
Sent: Tuesday, September 09, 2003 7:58 PM
Subject: Re: Make Menuconfig and Make Xconfig errors in Mandrake 9.2 rc1


> On Tue, 2003-09-09 at 07:59, Steven Cole wrote:
> > On Tue, 2003-09-09 at 04:06, Anton Kholodenin wrote:
> > > I find 2 errors in Mandrake 9.2 rc 1
> > >
> > As others noted, a Mandrake-specific list is a better choice in this
> > instance, but the problem you noted below happens occasionally in 2.4
> > bleeding edge stuff, so I'm posting something for you to look for.
> > >
> > > 2. If i do cd /usr/src/linux; make xconfig program not started and
write to
> > > console:
> >
> >3rdparty/lufs/Config.in: 2: can't handle
> dep_bool/dep_mbool/dep_tristate
>
> Replying to myself, apologies to all for the previous noise.
> I hadn't looked at the error closely enough.  My previous post was not
> apropos to Anton's specific problem.
>
> Try doing this from /usr/src/linux:
> grep dep_ 3rdparty/lufs/Config.in
>
> You'll see various lines with something like:
> dep_tristate ' Some prompt' CONFIG_SOMETHING $CONFIG_SOMETHINGELSE
>
> The $CONFIG_SOMETHINGELSE may be missing on some line.  You can kludge
> it by changing the dep_tristate to a plain tristate.
>
> The Mandrake 9.2 rc2 is out now, so you might want to look at that
> instead.
>
> Steven
>
>
>
>
>

[-- Attachment #2: lufs.tgz --]
[-- Type: application/x-compressed, Size: 11969 bytes --]

[-- Attachment #3: Config.in --]
[-- Type: application/octet-stream, Size: 41 bytes --]

dep_tristate 'LUFS support' CONFIG_LUFS

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

* Re: Fw: Make Menuconfig and Make Xconfig errors in Mandrake 9.2 rc1
  2003-09-10  6:19 Fw: Make Menuconfig and Make Xconfig errors in Mandrake 9.2 rc1 Anton Kholodenin
@ 2003-09-10 16:47 ` Steven Cole
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Cole @ 2003-09-10 16:47 UTC (permalink / raw)
  To: Anton Kholodenin; +Cc: linux-kernel, Juan Quintela

On Wed, 2003-09-10 at 00:19, Anton Kholodenin wrote:
> File /usr/src/linux/3rdparty/lufs/Config.in contains only one line:
> 
> dep_tristate 'LUFS support' CONFIG_LUFS
> 
> I have attached Config.in and all files from lufs folder in the message.
> 
> Best regadrs
> Anton Kholodenin.

Apologies again for the noise.  This should be going to a Mandrake list,
but this is short and sweet.  Adding Juan Q. to cc-list.

It's still broken in 2.4.22-6mdk.  You'll get something like this when
you do make xconfig:

./tkparse < ../arch/i386/config.in >> kconfig.tk
3rdparty/lufs/Config.in: 2: unknown command

This will fix it:

--- linux-2.4.22-6mdk/3rdparty/lufs/Config.in.brokenasusual	2003-09-10 10:34:27.000000000 -0600
+++ linux-2.4.22-6mdk/3rdparty/lufs/Config.in	2003-09-10 10:36:27.000000000 -0600
@@ -1,2 +1,2 @@
 
-xtristate 'LUFS support' CONFIG_LUFS
+tristate 'LUFS support' CONFIG_LUFS



Steven




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

end of thread, other threads:[~2003-09-10 16:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-10  6:19 Fw: Make Menuconfig and Make Xconfig errors in Mandrake 9.2 rc1 Anton Kholodenin
2003-09-10 16:47 ` Steven Cole

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

all inboxes | Powered by JetHome®