Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 72585

Summary: "make xconfig" exits with 'make: wish: Command not found'
Product: [Retired] Red Hat Public Beta Reporter: Peter van Egdom <p.van.egdom>
Component: distributionAssignee: Bill Nottingham <notting>
Status: CLOSED CURRENTRELEASE QA Contact: Preston Brown <pbrown>
Severity: medium Docs Contact:
Priority: medium    
Version: nullCC: rvokal, stk
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-25 20:49:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Here's my Anaconda kickstart file
none
Here's my install.log none

Description Peter van Egdom 2002-08-25 20:44:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1) Gecko/20020814

Description of problem:
I decided to do a kernel compile on a freshly installed
Red Hat Linux 'null' machine.

I did a "make clean" && "make mrproper" before doing "make xconfig".

But, when I typed in "make xconfig", I got the message :

"make: wish: Commando niet gevonden"
"make: *** [xconfig] Fout 127"



Version-Release number of selected component (if applicable):
Red Hat Linux 'null'


How reproducible:
Always

Steps to Reproduce:
1. "su -"
2. "cd /usr/src/linux-2.4"
3. "make clean"
4. "make mrproper"
5. "make xconfig"
	

Actual Results:  "make: wish: Commando niet gevonden"
"make: *** [xconfig] Fout 127"


Expected Results:  I expected the graphical kernel configuration fronted
normally presented by "make xconfig".

Additional info:

[root@localhost linux-2.4]# make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Binnengaan van map `/usr/src/linux-2.4.18-11/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
KERNTYPE=`sed -n 's_^/\* Kernel type \(.*\) \*/_\1_p' /boot/kernel.h 2>/dev/null`; \
if [ -f configs/*-ERNTYPE.config ]; then \
        conf=`echo configs/*-ERNELTYPE.config`; \
        echo "set defaults \"\"" >> kconfig.tk; \
else \
        echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk; \
fi
echo "set ARCH \"i386\"" >> kconfig.tk
cat tail.tk >> kconfig.tk
chmod 755 kconfig.tk
make[1]: Weggaan uit map `/usr/src/linux-2.4.18-11/scripts'
wish -f scripts/kconfig.tk
make: wish: Commando niet gevonden
make: *** [xconfig] Fout 127
[root@localhost linux-2.4]#

Comment 1 Peter van Egdom 2002-08-25 20:46:37 UTC
Created attachment 72865 [details]
Here's my Anaconda kickstart file

Comment 2 Peter van Egdom 2002-08-25 20:47:38 UTC
Created attachment 72866 [details]
Here's my install.log

Comment 3 Peter van Egdom 2002-08-25 20:49:21 UTC
ps. I have succesfully compiled Linux kernels in the past, from
Red Hat 6.x to 7.3, always with "Kernel Development" and some
extra packages. On this particular 'null' install, I selected
similar packages as before.



Comment 4 Peter van Egdom 2002-10-30 21:48:58 UTC
Closing bug.

Compiler works as expected in Red Hat Linux 8.0.