[parisc-linux] does make menuconfig break for you?

willy@thepuffingroup.com willy@thepuffingroup.com
Fri, 28 Jan 2000 16:29:52 -0500


i've been testing out make menuconfig and i've realised why it breaks for
a lot of people.

if you get something like this output:

/bin/bash scripts/Menuconfig arch/parisc/config.in
Using defaults found in .config
Preparing scripts: functions, parsingawk: Cannot open file drivers/sound/Config.in.
        A maximum of 54 files can be open at one time.
 The source line number is 10.
Awk died with error code 2. Giving up.
........................scripts/Menuconfig: ./MCmenu30: line 6: syntax error: unexpected end of file


then this means the number of files you may have open simultaneously is
too low.  the default under hpux seems to be 60.  to fix this, type:

/usr/bin/ulimit -n 100

which is enough to work for me.  happy configuring..