Opened 7 years ago

#1171 new defect

Ncurses 6.0 and Hosts with mawk and gawk

Reported by: William Harrington Owned by: clfs-commits@…
Priority: major Milestone: CLFS Standard 3.1.0
Component: BOOK Version: CLFS Standard GIT
Keywords: Cc: berzerkula@…, jonathan@…, chris@…, cross-lfs@…

Description

It may be that older versions of mawk are keeping ncurses 6.0 from building. Anyone with a host system install that has mawk and no gawk, or mawk and gawk may encounter issues where mawk is found first before gawk because of configure system.

Add the following before configure:

AWK=gawk

Another option is to add a sed command:

sed -i 's/.:space:./ \t/g' ncurses/base/MKlib_gen.sh

or

sed -i s/mawk// configure

Change History (0)

Note: See TracTickets for help on using tickets.