Git Product home page Git Product logo

gentoo-zh's Introduction

rule no.1

DO NOT BREAK PEOPLE'S SYSTEM

rule no.2

DO NOT BREAK PEOPLE'S SYSTEM

rule no.3

follow rule no.1 and no.2

the dependencies table

https://github.com/microcai/gentoo-zh/blob/deps-table/relation.md

commit message

  • for non-version bump commit, commit message should be like this:

      $category/$package: one line short description message
      {empty line}
      multiple lines of description about why you change this.
      if you change to fix the bug, and if there is an GitHub
      issue entry for that bug, then point the bug link here.
    
  • for version bump commit, commit message should be like this:

      $category/$package: version bump to $new_version
    

package review

  • I trust contributors that have commit rights, therefore commitors should think carefully before committing.

  • If you want to discuss your commit/patch, push to another branch or send a Pull Request and discuss in the GitHub Issue, mailing list, or talk to the maintainer directly.

  • If you are sending a new pull request, make sure it contains all necessary commits for a single contribution, e.g. don't send two pull requests for an ebuild and its Manifest.

  • Every ebuild change should not produce compile error before committing.

  • Every ebuild should be tested in every ARCH that it KEYWORDS for. if not, don't claim that you support that keyword.

  • If you are writing the ebuild for a font, and you are using stantard font.eclass to install the font, I could grant an exception for the must-tested-in-every-ARCH rule. You could use something like

    KEYWORDS="alpha amd64 arm hppa ia64 ppc mips ~s390 ~sh sparc x86 ~x86-fbsd"

    But please don't abuse this exception. It must be a pure font package.

    See wiki for some package not working

gentoo-zh's People

Contributors

acevery avatar aieu avatar biergaizi avatar caspervector avatar chn-beta avatar coderoar avatar dlanx avatar gouwazi avatar hougelangley avatar jiajunw avatar liangyongxiang avatar lidroid avatar linerre avatar liuyujielol avatar matlinuxer2 avatar microcai avatar oahong avatar oatiz avatar oripoin avatar peeweep avatar r0bertz avatar scsi avatar st0nie avatar stlifey avatar tlze avatar tolbkni avatar vowstar avatar wgjak47 avatar zhtengw avatar zozx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gentoo-zh's Issues

openyoudao 一个查单词开源项目,用有道在线api,安装即用,不用到处找词典,但依赖网络。


# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

inherit git-2

DESCRIPTION="openyoudao is a youdao client for linux."
HOMEPAGE="http://openyoudao.org"

#EGIT_BRANCH="dev"
EGIT_REPO_URI="https://github.com/justzx2011/openyoudao"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="x11-misc/xclip
    dev-python/pywebkitgtk
    dev-python/python-xlib
    dev-python/lxml
    dev-python/beautifulsoup"

RDEPEND="${DEPEND}"

src_prepare(){
        sed -i '1s/from BeautifulSoup/from bs4/' fusionyoudao.py || die "patch error"
}

src_install(){
        insinto /usr/bin
        dobin ${S}/scripts/openyoudao || die "Install failed"

        insinto /usr/lib/openyoudao
        doins ${S}/*.py || die "lib install failed"

        insinto /usr/share/openyoudao
        doins -r ${S}/cache/* || die "cache install failed"

        insinto /usr/share/applications
        doins ${S}/desktop/openyoudao.desktop || die "desktop link install failed"
}

dev-android/android-studio

建议删除。1、版本旧了,无法下载包,2、官方已有此包(dev-util/android-studio),版本较高,可正常使用。

Please version bump app-i18n/librime

[ebuild     UD ] app-i18n/librime-0.9.7::gentoo-zh [0.9.8::gentoo] USE="-static-libs" 0 kB
[ebuild     UD ] app-i18n/rime-data-0.16::gentoo-zh [0.18::gentoo] 0 kB
[ebuild     UD ] app-i18n/ibus-rime-0.9.7::gentoo-zh [0.9.8::gentoo] 0 kB

I have to downgrade these packages.

关于Longene QQ 去掉IUSE system-wine的讨论

是这样的,昨天看到龙井更新QQ,于是到官网看了一下发现并没有提供官方下载链接,和龙井管理员商量之后在今天添加了官方下载地址,然后过程中讨论了一下wine的问题,官方的回答是 这个wine又优化和修改过,最好不要直接替换,于是去掉了这个选项,然后新版本的话貌似也没longene/qq/wine这个目录了

Missing dependency?

When emerged x11-plugins/pidgin-lwqq,I get:

-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1") 
CMake Error at cmake/FindEV.cmake:39 (MESSAGE):
  Could not find libev library
Call Stack (most recent call first):
  CMakeLists.txt:39 (find_package)

then I emerge libev,and emerge pidign-lwqq successfully.
Should it be added as a dependency?

I'm new to gentoo.So I'm not sure

emerge sys-kernel/e-sources-3.10.13::gentoo-zh failed

[ebuild     U  ] sys-kernel/e-sources-3.10.13:3.10::gentoo-zh [3.10.12:3.10::gentoo-zh] USE="additional%* aufs cjktty experimental%* gentoo imq%* optimization symlink uksm -build -ck -deblob -reiser4 -tuxonice" 314 kB
[ebuild  rR    ] net-misc/spice-gtk-0.21  USE="dbus gtk3 introspection policykit pulseaudio python sasl usbredir vala -doc -gstreamer -smartcard -static-libs" PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB
[ebuild  rR    ] app-emulation/qemu-1.6.0-r1  USE="aio alsa bluetooth caps curl fdt filecaps gtk iscsi jpeg mixemu ncurses opengl png pulseaudio python rbd sasl sdl seccomp spice tci threads tls usbredir uuid vhost-net virtfs vnc xattr xfs -accessibility -debug -glusterfs (-selinux) -smartcard -static -static-softmmu -static-user -systemtap {-test} -vde -xen" PYTHON_TARGETS="python2_7 -python2_6" QEMU_SOFTMMU_TARGETS="arm i386 mips x86_64 -alpha -cris -lm32 -m68k -microblaze -microblazeel -mips64 -mips64el -mipsel -moxie -or32 -ppc -ppc64 -ppcemb -s390x -sh4 -sh4eb -sparc -sparc64 -unicore32 -xtensa -xtensaeb" QEMU_USER_TARGETS="arm i386 mips x86_64 -alpha -armeb -cris -m68k -microblaze -microblazeel -mips64 -mips64el -mipsel -mipsn32 -mipsn32el -or32 -ppc -ppc64 -ppc64abi32 -s390x -sh4 -sh4eb -sparc -sparc32plus -sparc64 -unicore32" 0 kB
[ebuild  rR    ] app-emulation/libvirt-1.1.2-r3  USE="audit caps fuse iscsi libvirtd lvm lxc macvtap nfs nls parted pcap phyp policykit python qemu rbd sasl systemd udev vepa virt-network -avahi -firewalld -numa -openvz (-selinux) -uml -virtualbox -xen" PYTHON_SINGLE_TARGET="python2_7 -python2_6" PYTHON_TARGETS="python2_7 -python2_6" 0 kB

Total: 4 packages (1 upgrade, 3 reinstalls), Size of downloads: 314 kB

Would you like to merge these packages? [Yes/No] y

>>> Verifying ebuild manifests
>>> Running pre-merge checks for app-emulation/qemu-1.6.0-r1
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/3.10.12-e/build
 * Found sources for kernel version:
 *     3.10.12-e
 * Checking for suitable kernel configuration options...
 *   If you have an AMD CPU, you must enable KVM_AMD in your kernel configuration.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.

>>> Emerging (1 of 4) sys-kernel/e-sources-3.10.13 from gentoo-zh
 * Fetching files in the background. To view fetch progress, run
 * `tail -f /var/log/emerge-fetch.log` in another terminal.
 * genpatches-3.10-20.base.tar.xz SHA256 size ;-) ...                                                                                                                                                                                  [ ok ]
 * genpatches-3.10-20.extras.tar.xz SHA256 size ;-) ...                                                                                                                                                                                [ ok ]
 * genpatches-3.10-20.experimental.tar.xz SHA256 size ;-) ...                                                                                                                                                                          [ ok ]
 * aufs-sources-3.10_p20130915.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                             [ ok ]
 * cjktty-for-3.8.1.patch.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                      [ ok ]
 * kernel-310-gcc48-2.patch SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                       [ ok ]
 * uksm-0.1.2.2-for-v3.10.patch SHA256 size ;-) ...                                                                                                                                                                                    [ ok ]
 * linux-3.10.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                              [ ok ]
>>> Preparing to unpack ...
>>> Unpacking source...
>>> Unpacking aufs-sources-3.10_p20130915.tar.xz to /var/tmp/portage/sys-kernel/e-sources-3.10.13/work
>>> Unpacking linux-3.10.tar.xz to /var/tmp/portage/sys-kernel/e-sources-3.10.13/work
>>> Unpacking genpatches-3.10-20.base.tar.xz to /var/tmp/portage/sys-kernel/e-sources-3.10.13/work/patches/000001
>>> Unpacking genpatches-3.10-20.extras.tar.xz to /var/tmp/portage/sys-kernel/e-sources-3.10.13/work/patches/000002
>>> Unpacking genpatches-3.10-20.experimental.tar.xz to /var/tmp/portage/sys-kernel/e-sources-3.10.13/work/patches/000003

 * FATAL: unable to locate:
 * /var/lib/layman/gentoo-zh/sys-kernel/e-sources/files/3.10/patch-imqmq-3.10.diff.xz
 * for read-only. The file either has incorrect permissions
 * or does not exist.
 * ERROR: sys-kernel/e-sources-3.10.13::gentoo-zh failed (unpack phase):
 *   Unable to locate /var/lib/layman/gentoo-zh/sys-kernel/e-sources/files/3.10/patch-imqmq-3.10.diff.xz
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_unpack
 *   environment, line 3233:  Called kernel-2_src_unpack
 *   environment, line 2400:  Called unipatch '  /var/tmp/portage/sys-kernel/e-sources-3.10.13/distdir/genpatches-3.10-20.base.tar.xz /var/tmp/portage/sys-kernel/e-sources-3.10.13/distdir/genpatches-3.10-20.extras.tar.xz /var/tmp/portage/sys-kernel/e-sources-3.10.13/distdir/genpatches-3.10-20.experimental.tar.xz  
 *                  /var/tmp/portage/sys-kernel/e-sources-3.10.13/work/aufs3-base.patch
 *                  /var/tmp/portage/sys-kernel/e-sources-3.10.13/work/aufs3-proc_map.patch
 *                  /var/tmp/portage/sys-kernel/e-sources-3.10.13/work/aufs3-kbuild.patch
 *                  /var/tmp/portage/sys-kernel/e-sources-3.10.13/work/aufs3-standalone.patch
 *               /var/tmp/portage/sys-kernel/e-sources-3.10.13/distdir/cjktty-for-3.8.1.patch.xz:1 /var/lib/layman/gentoo-zh/sys-kernel/e-sources/files/3.10/patch-imqmq-3.10.diff.xz:1 /var/tmp/portage/sys-kernel/e-sources-3.10.13/distdir/kernel-310-gcc48-2.patch:1 /var/tmp/portage/sys-kernel/e-sources-3.10.13/distdir/uksm-0.1.2.2-for-v3.10.patch:1'
 *   environment, line 3783:  Called die
 * The specific snippet of code:
 *                       die Unable to locate ${i};
 * 
 * If you need support, post the output of `emerge --info '=sys-kernel/e-sources-3.10.13::gentoo-zh'`,
 * the complete build log and the output of `emerge -pqv '=sys-kernel/e-sources-3.10.13::gentoo-zh'`.
 * The complete build log is located at '/var/tmp/portage/sys-kernel/e-sources-3.10.13/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-kernel/e-sources-3.10.13/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-kernel/e-sources-3.10.13/work/linux-3.10.13-e'
 * S: '/var/tmp/portage/sys-kernel/e-sources-3.10.13/work/linux-3.10.13-e'

deepin-video-player missing dependency

Traceback (most recent call last):
File "/usr/bin/deepin-media-player", line 26, in
from player_box import PlayerBox
File "/usr/share/deepin-media-player/src/player_box.py", line 60, in
from code_to_utf_8 import auto_decode
File "/usr/share/deepin-media-player/src/code_to_utf_8.py", line 1, in
import chardet
ImportError: No module named chardet

dev-python/chardet needed

app-book/git-magic and net-misc/you-get failed

app-book/git-magic

  1. misspelling mistake
    change all boot to book
  2. add english version support?
  3. better change name to app-doc/gitmagic

net-misc/you-get-9999

upstream updates directory structure, so

--- /var/lib/layman/gentoo-zh/net-misc/you-get/you-get-9999.ebuild  2013-02-27 18:23:30.322260660 +0800
+++ /usr/local/portage/net-misc/you-get/you-get-9999.ebuild 2013-02-27 18:29:25.642265723 +0800
@@ -33,3 +33,3 @@
    insinto $(python_get_sitedir)
-   doins -r you_get || die
+   doins -r src/you_get || die
 }

net-im/wineqq required a huge amount of abi_x86_32 packages

My system is almost broken now...

# required by media-libs/freetype-2.5.3-r1[bzip2]
# required by media-libs/harfbuzz-0.9.28[truetype]
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=app-arch/bzip2-1.0.6-r7 abi_x86_32
# required by net-print/cups-1.7.1-r2[dbus]
# required by x11-libs/gtk+-2.24.23-r1[cups]
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=sys-apps/dbus-1.8.2 abi_x86_32
# required by x11-libs/cairo-1.12.16-r3[opengl]
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=media-libs/mesa-10.2.0_rc5 abi_x86_32
# required by media-libs/libpng-1.6.10
# required by media-libs/freetype-2.5.3-r1[png]
# required by media-libs/harfbuzz-0.9.28[truetype]
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=sys-libs/zlib-1.2.8-r1 abi_x86_32
# required by x11-libs/libXcomposite-0.4.4-r1
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/compositeproto-0.4.2-r1 abi_x86_32
# required by x11-libs/libXi-1.7.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXfixes-5.0.1 abi_x86_32
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/kbproto-1.0.6-r1 abi_x86_32
# required by media-plugins/grilo-plugins-0.2.12
# required by media-video/totem-3.12.1
# required by @selected
# required by @world (argument)
>=media-libs/grilo-0.2.10 playlist
# required by x11-libs/cairo-1.12.16-r3
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/pixman-0.32.4 abi_x86_32
# required by net-print/cups-1.7.1-r2
# required by x11-libs/gtk+-2.24.23-r1[cups]
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=virtual/pkgconfig-0-r1 abi_x86_32
# required by media-libs/harfbuzz-0.9.28[graphite]
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=media-gfx/graphite2-1.2.4-r1 abi_x86_32
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
=x11-libs/cairo-1.12.16-r3 abi_x86_32
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/xf86bigfontproto-1.2.0-r1 abi_x86_32
# required by media-libs/fontconfig-2.11.1-r1
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=dev-libs/expat-2.1.0-r4 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/gdk-pixbuf-2.30.8 abi_x86_32
# required by x11-libs/libxcb-1.10
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=dev-libs/libpthread-stubs-0.3-r1 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXi-1.7.2 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=dev-libs/atk-2.12.0-r1 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/pango-1.36.3-r2 abi_x86_32
# required by x11-libs/cairo-1.12.16-r3
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=media-libs/libpng-1.6.10 abi_x86_32
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
=media-libs/harfbuzz-0.9.28 abi_x86_32
# required by x11-libs/libXdamage-1.1.4-r1
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/damageproto-1.2.1-r1 abi_x86_32
# required by net-print/cups-1.7.1-r2[-gnutls,ssl]
# required by x11-libs/gtk+-2.24.23-r1[cups]
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
=dev-libs/openssl-1.0.1h-r2 abi_x86_32
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libxcb-1.10 abi_x86_32
# required by x11-libs/libXrender-0.9.8
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/renderproto-0.11.1-r1 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXdamage-1.1.4-r1 abi_x86_32
# required by x11-libs/libXfixes-5.0.1
# required by x11-libs/libXi-1.7.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/fixesproto-5.0-r1 abi_x86_32
# required by x11-libs/libXft-2.3.1-r1
# required by x11-libs/pango-1.36.3-r2[X]
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXrender-0.9.8 abi_x86_32
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/gtk+-2.24.23-r1:2 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1[xinerama]
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXinerama-1.1.3 abi_x86_32
# required by x11-libs/libXi-1.7.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libX11-1.6.2 abi_x86_32
# required by x11-libs/libXi-1.7.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/inputproto-2.3.1 abi_x86_32
# required by x11-libs/libxcb-1.10
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXau-1.0.8 abi_x86_32
# required by x11-libs/libXext-1.3.2
# required by x11-libs/libXi-1.7.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/xextproto-7.3.0 abi_x86_32
# required by virtual/pkgconfig-0-r1
# required by net-print/cups-1.7.1-r2
# required by x11-libs/gtk+-2.24.23-r1[cups]
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
=dev-util/pkgconfig-0.28-r1 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXcursor-1.1.14 abi_x86_32
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/xproto-7.0.26 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXrandr-1.4.2 abi_x86_32
# required by x11-libs/libxcb-1.10
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXdmcp-1.1.1-r1 abi_x86_32
# required by media-libs/harfbuzz-0.9.28[icu]
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=dev-libs/icu-52.1 abi_x86_32
# required by x11-libs/libXi-1.7.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXext-1.3.2 abi_x86_32
# required by media-libs/harfbuzz-0.9.28[glib]
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=dev-libs/glib-2.40.0 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXcomposite-0.4.4-r1 abi_x86_32
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/randrproto-1.4.0-r1 abi_x86_32
# required by x11-libs/pango-1.36.3-r2[X]
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-libs/libXft-2.3.1-r1 abi_x86_32
# required by x11-libs/cairo-1.12.16-r3
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=media-libs/freetype-2.5.3-r1 abi_x86_32
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=media-libs/fontconfig-2.11.1-r1 abi_x86_32
# required by x11-libs/libXinerama-1.1.3
# required by x11-libs/gtk+-2.24.23-r1[xinerama]
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/xineramaproto-1.2.1-r1 abi_x86_32
# required by x11-libs/cairo-1.12.16-r3
# required by x11-libs/pango-1.36.3-r2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=dev-libs/lzo-2.06-r1 abi_x86_32
# required by x11-libs/libxcb-1.10
# required by x11-libs/libX11-1.6.2
# required by x11-libs/libXrandr-1.4.2
# required by x11-libs/gtk+-2.24.23-r1
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
>=x11-proto/xcb-proto-1.10 abi_x86_32
# required by x11-libs/gtk+-2.24.23-r1[cups]
# required by net-im/wineqq-20140102::gentoo-zh
# required by @selected
# required by @world (argument)
=net-print/cups-1.7.1-r2 abi_x86_32

emerge: there are no ebuilds built with USE flags to satisfy ">=x11-proto/renderproto-0.9.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?]".
!!! One of the following packages is required to complete your request:
- x11-libs/libXrender-0.9.8::gentoo (Change USE: -abi_x86_32)
(dependency required by "x11-libs/libXrender-0.9.8" [ebuild])
(dependency required by "x11-libs/libXft-2.3.1-r1" [ebuild])
(dependency required by "x11-libs/pango-1.36.3-r2[X]" [ebuild])
(dependency required by "x11-libs/gtk+-2.24.23-r1" [ebuild])
(dependency required by "net-im/wineqq-20140102::gentoo-zh" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

stardict-3.0.4 两个小问题

第一次报bug。
i386的kde ~x86环境下编译不通过。两个小问题:
1、app-text/gnome-doc-utils依赖问题,无此依赖,configure无法通过。添加此依赖后问题解决。
2、编译时的scrollkeeper参数出现问题,发现是--disable-updateinfo和--disable-scrollkeeper两个参数中间无空格。按如下方法解决:
67行“G2CONF+="--enable-scrollkeeper"”和69行“G2CONF+="--disable-scrollkeeper"”前面添加一个换行符。

[gnome-base/gnome-settings-daemon]break my gnome

It just gave me an error like Gtk+ initialization error. I forgot what exactly it is.
After layman -d gentoo-zh && emerge gnome-settings-daemon gnome return to work.

吐槽就用中文写了吧,虽然说巨弱玩挂系统不能怪大神,但是我因为这玩意调了一上午啊,为什么不 hardmask 掉啊...最后才想到 journalctl -b 我要多脑残啊,然后发现这货跑不起来直接把 Gnome 崩了啊,然后 emerge --search 才发现竟然被 gentoo-zh 替代了,然后这个 .99 看着就知道不靠谱的东西是什么啊 =_= 为什么我会傻叉到更新的时候没有注意!!!

Can not build dev-cpp/manpages-cpp-9999

>>> Emerging (1 of 1) dev-cpp/manpages-cpp-9999 from gentoo-zh
>>> Unpacking source...
 * git.eclass is deprecated.
 * Please update your ebuilds to use git-2 instead. For details, see
 * http://archives.gentoo.org/gentoo-dev/msg_b7ba363cae580845819ae3501fb157e9.xml
 * GIT update -->
 *    repository:               git://github.com/aitjcize/cppman.git
 *    at the commit:            6cc3192e3755705c67aef74aecf004080d5ea779
 *    branch:                   master
 *    storage directory:        "/data/System/usr/portage/distfiles/git-src/manpages-cpp"
正克隆到 '/var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999'...
完成。
>>> Unpacked to /var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999
>>> Source unpacked in /var/tmp/portage/dev-cpp/manpages-cpp-9999/work
>>> Preparing source in /var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999 ...
 * Building of dev-cpp/manpages-cpp-9999 with CPython 2.7...
python2.7 setup.py build -b build-2.7
running build
running build_py
creating build-2.7
creating build-2.7/lib
creating build-2.7/lib/cppman
copying cppman/Crawler.py -> build-2.7/lib/cppman
copying cppman/__init__.py -> build-2.7/lib/cppman
copying cppman/Formatter.py -> build-2.7/lib/cppman
copying cppman/cppman.py -> build-2.7/lib/cppman
copying cppman/Environ.py -> build-2.7/lib/cppman
copying cppman/Config.py -> build-2.7/lib/cppman
warning: build_py: byte-compiling is disabled, skipping.

running build_scripts
creating build-2.7/scripts-2.7
copying and adjusting bin/cppman -> build-2.7/scripts-2.7
changing mode of build-2.7/scripts-2.7/cppman from 644 to 755
>>> Source compiled.
>>> Test phase [not enabled]: dev-cpp/manpages-cpp-9999

>>> Install manpages-cpp-9999 into /var/tmp/portage/dev-cpp/manpages-cpp-9999/image/ category dev-cpp
 * Installation of dev-cpp/manpages-cpp-9999 with CPython 2.7...
python2.7 setup.py build -b build-2.7 install --no-compile --root=/var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7
running build
running build_py
warning: build_py: byte-compiling is disabled, skipping.

running build_scripts
running install
running install_lib
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages/cppman
copying build-2.7/lib/cppman/Crawler.py -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages/cppman
copying build-2.7/lib/cppman/__init__.py -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages/cppman
copying build-2.7/lib/cppman/Formatter.py -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages/cppman
copying build-2.7/lib/cppman/cppman.py -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages/cppman
copying build-2.7/lib/cppman/Environ.py -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages/cppman
copying build-2.7/lib/cppman/Config.py -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib64/python2.7/site-packages/cppman
warning: install_lib: byte-compiling is disabled, skipping.

running install_scripts
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/bin
copying build-2.7/scripts-2.7/cppman -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/bin
changing mode of /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/bin/cppman to 755
running install_data
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib/cppman
copying lib/index.db -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib/cppman
copying lib/pager_vim.sh -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib/cppman
copying lib/pager_less.sh -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib/cppman
copying lib/cppman.vim -> /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/lib/cppman
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/share
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/share/doc
creating /var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/images/2.7/usr/share/doc/cppman
error: can't copy 'README': doesn't exist or not a regular file
 * ERROR: dev-cpp/manpages-cpp-9999 failed (install phase):
 *   Installation failed with CPython 2.7 in distutils_installation() function
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 5789:  Called distutils_src_install
 *   environment, line 1384:  Called python_execute_function 'distutils_installation'
 *   environment, line 3945:  Called die
 * The specific snippet of code:
 *                       die "${_python[failure_message]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-cpp/manpages-cpp-9999'`,
 * the complete build log and the output of `emerge -pqv '=dev-cpp/manpages-cpp-9999'`.
 * This ebuild is from an overlay named 'gentoo-zh': '/var/lib/layman/gentoo-zh/'
 * The complete build log is located at '/var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999'
 * S: '/var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999'

>>> Failed to emerge dev-cpp/manpages-cpp-9999, Log file:

>>>  '/var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/build.log'

 * Messages for package dev-cpp/manpages-cpp-9999:

 * GIT update -->
 *    repository:               git://github.com/aitjcize/cppman.git
 *    at the commit:            6cc3192e3755705c67aef74aecf004080d5ea779
 *    branch:                   master
 *    storage directory:        "/data/System/usr/portage/distfiles/git-src/manpages-cpp"
 * ERROR: dev-cpp/manpages-cpp-9999 failed (install phase):
 *   Installation failed with CPython 2.7 in distutils_installation() function
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_install
 *   environment, line 5789:  Called distutils_src_install
 *   environment, line 1384:  Called python_execute_function 'distutils_installation'
 *   environment, line 3945:  Called die
 * The specific snippet of code:
 *                       die "${_python[failure_message]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-cpp/manpages-cpp-9999'`,
 * the complete build log and the output of `emerge -pqv '=dev-cpp/manpages-cpp-9999'`.
 * This ebuild is from an overlay named 'gentoo-zh': '/var/lib/layman/gentoo-zh/'
 * The complete build log is located at '/var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-cpp/manpages-cpp-9999/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999'
 * S: '/var/tmp/portage/dev-cpp/manpages-cpp-9999/work/manpages-cpp-9999'

source-han-sans should not override my system's default chinese font

Currently source-han-sans overrides my system's default Chinese font in 42-source-han-sans-sc-normal.conf.

Please read /etc/fonts/conf.d/README.

Font substitute such as <prefer> should not be written in a file whose number is less than 60 because it will override user's config in 50-user.conf.

Please either remove Font substitute or move it to a file such as 68-source-han-sans-xxx.conf

media-plugins/gst-plugins-vaapi-0.5.6-r100 No package 'gstreamer-basevideo-1.0' found

checking for GST_VIDEO... yes
checking for GstVideoOverlayComposition... yes
checking ... with advanced format flags... yes
checking for GstVideoDecoder... yes
checking for GST_BASEVIDEO... no
configure: error: Package requirements (gstreamer-basevideo-1.0 >= 1.0.0) were not met:

No package 'gstreamer-basevideo-1.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables GST_BASEVIDEO_CFLAGS
and GST_BASEVIDEO_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

貌似没有一个软件包叫gstreamer-basevideo,我安装了gst-plugins-meta信息如下
eix -I media-plugins/gst-plugins-meta
[I] media-plugins/gst-plugins-meta
Available versions:
(0.10) *0.10-r7 0.10-r8 0.10-r81 1.0-r1
{X a52 aac alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass libvisual mms mp3 mpeg musepack ogg opus oss pulseaudio taglib theora v4l vaapi vcd vorbis vpx wavpack x264 xv xvid}
Installed versions: 1.0-r1(1.0)(02:49:18 AM 01/29/2014)(X a52 aac alsa cdda dts dvd ffmpeg flac http lame libass libvisual mms mp3 mpeg ogg opus pulseaudio taglib theora v4l vcd vorbis wavpack x264 -dv -dvb -jack -oss -vpx)
Homepage: http://www.gentoo.org
Description: Meta ebuild to pull in gst plugins for apps

将第三方 QQ 修改版本加入 gentoo-zh

本人的一些使用新的,分享给大家一下 :)

相信接触电脑的人都会有 QQ,并且都用 QQ 来交流,但是 Linux 上 QQ 比较悲剧,因为官方没有推出和 Windows 环境下一样好用的版本. 龙井内核兼容论坛做的 Wine 版本算是一个比较好的解决方案,可以说是是大家用的最多的一个版本了,不但能够解决大家使用这个软件的问题,而且达到和 Win 平台下一样的效果。

但是有一点比较差一点,就是龙井用了官方的 QQ ,缺点就是很多没用的组件,和不友善的功能都不能像 Windows下面那样通过打一些个人的补丁来解决,一些比较著名的破解者比如 zd423、_独木成林_他们做的修改版,不但实用而且去除了广告等一系列用户感觉不喜欢的地方。

由于接触独木成林修改版比较早,几乎每个版本都在使用,于是自己也尝试把他们做的修改版替换到龙井的wine QQ之中,没想到效果挺好,http://www.guofs.com/archives/3419 ,这个版本,隐身抖动,去广告,精简组件基本上做的很不错,运行的时候非常稳定。

只有两个已知问题。

  • 查看 IP 的功能因为不是 Windows 暂时不能用
  • 有一个bug 就是无法查看 QQ 群公告

但是其他的功能可以说是比较给力,希望维护者能够通过测试,取代原版 2012 的 QQ,让 Linux下的 QQ 能够同样给力 !

wps-office can't overwrite the files from the old verison

wps-office can't overwrite the files from the old verison.
I have to run emerge -C wps-office and emerge wps-office to workaround it.

 * Messages for package app-office/wps-office-8.1.0.3718_beta1:

 * This package will overwrite one or more files that may belong to other
 * packages (see list below). You can use a command such as `portageq
 * owners / <filename>` to identify the installed package that owns a
 * file. If portageq reports that only one package owns a file then do
 * NOT file a bug report. A bug report is only useful if it identifies at
 * least two or more packages that are known to install the same file(s).
 * If a collision occurs and you can not explain where the file came from
 * then you should simply ignore the collision since there is not enough
 * information to determine if a real problem exists. Please do NOT file
 * a bug report at http://bugs.gentoo.org unless you report exactly which
 * two packages install the same file(s). Once again, please do NOT file
 * a bug report unless you have completely understood the above message.
 * 
 * Detected file collision(s):
 * 
 *  /opt/kingsoft/wps-office/utility/namelist.xml
 *  /opt/kingsoft/wps-office/templates/2052/wpp/general/training.dpt
 *  /opt/kingsoft/wps-office/templates/2052/wpp/general/general.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/direction.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/business calculation.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/landscape painting.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/blue longing.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/business cooperate.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/business_business affair.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/sweet memories.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/colourful.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/deep blue technology.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/friendly cooperation.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/business_stock fluctuation.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/government_celebration.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/daily_loose-leaf binder.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/time revolution.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/government_five-pointed red star.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/art_mountaineering.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/pleasant garden.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/mythic curve.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/world map.dpt
 *  /opt/kingsoft/wps-office/templates/2052/presentationdesigns/classical_pelycosaur.dpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/technology/scentific and technicaldissertation.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/technology/project application.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/technology/thesis.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/report.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/notification.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/instructions.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/bill.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/official reply.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/notice.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/bulletin.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/conference summary.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/announcement.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/blank official document(22 rows, 28columns).wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/order.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/file.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/letter.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/decision.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/standard official document/suggestion.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/finance/annual financial report.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/finance/item issurance card.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/finance/due bill.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/finance/auditing report on the transfer of property.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/finance/receipt.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/finance/schedule of revenue and expenditure.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/management/information cards for staffs.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/management/stationery issurance card.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/management/CV of executives.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/management/responsibility statement.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/management/letter of recommendation.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/management/constitution.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/management/ratifying form for appointing or dismissing executives.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/excuse.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/fax2.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/fax1.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/commercial letterpaper.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/items' memorandum 1.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/conference record 2.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/conference list.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/fax3.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/conference record 1.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/directories.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/daily memorandum.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/office/daily affairs/items' memorandum 2.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/economy/feasibility study report.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/economy/house-leasing contract.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/economy/procurement contract.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/economy/service manual2.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/economy/service manual1.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/economy/production and service.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/economy/labor contract.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/daily life/business card1.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/daily life/message card.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/daily life/note.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/daily life/printing edition of manuscript paper.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/daily life/weekly plan.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/daily life/business card2.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/resolutions of the shareholder conference.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/criminal or civil indictment.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/letter of identification.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/application to change enterprise's name.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/letter of guarantee.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/power of attorney.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/appraisal certificate.wpt
 *  /opt/kingsoft/wps-office/templates/2052/wps/law/civil pleading.wpt
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/budget sheet.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/combined schedule of profit center.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/profit center business analytical table.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/inventory sheet.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/income account.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/industrial and entrepreneurial accounting report.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/commodities accounting statements .ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/audit table.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/profit center between table.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/financial reporting/auditing sheet.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/family life/calendar.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/family life/stock investment management system.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/family life/personal budget.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/family life/family deposit management system.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/managerial report/production and sale management.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/managerial report/expense account.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/managerial report/collection and payment forms.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/managerial report/fees management forms.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/managerial report/construction project form.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/managerial report/wages sheet.ett
 *  /opt/kingsoft/wps-office/templates/2052/et/managerial report/output value contrast.ett
 *  /opt/kingsoft/wps-office/office6/libQtCore.so.4.7
 *  /opt/kingsoft/wps-office/office6/libksxml.so
 *  /opt/kingsoft/wps-office/office6/libQtWebKit.so.4.7
 *  /opt/kingsoft/wps-office/office6/libQtNetwork.so.4
 *  /opt/kingsoft/wps-office/office6/libcompiler.so
 *  /opt/kingsoft/wps-office/office6/libphonon.so
 *  /opt/kingsoft/wps-office/office6/libwpstableuil.so
 *  /opt/kingsoft/wps-office/office6/qt.conf
 *  /opt/kingsoft/wps-office/office6/libdocwriter.so
 *  /opt/kingsoft/wps-office/office6/libkpaint.so
 *  /opt/kingsoft/wps-office/office6/libapplogic.so
 *  /opt/kingsoft/wps-office/office6/libphonon.so.4.4.0
 *  /opt/kingsoft/wps-office/office6/libksaddndr.so
 *  /opt/kingsoft/wps-office/office6/libQtGui.so
 *  /opt/kingsoft/wps-office/office6/libQtDBus.so.4
 *  /opt/kingsoft/wps-office/office6/libQtGui.so.4.7.4
 *  /opt/kingsoft/wps-office/office6/libQtXml.so.4
 *  /opt/kingsoft/wps-office/office6/libtxtrw.so
 *  /opt/kingsoft/wps-office/office6/libwpstable.so
 *  /opt/kingsoft/wps-office/office6/libQtDBus.so.4.7
 *  /opt/kingsoft/wps-office/office6/libwpsfield.so
 *  /opt/kingsoft/wps-office/office6/libalg.so
 *  /opt/kingsoft/wps-office/office6/libetul.so
 *  /opt/kingsoft/wps-office/office6/libwpsdata.so
 *  /opt/kingsoft/wps-office/office6/libkxshare.so
 *  /opt/kingsoft/wps-office/office6/libQtNetwork.so
 *  /opt/kingsoft/wps-office/office6/libgriddrawer.so
 *  /opt/kingsoft/wps-office/office6/libettablestyle.so
 *  /opt/kingsoft/wps-office/office6/libQtOpenGL.so.4.7
 *  /opt/kingsoft/wps-office/office6/libappcore.so
 *  /opt/kingsoft/wps-office/office6/libpptreader.so
 *  /opt/kingsoft/wps-office/office6/libetchart.so
 *  /opt/kingsoft/wps-office/office6/libdocreader.so
 *  /opt/kingsoft/wps-office/office6/libQtGui.so.4.7
 *  /opt/kingsoft/wps-office/office6/libQtOpenGL.so
 *  /opt/kingsoft/wps-office/office6/libwpswordtool.so
 *  /opt/kingsoft/wps-office/office6/libwpsdatalogic.so
 *  /opt/kingsoft/wps-office/office6/libopl.so
 *  /opt/kingsoft/wps-office/office6/libwordml12r.so
 *  /opt/kingsoft/wps-office/office6/libQtCore.so.4
 *  /opt/kingsoft/wps-office/office6/wpp
 *  /opt/kingsoft/wps-office/office6/libphonon.so.4.4
 *  /opt/kingsoft/wps-office/office6/libdgsesscore.so
 *  /opt/kingsoft/wps-office/office6/libQtXml.so.4.7
 *  /opt/kingsoft/wps-office/office6/libQtXml.so.4.7.4
 *  /opt/kingsoft/wps-office/office6/libooxml.so
 *  /opt/kingsoft/wps-office/office6/libQtNetwork.so.4.7.4
 *  /opt/kingsoft/wps-office/office6/libpptwriter.so
 *  /opt/kingsoft/wps-office/office6/libkso.so
 *  /opt/kingsoft/wps-office/office6/libQtWebKit.so
 *  /opt/kingsoft/wps-office/office6/libwpstablestyle.so
 *  /opt/kingsoft/wps-office/office6/libobjtable.so
 *  /opt/kingsoft/wps-office/office6/libQtCore.so.4.7.4
 *  /opt/kingsoft/wps-office/office6/libQtXml.so
 *  /opt/kingsoft/wps-office/office6/libjpeg.so.62
 *  /opt/kingsoft/wps-office/office6/libwpscore.so
 *  /opt/kingsoft/wps-office/office6/librender2.so
 *  /opt/kingsoft/wps-office/office6/libwpsuil.so
 *  /opt/kingsoft/wps-office/office6/libjpeg.so.62.0.0
 *  /opt/kingsoft/wps-office/office6/libQtOpenGL.so.4.7.4
 *  /opt/kingsoft/wps-office/office6/libetcore.so
 *  /opt/kingsoft/wps-office/office6/libQtWebKit.so.4.7.4
 *  /opt/kingsoft/wps-office/office6/libwpsdrawing.so
 *  /opt/kingsoft/wps-office/office6/libQtNetwork.so.4.7
 *  /opt/kingsoft/wps-office/office6/libQtCore.so
 *  /opt/kingsoft/wps-office/office6/libQtDBus.so.4.7.4
 *  /opt/kingsoft/wps-office/office6/libkfc.so
 *  /opt/kingsoft/wps-office/office6/libksmso.so
 *  /opt/kingsoft/wps-office/office6/libexcelrw.so
 *  /opt/kingsoft/wps-office/office6/libwppio.so
 *  /opt/kingsoft/wps-office/office6/libfqtesdk.so
 *  /opt/kingsoft/wps-office/office6/libQtWebKit.so.4
 *  /opt/kingsoft/wps-office/office6/libQtOpenGL.so.4
 *  /opt/kingsoft/wps-office/office6/libkhomepage.so
 *  /opt/kingsoft/wps-office/office6/libpersist.so
 *  /opt/kingsoft/wps-office/office6/wps
 *  /opt/kingsoft/wps-office/office6/libftex.so
 *  /opt/kingsoft/wps-office/office6/libQtGui.so.4
 *  /opt/kingsoft/wps-office/office6/libtypocore.so
 *  /opt/kingsoft/wps-office/office6/libkglobalmenu.so
 *  /opt/kingsoft/wps-office/office6/libettext.so
 *  /opt/kingsoft/wps-office/office6/libwpsruler.so
 *  /opt/kingsoft/wps-office/office6/libwpslayout.so
 *  /opt/kingsoft/wps-office/office6/libwppcore.so
 *  /opt/kingsoft/wps-office/office6/libwpsio.so
 *  /opt/kingsoft/wps-office/office6/et
 *  /opt/kingsoft/wps-office/office6/libspelldllv3.so
 *  /opt/kingsoft/wps-office/office6/libkcomctl.so
 *  /opt/kingsoft/wps-office/office6/libfunclib.so
 *  /opt/kingsoft/wps-office/office6/libQtDBus.so
 *  /opt/kingsoft/wps-office/office6/libplayer.so
 *  /opt/kingsoft/wps-office/office6/libtextbean.so
 *  /opt/kingsoft/wps-office/office6/libaeocenter.so
 *  /opt/kingsoft/wps-office/office6/libwpscorefunc.so
 *  /opt/kingsoft/wps-office/office6/libphonon.so.4
 *  /opt/kingsoft/wps-office/office6/libkso2052.so
 *  /opt/kingsoft/wps-office/office6/libpresml12r.so
 *  /opt/kingsoft/wps-office/office6/cfgs/setup.cfg
 *  /opt/kingsoft/wps-office/office6/cfgs/ksoapp.cfg
 *  /opt/kingsoft/wps-office/office6/cfgs/kso_default.cfg
 *  /opt/kingsoft/wps-office/office6/cfgs/feature.dat
 *  /opt/kingsoft/wps-office/office6/cfgs/feature_2052.dat
 *  /opt/kingsoft/wps-office/office6/cfgs/kso.cfg
 *  /opt/kingsoft/wps-office/office6/cfgs/kso_lv.cfg
 *  /opt/kingsoft/wps-office/office6/cfgs/feature_default.dat
 *  /opt/kingsoft/wps-office/office6/cfgs/feature_lv.dat
 *  /opt/kingsoft/wps-office/office6/cfgs/kso_2052.cfg
 *  /opt/kingsoft/wps-office/office6/cfgs/tastelink/et.ico
 *  /opt/kingsoft/wps-office/office6/cfgs/tastelink/wpp.ico
 *  /opt/kingsoft/wps-office/office6/cfgs/tastelink/wps.ico
 *  /opt/kingsoft/wps-office/office6/2052/builtin.wpt
 *  /opt/kingsoft/wps-office/office6/2052/mergefield.csv
 *  /opt/kingsoft/wps-office/office6/2052/setup.cfg
 *  /opt/kingsoft/wps-office/office6/2052/Bullets.stm
 *  /opt/kingsoft/wps-office/office6/2052/default.dpt
 *  /opt/kingsoft/wps-office/office6/2052/newfile.wps
 *  /opt/kingsoft/wps-office/office6/2052/predefch.et
 *  /opt/kingsoft/wps-office/office6/2052/Numbering.stm
 *  /opt/kingsoft/wps-office/office6/2052/wps.qm
 *  /opt/kingsoft/wps-office/office6/2052/newfile.dps
 *  /opt/kingsoft/wps-office/office6/2052/et.qm
 *  /opt/kingsoft/wps-office/office6/2052/wpp.qm
 *  /opt/kingsoft/wps-office/office6/2052/BulletsNumbering.stm
 *  /opt/kingsoft/wps-office/office6/2052/uof.ico
 *  /opt/kingsoft/wps-office/office6/2052/newchart.et
 *  /opt/kingsoft/wps-office/office6/2052/newfile.et
 *  /opt/kingsoft/wps-office/office6/2052/qt.qm
 *  /opt/kingsoft/wps-office/office6/2052/Normal.wpt
 *  /opt/kingsoft/wps-office/office6/2052/resource/Diagram/DiagramGallery.stm
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/pane_woven.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/crossband.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/colored_paper3.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/water.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/paper1.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/earth2.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/animal_skin.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/coarse_cloth.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/pane2.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/circle.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/weave.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/star_sky.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/traditional1.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/kingsoft.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/nap_list.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/pane1.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/twine.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/colored_paper1.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/fell.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/colored_paper2.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/traditional2.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/old_cottonfabric.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/paper2.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/texture/earth1.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/information/preinstall/yanjinfuzhi.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/information/preinstall/jinji.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/information/preinstall/yuanjian.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/information/preinstall/juemi.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/information/preinstall/baomi.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/information/preinstall/yangben.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/information/user_defined/addwatermark_buildin_wps.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/images/preinstall/jinji.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/images/preinstall/baomi.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/images/preinstall/juemi.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/images/preinstall/yangben.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/images/preinstall/yanjinfuzhi.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/images/preinstall/yuanjian.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/watermark/images/user_defined/addwatermark_buildin_wps.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/wordart/wordartsall.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/InfoTips/TaskBar_Main_open.htm
 *  /opt/kingsoft/wps-office/office6/2052/resource/InfoTips/TaskBar_Main_openFailed.htm
 *  /opt/kingsoft/wps-office/office6/2052/resource/InfoTips/images/taskbar_openerMain.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/InfoTips/images/bg.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/parabutton/paraformatentry.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/parabutton/paraformatentry_over.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small yellow square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue arrow.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue flower.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/big blue shading round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/double orange square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue donut.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small purple solid round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/big blue shading square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/orange diagonal ball.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small orange circles.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/purple snowflake.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/double blue square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/yellow check.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blob.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/yellow donut.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue annulus with square hole.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/grass green texture square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/orange diamond.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/big green square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small blue shading round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/big green solid square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue diamond.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/pink shading square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/red echinus.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/green annulus with square hole.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/grass green texture diamond.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/cross-focused round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small blue solid square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/big green solid circle.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/red round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/gray solid round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/orange snowflake.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/circle with shade inside.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue horizontal-striped square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/black echinus.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small blue shading square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/big red shading circles.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/yellow hollow texture triangle.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/check with check box.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/diamond cross.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/red arrow.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/black gapped pie.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/square with blue hollow circles.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/yellow sunken round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/red sunken round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue solid donut.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/big yellow solid square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/green solid round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/yellow solid donut.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/brown square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/orange special texture square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/yellow solid arrow.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small gray donut.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/green diamond texture.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/blue horizontal-striped round.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/red flower.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/small blue circles.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/black and white texure square.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/bullets/gray diagonal ball.gif
 *  /opt/kingsoft/wps-office/office6/2052/resource/netbackup/wpsNetbackupWizard.data
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttwoobjectsandobject.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutverticaltext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttwocolumntext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutobjectandtext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutclipartandverticaltext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutlargeobject.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttextandclipart.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttextandobject.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutobjectovertext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttextoverobject.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/picpreview.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttitleonly.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttextandchart.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttextandtwoobjects.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutblank.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutobject.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttwoobjectsovertext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttwoobjectsandtext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttwoobjects.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutchart.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/outlinerc1.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/outlinerc2.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wpPreserveDesign.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutobjectandtwoobjects.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttextandmediaclip.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutverticaltitleandtextoverchart.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutchartandtext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutorgchart.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutclipartandtext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttitle.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayouttable.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutfourobjects.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutmediaclipandtext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/layout/wplayoutverticaltitleandtext.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/chimes.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/laser.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/coin.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/breeze.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/type.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/explode.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/whoosh.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/hammer.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/cashreg.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/suction.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/wind.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/click.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/camera.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/bomb.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/voltage.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/drumroll.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/applause.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/arrow.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/media/push.wav
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/wideupwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/movie.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/20centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/soliddiamond.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/largeconfetti.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/dashedhorizontal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/shingle.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/trellis.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/darkdownwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/error.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/DarkVertical.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/dasheddownwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/25centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/widedownwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/5centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/smallconfetti.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/70centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/10centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/largegrid.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/DarkHorizontal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/weave.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/error.emf
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/90centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/LightHorizontal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/LightVertical.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/darkupwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/NarrowVertical.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/dashedvertical.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/outlineddiamond.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/50centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/plaid.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/zigzag.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/60centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/80centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/sound.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/wave.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/smallcheckerboard.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/lightdownwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/bksound.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/lightupwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/divot.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/NarrowHorizontal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/sphere.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/40sentesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/30centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/smallgrid.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/dotteddiamond.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/largecheckerboard.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/horizontalbrick.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/diagonalbrick.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/75centesimal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/dashedupwarddiagonal.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/dgres.rpk
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/dottedgrid.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/autoshape/sound_wav.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/pen_sel.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/rubber_cur.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/rubber_nor.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/pen_nor.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/line_cur.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/wave_cur.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/shape_nor.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/color_sel.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/arrow_sel.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/rubber_sel.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/color_nor.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/shape_sel.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/handpoint.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/pen_cur.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/arrow_cur.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/arrow_nor.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/player/rect_cur.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/charts/styletemplates.gst
 *  /opt/kingsoft/wps-office/office6/2052/resource/tablebutton/colAdd.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/tablebutton/move.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/tablebutton/rowAdd.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/tablebutton/resize.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/about/aboutwps.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/about/aboutwpp.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/about/aboutet.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/bitmapfromclip.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/bitmapfromfile.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/bitmapfromfile_hl.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/placeholderbitmap.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/table.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/orgchart.bmp
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/chart_hl.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/placeholderchart.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/table_hl.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/placeholdertable.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/placeholderorgchart.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/gallery_hl.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/mediaclip_hl.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/mediaclip.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/chart.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/text_hl.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/placeholders/placeholdermediaclip.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/tab3.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/tab1.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/tab2.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/transverse/hengxiang/chuantongxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/transverse/hengxiang/jiantouxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/transverse/hengxiang/sekuaixing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/transverse/hengxiang/xiantiaoxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/transverse/hengxiang/yuandianxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/transverse/hengxiang/duijixing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/jianli/shejixing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/jianli/qingshuangxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/jianli/fanchuanxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/jianli/jianyuexing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/jianli/heibaixing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/jianli/pintuxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/jianli/huawenxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/lunwen/xianxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/lunwen/xitiaowenxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/lunwen/zhuanyexing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/lunwen/tongyongxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/lunwen/pusuxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/shangwu/gewenxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/shangwu/biaozhunxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/shangwu/ziranxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/shangwu/jinggexing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/images/lengthwise/shangwu/gaoxiaoxing.png
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/transverse/hengxiang/sekuaixing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/transverse/hengxiang/duijixing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/transverse/hengxiang/jiantouxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/transverse/hengxiang/yuandianxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/transverse/hengxiang/xiantiaoxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/transverse/hengxiang/chuantongxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/jianli/fanchuanxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/jianli/pintuxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/jianli/jianyuexing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/jianli/heibaixing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/jianli/huawenxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/jianli/qingshuangxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/jianli/shejixing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/lunwen/xianxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/lunwen/xitiaowenxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/lunwen/tongyongxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/lunwen/pusuxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/lunwen/zhuanyexing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/shangwu/ziranxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/shangwu/gewenxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/shangwu/jinggexing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/shangwu/biaozhunxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/resource/coverpage/templates/buildin/lengthwise/shangwu/gaoxiaoxing.doc
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiWpp.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiClassicWpp.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiSel.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiHover.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiNREt.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiClassicWps.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiNRWpp.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiClassicEt.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/schemeSel.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiEt.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiRWps.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/select.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/schemeHover.png
 *  /opt/kingsoft/wps-office/office6/2052/SwitchUi/switchUiWps.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETNumberFormatCells.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPHeaderFooter.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSShowHideTextOctopus.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETPageSetup.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPFont.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSEnterParagraphAdjustment.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPEquationEditor.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETChart.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSInsertCaption.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETAutoSum.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPCustomAnimation.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETFormatObject.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETEquationEditor.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPPageSetup.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSInsertCells.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPFormatObject.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSInsertChart.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSGenkoSetting.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSStyle.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSTableProperties.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSObjectSelect.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSPageSetup.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPAnimationSchemes.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSFormatObject.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPSlideLayout.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETFontFormatCells.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPObjectSelect.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPTransitionEffect.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSBackgroundShapeFillColor.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSHeaderFooter.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPTableStyle.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSParagraph.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETAlignmentFormatCells.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETRecentLineWrap.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSCoverPages.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETMergeCenter.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPSlideDesign.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPInsertChart.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPSetUpShow.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETHeaderFooter.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSKingsoftEquationEditor.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETObjectSelect.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSHeaderFooterOptions.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSNavigationPane.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/ETDataGroup.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPSFont.png
 *  /opt/kingsoft/wps-office/office6/2052/tip/WPPColorScheme.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/background_wpp.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/background_wps.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/s.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/background_et.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/flash1.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/slide.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/w.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/flash2.png
 *  /opt/kingsoft/wps-office/office6/2052/splash/p.png
 *  /opt/kingsoft/wps-office/office6/2052/combineformula/combineformula2.png
 *  /opt/kingsoft/wps-office/office6/2052/combineformula/combineformula3.png
 *  /opt/kingsoft/wps-office/office6/2052/combineformula/combineformula8.png
 *  /opt/kingsoft/wps-office/office6/2052/combineformula/combineformula5.png
 *  /opt/kingsoft/wps-office/office6/2052/combineformula/combineformula1.png
 *  /opt/kingsoft/wps-office/office6/2052/combineformula/combineformula4.png
 *  /opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqmng.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqtiff.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqjpeg.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqgif.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/imageformats/libqico.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqcncodecs.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqtwcodecs.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqjpcodecs.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/codecs/libqkrcodecs.so
 *  /opt/kingsoft/wps-office/office6/qt/plugins/phonon_backend/libphonon_gstreamer.so
 *  /opt/kingsoft/wps-office/office6/data/person_roles.dat
 *  /opt/kingsoft/wps-office/office6/data/Pinyin.dic
 *  /opt/kingsoft/wps-office/office6/data/unigram.dat
 *  /opt/kingsoft/wps-office/office6/data/CharDic.dic
 *  /opt/kingsoft/wps-office/office6/data/person_emit.dat
 *  /opt/kingsoft/wps-office/office6/data/person_trans.dat
 *  /opt/kingsoft/wps-office/office6/data/firrule.dic
 *  /opt/kingsoft/wps-office/office6/data/location_trans.dat
 *  /opt/kingsoft/wps-office/office6/data/combineformulafuntions.xml
 *  /opt/kingsoft/wps-office/office6/data/location_roles.dat
 *  /opt/kingsoft/wps-office/office6/data/location_emit.dat
 *  /opt/kingsoft/wps-office/office6/data/words_bin.dat
 *  /opt/kingsoft/wps-office/office6/data/extend_dict.dat
 *  /opt/kingsoft/wps-office/office6/data/WordDic.dic
 *  /opt/kingsoft/wps-office/office6/data/secrule.dic
 *  /opt/kingsoft/wps-office/office6/dicts/main.aff
 *  /opt/kingsoft/wps-office/office6/dicts/main.dic
 *  /opt/kingsoft/wps-office/office6/res/wpsrainbow.kui
 *  /opt/kingsoft/wps-office/office6/res/etrainbow.kui
 *  /opt/kingsoft/wps-office/office6/res/etclassics.kui
 *  /opt/kingsoft/wps-office/office6/res/wpsclassics.kui
 *  /opt/kingsoft/wps-office/office6/res/wppcommon.kuip
 *  /opt/kingsoft/wps-office/office6/res/etcommon.kuip
 *  /opt/kingsoft/wps-office/office6/res/wpprainbow.kui
 *  /opt/kingsoft/wps-office/office6/res/attributes.kuip
 *  /opt/kingsoft/wps-office/office6/res/wpscommon.kuip
 *  /opt/kingsoft/wps-office/office6/res/common.kuip
 *  /opt/kingsoft/wps-office/office6/res/wppclassics.kui
 *  /opt/kingsoft/wps-office/office6/res/themes/rainbowet.kuip
 *  /opt/kingsoft/wps-office/office6/res/themes/classicswps.kuip
 *  /opt/kingsoft/wps-office/office6/res/themes/classicset.kuip
 *  /opt/kingsoft/wps-office/office6/res/themes/rainbowcommon.kuip
 *  /opt/kingsoft/wps-office/office6/res/themes/classicscommon.kuip
 *  /opt/kingsoft/wps-office/office6/res/themes/rainbowwps.kuip
 *  /opt/kingsoft/wps-office/office6/res/themes/classicswpp.kuip
 *  /opt/kingsoft/wps-office/office6/res/themes/rainbowwpp.kuip
 *  /opt/kingsoft/wps-office/office6/res/tips/wpstips.kuip
 *  /opt/kingsoft/wps-office/office6/res/tips/wpptips.kuip
 *  /opt/kingsoft/wps-office/office6/res/tips/ettips.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/PopupMenu.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Picture.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Slide_Sorter.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Drawing.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Slide_Master_View.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Review.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Standard.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Formatting.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Print_Preview.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Org_Chart.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Shadow_Settings.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Diagram.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/3D_Settings.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Tables_and_Borders.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Word_Art.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/WorkspaceMenu.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/classics/Control_Toolbox.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_TableTool.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_DevelopTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_DesignTable.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Design.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_DrawingTool.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_View.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_PictureTool.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_WorkSpace.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Review.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_WAshadowDrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_WordArt.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_SlideMaster.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_SlideShow.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Animation.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Insert.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_AddOns.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_PrintPreview.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_shadowDrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_Home.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wpp/rainbow/CT_File.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/WordTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/PopupMenu.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Picture.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Extended_Formatting.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Header_and_Footer.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Drawing.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/3DSettings.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Standard.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Forms.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Full_Screen.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Formatting.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Text_Box.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Align.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Outlining.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Print_Preview.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Compare_Views.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Shadow_Settings.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Reviewing.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Tables_and_Borders.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Word_Art.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Control_Tool_Box.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/WorkspaceMenu.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/classics/Mail_Merge.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_PageLayout.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_DevelopTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Section.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_PictureTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Design.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_View.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_WorkSpace.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_References.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Review.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_WAshadowDrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_WordArt.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Paragraph.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Insert.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_AddOns.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_PrintPreview.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_shadowDrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Home.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_TableTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_File.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Mailings.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_Outline.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_DrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/wps/rainbow/CT_HeaderFooter.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/PopupMenu.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Picture.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Chart.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Pivot_Table.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Borders.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Drawing.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/3DSettings.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/OLE_Options.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Standard.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Full_Screen.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Formatting.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Print_Preview.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Shadow_Settings.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Word_Art.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Control_Tool_Box.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Protection.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/WorkspaceMenu.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/External_Data.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/classics/Forms_Tool_Box.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_DevelopTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Data.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Design.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_ChartTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Formulas.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_View.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PictureTool.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_WorkSpace.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Review.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_WAshadowDrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_WordArt.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Insert.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_AddOns.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PrintPreview.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_shadowDrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Layout.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_Home.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_File.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_PivotTableTools.kuip
 *  /opt/kingsoft/wps-office/office6/res/commands/et/rainbow/CT_DrawingTools.kuip
 *  /opt/kingsoft/wps-office/office6/addins/homepage/2052_wps.html
 *  /opt/kingsoft/wps-office/office6/addins/homepage/2052_wpp.html
 *  /opt/kingsoft/wps-office/office6/addins/homepage/wait.html
 *  /opt/kingsoft/wps-office/office6/addins/homepage/2052_et.html
 *  /opt/kingsoft/wps-office/office6/addins/homepage/config.ini
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/img-1.jpg
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/process_logo.jpg
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/process.gif
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/process.jpg
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/off.png
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/new_doc.png
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/wps.png
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/logo_ad.jpg
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/process_bg.jpg
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/et.png
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/logo.png
 *  /opt/kingsoft/wps-office/office6/addins/homepage/kzone-img/wpp.png
 *  /usr/share/mime/packages/wps-office-wps.xml
 *  /usr/share/mime/packages/wps-office-et.xml
 *  /usr/share/mime/packages/wps-office-wpp.xml
 *  /usr/share/fonts/wps-office/FZWBK.TTF
 *  /usr/share/fonts/wps-office/FZCCHK.TTF
 *  /usr/share/fonts/wps-office/FZXH1K.TTF
 *  /usr/share/fonts/wps-office/FZSongS_20100603.TTF
 *  /usr/share/fonts/wps-office/FZXKK.TTF
 *  /usr/share/fonts/wps-office/FZHTK.TTF
 *  /usr/share/fonts/wps-office/FZFSK.TTF
 *  /usr/share/fonts/wps-office/FZSSK.TTF
 *  /usr/share/fonts/wps-office/FZLSK.TTF
 *  /usr/share/fonts/wps-office/FZKTK.TTF
 *  /usr/share/fonts/wps-office/FZXBSK.TTF
 *  /usr/share/fonts/wps-office/FZSongS(SIP)_2010603.TTF
 *  /usr/share/fonts/wps-office/FZYTK.TTF
 *  /usr/share/applications/wps-office-wps.desktop
 *  /usr/share/applications/wps-office-et.desktop
 *  /usr/share/applications/wps-office-wpp.desktop
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-wpt.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-et.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-ppt.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-ett.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-xls.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-pot.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-xlt.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-dot.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-dpt.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-wps.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-doc.png
 *  /usr/share/icons/hicolor/48x48/mimetypes/wps-office-dps.png
 *  /usr/share/icons/hicolor/48x48/apps/wps-office-etmain.png
 *  /usr/share/icons/hicolor/48x48/apps/wps-office-wpsmain.png
 *  /usr/share/icons/hicolor/48x48/apps/wps-office-wppmain.png
 *  /usr/share/icons/hicolor/256x256/apps/wps-office-etmain.png
 *  /usr/share/icons/hicolor/256x256/apps/wps-office-wpsmain.png
 *  /usr/share/icons/hicolor/256x256/apps/wps-office-wppmain.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-wpt.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-et.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-ppt.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-ett.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-xls.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-pot.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-xlt.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-dot.png
 *  /usr/share/icons/hicolor/16x16/mimetypes/wps-office-dpt.png
 *  /usr/share/icons/hicolor/1

[WIP] Multilib app-i18n/fcitx

因为还存在一些问题, 所以暂时不开PR. 主要是一些依赖关系没有 multilib 化:

x11-libs/gtk+:3 (!)
app-i18n/opencc
dev-qt/* (!)
x11-libs/libxkbfile

其中 Qt4 跟 GTK3 的问题感觉比较棘手, 尤其是 Qt4 的 multilib 化也是 WIP 状态, 感觉需要等= = GTK3 的 multilib 在 Gentoo bugzilla 居然没人提起, 不清楚是个什么状况.

PS: 我试着做了一些 Qt multilib 的工作, 一顿补丁之后 multilib 的 Qt 4.8.6 编译成功了, 但是 fcitx 貌似不喜欢 QDBUSConnection 等等几个类了? 我后来临时禁用了 qt4 USE flag, 不过 build log 没保存, sigh

4.2.6 version depends on some x86 package. the 9999 version not. (strange)

➜  ~ git:(master) ✗ emerge -pv fcitx

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    #] app-i18n/fcitx-9999::gentoo-zh  USE="cairo gtk gtk3 pango qt4 -debug -introspection -lua -opencc -snooper -static-libs -table -test" 1,572 kB

Total: 1 package (1 new), Size of downloads: 1,572 kB

!!! The following installed packages are masked:
- www-plugins/adobe-flash-11.2.202.238::gentoo (masked by: AdobeFlash-10.3 license(s))
A copy of the 'AdobeFlash-10.3' license is located at '/usr/portage/licenses/AdobeFlash-10.3'.

- net-wireless/broadcom-sta-5.100.82.112-r2::sabayon (masked by: Broadcom license(s))
A copy of the 'Broadcom' license is located at '/usr/portage/licenses/Broadcom'.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


 * IMPORTANT: 8 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

➜  ~ git:(master) ✗ emerge -pv fcitx

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N     ] app-emulation/emul-linux-x86-gtklibs-20120520  USE="-development" 5,973 kB
[ebuild  N     ] app-emulation/emul-linux-x86-qtlibs-20120520  USE="-development" 16,618 kB
[ebuild  N    #] app-i18n/fcitx-4.2.6.1-r2::gentoo-zh  USE="32bit cairo gtk pango qt4 table xml -debug -gtk3 -icu -introspection -lua -opencc -snooper -static-libs -test" 7,700 kB

Total: 3 packages (3 new), Size of downloads: 30,290 kB

WARNING: One or more updates have been skipped due to a dependency conflict:

app-emulation/emul-linux-x86-baselibs:0

  (app-emulation/emul-linux-x86-baselibs-20121028::gentoo, ebuild scheduled for merge) conflicts with
    ~app-emulation/emul-linux-x86-baselibs-20120520 required by (app-emulation/emul-linux-x86-db-20120520::gentoo, installed)
  (app-emulation/emul-linux-x86-baselibs-20121028::gentoo, ebuild scheduled for merge) conflicts with
    ~app-emulation/emul-linux-x86-baselibs-20120520 required by (app-emulation/emul-linux-x86-soundlibs-20120520-r2::gentoo, installed)
  (app-emulation/emul-linux-x86-baselibs-20121028::gentoo, ebuild scheduled for merge) conflicts with
    ~app-emulation/emul-linux-x86-baselibs-20120520 required by (app-emulation/emul-linux-x86-xlibs-20120520::gentoo, installed)
  (app-emulation/emul-linux-x86-baselibs-20121028::gentoo, ebuild scheduled for merge) conflicts with
    ~app-emulation/emul-linux-x86-baselibs-20120520 required by (app-emulation/emul-linux-x86-sdl-20120520-r1::gentoo, installed)
  (app-emulation/emul-linux-x86-baselibs-20121028::gentoo, ebuild scheduled for merge) conflicts with
    ~app-emulation/emul-linux-x86-baselibs-20120520 required by (app-emulation/emul-linux-x86-medialibs-20120520::gentoo, installed)


!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

app-emulation/emul-linux-x86-gtklibs:0
app-emulation/emul-linux-x86-qtlibs:0

!!! The following installed packages are masked:
- www-plugins/adobe-flash-11.2.202.238::gentoo (masked by: AdobeFlash-10.3 license(s))
A copy of the 'AdobeFlash-10.3' license is located at '/usr/portage/licenses/AdobeFlash-10.3'.

- net-wireless/broadcom-sta-5.100.82.112-r2::sabayon (masked by: Broadcom license(s))
A copy of the 'Broadcom' license is located at '/usr/portage/licenses/Broadcom'.

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


 * IMPORTANT: 8 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

e-sources' unexpected downgrading issue

[ebuild  NS    ] sys-kernel/e-sources-3.8.10:3.8::gentoo-zh [3.9.0:3.9::gentoo-zh] USE="aufs bfq cjktty gentoo imq reiser4 tuxonice uksm -build -ck -deblob -fbcondecor -symlink" 126 kB

Something wrong with the version.

Some strange files in e-sources kernel tree

e-sources kernel tree includes some strange empty folder.

It seems like failed patch, but I can't understand them.

tux linux-3.10.4-e # ls -l
总用量 556
drwxr-xr-x  10 root root   4096  7月 30 21:09 b
drwxr-xr-x   4 root root   4096  7月 30 21:09 linux-3.10
drwxr-xr-x   3 root root   4096  7月 30 21:09 linux-3.8.1
  • b
tux linux-3.10.4-e # cd b
tux b # tree
.
├── block
├── Documentation
│   ├── power
│   └── vm
├── drivers
│   ├── acpi
│   ├── char
│   │   └── kcopy
│   └── net
├── include
│   └── linux
│       ├── netfilter
│       ├── netfilter_ipv4
│       └── netfilter_ipv6
├── kernel
│   └── power
├── lib
├── mm
└── net
    └── netfilter

20 directories, 0 files
  • linux-3.10
tux linux-3.10.4-e # cd linux-3.10/
tux linux-3.10 # tree
.
├── Documentation
│   └── filesystems
└── fs
    └── reiser4
        └── plugin
            ├── compress
            ├── crypto
            ├── dir
            ├── disk_format
            ├── file
            ├── item
            ├── node
            ├── security
            └── space

14 directories, 0 files
  • linux-3.8.1
tux linux-3.10.4-e # cd linux-3.8.1/
tux linux-3.8.1 # tree
.
└── drivers
    └── video
        └── console

3 directories, 0 files

fcitx 4261-r2 emerge failed

➜  ~ git:(master) ✗ e fcitx
Password: 

 * IMPORTANT: 7 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) app-i18n/fcitx-4.2.6.1-r2 from gentoo-zh
 * fcitx-4.2.6.1_dict.tar.xz SHA256 size ;-) ...                                                                                                                 [ ok ]
>>> Unpacking source...
>>> Unpacking fcitx-4.2.6.1_dict.tar.xz to /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work
>>> Source unpacked in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work
>>> Preparing source in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DLIB_INSTALL_DIR=/usr/lib -DENABLE_CARIO=ON -DENABLE_DEBUG=OFF -DENABLE_GTK2_IM_MODULE=OFF -DENABLE_GTK3_IM_MODULE=OFF -DENABLE_ICU=OFF -DENABLE_GIR=OFF -DENABLE_LUA=OFF -DENABLE_OPENCC=OFF -DENABLE_PANGO=ON -DENABLE_QT_IM_MODULE=ON -DENABLE_SNOOPER=OFF -DENABLE_STATIC=OFF -DENABLE_TABLE=ON -DENABLE_TEST=OFF -DENABLE_LIBXML2=ON -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/gentoo_rules.cmake  /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.5.4
-- The CXX compiler identification is GNU 4.5.4
-- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/i686-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/i686-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.27.1") 
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for asprintf
-- Looking for asprintf - found
-- Found Gettext: /usr/bin/msgmerge (found version "0.18.1") 
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Libintl: /usr/include  
-- Looking for iconv_open
-- Looking for iconv_open - found
-- Performing Test ICONV_HAVE_WERROR
-- Performing Test ICONV_HAVE_WERROR - Success
-- Performing Test LIBICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test LIBICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Found Libiconv: /usr/include  
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Found Pthread: /usr/include  
-- Looking for backtrace
-- Looking for backtrace - found
-- Found LibExecinfo: /usr/include  
-- checking for module 'enchant'
--   found enchant, version 1.6.0
-- Performing Test ENCHANT_HAVE_WERROR
-- Performing Test ENCHANT_HAVE_WERROR - Success
-- Performing Test ENCHANT_API_COMPATIBLE
-- Performing Test ENCHANT_API_COMPATIBLE - Success
-- Found Enchant: /usr/lib/libenchant.so  
-- Found LibXml2: /usr/lib/libxml2.so (found version "2.8.0") 
-- checking for module 'iso-codes'
--   found iso-codes, version 3.37
-- Found IsoCodes: /usr/share/xml/iso-codes/iso_639.xml  
-- checking for module 'xkbfile'
--   found xkbfile, version 1.0.8
-- Found XkbFile: /usr/lib/libxkbfile.so  
-- Could NOT find Presage (missing:  PRESAGE_LIBRARIES PRESAGE_INCLUDE_DIR PRESAGE_API_COMPATIBLE) 
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- checking for module 'cairo-xlib>=1.0'
--   found cairo-xlib, version 1.10.2
-- checking for module 'pangocairo>=1.0'
--   found pangocairo, version 1.30.1
-- checking for module 'dbus-1>=1.1.0'
--   found dbus-1, version 1.6.8
-- checking for module 'gio-2.0>=2.26'
--   found gio-2.0, version 2.32.4
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt4: /usr/bin/qmake (found suitable version "4.8.4", required is "4.5") 
-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe 
C++             -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe 
Linker flags:
Executable       -Wl,-O1 -Wl,--as-needed
Module          -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed
Shared          -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed

-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build"
make -j3 VERBOSE=1 
/usr/bin/cmake -H/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 -B/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/build.make src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/depend
make -f src/module/x11/CMakeFiles/fcitx-x11.dir/build.make src/module/x11/CMakeFiles/fcitx-x11.dir/depend
make -f src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/build.make src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/DependInfo.cmake --color=
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/x11 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.dir/DependInfo.cmake --color=
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/x11 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/depend.internal".
Scanning dependencies of target fcitx-utils
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.dir/depend.internal".
Scanning dependencies of target fcitx-x11
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/depend.internal".
Scanning dependencies of target fcitx-x11.conf.target
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/build.make src/module/x11/CMakeFiles/fcitx-x11.conf.target.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 50
[  1%] make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/build.make src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/build
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/x11/CMakeFiles/fcitx-x11.dir/build.make src/module/x11/CMakeFiles/fcitx-x11.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 49
Generating fcitx-x11.conf
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11 && LC_ALL=C /usr/bin/intltool-merge -d -u /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/po /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/x11/fcitx-x11.conf.in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/fcitx-x11.conf
[  1%] [  2%] Building C object src/module/x11/CMakeFiles/fcitx-x11.dir/xerrorhandler.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11 && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_x11_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-x11.dir/xerrorhandler.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/x11/xerrorhandler.c
Building C object src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/utf8.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_utils_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-utils.dir/utf8.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utf8.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  2%] Building C object src/module/x11/CMakeFiles/fcitx-x11.dir/x11stuff.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11 && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_x11_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-x11.dir/x11stuff.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/x11/x11stuff.c
Merging translations into /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11/fcitx-x11.conf.
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles  50
[  2%] Built target fcitx-x11.conf.target
make -f src/module/xkb/CMakeFiles/fcitx-xkb.dir/build.make src/module/xkb/CMakeFiles/fcitx-xkb.dir/depend
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 45
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.dir/DependInfo.cmake --color=
[  3%] Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.dir/depend.internal".
Scanning dependencies of target fcitx-xkb
Building C object src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/utils.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_utils_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-utils.dir/utils.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/x11/x11stuff.c: In function ‘X11InitComposite’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/x11/x11stuff.c:253:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/xkb/CMakeFiles/fcitx-xkb.dir/build.make src/module/xkb/CMakeFiles/fcitx-xkb.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 58
[  4%] Building C object src/module/xkb/CMakeFiles/fcitx-xkb.dir/xkb.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_xkb_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib -I/usr/include/libxml2    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-xkb.dir/xkb.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c: In function ‘fcitx_utils_get_fcitx_path_with_filename’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:484:13: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c: In function ‘fcitx_utils_get_fcitx_path’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:441:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:448:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:455:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:462:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:469:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c: In function ‘fcitx_utils_string_list_printf_append’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:188:14: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c: In function ‘fcitx_utils_init_as_daemon’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/utils.c:141:10: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c: In function ‘FcitxXkbSetRules’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c:281:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c: In function ‘FcitxXkbFindXkbRulesFile’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c:169:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c:187:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c:197:29: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkb.c:211:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
Linking C shared module fcitx-x11.so
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/x11 && /usr/bin/cmake -E cmake_link_script CMakeFiles/fcitx-x11.dir/link.txt --verbose=1
/usr/bin/i686-pc-linux-gnu-gcc  -fPIC -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,fcitx-x11.so -o fcitx-x11.so CMakeFiles/fcitx-x11.dir/xerrorhandler.c.o CMakeFiles/fcitx-x11.dir/x11stuff.c.o -lSM -lICE -lX11 -lXext -lXrender -lXinerama -lXfixes 
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  4%] Building C object src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/log.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_utils_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-utils.dir/log.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/log.c
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles  49
[  4%] Built target fcitx-x11
make -f src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/build.make src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/depend.internal".
Scanning dependencies of target fcitx-xkb.conf.target
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/build.make src/module/xkb/CMakeFiles/fcitx-xkb.conf.target.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  4%] Generating fcitx-xkb.conf
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb && LC_ALL=C /usr/bin/intltool-merge -d -u /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/po /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/fcitx-xkb.conf.in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/fcitx-xkb.conf
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/log.c: In function ‘FcitxLogFunc’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/log.c:72:14: warning: ignoring return value of ‘vasprintf’, declared with attribute warn_unused_result
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 46
[  5%] Building C object src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/qsort_r.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_utils_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-utils.dir/qsort_r.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/qsort_r.c
Merging translations into /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb/fcitx-xkb.conf.
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  5%] Built target fcitx-xkb.conf.target
make -f src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/build.make src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/depend.internal".
Scanning dependencies of target fcitx-xkbdbus
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  5%] Building C object src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/msort_r.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_utils_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-utils.dir/msort_r.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/msort_r.c
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/build.make src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 60
[  7%] Building C object src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/xkbdbus.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_xkbdbus_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-xkbdbus.dir/xkbdbus.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus/xkbdbus.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  7%] Building C object src/lib/fcitx-utils/CMakeFiles/fcitx-utils.dir/memory.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_utils_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-utils.dir/memory.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib/fcitx-utils/memory.c
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus/xkbdbus.c: In function ‘FcitxXkbDBusGetLayouts’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus/xkbdbus.c:159:21: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus/xkbdbus.c:171:25: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus/xkbdbus.c:183:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  7%] Building C object src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.dir/__/__/im/keyboard/isocodes.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_xkbdbus_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-xkbdbus.dir/__/__/im/keyboard/isocodes.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/im/keyboard/isocodes.c
Linking C shared library libfcitx-utils.so
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/fcitx-utils.dir/link.txt --verbose=1
/usr/bin/i686-pc-linux-gnu-gcc  -fPIC -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -Wl,--no-undefined -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libfcitx-utils.so.0 -o libfcitx-utils.so.0.1 CMakeFiles/fcitx-utils.dir/utf8.c.o CMakeFiles/fcitx-utils.dir/utils.c.o CMakeFiles/fcitx-utils.dir/log.c.o CMakeFiles/fcitx-utils.dir/qsort_r.c.o CMakeFiles/fcitx-utils.dir/msort_r.c.o CMakeFiles/fcitx-utils.dir/memory.c.o 
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/lib/fcitx-utils && /usr/bin/cmake -E cmake_symlink_library libfcitx-utils.so.0.1 libfcitx-utils.so.0 libfcitx-utils.so
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles  45 46
[  7%] Built target fcitx-utils
make -f src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/build.make src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/depend.internal".
Scanning dependencies of target fcitx-xkbdbus.conf.target
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/build.make src/module/xkbdbus/CMakeFiles/fcitx-xkbdbus.conf.target.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  7%] Generating fcitx-xkbdbus.conf
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus && LC_ALL=C /usr/bin/intltool-merge -d -u /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/po /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkbdbus/fcitx-xkbdbus.conf.in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/fcitx-xkbdbus.conf
Merging translations into /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus/fcitx-xkbdbus.conf.
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  7%] Built target fcitx-xkbdbus.conf.target
make -f src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/build.make src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/chttrans /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/depend.internal".
Scanning dependencies of target fcitx-chttrans
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/build.make src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 6
[  8%] Building C object src/module/chttrans/CMakeFiles/fcitx-chttrans.dir/chttrans.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_chttrans_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-chttrans.dir/chttrans.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/chttrans/chttrans.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  8%] Building C object src/module/xkb/CMakeFiles/fcitx-xkb.dir/rules.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_xkb_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib -I/usr/include/libxml2    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-xkb.dir/rules.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/rules.c
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/rules.c: In function ‘FcitxXkbReadRules’:
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/rules.c:100:17: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result
Linking C shared module fcitx-xkbdbus.so
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkbdbus && /usr/bin/cmake -E cmake_link_script CMakeFiles/fcitx-xkbdbus.dir/link.txt --verbose=1
/usr/bin/i686-pc-linux-gnu-gcc  -fPIC -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,fcitx-xkbdbus.so -o fcitx-xkbdbus.so CMakeFiles/fcitx-xkbdbus.dir/xkbdbus.c.o CMakeFiles/fcitx-xkbdbus.dir/__/__/im/keyboard/isocodes.c.o -ldbus-1 -lxml2 
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles  60
[  8%] Built target fcitx-xkbdbus
make -f src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/build.make src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/chttrans /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/depend.internal".
Scanning dependencies of target fcitx-chttrans.conf.target
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/build.make src/module/chttrans/CMakeFiles/fcitx-chttrans.conf.target.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  8%] Linking C shared module fcitx-chttrans.so
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans && /usr/bin/cmake -E cmake_link_script CMakeFiles/fcitx-chttrans.dir/link.txt --verbose=1
Generating fcitx-chttrans.conf
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans && LC_ALL=C /usr/bin/intltool-merge -d -u /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/po /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/chttrans/fcitx-chttrans.conf.in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/fcitx-chttrans.conf
/usr/bin/i686-pc-linux-gnu-gcc  -fPIC -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,fcitx-chttrans.so -o fcitx-chttrans.so CMakeFiles/fcitx-chttrans.dir/chttrans.c.o 
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles  6
[  8%] Built target fcitx-chttrans
make -f src/module/punc/CMakeFiles/fcitx-punc.dir/build.make src/module/punc/CMakeFiles/fcitx-punc.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/punc /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.dir/depend.internal".
Scanning dependencies of target fcitx-punc
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/punc/CMakeFiles/fcitx-punc.dir/build.make src/module/punc/CMakeFiles/fcitx-punc.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 35
[  9%] Building C object src/module/punc/CMakeFiles/fcitx-punc.dir/punc.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_punc_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-punc.dir/punc.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/punc/punc.c
Merging translations into /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/chttrans/fcitx-chttrans.conf.
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  9%] Built target fcitx-chttrans.conf.target
make -f src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/build.make src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/punc /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/depend.internal".
Scanning dependencies of target fcitx-punc.conf.target
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/build.make src/module/punc/CMakeFiles/fcitx-punc.conf.target.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  9%] Generating fcitx-punc.conf
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc && LC_ALL=C /usr/bin/intltool-merge -d -u /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/po /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/punc/fcitx-punc.conf.in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/fcitx-punc.conf
Merging translations into /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc/fcitx-punc.conf.
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  9%] Built target fcitx-punc.conf.target
make -f src/module/spell/CMakeFiles/fcitx-spell.dir/build.make src/module/spell/CMakeFiles/fcitx-spell.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/spell /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.dir/depend.internal".
Scanning dependencies of target fcitx-spell
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/spell/CMakeFiles/fcitx-spell.dir/build.make src/module/spell/CMakeFiles/fcitx-spell.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[  9%] Building C object src/module/spell/CMakeFiles/fcitx-spell.dir/spell.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_spell_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-spell.dir/spell.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/spell/spell.c
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 59
[ 10%] Building C object src/module/xkb/CMakeFiles/fcitx-xkb.dir/xkbconfig.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_xkb_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib -I/usr/include/libxml2    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-xkb.dir/xkbconfig.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/xkb/xkbconfig.c
Linking C shared module fcitx-punc.so
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/punc && /usr/bin/cmake -E cmake_link_script CMakeFiles/fcitx-punc.dir/link.txt --verbose=1
Linking C shared module fcitx-xkb.so
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/xkb && /usr/bin/cmake -E cmake_link_script CMakeFiles/fcitx-xkb.dir/link.txt --verbose=1
/usr/bin/i686-pc-linux-gnu-gcc  -fPIC -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,fcitx-punc.so -o fcitx-punc.so CMakeFiles/fcitx-punc.dir/punc.c.o 
/usr/bin/i686-pc-linux-gnu-gcc  -fPIC -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -Wl,--as-needed  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,fcitx-xkb.so -o fcitx-xkb.so CMakeFiles/fcitx-xkb.dir/xkb.c.o CMakeFiles/fcitx-xkb.dir/rules.c.o CMakeFiles/fcitx-xkb.dir/xkbconfig.c.o -lX11 -lxkbfile -lxml2 
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 39
[ 11%] make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles  35
Building C object src/module/spell/CMakeFiles/fcitx-spell.dir/spell-custom.c.o
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell && /usr/bin/i686-pc-linux-gnu-gcc  -Dfcitx_spell_EXPORTS  -DNDEBUG -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter -fvisibility=hidden -O2 -march=core2 -pipe  -fPIC -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src -I/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/lib    -D_GNU_SOURCE -DFCITX_HAVE_CONFIG_H -fvisibility=hidden -o CMakeFiles/fcitx-spell.dir/spell-custom.c.o -c /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/spell/spell-custom.c
[ 11%] Built target fcitx-punc
make -f src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/build.make src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/depend
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1 /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/spell /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/DependInfo.cmake --color=
/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/spell/spell-custom.c:24:27: fatal error: unicode/unorm.h: No such file or directory
compilation terminated.
make[2]: *** [src/module/spell/CMakeFiles/fcitx-spell.dir/spell-custom.c.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make[1]: *** [src/module/spell/CMakeFiles/fcitx-spell.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/depend.internal".
Scanning dependencies of target fcitx-spell.conf.target
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make -f src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/build.make src/module/spell/CMakeFiles/fcitx-spell.conf.target.dir/build
make[2]: Entering directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[ 11%] Generating fcitx-spell.conf
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles  58 59
cd /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell && LC_ALL=C /usr/bin/intltool-merge -d -u /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/po /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1/src/module/spell/fcitx-spell.conf.in /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/fcitx-spell.conf
[ 11%] Built target fcitx-xkb
Merging translations into /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/src/module/spell/fcitx-spell.conf.
make[2]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build/CMakeFiles 
[ 11%] Built target fcitx-spell.conf.target
make[1]: Leaving directory `/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
make: *** [all] Error 2
 * ERROR: app-i18n/fcitx-4.2.6.1-r2 failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-i18n/fcitx-4.2.6.1-r2'`,
 * the complete build log and the output of `emerge -pqv '=app-i18n/fcitx-4.2.6.1-r2'`.
 * This ebuild is from an overlay named 'gentoo-zh': '/var/lib/layman/gentoo-zh/'
 * The complete build log is located at '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
 * S: '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1'

>>> Failed to emerge app-i18n/fcitx-4.2.6.1-r2, Log file:

>>>  '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/temp/build.log'

 * Messages for package app-i18n/fcitx-4.2.6.1-r2:

 * ERROR: app-i18n/fcitx-4.2.6.1-r2 failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-i18n/fcitx-4.2.6.1-r2'`,
 * the complete build log and the output of `emerge -pqv '=app-i18n/fcitx-4.2.6.1-r2'`.
 * This ebuild is from an overlay named 'gentoo-zh': '/var/lib/layman/gentoo-zh/'
 * The complete build log is located at '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1_build'
 * S: '/var/tmp/portage/app-i18n/fcitx-4.2.6.1-r2/work/fcitx-4.2.6.1'
➜  ~ git:(master) ✗ epv fcitx

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ~] app-i18n/fcitx-4.2.6.1-r2::gentoo-zh  USE="32bit cairo pango qt4 table xml -debug -gtk -gtk3 -icu -introspection -lua -opencc -snooper -static-libs {-test}" 0 kB

Total: 1 package (1 new), Size of downloads: 0 kB

 * IMPORTANT: 7 news items need reading for repository 'gentoo'.
 * Use eselect news to read news items.

➜  ~ git:(master) ✗ 

app-i18n/fcitx-libpinyin build failed without Qt

>>> Emerging (3 of 5) app-i18n/fcitx-libpinyin-0.3.1 from gentoo-zh
 * fcitx-libpinyin-0.3.1_dict.tar.xz SHA256 size ;-) ...                                                                         [ ok ]
>>> Unpacking source...
>>> Unpacking fcitx-libpinyin-0.3.1_dict.tar.xz to /var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work
>>> Source unpacked in /var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work
>>> Preparing source in /var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work/fcitx-libpinyin-0.3.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work/fcitx-libpinyin-0.3.1 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work/fcitx-libpinyin-0.3.1_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work/fcitx-libpinyin-0.3.1_build/gentoo_common_config.cmake -G Un
ix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/porta
ge/app-i18n/fcitx-libpinyin-0.3.1/work/fcitx-libpinyin-0.3.1_build/gentoo_rules.cmake  /var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work/fci
tx-libpinyin-0.3.1
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/app-i18n/fcitx-libpinyin-0.3.1/work/fcitx-libpinyin-0.3.1_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/lib32/distcc/bin/mips64el-unknown-linux-gnu-gcc
-- Check for working C compiler: /usr/lib32/distcc/bin/mips64el-unknown-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/lib32/distcc/bin/mips64el-unknown-linux-gnu-g++
-- Check for working CXX compiler: /usr/lib32/distcc/bin/mips64el-unknown-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for dgettext
-- Looking for dgettext - found
-- Found Libintl: /usr/include  
-- Found PkgConfig: /usr/bin/mips64el-unknown-linux-gnu-pkg-config (found version "0.28") 
-- checking for module 'fcitx'
--   found fcitx, version 4.2.8.3
-- checking for module 'fcitx-config'
--   found fcitx-config, version 4.2.8.3
-- checking for module 'fcitx-utils'
--   found fcitx-utils, version 4.2.8.3
-- fcitx4-config found /usr/bin/fcitx4-config
-- Found Fcitx: 4.2.8.3 (Required is at least version "4.2.8") 
-- Found GLIB2: /usr/lib32/libglib-2.0.so  
-- checking for module 'libpinyin>=0.9.91'
--   found libpinyin, version 1.0.0
-- Found Libpinyin: /usr/lib32/libpinyin.so  
-- Found D-Bus: /usr/lib32/libdbus-1.so
-- Adding Fcitx Addon libpinyin
CMake Error at /usr/share/cmake/Modules/FindQt4.cmake:1386 (message):
  Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x
Call Stack (most recent call first):
  dictmanager/CMakeLists.txt:15 (find_package)

app-i18n/fcitx-4.2.7-r1 conflicts with ibus and there is build issue

When I compile app-i18n/fcitx-4.2.7-r1, it failed with error "'multilib' is not in IUSE", after I manually add "multilib" into IUSE line of the ebuild, compile passed.
And also, app-i18n/fcitx-4.2.7-r1 conflicts with ibus from Gnome 3.6.x. After I install app-i18n/fcitx-4.2.7-r1, I cannot type Chinese with ibus-pinyin anymore in Gnome 3.6.x, but only English.
Because I run both Gnome 3.6.x and IceWM, I need ibus for Gnome and Fcitx for IceWM to type Chinese.
However, app-i18n/fcitx-4.2.7::gentoo is OK with ibus.
Please fix the ebuild.

Metadata cache seriously outdated

Tired of looooong dep calculation time, I did some investigation into egencache and regenerated metadata cache for all my layman overlays. Then looking at output of git status I'm convinced this must be a bug that the repo does not .gitignore these generated files, or that we currently don't have a policy forcing people to also submit updated cache files together with their updates.

Suggestions:

  • For keeping the cache fresh
    • Sync the in-repository metadata cache once and for all
    • Optionally investigate whether said policy can actually be implemented
  • For removing the cache altogether
    • Remove metadata cache
    • Add a proper .gitignore

freetype-2.4.12 is does not support infinality

Hello!
freetype-2.4.12 in gentoo-zh do not have the infinality USE flag. It renders very poor on my computer. Official version is much better. I spend many time to find out that I'm actually using a overlay version which does not support infinality.

Why such user-modified package is in gentoo-zh? I cannot figure out why the freetype is zh-related. Can the maintainer remove that package and put it in your local overlay?

Install e-sources 3.8.4, but got e-sources 3.8.3

>>> Emerging (1 of 1) sys-kernel/e-sources-3.8.4 from gentoo-zh
 * genpatches-3.8-6.base.tar.xz SHA256 size ;-) ...                                                                           [ ok ]
 * 0001-block-cgroups-kconfig-build-bits-for-BFQ-v6-3.8.patch SHA256 size ;-) ...                                             [ ok ]
 * 0002-block-introduce-the-BFQ-v6-I-O-sched-for-3.8.patch SHA256 size ;-) ...                                                [ ok ]
 * cjktty-for-3.8.1.patch.xz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                             [ ok ]
 * uksm-0.1.2.2-for-v3.8.ge.3.patch SHA256 size ;-) ...                                                                       [ ok ]
 * linux-3.8.tar.xz SHA256 size ;-) ...                                                                                       [ ok ]
 * QA Notice: USE Flag 'imq' not in IUSE for sys-kernel/e-sources-3.8.4
 * QA Notice: USE Flag 'reiser4' not in IUSE for sys-kernel/e-sources-3.8.4
>>> Preparing to unpack ...
>>> Unpacking source...
>>> Unpacking linux-3.8.tar.xz to /var/tmp/portage/sys-kernel/e-sources-3.8.4/work
>>> Unpacking genpatches-3.8-6.base.tar.xz to /var/tmp/portage/sys-kernel/e-sources-3.8.4/work/patches/000001
 * Applying 1000_linux-3.8.1.patch (-p0+) ...                                                                                 [ ok ]
 * Applying 1001_linux-3.8.2.patch (-p0+) ...                                                                                 [ ok ]
 * Applying 1002_linux-3.8.3.patch (-p0+) ...                                                                                 [ ok ]

# Where is 1003_linux-3.8.4.patch?

 * Applying 1700_enable-thinkpad-micled.patch (-p0+) ...                                                                      [ ok ]
 * Applying 1800_memcg-OOM-revert-ZFS-deadlock.patch (-p0+) ...                                                               [ ok ]
 * Applying 2400_kcopy-patch-for-infiniband-driver.patch (-p0+) ...                                                           [ ok ]
 * Applying 2900_dev-root-proc-mount-fix.patch (-p0+) ...                                                                     [ ok ]
 * Applying 0001-block-cgroups-kconfig-build-bits-for-BFQ-v6-3.8.patch1 (-p1+) ...                                            [ ok ]
 * Applying 0002-block-introduce-the-BFQ-v6-I-O-sched-for-3.8.patch1 (-p1+) ...                                               [ ok ]
 * Applying cjktty-for-3.8.1.patch.patch1 (-p1+) ...                                                                          [ ok ]
 * Applying uksm-0.1.2.2-for-v3.8.ge.3.patch1 (-p1+) ...                                                                      [ ok ]
>>> Source unpacked in /var/tmp/portage/sys-kernel/e-sources-3.8.4/work
>>> Preparing source in /var/tmp/portage/sys-kernel/e-sources-3.8.4/work/linux-3.8.4-e ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/sys-kernel/e-sources-3.8.4/work/linux-3.8.4-e ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/sys-kernel/e-sources-3.8.4/work/linux-3.8.4-e ...
>>> Source compiled.
>>> Test phase [not enabled]: sys-kernel/e-sources-3.8.4

uname -a
3.8.3-e-nouveau

goagent needs update

I use chrome + proxy Switchsharp with goagent. I have found google.com or google.com.hk cannot be opened and both of them return "404 NOT found". But google plus is OK if type the url directly. I have tried to modify proxy.ini but I failed to make it work properly, and I found the newer version goagent uses goagent.ini not the proxy.ini, and the syntax it uses has been changed. I have copy goagent 3.1.20 from my Archlinux box and replace CA certificate in chrome, things work well after then.

app-dicts/stardict-wyabdcrealpeopletts improved

--- /var/lib/layman/gentoo-zh/app-dicts/stardict-wyabdcrealpeopletts/stardict-wyabdcrealpeopletts-1.0.ebuild    2013-02-24 08:44:18.088283723 +0800
+++ /usr/local/portage/app-dicts/stardict-wyabdcrealpeopletts/stardict-wyabdcrealpeopletts-1.0.ebuild   2013-03-10 16:05:55.458267565 +0800
@@ -1,2 +1,2 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
@@ -9,4 +9,4 @@
 DESCRIPTION=""
-SRC_URI="http://umn.dl.sourceforge.net/sourceforge/stardict/WyabdcRealPeopleTTS.tar.bz2"
-HOMEPAGE="http://stardict.sourceforge.net/"
+SRC_URI="http://stardict-3.googlecode.com/files/WyabdcRealPeopleTTS.tar.bz2"
+HOMEPAGE="http://code.google.com/p/stardict-3/"

@@ -14,5 +14,5 @@
 LICENSE="GPL"
-KEYWORDS="x86 ppc sparc alpha hppa"
+KEYWORDS="amd64 x86 ppc sparc alpha hppa"

-DEPEND="app-text/stardict"
+DEPEND=""

BFQ patchset conflicts with genpatches 3.9-11

BFQ patchset merged into genpatches 3.9-11. But, if users don't use genpatches, they may be use BFQ.

I can't fully understand how e-sources.eclass works, so I had to remove BFQ from feature list for a temporary solution.

Add a dependency conflict should be a perfect solution. Please help me to do it.

CC Author of e-source.eclass @stlifey


But, there is a serious bug in Gentoo's BFQ. See Gentoo Bug 474100

app-i18n/librime-0.9.6 error when linking

Portage 2.1.11.43 (default/linux/amd64/10.0/desktop/kde, gcc-4.7.2, glibc-2.16.0, 3.7.3-gentoo-ARCH x86_64)

                    System Settings

System uname: Linux-3.7.3-gentoo-ARCH-x86_64-Intel-R-_Core-TM-i7-3615QM_CPU@_2.30GHz-with-gentoo-2.2
KiB Mem: 8082088 total, 3084372 free
KiB Swap: 0 total, 0 free
Timestamp of tree: Sat, 19 Jan 2013 07:45:01 +0000
ld GNU ld (GNU Binutils) 2.23.1
app-shells/bash: 4.2_p42
dev-lang/python: 2.7.3-r3, 3.2.3-r2
dev-util/cmake: 2.8.10.2-r2::kde
dev-util/pkgconfig: 0.27.1
sys-apps/baselayout: 2.2
sys-apps/openrc: 0.11.8
sys-apps/sandbox: 2.6
sys-devel/autoconf: 2.13, 2.69
sys-devel/automake: 1.9.6-r3, 1.11.6, 1.13.1
sys-devel/binutils: 2.23.1
sys-devel/gcc: 4.7.2
sys-devel/gcc-config: 1.8
sys-devel/libtool: 1.3.5, 2.4.2
sys-devel/make: 3.82-r4
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc: 2.16.0
Repositories: gentoo gentoo-zh systemd kde ruby
Installed sets: @kde-4.10
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@eula"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /usr/share/themes/oxygen-gtk/gtk-2.0"
CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=native"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirrors.163.com/gentoo/ http://mirrors.ustc.edu.cn/gentoo/"
INSTALL_MASK="*.la systemd-vconsole-setup.service"
LANG="zh_CN.UTF-8"
LC_ALL="zh_CN.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j16"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/var/lib/layman/gentoo-zh /var/lib/layman/systemd /var/lib/layman/kde /var/lib/layman/ruby"
SYNC="rsync://mirrors.163.com/gentoo-portage"
USE="X a52 aac acl acpi alsa amd64 berkdb bindist bluetooth branding bzip2 c++0x cairo cdda cdr cjk cjktty cli cmake cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif git gpm gtk iconv ipv6 jpeg kde lcms ldap libnotify mad mmx mng modules mp3 mp4 mpeg mudflap multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pppd pulseaudio qt3support qt4 readline sdl semantic-desktop session sna spell sse sse2 ssl startup-notification static-libs svg systemd tcpd threads tiff truetype udev udisks unicode upower usb vorbis wicd wxwidgets x264 xcb xcomposite xetex xinerama xml xscreensaver xv xvid zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="zh_CN zh" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" RUBY_TARGETS="ruby19" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

➜ ~ cat /var/tmp/portage/app-i18n/librime-0.9.6/temp/build.log

  • Package: app-i18n/librime-0.9.6
  • Repository: gentoo
  • Maintainer: [email protected] [email protected],[email protected]
  • Upstream: [email protected] http://code.google.com/p/rimeime/issues/list
  • USE: amd64 elibc_glibc kernel_linux multilib policykit static-libs userland_GNU
  • FEATURES: sandbox

    Unpacking source...
    Source unpacked in /var/tmp/portage/app-i18n/librime-0.9.6/work
    Preparing source in /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6 ...
    Source prepared.
    Configuring source in /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6 ...
    Working in BUILD_DIR: "/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build"
    cmake --no-warn-unused-cli -C /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_STATIC=ON -DBUILD_DATA=OFF -DLIB_INSTALL_DIR=/usr/lib64 -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/gentoo_rules.cmake /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6
    Not searching for unused variables given on the command line.
    loading initial cache file /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/gentoo_common_config.cmake
    -- The C compiler identification is GNU 4.7.2
    -- The CXX compiler identification is GNU 4.7.2
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Boost version: 1.52.0
    -- Found the following Boost libraries:
    -- filesystem
    -- regex
    -- signals
    -- system
    -- thread
    -- Found glog: /usr/lib64/libglog.a
    -- Looking for include file pthread.h
    -- Looking for include file pthread.h - found
    -- Looking for pthread_create
    -- Looking for pthread_create - not found
    -- Looking for pthread_create in pthreads
    -- Looking for pthread_create in pthreads - not found
    -- Looking for pthread_create in pthread
    -- Looking for pthread_create in pthread - found
    -- Found Threads: TRUE
    -- Found GTest: /usr/lib64/libgtest.so
    -- Found yaml-cpp: /usr/lib64/libyaml-cpp.so
    -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.7")
    -- Found kyotocabinet: /usr/lib64/libkyotocabinet.a
    -- Found opencc: /usr/lib64/libopencc.a
    -- Found X11/keysym.h at /usr/include
    -- <<< Gentoo configuration >>>
    Build type Gentoo
    Install path /usr
    Compiler flags:
    C -O2 -pipe -march=native
    C++ -O2 -pipe -march=native
    Linker flags:
    Executable -Wl,-O1 -Wl,--as-needed
    Module -Wl,-O1 -Wl,--as-needed
    Shared -Wl,-O1 -Wl,--as-needed

-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build

Source configured.
Compiling source in /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6 ...
Working in BUILD_DIR: "/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build"
make -j16 VERBOSE=1
/usr/bin/cmake -H/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6 -B/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: 进入目录“/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build”
make -f src/CMakeFiles/rime.dir/build.make src/CMakeFiles/rime.dir/depend
make[2]: 进入目录“/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build”
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6 /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src/CMakeFiles/rime.dir/DependInfo.cmake --color=
Dependee "/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src/CMakeFiles/rime.dir/DependInfo.cmake" is newer than depender "/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src/CMakeFiles/rime.dir/depend.internal".
Dependee "/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src/CMakeFiles/rime.dir/depend.internal".
Scanning dependencies of target rime
make[2]: 离开目录“/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build”
make -f src/CMakeFiles/rime.dir/build.make src/CMakeFiles/rime.dir/build
make[2]: 进入目录“/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build”
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 1
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 2
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 3
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 4
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 5
[ 1%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 6
[ 2%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 7
[ 4%] [ 4%] [ 6%] [ 7%] [ 8%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 8
Building CXX object src/CMakeFiles/rime.dir/commit_history.cc.o
Building CXX object src/CMakeFiles/rime.dir/candidate.cc.o
Building CXX object src/CMakeFiles/rime.dir/composition.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/commit_history.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/commit_history.cc
Building CXX object src/CMakeFiles/rime.dir/common.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/candidate.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/candidate.cc
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/common.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/common.cc
Building CXX object src/CMakeFiles/rime.dir/config.cc.o
[ 9%] cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/composition.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/composition.cc
Building CXX object src/CMakeFiles/rime.dir/context.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/config.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/config.cc
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/context.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/context.cc
Building CXX object src/CMakeFiles/rime.dir/deployer.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/deployer.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/deployer.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 9
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 10
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 11
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 12
[ 11%] [ 12%] Building CXX object src/CMakeFiles/rime.dir/engine.cc.o
[ 13%] cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/engine.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/engine.cc
[ 14%] Building CXX object src/CMakeFiles/rime.dir/key_event.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/key_event.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/key_event.cc
Building CXX object src/CMakeFiles/rime.dir/menu.cc.o
Building CXX object src/CMakeFiles/rime.dir/key_table.cc.o
Building CXX object src/CMakeFiles/rime.dir/registry.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/key_table.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/key_table.cc
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/menu.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/menu.cc
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/registry.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/registry.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 13
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 14
[ 16%] [ 17%] Building CXX object src/CMakeFiles/rime.dir/rime_api.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/rime_api.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/rime_api.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 15
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 16
Building CXX object src/CMakeFiles/rime.dir/schema.cc.o
[ 18%] cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/schema.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/schema.cc
[ 19%] Building CXX object src/CMakeFiles/rime.dir/service.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/service.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/service.cc
Building CXX object src/CMakeFiles/rime.dir/segmentation.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/segmentation.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/segmentation.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 17
[ 20%] Building CXX object src/CMakeFiles/rime.dir/switcher.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/switcher.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/switcher.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 18
[ 22%] Building CXX object src/CMakeFiles/rime.dir/translation.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/translation.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/translation.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 19
[ 23%] Building CXX object src/CMakeFiles/rime.dir/algo/algebra.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/algo/algebra.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/algo/algebra.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 20
[ 24%] Building CXX object src/CMakeFiles/rime.dir/algo/calculus.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/algo/calculus.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/algo/calculus.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 21
[ 25%] Building CXX object src/CMakeFiles/rime.dir/algo/syllabifier.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/algo/syllabifier.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/algo/syllabifier.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 22
[ 27%] Building CXX object src/CMakeFiles/rime.dir/dict/dict_compiler.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/dict_compiler.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/dict_compiler.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 23
[ 28%] Building CXX object src/CMakeFiles/rime.dir/dict/dict_settings.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/dict_settings.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/dict_settings.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 24
[ 29%] Building CXX object src/CMakeFiles/rime.dir/dict/dictionary.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/dictionary.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/dictionary.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 25
[ 30%] Building CXX object src/CMakeFiles/rime.dir/dict/entry_collector.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/entry_collector.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/entry_collector.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 26
[ 32%] Building CXX object src/CMakeFiles/rime.dir/dict/mapped_file.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/mapped_file.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/mapped_file.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 27
[ 33%] Building CXX object src/CMakeFiles/rime.dir/dict/preset_vocabulary.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/preset_vocabulary.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/preset_vocabulary.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 28
[ 34%] Building CXX object src/CMakeFiles/rime.dir/dict/prism.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/prism.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/prism.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 29
[ 35%] Building CXX object src/CMakeFiles/rime.dir/dict/reverse_lookup_dictionary.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/reverse_lookup_dictionary.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/reverse_lookup_dictionary.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 30
[ 37%] Building CXX object src/CMakeFiles/rime.dir/dict/table.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/table.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/table.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 31
[ 38%] Building CXX object src/CMakeFiles/rime.dir/dict/user_db.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/user_db.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/user_db.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 32
[ 39%] Building CXX object src/CMakeFiles/rime.dir/dict/user_dictionary.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/user_dictionary.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/user_dictionary.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 33
[ 40%] Building CXX object src/CMakeFiles/rime.dir/dict/vocabulary.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/dict/vocabulary.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/dict/vocabulary.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 34
[ 41%] Building CXX object src/CMakeFiles/rime.dir/gear/abc_segmentor.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/abc_segmentor.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/abc_segmentor.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 35
[ 43%] Building CXX object src/CMakeFiles/rime.dir/gear/ascii_composer.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/ascii_composer.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/ascii_composer.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 36
[ 44%] Building CXX object src/CMakeFiles/rime.dir/gear/ascii_segmentor.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/ascii_segmentor.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/ascii_segmentor.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 37
[ 45%] Building CXX object src/CMakeFiles/rime.dir/gear/chord_composer.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/chord_composer.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/chord_composer.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 38
[ 46%] Building CXX object src/CMakeFiles/rime.dir/gear/echo_translator.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/echo_translator.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/echo_translator.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 39
[ 48%] Building CXX object src/CMakeFiles/rime.dir/gear/editor.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/editor.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/editor.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 40
[ 49%] Building CXX object src/CMakeFiles/rime.dir/gear/fallback_segmentor.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/fallback_segmentor.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/fallback_segmentor.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 41
[ 50%] Building CXX object src/CMakeFiles/rime.dir/gear/key_binder.cc.o
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 42
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/key_binder.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/key_binder.cc
[ 51%] Building CXX object src/CMakeFiles/rime.dir/gear/matcher.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/matcher.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/matcher.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 43
[ 53%] Building CXX object src/CMakeFiles/rime.dir/gear/memory.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/memory.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/memory.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 44
[ 54%] Building CXX object src/CMakeFiles/rime.dir/gear/navigator.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/navigator.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/navigator.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 45
[ 55%] Building CXX object src/CMakeFiles/rime.dir/gear/poet.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/poet.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/poet.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 46
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 47
[ 56%] [ 58%] Building CXX object src/CMakeFiles/rime.dir/gear/punctuator.cc.o
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 48
Building CXX object src/CMakeFiles/rime.dir/gear/r10n_translator.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/punctuator.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/punctuator.cc
[ 59%] cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/r10n_translator.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/r10n_translator.cc
Building CXX object src/CMakeFiles/rime.dir/gear/recognizer.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/recognizer.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/recognizer.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 49
[ 60%] Building CXX object src/CMakeFiles/rime.dir/gear/reverse_lookup_translator.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/reverse_lookup_translator.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/reverse_lookup_translator.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 50
[ 61%] Building CXX object src/CMakeFiles/rime.dir/gear/selector.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/selector.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/selector.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 51
[ 62%] Building CXX object src/CMakeFiles/rime.dir/gear/simplifier.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/simplifier.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/simplifier.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 52
[ 64%] Building CXX object src/CMakeFiles/rime.dir/gear/speller.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/speller.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/speller.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 53
[ 65%] Building CXX object src/CMakeFiles/rime.dir/gear/table_translator.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/table_translator.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/table_translator.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 54
[ 66%] Building CXX object src/CMakeFiles/rime.dir/gear/translator_commons.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/translator_commons.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/translator_commons.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 55
[ 67%] /usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 56
Building CXX object src/CMakeFiles/rime.dir/gear/trivial_translator.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/trivial_translator.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/trivial_translator.cc
[ 69%] Building CXX object src/CMakeFiles/rime.dir/gear/uniquifier.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/gear/uniquifier.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/gear/uniquifier.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 57
[ 70%] Building CXX object src/CMakeFiles/rime.dir/lever/custom_settings.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/lever/custom_settings.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/lever/custom_settings.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 58
[ 71%] Building CXX object src/CMakeFiles/rime.dir/lever/customizer.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/lever/customizer.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/lever/customizer.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 59
[ 72%] Building CXX object src/CMakeFiles/rime.dir/lever/deployment_tasks.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/lever/deployment_tasks.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/lever/deployment_tasks.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 60
[ 74%] Building CXX object src/CMakeFiles/rime.dir/lever/signature.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/lever/signature.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/lever/signature.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 61
[ 75%] Building CXX object src/CMakeFiles/rime.dir/lever/switcher_settings.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/lever/switcher_settings.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/lever/switcher_settings.cc
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/CMakeFiles 62
[ 76%] Building CXX object src/CMakeFiles/rime.dir/lever/user_dict_manager.cc.o
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/c++ -DRIME_EXPORTS -O2 -pipe -march=native -fPIC -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/include -I/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/include -o CMakeFiles/rime.dir/lever/user_dict_manager.cc.o -c /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/src/lever/user_dict_manager.cc
Linking CXX shared library ../lib/librime.so
cd /var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/rime.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,librime.so.0 -o ../lib/librime.so.0.9.6 CMakeFiles/rime.dir/candidate.cc.o CMakeFiles/rime.dir/commit_history.cc.o CMakeFiles/rime.dir/common.cc.o CMakeFiles/rime.dir/composition.cc.o CMakeFiles/rime.dir/config.cc.o CMakeFiles/rime.dir/context.cc.o CMakeFiles/rime.dir/deployer.cc.o CMakeFiles/rime.dir/engine.cc.o CMakeFiles/rime.dir/key_event.cc.o CMakeFiles/rime.dir/key_table.cc.o CMakeFiles/rime.dir/menu.cc.o CMakeFiles/rime.dir/registry.cc.o CMakeFiles/rime.dir/rime_api.cc.o CMakeFiles/rime.dir/schema.cc.o CMakeFiles/rime.dir/segmentation.cc.o CMakeFiles/rime.dir/service.cc.o CMakeFiles/rime.dir/switcher.cc.o CMakeFiles/rime.dir/translation.cc.o CMakeFiles/rime.dir/algo/algebra.cc.o CMakeFiles/rime.dir/algo/calculus.cc.o CMakeFiles/rime.dir/algo/syllabifier.cc.o CMakeFiles/rime.dir/dict/dict_compiler.cc.o CMakeFiles/rime.dir/dict/dict_settings.cc.o CMakeFiles/rime.dir/dict/dictionary.cc.o CMakeFiles/rime.dir/dict/entry_collector.cc.o CMakeFiles/rime.dir/dict/mapped_file.cc.o CMakeFiles/rime.dir/dict/preset_vocabulary.cc.o CMakeFiles/rime.dir/dict/prism.cc.o CMakeFiles/rime.dir/dict/reverse_lookup_dictionary.cc.o CMakeFiles/rime.dir/dict/table.cc.o CMakeFiles/rime.dir/dict/user_db.cc.o CMakeFiles/rime.dir/dict/user_dictionary.cc.o CMakeFiles/rime.dir/dict/vocabulary.cc.o CMakeFiles/rime.dir/gear/abc_segmentor.cc.o CMakeFiles/rime.dir/gear/ascii_composer.cc.o CMakeFiles/rime.dir/gear/ascii_segmentor.cc.o CMakeFiles/rime.dir/gear/chord_composer.cc.o CMakeFiles/rime.dir/gear/echo_translator.cc.o CMakeFiles/rime.dir/gear/editor.cc.o CMakeFiles/rime.dir/gear/fallback_segmentor.cc.o CMakeFiles/rime.dir/gear/key_binder.cc.o CMakeFiles/rime.dir/gear/matcher.cc.o CMakeFiles/rime.dir/gear/memory.cc.o CMakeFiles/rime.dir/gear/navigator.cc.o CMakeFiles/rime.dir/gear/poet.cc.o CMakeFiles/rime.dir/gear/punctuator.cc.o CMakeFiles/rime.dir/gear/r10n_translator.cc.o CMakeFiles/rime.dir/gear/recognizer.cc.o CMakeFiles/rime.dir/gear/reverse_lookup_translator.cc.o CMakeFiles/rime.dir/gear/selector.cc.o CMakeFiles/rime.dir/gear/simplifier.cc.o CMakeFiles/rime.dir/gear/speller.cc.o CMakeFiles/rime.dir/gear/table_translator.cc.o CMakeFiles/rime.dir/gear/translator_commons.cc.o CMakeFiles/rime.dir/gear/trivial_translator.cc.o CMakeFiles/rime.dir/gear/uniquifier.cc.o CMakeFiles/rime.dir/lever/custom_settings.cc.o CMakeFiles/rime.dir/lever/customizer.cc.o CMakeFiles/rime.dir/lever/deployment_tasks.cc.o CMakeFiles/rime.dir/lever/signature.cc.o CMakeFiles/rime.dir/lever/switcher_settings.cc.o CMakeFiles/rime.dir/lever/user_dict_manager.cc.o -L/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/lib -Wl,-Bstatic -lboost_filesystem -lboost_regex -lboost_signals -lboost_system -lboost_thread -lglog -Wl,-Bdynamic -lyaml-cpp -Wl,-Bstatic -lkyotocabinet -lopencc -Wl,-Bdynamic -lz -lpthread -Wl,-rpath,/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6/thirdparty/lib:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../lib64/libboost_filesystem.a(operations.o): relocation R_X86_64_32S against `_ZNSs4_Rep20_S_empty_rep_storageE' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/../../../../lib64/libboost_filesystem.a: could not read symbols: 错误的值
collect2: 错误:ld 返回 1
make[2]: *** [lib/librime.so.0.9.6] 错误 1
make[2]: 离开目录“/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build”
make[1]: *** [src/CMakeFiles/rime.dir/all] 错误 2
make[1]: 离开目录“/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build”
make: *** [all] 错误 2

  • ERROR: app-i18n/librime-0.9.6 failed (compile phase):
  • emake failed
  • If you need support, post the output of emerge --info '=app-i18n/librime-0.9.6',
  • the complete build log and the output of emerge -pqv '=app-i18n/librime-0.9.6'.
  • The complete build log is located at '/var/tmp/portage/app-i18n/librime-0.9.6/temp/build.log'.
  • The ebuild environment file is located at '/var/tmp/portage/app-i18n/librime-0.9.6/temp/environment'.
  • Working directory: '/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6_build'
  • S: '/var/tmp/portage/app-i18n/librime-0.9.6/work/librime-0.9.6'

Can not launch wineqq.

$ qq2012

wine: Unhandled page fault on read access to 0x00000048 at address 0x3232ac (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000048 in 32-bit code (0x003232ac).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:003232ac ESP:0032f56c EBP:0032f5b8 EFLAGS:00010a47(  R- --O I  Z- -P-C)
 EAX:0032f580 EBX:3093c8d4 ECX:00000000 EDX:69e00000
 ESI:80000000 EDI:00000000
Stack dump:
0x0032f56c:  7e7f78b6 0032f580 0000c04e 69e00000
0x0032f57c:  00000001 00000000 69e00000 00000000
0x0032f58c:  00020036 80000000 80000000 80000000
0x0032f59c:  80000000 80000000 69e10374 0000c04e
0x0032f5ac:  00000000 308f1119 0042d2d0 0032f5f4
0x0032f5bc:  308f1286 00000000 0000c04e 69e10374
Backtrace:
=>0 0x003232ac (0x0032f5b8)
  1 0x308f1286 in gf (+0xf1285) (0x0032f5f4)
  2 0x69e04448 in hummerengine (+0x4447) (0x0032f634)
  3 0x69e040d9 in hummerengine (+0x40d8) (0x0032f678)
  4 0x69e03866 in hummerengine (+0x3865) (0x0032f6a4)
  5 0x69e01893 in hummerengine (+0x1892) (0x0032f6d0)
  6 0x69e07d8a in hummerengine (+0x7d89) (0x0032fc30)
  7 0x69e08f0c in hummerengine (+0x8f0b) (0x0032fc7c)
  8 0x00402493 in qq (+0x2492) (0x0032fdc0)
  9 0x004021fc in qq (+0x21fb) (0x0032fdcc)
  10 0x00402ba6 in qq (+0x2ba5) (0x0032fe60)
  11 0x7ecb0b5c call_process_entry+0xb() in kernel32 (0x0032fe78)
  12 0x7ecb1d3b in kernel32 (+0x51d3a) (0x0032feb8)
  13 0x7efa0130 call_thread_func_wrapper+0xb() in ntdll (0x0032fed8)
  14 0x7efa307d call_thread_func+0x7c() in ntdll (0x0032ffa8)
  15 0x7efa010e RtlRaiseException+0x21() in ntdll (0x0032ffc8)
  16 0x7ef753be call_dll_entry_point+0x33d() in ntdll (0x0032ffe8)
  17 0xf75f30ed wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
  18 0xf75f31ab wine_switch_to_stack+0x2a() in libwine.so.1 (0xffc6ab98)
  19 0x7ef7b1b5 LdrInitializeThunk+0x3c4() in ntdll (0xffc6ac08)
  20 0x7ecb8272 __wine_kernel_init+0xa21() in kernel32 (0xffc6bdb8)
  21 0x7ef7b983 __wine_process_init+0x262() in ntdll (0xffc6be48)
  22 0xf75f05c4 wine_init+0x2e3() in libwine.so.1 (0xffc6beb8)
  23 0x7bf00e8b main+0x7a() in <wine-loader> (0xffc6c308)
  24 0xf742e596 __libc_start_main+0xe5() in libc.so.6 (0xffc6c388)
0x003232ac: arpl        0x48(%edi),%sp
Modules:
Module  Address                 Debug info      Name (133 modules)
PE        330000-  350000       Deferred        libexpatw
PE        350000-  367000       Deferred        tinyxml
PE        370000-  3f7000       Deferred        msvcp80
PE        400000-  417000       Export          qq
PE        530000-  55e000       Deferred        ximage
PE        560000-  585000       Deferred        libpng
PE        590000-  5e4000       Deferred        libjpegturbo
PE        5f0000-  647000       Deferred        arkgraphic
PE        650000-  65d000       Deferred        jgimage
PE        660000-  666000       Deferred        jgiostub
PE      10000000-10014000       Deferred        zlib
PE      30000000-3029b000       Deferred        common
PE      30800000-30a0e000       Export          gf
PE      31800000-3189b000       Deferred        kernelutil
PE      32100000-32116000       Deferred        xgraphic32
PE      5dca0000-5dce5000       Deferred        iertutil
PE      61410000-61534000       Deferred        urlmon
PE      68800000-688b4000       Deferred        afbase
PE      69e00000-69e2a000       Export          hummerengine
PE      77f60000-77fd6000       Deferred        shlwapi
PE      78130000-781cb000       Deferred        msvcr80
ELF     7bf00000-7bf04000       Dwarf           <wine-loader>
PE      7c630000-7c64b000       Deferred        atl80
ELF     7d1eb000-7d200000       Deferred        libresolv.so.2
ELF     7d200000-7d208000       Deferred        libkrb5support.so.0
ELF     7d208000-7d20c000       Deferred        libcom_err.so.2
ELF     7d20c000-7d232000       Deferred        libk5crypto.so.3
ELF     7d232000-7d2e6000       Deferred        libkrb5.so.3
ELF     7d2e6000-7d31c000       Deferred        libgssapi_krb5.so.2
ELF     7d31c000-7d36b000       Deferred        libcups.so.2
ELF     7d39d000-7d3d4000       Deferred        uxtheme<elf>
  \-PE  7d3a0000-7d3d4000       \               uxtheme
ELF     7d3d4000-7d3f9000       Deferred        imm32<elf>
  \-PE  7d3e0000-7d3f9000       \               imm32
ELF     7d3f9000-7d43c000       Deferred        usp10<elf>
  \-PE  7d400000-7d43c000       \               usp10
ELF     7d43c000-7d450000       Deferred        msimg32<elf>
  \-PE  7d440000-7d450000       \               msimg32
ELF     7d450000-7d46c000       Deferred        rasapi32<elf>
  \-PE  7d460000-7d46c000       \               rasapi32
ELF     7d46c000-7d499000       Deferred        netapi32<elf>
  \-PE  7d470000-7d499000       \               netapi32
ELF     7d499000-7d564000       Deferred        crypt32<elf>
  \-PE  7d4a0000-7d564000       \               crypt32
ELF     7d564000-7d59a000       Deferred        wintrust<elf>
  \-PE  7d570000-7d59a000       \               wintrust
ELF     7d59a000-7d6d6000       Deferred        oleaut32<elf>
  \-PE  7d5b0000-7d6d6000       \               oleaut32
ELF     7d6d6000-7d7be000       Deferred        comdlg32<elf>
  \-PE  7d6e0000-7d7be000       \               comdlg32
ELF     7d7be000-7d7d2000       Deferred        psapi<elf>
  \-PE  7d7c0000-7d7d2000       \               psapi
ELF     7d7d2000-7d83a000       Deferred        dbghelp<elf>
  \-PE  7d7e0000-7d83a000       \               dbghelp
ELF     7d83a000-7d860000       Deferred        iphlpapi<elf>
  \-PE  7d840000-7d860000       \               iphlpapi
ELF     7d860000-7d8a1000       Deferred        winspool<elf>
  \-PE  7d870000-7d8a1000       \               winspool
ELF     7d8a1000-7d911000       Deferred        setupapi<elf>
  \-PE  7d8b0000-7d911000       \               setupapi
ELF     7d911000-7d9c8000       Deferred        winmm<elf>
  \-PE  7d920000-7d9c8000       \               winmm
ELF     7d9c8000-7dbf8000       Deferred        shell32<elf>
  \-PE  7d9e0000-7dbf8000       \               shell32
ELF     7dbf8000-7dc75000       Deferred        wininet<elf>
  \-PE  7dc00000-7dc75000       \               wininet
ELF     7dc75000-7dd7f000       Deferred        comctl32<elf>
  \-PE  7dc80000-7dd7f000       \               comctl32
ELF     7dd7f000-7dec0000       Deferred        msvcp90<elf>
  \-PE  7ddc0000-7dec0000       \               msvcp90
ELF     7dec0000-7dec4000       Deferred        libkeyutils.so.1
ELF     7dec4000-7ded9000       Deferred        avicap32<elf>
  \-PE  7ded0000-7ded9000       \               avicap32
ELF     7ded9000-7df04000       Deferred        msacm32<elf>
  \-PE  7dee0000-7df04000       \               msacm32
ELF     7df04000-7df2c000       Deferred        mpr<elf>
  \-PE  7df10000-7df2c000       \               mpr
ELF     7df2c000-7df62000       Deferred        ws2_32<elf>
  \-PE  7df30000-7df62000       \               ws2_32
ELF     7df76000-7df7c000       Deferred        libxfixes.so.3
ELF     7df7c000-7df86000       Deferred        libxcursor.so.1
ELF     7df86000-7df95000       Deferred        libxi.so.6
ELF     7df95000-7df99000       Deferred        libxcomposite.so.1
ELF     7df99000-7dfa3000       Deferred        libxrandr.so.2
ELF     7dfa3000-7dfac000       Deferred        libxrender.so.1
ELF     7dfac000-7dfb2000       Deferred        libxxf86vm.so.1
ELF     7dfb2000-7dfb6000       Deferred        libxinerama.so.1
ELF     7dfb6000-7dfbc000       Deferred        libxdmcp.so.6
ELF     7dfbc000-7dfc0000       Deferred        libxau.so.6
ELF     7dfc0000-7dfdb000       Deferred        libxcb.so.1
ELF     7dfdb000-7dfe0000       Deferred        libuuid.so.1
ELF     7dfe0000-7dff8000       Deferred        libice.so.6
ELF     7dff8000-7e113000       Deferred        libx11.so.6
ELF     7e113000-7e122000       Deferred        libxext.so.6
ELF     7e122000-7e12a000       Deferred        libsm.so.6
ELF     7e15c000-7e1ef000       Deferred        winex11<elf>
  \-PE  7e170000-7e1ef000       \               winex11
ELF     7e1f1000-7e21b000       Deferred        libexpat.so.1
ELF     7e21b000-7e24a000       Deferred        libfontconfig.so.1
ELF     7e24a000-7e25b000       Deferred        libbz2.so.1
ELF     7e25b000-7e2e6000       Deferred        libfreetype.so.6
ELF     7e2e6000-7e32b000       Deferred        libncurses.so.5
ELF     7e35d000-7e406000       Deferred        msvcrt<elf>
  \-PE  7e370000-7e406000       \               msvcrt
ELF     7e406000-7e489000       Deferred        rpcrt4<elf>
  \-PE  7e410000-7e489000       \               rpcrt4
ELF     7e489000-7e5c6000       Deferred        ole32<elf>
  \-PE  7e4a0000-7e5c6000       \               ole32
ELF     7e5c6000-7e637000       Deferred        advapi32<elf>
  \-PE  7e5d0000-7e637000       \               advapi32
ELF     7e637000-7e74f000       Deferred        gdi32<elf>
  \-PE  7e640000-7e74f000       \               gdi32
ELF     7e74f000-7e8ab000       Deferred        user32<elf>
  \-PE  7e760000-7e8ab000       \               user32
ELF     7ec4f000-7ee96000       Dwarf           kernel32<elf>
  \-PE  7ec60000-7ee96000       \               kernel32
ELF     7ee96000-7eea2000       Deferred        libnss_files.so.2
ELF     7eea2000-7eead000       Deferred        libnss_nis.so.2
ELF     7eead000-7eec4000       Deferred        libnsl.so.1
ELF     7eec4000-7eeeb000       Deferred        libm.so.6
ELF     7eeeb000-7eef4000       Deferred        librt.so.1
ELF     7eef7000-7ef0c000       Deferred        libz.so.1
ELF     7ef0c000-7ef26000       Deferred        version<elf>
  \-PE  7ef10000-7ef26000       \               version
ELF     7ef26000-7f000000       Dwarf           ntdll<elf>
  \-PE  7ef40000-7f000000       \               ntdll
ELF     f7410000-f7414000       Deferred        libdl.so.2
ELF     f7414000-f759d000       Dwarf           libc.so.6
ELF     f759d000-f75b7000       Deferred        libpthread.so.0
ELF     f75e1000-f75e9000       Deferred        libnss_compat.so.2
ELF     f75e9000-f772e000       Dwarf           libwine.so.1
ELF     f772f000-f774f000       Deferred        ld-linux.so.2
ELF     ffffe000-fffff000       Deferred        [vdso].so
Threads:
process  tid      prio (all id:s are in hex)
00000008 (D) C:\Program Files\Tencent\QQ\Bin\QQ.exe
        00000009    0 <==
0000000e services.exe
        0000001f    0
        0000001e    0
        00000018    0
        00000017    0
        00000015    0
        00000010    0
        0000000f    0
00000012 winedevice.exe
        0000001c    0
        00000019    0
        00000014    0
        00000013    0
0000001a plugplay.exe
        00000020    0
        0000001d    0
        0000001b    0
00000021 explorer.exe
        00000022    0

It looks like my system miss something.But I'm not sure.

Failed to build fcitx with ABI_X86="32"

[ebuild   R    ] app-i18n/fcitx-4.2.8.1::gentoo-zh  USE="X autostart cairo dbus enchant gtk3 icu introspection nls pango qt4 xml -debug -gtk -lua -opencc -static-libs -table {-test}" ABI_X86="32* (64) (-x32)" 0 kB
make[2]: 离开目录“/var/tmp/portage/app-i18n/fcitx-4.2.8.1/work/fcitx-4.2.8.1_build32”
[100%] Built target gobject_introspection_compile_target_1
make[1]: 离开目录“/var/tmp/portage/app-i18n/fcitx-4.2.8.1/work/fcitx-4.2.8.1_build32”
make: 离开目录“/var/tmp/portage/app-i18n/fcitx-4.2.8.1/work/fcitx-4.2.8.1_build32/src/lib”
 * ERROR: app-i18n/fcitx-4.2.8.1 failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_compile
 *   environment, line 3686:  Called die
 * The specific snippet of code:
 *           use gtk && emake -C frontend/gtk2 || die;
 * 
 * If you need support, post the output of `emerge --info '=app-i18n/fcitx-4.2.8.1'`,
 * the complete build log and the output of `emerge -pqv '=app-i18n/fcitx-4.2.8.1'`.
 * This ebuild is from an overlay named 'gentoo-zh': '/var/lib/layman/gentoo-zh/'
 * The complete build log is located at '/var/tmp/portage/app-i18n/fcitx-4.2.8.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-i18n/fcitx-4.2.8.1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-i18n/fcitx-4.2.8.1/work/fcitx-4.2.8.1_build32/src'
 * S: '/var/tmp/portage/app-i18n/fcitx-4.2.8.1/work/fcitx-4.2.8.1'

for stardict-3.0.4-templatefix.patch

why not directly use the stardict-3.0.3-zlib-1.2.5.2.patch in /usr/portage/app-text/stardict/files/

ps: The other patch in /usr/portage/app-text/stardict/files/ are not necessary any more, because the author fixed them in version 3.0.4

Ebuild for net-proxy/goagent is Shit

  • The bundle stuff is not fully deleted.
  • The init script is missing.
  • It doesn't have a USE flag, users are not able to decide to install the horrible GTK Terminal Emulator or not.

One day, a user woke up, upgraded his headless server, and found a Graphics User Interface have been installed and the bootup service disappeared.

It may BREAK SOMEONE's SYSTEM. So, It is my responsibility to rework on it as fast as I can. Maybe the code will be more messy, but at least, it won't break people's system.

media-gfx/sane-backends-9999

* ERROR: media-gfx/sane-backends-9999::gentoo-zh failed (depend phase):
 *   git.eclass could not be found by inherit()
 * 
 * Call stack:
 *                   ebuild.sh, line 545:  Called source '/var/lib/layman/gentoo-zh/media-gfx/sane-backends/sane-backends-9999.ebuild'
 *   sane-backends-9999.ebuild, line   7:  Called inherit 'eutils' 'flag-o-matic' 'git'
 *                   ebuild.sh, line 257:  Called die
 * The specific snippet of code:
 *              [[ -z ${location} ]] && die "${1}.eclass could not be found by inherit()"
 * 
 * If you need support, post the output of `emerge --info '=media-gfx/sane-backends-9999::gentoo-zh'`,
 * the complete build log and the output of `emerge -pqv '=media-gfx/sane-backends-9999::gentoo-zh'`.
 * Working directory: '/usr/lib64/portage/pym'
 * S: '/var/tmp/portage/media-gfx/sane-backends-9999/work/sane-backends-9999'
 -... done!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.