On Sun, Sep 22, 2002 at 12:20:45AM -0700, David De Graff wrote: > I'm trying to build a kernel from source using the kernel-source-2.4.19 and > the instructions for the Debian standard method at: > > http://www.debian.org/doc/manuals/reference/ch-kernel.en.html
That's me :-) > When I execute make menuconfig, I get the error at the bottom of the session > text below. It looks like awk is giving a segmentation fault. This error > persists even after I've upgraded mawk and gawk to the versions on testing, > and switched simlinks to try both programs. I haven't found anything on this > in the mail list archives, so am asking for any tips here. > > BTW, the error below happened with the .config file from my current kernel > as well as below using the default config after I did a 'make distclean'. ... > Thx, > > Dave De Graff > > root@coral:/usr/src/kernel-source-2.4.19# make menuconfig Why you are root? # apt-get install debhelper modutils kernel-package libncurses5-dev # apt-get install kernel-source-2.4.18 # use latest version # vi /etc/kernel-pkg.conf # input my name and email Maybe I should have said: (<foo> is user name) # addgrp --group src <foo> # su <foo> $ cd /usr/src # build directory $ tar --bzip2 -xvf kernel-source-2.4.18.tar.bz2 ... If untar as root and if you are user, you may hit problem. -- ~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +++++ Osamu Aoki @ Cupertino CA USA, GPG-key: A8061F32 .''`. Debian Reference: post-installation user's guide for non-developers : :' : http://www.debian.org/doc/manuals/reference/ also http://qref.sf.net `. `' "Our Priorities are Our Users and Free Software" --- Social Contract -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]