On Jul 23, 2012, at 17:46 PM, Armin K. wrote: > I've got a guy asking for support where Ncurses 5.9 fail to build at > temporary chapter. > > It seems that Ncurses there uses mawk by default even tough gawk is > installed (checked host requirements). Since mawk is used, headers > aren't generated correctly and make fails. >
No clue why. Host system requirements require gawk to be installed. With debian based systems bash should be the default shell, too. In chapter 5 glibc will fail to build if gawk is not installed. For debian based systems I suggest this, for the last few years: sudo apt-get install build-essential m4 bison texinfo gawk && sudo dpkg-reconfigure dash Maybe this will help. Sincerely, William Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page