Opened 7 years ago
Closed 7 years ago
#1172 closed defect (duplicate)
Ncurses 6.0 and Hosts with mawk and gawk
Reported by: | William Harrington | Owned by: | |
---|---|---|---|
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 the 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
Note:
See TracTickets
for help on using tickets.