Bug 72585 - "make xconfig" exits with 'make: wish: Command not found'
Summary: "make xconfig" exits with 'make: wish: Command not found'
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: distribution
Version: null
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Preston Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-08-25 20:44 UTC by Peter van Egdom
Modified: 2014-03-17 02:30 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-08-25 20:49:27 UTC
Embargoed:


Attachments (Terms of Use)
Here's my Anaconda kickstart file (1.59 KB, text/plain)
2002-08-25 20:46 UTC, Peter van Egdom
no flags Details
Here's my install.log (25.23 KB, text/plain)
2002-08-25 20:47 UTC, Peter van Egdom
no flags Details

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.


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