Comment # 1 on bug 1208636 from
sqlite 3.41.0 also results in build failures of e.g. ibus-libpinyin, with
similar errors:

[   69s] gawk -f ./english.awk ./wordlist | /usr/bin/sqlite3 english.db || \
[   69s]     ( rm -f english.db ; exit 1 )
[   69s] Parse error near line 5: no such column: the
[   69s]   INSERT INTO english (word, freq) VALUES ("the", 6.510891);
[   69s]                              error here ---^
[   69s] Parse error near line 6: no such column: of
[   69s]   INSERT INTO english (word, freq) VALUES ("of", 3.095330);
[   69s]                              error here ---^
[   69s] Parse error near line 7: no such column: and
[   69s]   INSERT INTO english (word, freq) VALUES ("and", 2.822903);
[   69s]                              error here ---^

I'm considering to revert sqlite to 3.40.x until this can be addressed


You are receiving this mail because: