From: John Stoffel <stoffel@casc.com>
To: esr@thyrsus.com
Cc: CML2 <linux-kernel@vger.kernel.org>, kbuild-devel@lists.sourceforge.net
Subject: Re: CML2 1.3.1, aka "I stick my neck out a mile..."
Date: Sun, 29 Apr 2001 11:12:56 -0400 [thread overview]
Message-ID: <15084.12152.956561.490805@gargle.gargle.HOWL> (raw)
In-Reply-To: <20010427193501.A9805@thyrsus.com>
In-Reply-To: <20010427193501.A9805@thyrsus.com>
Eric> I'm going to stick my neck out a mile and say that I think this
Eric> is a stable release. Doing so, of course, is in reality a
Eric> clever plan which ensures that at least three embarrassing bugs
Eric> will be discovered within the next 24 hours...
I've just downloaded and installed cml-1.3.2 on my Dual processor PPro
200mhz, 128mb system. Unfortunately, I set it up into a 2.4.4-pre7 +
patches tree, and it's now giving me the following when I do a 'make
config':
[root@jfs linux]# make config
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
python -O scripts/cmlconfigure.py -DX86 -B 2.4.4-pre7 -W -i config.out
rules.out
ISA=y (deduced from X86)
Side effects from config.out:
NETDEVICES=m (deduced from ATALK)
SOUND_OSS=m (deduced from SOUND_VIA82CXXX)
SOUND_OSS=y (deduced from SOUND_YMFPCI_LEGACY)
SOUND=y (deduced from SOUND_OSS)
This configuration violates the following constraints:
'((X86 and SMP) implies (RTC != n))'
python -O scripts/configtrans.py -h include/linux/autoconf.h -s
.config config.out
Which is a real PITA because now I have to edit my .config file to
have:
CONFIG_RTC=y
in there. Now when I do a 'make config' it comes up properly. I
think this is a poor interface setup. It should either
a. Give more info on what to correct, such as the configuration line
to edit and in which file.
b. Print a warning, startup the configuration tool and put you at the
problematic line, with the help section showing. Or highlight this
choice in some manner as being wrong and showing you how to ffix it.
This is a minor, but annoying problem and should be fixed ASAP before
public use.
In general, I like what I do see, it's more interface issues that I
have so far.
Now for some comments on the X interface.
At the top-level, most stuff cannot be selected on/off, but you can
enter it. But you also do have some y/m/n choices which seems wierd
and out of place. For example, "SCSI disk support" is a menu, but
"HAMRADIO: Amateur Radio support (NEW)" is a y/n choice. It would
make more sense to me to have it down a level, with a simple entry to
"Hamradio support". Once you go into that level, you would be asked
to have it turned on/off there.
This would remove some of the clutter at the top level.
As a contrast, the USB entry doesn't ask Y/N for USB support, and when
I enter the directory, it has all these options listed. I thought
that CML would suppres stuff (children, drivers, etc) if I didn't have
the top level selected. In this case, I can't turn off USB support in
any manner, so I see all the children when I could care less about
them.
Also, the buttons on the right hand side for HELP, are wider when they
have text in them, but slightly narrower when they are blank. They
should be the same width no matter what. It looks ragged and ugly.
I don't like how it keeps changing the window size whenever you go
into a sub-level. It should not re-size the main window at all, it
should just update the contents and give scroll bars if needed for
both up/down scolling and side to side. Once the user has setup their
prefs, the CML code shouldn't keep it jumping all over the screen.
John
John Stoffel - Senior Unix Systems Administrator - Lucent Technologies
stoffel@lucent.com - http://www.lucent.com - 978-952-7548
next prev parent reply other threads:[~2001-04-29 15:15 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-04-27 23:35 Eric S. Raymond
2001-04-29 15:12 ` John Stoffel [this message]
2001-04-29 22:35 ` Eric S. Raymond
2001-04-29 22:43 ` [kbuild-devel] " Eric S. Raymond
2001-04-30 7:52 ` Anton Altaparmakov
2001-04-30 8:03 ` Eric S. Raymond
2001-04-30 16:17 ` volodya
2001-04-30 16:28 ` John Stoffel
2001-04-30 17:39 ` Eric S. Raymond
2001-04-30 19:16 ` Peter Samuelson
2001-04-30 19:25 ` Eric S. Raymond
2001-05-01 9:23 ` Requirement of make oldconfig [was: Re: [kbuild-devel] Re: CML2 1.3.1, aka ...] Giacomo A. Catenazzi
2001-05-01 16:31 ` Eric S. Raymond
2001-05-01 21:35 ` Olivier Galibert
2001-05-01 22:26 ` Tom Rini
2001-05-02 13:32 ` Giacomo Catenazzi
2001-05-02 17:49 ` Eric S. Raymond
[not found] ` <200 <3AF00C53.5EEE8E01@math.ethz.ch>
2001-05-02 20:12 ` John Stoffel
2001-05-03 7:04 ` Hierarchy doesn't solve the problem Eric S. Raymond
2001-05-03 7:34 ` Urban Widmark
2001-05-03 7:46 ` Eric S. Raymond
2001-05-03 14:33 ` Juan Quintela
2001-05-03 16:16 ` Eric S. Raymond
2001-05-03 22:20 ` Mike Castle
2001-05-03 12:32 ` Requirement of make oldconfig [was: Re: [kbuild-devel] Re: CML2 1.3.1, aka ...] Horst von Brand
2001-05-03 12:47 ` Alan Cox
2001-05-03 13:24 ` Horst von Brand
2001-05-03 14:40 ` Juan Quintela
2001-05-03 16:07 ` Eric S. Raymond
2001-05-03 16:04 ` Eric S. Raymond
2001-05-03 17:36 ` Alan Cox
[not found] ` <15084.12830.973535.153706@gargle.gargle.HOWL>
2001-04-29 22:41 ` CML2 1.3.1, aka "I stick my neck out a mile..." Eric S. Raymond
2001-04-30 1:36 ` Anton Altaparmakov
2001-04-30 1:41 ` Eric S. Raymond
2001-04-30 2:13 ` [kbuild-devel] " John Cowan
2001-04-30 2:24 ` Alexander Viro
2001-04-30 5:41 ` David Emory Watson
2001-04-30 5:50 ` Alexander Viro
2001-04-30 6:12 ` David Emory Watson
2001-04-30 6:53 ` Eric S. Raymond
2001-04-30 7:11 ` [OT] " Jeff Garzik
2001-04-30 7:17 ` Alexander Viro
2001-04-30 15:54 ` [kbuild-devel] " Eric S. Raymond
2001-04-30 10:57 ` John Cowan
2001-04-30 14:25 ` Kai Henningsen
2001-04-30 13:30 ` David Woodhouse
2001-04-30 13:29 ` David Woodhouse
2001-04-30 7:05 ` volodya
2001-04-30 7:23 ` Alexander Viro
2001-04-30 7:40 ` Eric S. Raymond
2001-04-30 9:09 ` [Moving rapidly offtopic] " Henning P. Schmiedehausen
2001-04-30 16:16 ` nick
2001-04-30 17:12 ` [kbuild-devel] " Eric S. Raymond
2001-04-30 17:20 ` [OT] " Jeff Garzik
2001-04-30 17:25 ` Rik van Riel
2001-04-30 19:44 ` [kbuild-devel] " Gerhard Mack
2001-04-30 19:47 ` nick
2001-04-30 3:26 ` volodya
2001-04-30 8:13 ` Anton Altaparmakov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15084.12152.956561.490805@gargle.gargle.HOWL \
--to=stoffel@casc.com \
--cc=esr@thyrsus.com \
--cc=kbuild-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®