Bug 124302 - nonint_oldconfig is interactive on choices with NEW items
Summary: nonint_oldconfig is interactive on choices with NEW items
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-25 15:04 UTC by Daniel Hokka Zakrisson
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-05-29 08:48:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Updated nonint_oldconfig patch (3.37 KB, patch)
2004-05-25 15:06 UTC, Daniel Hokka Zakrisson
no flags Details | Diff

Description Daniel Hokka Zakrisson 2004-05-25 15:04:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031030

Description of problem:
When a choice has a NEW item, nonint_oldconfig acts interactive,
asking the user for what option should be used. This causes builds to
stall, for no apparent reason.

Version-Release number of selected component (if applicable):
kernel-2.6.6-1.383

How reproducible:
Always

Steps to Reproduce:
1. perl -p -i -e 's/.*CONFIG_X86_ELAN.*//' .config
2. make nonint_oldconfig

Comment 1 Daniel Hokka Zakrisson 2004-05-25 15:06:45 UTC
Created attachment 100541 [details]
Updated nonint_oldconfig patch

This patch updates the fourth hunk to conf.c, making it use the default value
even if there are new items.

Comment 2 Arjan van de Ven 2004-05-29 08:48:42 UTC
added for the next build; thanks.

Comment 3 Timur Tabi 2004-12-16 15:54:55 UTC
Was this supposed to be fixed in FC3?  Because it hasn't been.  I
issued these commands:

make mrproper
cp /boot/config-2.6.9-1.667smp .config
make oldconfig

And then it prompted me for this option:

Use 4Kb for kernel stacks instead of 8Kb (4KSTACKS) [N/y/?] (NEW)

Comment 4 Daniel Hokka Zakrisson 2004-12-16 16:19:36 UTC
Re comment #3:
This bug is for the nonint_oldconfig target, which isn't supposed to
be interactive, while the oldconfig target is supposed to be
interactive and the behaviour you described is hence valid.
The bug is indeed fixed in FC3.


Note You need to log in before you can comment on or make changes to this bug.