Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896366 - app-i18n/ibus-pinyin-1.5.0-r5 - Parse error near line 5: no such column: the
Summary: app-i18n/ibus-pinyin-1.5.0-r5 - Parse error near line 5: no such column: the
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Yixun Lan
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-02-24 21:47 UTC by Toralf Förster
Modified: 2023-02-27 04:31 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,19.15 KB, text/plain)
2023-02-24 21:47 UTC, Toralf Förster
Details
app-i18n:ibus-pinyin-1.5.0-r5:20230224-203452.log.bz2 (app-i18n:ibus-pinyin-1.5.0-r5:20230224-203452.log.bz2,190.92 KB, application/x-bzip)
2023-02-24 21:47 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,62.18 KB, application/x-bzip)
2023-02-24 21:47 UTC, Toralf Förster
Details
environment (environment,122.10 KB, text/plain)
2023-02-24 21:47 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,843 bytes, application/x-bzip)
2023-02-24 21:47 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,44.14 KB, application/x-bzip)
2023-02-24 21:47 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,12.84 KB, application/x-bzip)
2023-02-24 21:47 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,222.22 KB, application/x-bzip)
2023-02-24 21:47 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-02-24 21:47:47 UTC
Making all in english
make[4]: Entering directory '/var/tmp/portage/app-i18n/ibus-pinyin-1.5.0-r5/work/ibus-pinyin-1.5.0/data/db/english'
\
rm -f english.db; \
gawk -f ./english.awk ./wordlist | /usr/bin/sqlite3 english.db || \
	( rm -f english.db ; exit 1 )
Parse error near line 5: no such column: the
  INSERT INTO english (word, freq) VALUES ("the", "6.510891");
                             error here ---^

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j5-20230222-000028

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.7
Python 3.10.10
Available Rust versions:
  [1]   rust-1.67.1 *
php cli (if any):

  HEAD of ::gentoo
commit 278fc9f45d07a95ec931c892093ca97ffdc81907
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Feb 24 20:17:02 2023 +0000

    2023-02-24 20:17:01 UTC

emerge -qpvO app-i18n/ibus-pinyin
[ebuild  N    ] app-i18n/ibus-pinyin-1.5.0-r5  USE="boost nls -lua" LUA_SINGLE_TARGET="lua5-1" PYTHON_SINGLE_TARGET="python3_10 -python3_9"
Comment 1 Toralf Förster gentoo-dev 2023-02-24 21:47:48 UTC
Created attachment 854474 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-02-24 21:47:49 UTC
Created attachment 854476 [details]
app-i18n:ibus-pinyin-1.5.0-r5:20230224-203452.log.bz2
Comment 3 Toralf Förster gentoo-dev 2023-02-24 21:47:51 UTC
Created attachment 854478 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2023-02-24 21:47:52 UTC
Created attachment 854480 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-02-24 21:47:53 UTC
Created attachment 854482 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-02-24 21:47:54 UTC
Created attachment 854484 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-02-24 21:47:55 UTC
Created attachment 854486 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-02-24 21:47:56 UTC
Created attachment 854488 [details]
temp.tar.bz2
Comment 9 yongxiang 2023-02-26 14:16:26 UTC
I was able to reproduce the problem after upgrading sqlite to 3.41.0.
Comment 10 yongxiang 2023-02-26 14:21:14 UTC
It compiles fine on sqlite 3.40.1.
Comment 11 Larry the Git Cow gentoo-dev 2023-02-27 04:31:18 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f4d2ebbb6d06762e2e75eb896283731c69fe6ea

commit 8f4d2ebbb6d06762e2e75eb896283731c69fe6ea
Author:     jinqiang zhang <peeweep@0x0.ee>
AuthorDate: 2023-02-27 04:05:11 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2023-02-27 04:31:10 +0000

    app-i18n/ibus-pinyin: fix sqlite 3.41.0 build failure
    
    Closes: https://bugs.gentoo.org/896366
    Closes: https://github.com/gentoo/gentoo/pull/29822
    Signed-off-by: jinqiang zhang <peeweep@0x0.ee>
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 .../files/ibus-pinyin-1.5.0-sqlite-3.41.0.patch    | 23 ++++++++++++++++++++++
 app-i18n/ibus-pinyin/ibus-pinyin-1.5.0-r5.ebuild   |  1 +
 2 files changed, 24 insertions(+)