Bug#1010118: qtwebkit-opensource-src FTBFS with ICU 71.1
Source: qtwebkit-opensource-src
Version: 5.212.0~alpha4-14
Severity: serious
Tags: ftbfs
X-Debbugs-Cc: Laszlo Boszormenyi (GCS) <gcs@debian.org>
https://buildd.debian.org/status/logs.php?pkg=qtwebkit-opensource-src&ver=5.212.0%7Ealpha4-14%2Bb2
...
In file included from /<<PKGBUILDDIR>>/Source/WebCore/platform/text/TextAllInOne.cpp:31:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/TextCodecICU.cpp: In member function ‘void WebCore::TextCodecICU::createICUConverter() const’:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/TextCodecICU.cpp:311:42: error: ‘TRUE’ was not declared in this scope
311 | ucnv_setFallback(m_converterICU, TRUE);
| ^~~~
...
In file included from /<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProvider.cpp:27,
from /<<PKGBUILDDIR>>/Source/WebCore/platform/text/TextAllInOne.cpp:40:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProvider.h: In function ‘bool WebCore::uTextAccessInChunkOrOutOfRange(UText*, int64_t, int64_t, UBool, UBool&)’:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProvider.h:83:28: error: ‘TRUE’ was not declared in this scope
83 | isAccessible = TRUE;
| ^~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProvider.h:88:28: error: ‘FALSE’ was not declared in this scope
88 | isAccessible = FALSE;
| ^~~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProvider.h:97:28: error: ‘TRUE’ was not declared in this scope
97 | isAccessible = TRUE;
| ^~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProvider.h:102:28: error: ‘FALSE’ was not declared in this scope
102 | isAccessible = FALSE;
| ^~~~~
In file included from /<<PKGBUILDDIR>>/Source/WebCore/platform/text/TextAllInOne.cpp:41:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp: In function ‘UBool WebCore::uTextLatin1Access(UText*, int64_t, UBool)’:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:103:20: error: ‘TRUE’ was not declared in this scope
103 | return TRUE;
| ^~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:108:20: error: ‘FALSE’ was not declared in this scope
108 | return FALSE;
| ^~~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:114:20: error: ‘TRUE’ was not declared in this scope
114 | return TRUE;
| ^~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:119:20: error: ‘FALSE’ was not declared in this scope
119 | return FALSE;
| ^~~~~
In file included from /<<PKGBUILDDIR>>/Source/WebCore/platform/text/TextAllInOne.cpp:41:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:147:12: error: ‘TRUE’ was not declared in this scope
147 | return TRUE;
| ^~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp: In function ‘UBool WebCore::uTextLatin1ContextAwareAccess(UText*, int64_t, UBool)’:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:339:16: error: ‘FALSE’ was not declared in this scope
339 | return FALSE;
| ^~~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderLatin1.cpp:359:12: error: ‘TRUE’ was not declared in this scope
359 | return TRUE;
| ^~~~
In file included from /<<PKGBUILDDIR>>/Source/WebCore/platform/text/TextAllInOne.cpp:42:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp: In function ‘UBool WebCore::uTextUTF16ContextAwareAccess(UText*, int64_t, UBool)’:
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp:128:16: error: ‘FALSE’ was not declared in this scope
128 | return FALSE;
| ^~~~~
/<<PKGBUILDDIR>>/Source/WebCore/platform/text/icu/UTextProviderUTF16.cpp:148:12: error: ‘TRUE’ was not declared in this scope
148 | return TRUE;
| ^~~~
...
Reply to: