Re: [blfs-dev] icu68 breakage

2020-10-30 Thread Douglas R. Reno via blfs-dev
On 10/30/20 6:15 PM, Ken Moffat via blfs-dev wrote: I see we've already had one set of fixes for changes in icu68, I hope it is not going to trash a lot of things. I've been building libxml2 --with-icu for some time, that breaks: /bin/sh ./libtool --tag=CC --mode=compile gcc

Re: [blfs-dev] icu68 breakage

2020-10-30 Thread Douglas R. Reno via blfs-dev
On 10/30/20 6:15 PM, Ken Moffat via blfs-dev wrote: I see we've already had one set of fixes for changes in icu68, I hope it is not going to trash a lot of things. I've been building libxml2 --with-icu for some time, that breaks: /bin/sh ./libtool --tag=CC --mode=compile gcc

Re: [blfs-dev] icu68 breakage

2020-10-30 Thread Marty Jack via blfs-dev
On Fri, 30 Oct 2020 18:15:49 -0500 Ken Moffat via blfs-dev wrote: > I see we've already had one set of fixes for changes in icu68, I > hope it is not going to trash a lot of things. > > I've been building libxml2 --with-icu for some time, that breaks: > > /bin/sh ./libtool --tag=CC

Re: [blfs-dev] icu68 breakage

2020-10-30 Thread Ken Moffat via blfs-dev
On Fri, Oct 30, 2020 at 06:56:19PM -0500, Douglas R. Reno via blfs-dev wrote: > > On 10/30/20 6:15 PM, Ken Moffat via blfs-dev wrote: > > I see we've already had one set of fixes for changes in icu68, I > > hope it is not going to trash a lot of things. > > > > I've been building libxml2

[blfs-dev] icu68 breakage

2020-10-30 Thread Ken Moffat via blfs-dev
I see we've already had one set of fixes for changes in icu68, I hope it is not going to trash a lot of things. I've been building libxml2 --with-icu for some time, that breaks: /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./include -I./include -pedantic -Wall

Re: [blfs-dev] icu68 breakage

2020-10-30 Thread Ken Moffat via blfs-dev
On Fri, Oct 30, 2020 at 07:10:40PM -0500, Marty Jack via blfs-dev wrote: > > > The fix is simple: replace TRUE by true and FALSE by false wherever it is > needed. > The requirement is pervasive. I have 3 packages that needed changes. The > qtwebengine touches a lot of files. > The one I had

Re: [blfs-dev] icu68 breakage

2020-10-30 Thread Ken Moffat via blfs-dev
On Sat, Oct 31, 2020 at 12:47:54AM +, Ken Moffat via blfs-dev wrote: > On Fri, Oct 30, 2020 at 06:56:19PM -0500, Douglas R. Reno via blfs-dev wrote: > > > > On 10/30/20 6:15 PM, Ken Moffat via blfs-dev wrote: > > > > > > This comes from encoding.c > > > > > > #ifdef LIBXML_ICU_ENABLED > > >