Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Successful install, XFree86 failure, make menuconfig failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
billbar
n00b
n00b


Joined: 06 Jun 2003
Posts: 9
Location: Austin, TX

PostPosted: Fri Jun 06, 2003 10:30 pm    Post subject: Successful install, XFree86 failure, make menuconfig failed Reply with quote

Following the XFree86 (which I'll pursue in a later post) I wanted to review the parameters used in first compiling the kernel.

Here is my screen at this point:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
~root # cd /usr/src/linux
~linux # ls
COPYING RULES.Make gentoocfg030605 mm
CREDITS System.map gentoocfg030605.old net
Documentation arch include scripts
MAINTAINERS drivers init vmlinux
Makefile fs ipc
README gentoocfg030506 kernel
Reporting-Bugs gentoocfg030506.old lib
~linux # make menuconfig
rm-f include/asm
( cd include; ln -sf asm -i386 asm )
make -C scripts/lxdialog all
make[1]: Entering directory 'usr/src/linux-2.4.20/scripts/lxdialog'
make[1]: stat:inputbox.o Input/output error
gcc -Wall -Wstrict-prototypes -02 -fomit-frame-pointer-DLOCALE -DCURSES_LOCS="ncurses.h>" -c -o inputbox.o inputbox.c
Assembler messages:
Fatal: can't create inputbox.o: Input/output error
make[1]: *** [inputbox.o] error 1
make[1]: Leaving directory 'usr/src/linux-2.4.20/scripts/lxdialog'
make: *** [menuconfig] Error 2
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

Seems like I have to find out what is happening here before I can go back to the Xfree problem.

Thanks for your help,

Bill Barnes
Back to top
View user's profile Send private message
rojaro
l33t
l33t


Joined: 06 May 2002
Posts: 732

PostPosted: Fri Jun 06, 2003 10:54 pm    Post subject: Reply with quote

try the following commands ...
Code:
cd /usr/src/linux
cp .config ..
make mrproper
mv ../.config .
make menuconfig

if there is no ".config" file in your /usr/src/linux directory just run "make mrproper && make menuconfig"

edit: fixed typo
_________________
A mathematician is a machine for turning coffee into theorems. ~ Alfred Renyi (*1921 - †1970)


Last edited by rojaro on Sat Jun 07, 2003 8:45 am; edited 1 time in total
Back to top
View user's profile Send private message
billbar
n00b
n00b


Joined: 06 Jun 2003
Posts: 9
Location: Austin, TX

PostPosted: Sat Jun 07, 2003 2:51 am    Post subject: Reply with quote

Thanks. That enabled a run of 'make menuconfig'.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum