Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 20th July 2009, 06:02 PM
rheck Offline
Registered User
 
Join Date: Jul 2009
Location: North Augusta, SC
Posts: 6
make xconfig error

I'm running fedora 10 on a virtual machine. I'm trying to create a kernel so that I can use the imaging software FOG on multiple computer makes and models. I'm pretty new to linux so I'm sure I'm missing something I just need someone to point me in the right direction. I have installed the "Development Tools" and qt3-devel. When I run make xconfig or make menuconfig it errors out. The following is what I get...

make xconfig
[root@localhost linux-2.6.26.2]# make xconfig
scripts/kconfig/qconf arch/x86/kconfig
init/kconfig:514: can't open file "usr/Kconfig"
make[1]: *** [xconfig] Error 1
make: *** [xconfig] Error 2


make menuconfig
[root@localhost linux-2.6.26.2]# make menuconfig
scripts/kconfig/mconf arch/x86/Kconfig
init/Kconfig:514: can't open file "usr/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error2


Any help would be greatly appreciated.
Reply With Quote
  #2  
Old 21st July 2009, 12:51 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
I haven't done this is ages, but I gave it a shot on my F11 system. Here's the result.
Code:
[glenn@coolhand 2.6.29.5-191.fc11.i686.PAE]$ make menuconfig
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c:644: fatal error: opening dependency file scripts/kconfig/.conf.o.d: Permission denied
compilation terminated.
make[1]: *** [scripts/kconfig/conf.o] Error 1
make: *** [menuconfig] Error 2
Code:
[glenn@coolhand 2.6.29.5-191.fc11.i686.PAE]$ sudo make menuconfig
Password: 
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 *** 
 *** Install ncurses (ncurses-devel) and try again.
 *** 
make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
Code:
sudo yum install ncurses-devel
Blah. Blah. Blah......
Running Transaction
  Installing     : ncurses-devel-5.7-2.20090207.fc11.i586                                            1/1 

Installed:
  ncurses-devel.i586 0:5.7-2.20090207.fc11
Code:
[glenn@coolhand 2.6.29.5-191.fc11.i686.PAE]$ sudo make menuconfig
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/mconf
scripts/kconfig/mconf arch/x86/Kconfig


*** End of Linux kernel configuration.
*** Execute 'make' to build the kernel or try 'make help'.
And here we go. See screen shot.
Attached Thumbnails
Click image for larger version

Name:	Screenshot-menuconfig.jpg
Views:	45
Size:	55.6 KB
ID:	17799  
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 21st July 2009, 01:19 PM
rheck Offline
Registered User
 
Join Date: Jul 2009
Location: North Augusta, SC
Posts: 6
I'm still getting the same error as before. The installation of ncurses-devel didn't seem to help.
Reply With Quote
  #4  
Old 21st July 2009, 02:08 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
What command are you using to start menuconfig ?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #5  
Old 21st July 2009, 02:11 PM
rheck Offline
Registered User
 
Join Date: Jul 2009
Location: North Augusta, SC
Posts: 6
I've tried just make menuconfig and sudo make menuconfig. I think there might be something screwy since I did try a lot of different fixes before I posted in this forum. I'm going to do a reinstall and see if that clears anything up.
Reply With Quote
  #6  
Old 21st July 2009, 02:20 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
Did you change directory first? I believe that you need to cd to a particular folder before the command will work. In my case that folder is
Code:
/usr/src/kernels/2.6.29.5-191.fc11.i686.PAE
Try that on your computer. Re-installing is a bit premature, don't you think?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #7  
Old 21st July 2009, 02:30 PM
rheck Offline
Registered User
 
Join Date: Jul 2009
Location: North Augusta, SC
Posts: 6
I'm running it in the correct directory. The reinstall would be premature if I was using this virtual machine for anything else. I'm just using it to create kernels and to test for the FOG server that we have running. Like I said I made a lot of changes and think I messed something up before I posted here. There where some crazy suggestions out there and I'm sure atleast one of them has something to do with how screwy the virtual machine is running.
Reply With Quote
  #8  
Old 21st July 2009, 02:40 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
Not so premature if it's a virtual install. Those are throw away installations.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #9  
Old 21st July 2009, 02:52 PM
rheck Offline
Registered User
 
Join Date: Jul 2009
Location: North Augusta, SC
Posts: 6
Yep that's why I'm learning on this and not the FOG server.
Reply With Quote
  #10  
Old 21st July 2009, 03:08 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
Looks like you must have missed something. I am running Fedora 11. I've installed VirtualBox and then installed Fedora 11 within VirtualBox. From that virtual installation / OS I was able to successfully run make menuconfig. I had the same issue with ncurses-devel that I did earlier. Once I installed that menuconfig worked as expected.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #11  
Old 22nd July 2009, 02:30 PM
rheck Offline
Registered User
 
Join Date: Jul 2009
Location: North Augusta, SC
Posts: 6
Now that I have reinstalled Fedora 10 and installed "Development Tools", qt-devel, qt3-devel, and mcurses-devel both make menuconfig and make xconfig work. Thanks glennzo for your help.
Reply With Quote
  #12  
Old 23rd July 2009, 09:34 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
OK, good. Glad it works for you.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
Reply

Tags
xconfig

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
make xconfig error dehaseth Using Fedora 2 7th September 2009 07:15 PM
make xconfig does not work Samnsparky Using Fedora 4 12th August 2007 09:49 PM
make xconfig error; cannot find -lqt maahmad66 Using Fedora 3 20th April 2005 08:56 PM


Current GMT-time: 11:48 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat