Custom Query (532 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 532)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#1172 duplicate Ncurses 6.0 and Hosts with mawk and gawk clfs-commits@… William Harrington
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
#1170 migratedtogithub Add --disable-libmpx to GCC configure for x86 clfs-commits@… Andrew Bradford
Description

musl doesn't seem to support struct _lib_fpstate which seems to be needed for libmpx (memory protection abilities on x86 platforms) so we should either disable libmpx during gcc stage 2 configure or find another way to work around this.

#1169 fixed Intool patch when using Perl 5.26 clfs-commits@… William Harrington
Description

Chris and I noticed that Intltool needs a patch when using latest Perl.

Add a patch and be done with it.

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.