jonghwanhyeon / python-mecab-ko

A python binding for mecab-ko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GCP AI Platform(Debian 4.x)에서 실행 오류

likejazz opened this issue · comments

GCP AI Platform에서 제공하는 리눅스 최신 버전(4.19.0-13-cloud-amd64 #1 SMP Debian 4.19.160-2 (2020-11-28) x86_64 GNU/Linux)에서 실행이 되지 않습니다. 팩키징된 so 파일은 물론, 직접 소스를 내려 받아 빌드해도 빌드할때 오류는 발생하지 않으나 import시에 undefined symbol: libiconv 오류가 발생합니다.

>>> import mecab
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/conda/lib/python3.7/site-packages/mecab/__init__.py", line 1, in <module>
    from .mecab import MeCabError
  File "/opt/conda/lib/python3.7/site-packages/mecab/mecab.py", line 1, in <module>
    import _mecab
ImportError: /opt/conda/lib/libmecab.so.2: undefined symbol: libiconv

아마 libiconv.so가 최신 버전에서 통합된 영향을 받지 않나 싶은데, 현재는 동작하지 않고 있습니다.

안녕하세요. 제가 GCP에 인스턴스를 만들어보긴 어려워서, 다음과 같은 Docker 환경에서 테스트를 해보았고, 정상적으로 작동하는 것으로 보입니다.

  • OS: Debian Bullseye

혹시 지금도 해당 이슈가 발생하시면 다시 한 번 코멘트 부탁드리겠습니다!

jonghwanhyeon@titan:~/python-mecab-ko$ docker run --rm -it debian:bullseye
root@6f18902ef747:/# apt update && apt install build-essential wget python3 python3-pip 
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [29.6 kB]
Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
Fetched 8401 kB in 1s (7015 kB/s)   
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  binutils binutils-common binutils-x86-64-linux-gnu bzip2 ca-certificates cpp cpp-10 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10 gnupg
  gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libasan6 libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdeflate0 libdpkg-perl
  libexpat1 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libgpm2 libisl23 libitm1 libjbig0
  libjpeg62-turbo libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3 libmpdec3 libmpfr6
  libncursesw6 libnpth0 libnsl-dev libperl5.32 libpng16-16 libpsl5 libpython3-dev libpython3-stdlib libpython3.9 libpython3.9-dev libpython3.9-minimal libpython3.9-stdlib
  libquadmath0 libreadline8 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libstdc++-10-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp6 libx11-6 libx11-data
  libxau6 libxcb1 libxdmcp6 libxpm4 linux-libc-dev make manpages manpages-dev media-types netbase openssl patch perl perl-modules-5.32 pinentry-curses publicsuffix
  python-pip-whl python3-dev python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources python3-setuptools python3-wheel python3.9 python3.9-dev python3.9-minimal
  readline-common sensible-utils ucf xz-utils zlib1g-dev
Suggested packages:
  binutils-doc bzip2-doc cpp-doc gcc-10-locales dbus-user-session libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib g++-10-multilib gcc-10-doc gcc-multilib autoconf
  automake libtool flex bison gdb gcc-doc gcc-10-multilib parcimonie xloadimage scdaemon apache2 | lighttpd | httpd glibc-doc git bzr libgd-tools gdbm-l10n gpm
  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libstdc++-10-doc make-doc man-browser ed
  diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc python3-doc python3-tk python3-venv
  python-setuptools-doc python3.9-venv python3.9-doc binfmt-support readline-doc
The following NEW packages will be installed:
  binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 ca-certificates cpp cpp-10 dirmngr dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-10
  gcc gcc-10 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm javascript-common libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libasan6 libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
  libdeflate0 libdpkg-perl libexpat1 libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6 libgomp1 libgpm2
  libisl23 libitm1 libjbig0 libjpeg62-turbo libjs-jquery libjs-sphinxdoc libjs-underscore libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3
  libmpdec3 libmpfr6 libncursesw6 libnpth0 libnsl-dev libperl5.32 libpng16-16 libpsl5 libpython3-dev libpython3-stdlib libpython3.9 libpython3.9-dev libpython3.9-minimal
  libpython3.9-stdlib libquadmath0 libreadline8 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libstdc++-10-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp6
  libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxpm4 linux-libc-dev make manpages manpages-dev media-types netbase openssl patch perl perl-modules-5.32 pinentry-curses
  publicsuffix python-pip-whl python3 python3-dev python3-distutils python3-lib2to3 python3-minimal python3-pip python3-pkg-resources python3-setuptools python3-wheel python3.9
  python3.9-dev python3.9-minimal readline-common sensible-utils ucf wget xz-utils zlib1g-dev
0 upgraded, 134 newly installed, 0 to remove and 0 not upgraded.
Need to get 105 MB of archives.
After this operation, 377 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u1 [2823 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
Get:5 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
Get:6 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2 [96.9 kB]
Get:7 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
Get:8 http://security.debian.org/debian-security bullseye-security/main amd64 libperl5.32 amd64 5.32.1-4+deb11u1 [4098 kB]
Get:9 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
Get:10 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
Get:11 http://security.debian.org/debian-security bullseye-security/main amd64 perl amd64 5.32.1-4+deb11u1 [293 kB]
Get:12 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
Get:13 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
Get:14 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
Get:15 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
Get:16 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
Get:17 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
Get:18 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
Get:19 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
Get:20 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
Get:21 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
Get:22 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
Get:23 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
Get:24 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
Get:25 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
Get:26 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
Get:27 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
Get:28 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
Get:29 http://deb.debian.org/debian bullseye/main amd64 wget amd64 1.21-1+b1 [964 kB]
Get:30 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
Get:31 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
Get:32 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
Get:33 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
Get:34 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
Get:35 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
Get:36 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
Get:37 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13 [275 kB]
Get:38 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev amd64 5.10.46-4 [1362 kB]
Get:39 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
Get:40 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1 [190 kB]
Get:41 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:42 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13 [2344 kB]
Get:43 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
Get:44 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
Get:45 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
Get:46 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
Get:47 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
Get:48 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
Get:49 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
Get:50 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
Get:51 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
Get:52 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
Get:53 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
Get:54 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
Get:55 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
Get:56 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
Get:57 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
Get:58 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
Get:59 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
Get:60 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
Get:61 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
Get:62 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
Get:63 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
Get:64 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.9 [1537 kB]
Get:65 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:66 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
Get:67 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
Get:68 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
Get:69 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2 [547 kB]
Get:70 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3 [123 kB]
Get:71 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
Get:72 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
Get:73 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
Get:74 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
Get:75 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2 [762 kB]
Get:76 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
Get:77 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
Get:78 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
Get:79 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
Get:80 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2 [1084 kB]
Get:81 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2 [905 kB]
Get:82 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2 [927 kB]
Get:83 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
Get:84 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2 [669 kB]
Get:85 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2 [523 kB]
Get:86 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2 [516 kB]
Get:87 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2 [645 kB]
Get:88 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2 [825 kB]
Get:89 http://deb.debian.org/debian bullseye/main amd64 javascript-common all 11+nmu1 [6260 B]
Get:90 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
Get:91 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
Get:92 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
Get:93 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
Get:94 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
Get:95 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
Get:96 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
Get:97 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1 [418 kB]
Get:98 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
Get:99 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
Get:100 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
Get:101 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:102 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
Get:103 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1 [289 kB]
Get:104 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:105 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:106 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
Get:107 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
Get:108 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
Get:109 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Get:110 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
Get:111 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13 [245 kB]
Get:112 http://deb.debian.org/debian bullseye/main amd64 libexpat1-dev amd64 2.2.10-2 [140 kB]
Get:113 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
Get:114 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
Get:115 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+~3.5.5-7 [315 kB]
Get:116 http://deb.debian.org/debian bullseye/main amd64 libjs-underscore all 1.9.1~dfsg-3 [100 kB]
Get:117 http://deb.debian.org/debian bullseye/main amd64 libjs-sphinxdoc all 3.4.3-2 [127 kB]
Get:118 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3 [95.9 kB]
Get:119 http://deb.debian.org/debian bullseye/main amd64 libpython3.9 amd64 3.9.2-1 [1691 kB]
Get:120 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-dev amd64 3.9.2-1 [4028 kB]
Get:121 http://deb.debian.org/debian bullseye/main amd64 libpython3-dev amd64 3.9.2-3 [21.7 kB]
Get:122 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1 [104 kB]
Get:123 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
Get:124 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20210108.1309-1 [121 kB]
Get:125 http://deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
Get:126 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2 [190 kB]
Get:127 http://deb.debian.org/debian bullseye/main amd64 python3.9-dev amd64 3.9.2-1 [515 kB]
Get:128 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
Get:129 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
Get:130 http://deb.debian.org/debian bullseye/main amd64 python3-dev amd64 3.9.2-3 [24.8 kB]
Get:131 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
Get:132 http://deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
Get:133 http://deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
Get:134 http://deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
Fetched 105 MB in 2s (47.6 MB/s)       
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package perl-modules-5.32.
(Reading database ... 6653 files and directories currently installed.)
Preparing to unpack .../0-perl-modules-5.32_5.32.1-4+deb11u1_all.deb ...
Unpacking perl-modules-5.32 (5.32.1-4+deb11u1) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../1-libgdbm6_1.19-2_amd64.deb ...
Unpacking libgdbm6:amd64 (1.19-2) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../2-libgdbm-compat4_1.19-2_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.19-2) ...
Selecting previously unselected package libperl5.32:amd64.
Preparing to unpack .../3-libperl5.32_5.32.1-4+deb11u1_amd64.deb ...
Unpacking libperl5.32:amd64 (5.32.1-4+deb11u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../4-perl_5.32.1-4+deb11u1_amd64.deb ...
Unpacking perl (5.32.1-4+deb11u1) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../5-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-4+b1) ...
Selecting previously unselected package libpython3.9-minimal:amd64.
Preparing to unpack .../6-libpython3.9-minimal_3.9.2-1_amd64.deb ...
Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../7-libexpat1_2.2.10-2_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.10-2) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../8-python3.9-minimal_3.9.2-1_amd64.deb ...
Unpacking python3.9-minimal (3.9.2-1) ...
Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
Setting up libexpat1:amd64 (2.2.10-2) ...
Setting up python3.9-minimal (3.9.2-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 8933 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
Unpacking python3-minimal (3.9.2-3) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_4.0.0_all.deb ...
Unpacking media-types (4.0.0) ...
Selecting previously unselected package libmpdec3:amd64.
Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
Unpacking libmpdec3:amd64 (2.5.1-1) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
Unpacking readline-common (8.1-1) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
Unpacking libreadline8:amd64 (8.1-1) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
Selecting previously unselected package libpython3.9-stdlib:amd64.
Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
Unpacking python3.9 (3.9.2-1) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
Setting up python3-minimal (3.9.2-3) ...
Selecting previously unselected package python3.
(Reading database ... 9371 files and directories currently installed.)
Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
Unpacking python3 (3.9.2-3) ...
Selecting previously unselected package netbase.
Preparing to unpack .../001-netbase_6.3_all.deb ...
Unpacking netbase (6.3) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../002-sensible-utils_0.0.14_all.deb ...
Unpacking sensible-utils (0.0.14) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../003-bzip2_1.0.8-4_amd64.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package openssl.
Preparing to unpack .../004-openssl_1.1.1k-1+deb11u1_amd64.deb ...
Unpacking openssl (1.1.1k-1+deb11u1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../005-ca-certificates_20210119_all.deb ...
Unpacking ca-certificates (20210119) ...
Selecting previously unselected package manpages.
Preparing to unpack .../006-manpages_5.10-1_all.deb ...
Unpacking manpages (5.10-1) ...
Selecting previously unselected package ucf.
Preparing to unpack .../007-ucf_3.0043_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0043) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../008-libpsl5_0.21.0-1.2_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.0-1.2) ...
Selecting previously unselected package wget.
Preparing to unpack .../009-wget_1.21-1+b1_amd64.deb ...
Unpacking wget (1.21-1+b1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../010-xz-utils_5.2.5-2_amd64.deb ...
Unpacking xz-utils (5.2.5-2) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../011-binutils-common_2.35.2-2_amd64.deb ...
Unpacking binutils-common:amd64 (2.35.2-2) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../012-libbinutils_2.35.2-2_amd64.deb ...
Unpacking libbinutils:amd64 (2.35.2-2) ...
Selecting previously unselected package libctf-nobfd0:amd64.
Preparing to unpack .../013-libctf-nobfd0_2.35.2-2_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
Selecting previously unselected package libctf0:amd64.
Preparing to unpack .../014-libctf0_2.35.2-2_amd64.deb ...
Unpacking libctf0:amd64 (2.35.2-2) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../015-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../016-binutils_2.35.2-2_amd64.deb ...
Unpacking binutils (2.35.2-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../017-libc-dev-bin_2.31-13_amd64.deb ...
Unpacking libc-dev-bin (2.31-13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../018-linux-libc-dev_5.10.46-4_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.10.46-4) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../019-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../020-libtirpc-dev_1.3.1-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.1-1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../021-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../022-libc6-dev_2.31-13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-13) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../023-libisl23_0.23-1_amd64.deb ...
Unpacking libisl23:amd64 (0.23-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../024-libmpfr6_4.1.0-3_amd64.deb ...
Unpacking libmpfr6:amd64 (4.1.0-3) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../025-libmpc3_1.2.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.0-1) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../026-cpp-10_10.2.1-6_amd64.deb ...
Unpacking cpp-10 (10.2.1-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../027-cpp_4%3a10.2.1-1_amd64.deb ...
Unpacking cpp (4:10.2.1-1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../028-libcc1-0_10.2.1-6_amd64.deb ...
Unpacking libcc1-0:amd64 (10.2.1-6) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../029-libgomp1_10.2.1-6_amd64.deb ...
Unpacking libgomp1:amd64 (10.2.1-6) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../030-libitm1_10.2.1-6_amd64.deb ...
Unpacking libitm1:amd64 (10.2.1-6) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../031-libatomic1_10.2.1-6_amd64.deb ...
Unpacking libatomic1:amd64 (10.2.1-6) ...
Selecting previously unselected package libasan6:amd64.
Preparing to unpack .../032-libasan6_10.2.1-6_amd64.deb ...
Unpacking libasan6:amd64 (10.2.1-6) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../033-liblsan0_10.2.1-6_amd64.deb ...
Unpacking liblsan0:amd64 (10.2.1-6) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../034-libtsan0_10.2.1-6_amd64.deb ...
Unpacking libtsan0:amd64 (10.2.1-6) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../035-libubsan1_10.2.1-6_amd64.deb ...
Unpacking libubsan1:amd64 (10.2.1-6) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../036-libquadmath0_10.2.1-6_amd64.deb ...
Unpacking libquadmath0:amd64 (10.2.1-6) ...
Selecting previously unselected package libgcc-10-dev:amd64.
Preparing to unpack .../037-libgcc-10-dev_10.2.1-6_amd64.deb ...
Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../038-gcc-10_10.2.1-6_amd64.deb ...
Unpacking gcc-10 (10.2.1-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../039-gcc_4%3a10.2.1-1_amd64.deb ...
Unpacking gcc (4:10.2.1-1) ...
Selecting previously unselected package libstdc++-10-dev:amd64.
Preparing to unpack .../040-libstdc++-10-dev_10.2.1-6_amd64.deb ...
Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../041-g++-10_10.2.1-6_amd64.deb ...
Unpacking g++-10 (10.2.1-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../042-g++_4%3a10.2.1-1_amd64.deb ...
Unpacking g++ (4:10.2.1-1) ...
Selecting previously unselected package make.
Preparing to unpack .../043-make_4.3-4.1_amd64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../044-libdpkg-perl_1.20.9_all.deb ...
Unpacking libdpkg-perl (1.20.9) ...
Selecting previously unselected package patch.
Preparing to unpack .../045-patch_2.7.6-7_amd64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../046-dpkg-dev_1.20.9_all.deb ...
Unpacking dpkg-dev (1.20.9) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../047-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../048-libassuan0_2.5.3-7.1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.3-7.1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../049-gpgconf_2.2.27-2_amd64.deb ...
Unpacking gpgconf (2.2.27-2) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../050-libksba8_1.5.0-3_amd64.deb ...
Unpacking libksba8:amd64 (1.5.0-3) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../051-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../052-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../053-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../054-libnpth0_1.6-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../055-dirmngr_2.2.27-2_amd64.deb ...
Unpacking dirmngr (2.2.27-2) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../056-libfakeroot_1.25.3-1.1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../057-fakeroot_1.25.3-1.1_amd64.deb ...
Unpacking fakeroot (1.25.3-1.1) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../058-fonts-dejavu-core_2.37-2_all.deb ...
Unpacking fonts-dejavu-core (2.37-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../059-fontconfig-config_2.13.1-4.2_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../060-gnupg-l10n_2.2.27-2_all.deb ...
Unpacking gnupg-l10n (2.2.27-2) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../061-gnupg-utils_2.2.27-2_amd64.deb ...
Unpacking gnupg-utils (2.2.27-2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../062-gpg_2.2.27-2_amd64.deb ...
Unpacking gpg (2.2.27-2) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../063-pinentry-curses_1.1.0-4_amd64.deb ...
Unpacking pinentry-curses (1.1.0-4) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../064-gpg-agent_2.2.27-2_amd64.deb ...
Unpacking gpg-agent (2.2.27-2) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../065-gpg-wks-client_2.2.27-2_amd64.deb ...
Unpacking gpg-wks-client (2.2.27-2) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../066-gpg-wks-server_2.2.27-2_amd64.deb ...
Unpacking gpg-wks-server (2.2.27-2) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../067-gpgsm_2.2.27-2_amd64.deb ...
Unpacking gpgsm (2.2.27-2) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../068-gnupg_2.2.27-2_all.deb ...
Unpacking gnupg (2.2.27-2) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../069-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../070-libalgorithm-diff-perl_1.201-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.201-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../071-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../072-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../073-libbrotli1_1.0.9-2+b2_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
Selecting previously unselected package libmd0:amd64.
Preparing to unpack .../074-libmd0_1.0.3-3_amd64.deb ...
Unpacking libmd0:amd64 (1.0.3-3) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../075-libbsd0_0.11.3-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.3-1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../076-libpng16-16_1.6.37-3_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.37-3) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../077-libfreetype6_2.10.4+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.10.4+dfsg-1) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../078-libfontconfig1_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../079-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../080-libdeflate0_1.7-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.7-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../081-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../082-libwebp6_0.6.1-2.1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2.1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../083-libtiff5_4.2.0-1_amd64.deb ...
Unpacking libtiff5:amd64 (4.2.0-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../084-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../085-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../086-libxcb1_1.14-3_amd64.deb ...
Unpacking libxcb1:amd64 (1.14-3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../087-libx11-data_2%3a1.7.2-1_all.deb ...
Unpacking libx11-data (2:1.7.2-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../088-libx11-6_2%3a1.7.2-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.7.2-1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../089-libxpm4_1%3a3.5.12-1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../090-libgd3_2.3.0-2_amd64.deb ...
Unpacking libgd3:amd64 (2.3.0-2) ...
Selecting previously unselected package libc-devtools.
Preparing to unpack .../091-libc-devtools_2.31-13_amd64.deb ...
Unpacking libc-devtools (2.31-13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../092-libexpat1-dev_2.2.10-2_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.10-2) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../093-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../094-libgpm2_1.20.7-8_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.7-8) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../095-libjs-jquery_3.5.1+dfsg+~3.5.5-7_all.deb ...
Unpacking libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../096-libjs-underscore_1.9.1~dfsg-3_all.deb ...
Unpacking libjs-underscore (1.9.1~dfsg-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../097-libjs-sphinxdoc_3.4.3-2_all.deb ...
Unpacking libjs-sphinxdoc (3.4.3-2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../098-libldap-common_2.4.57+dfsg-3_all.deb ...
Unpacking libldap-common (2.4.57+dfsg-3) ...
Selecting previously unselected package libpython3.9:amd64.
Preparing to unpack .../099-libpython3.9_3.9.2-1_amd64.deb ...
Unpacking libpython3.9:amd64 (3.9.2-1) ...
Selecting previously unselected package libpython3.9-dev:amd64.
Preparing to unpack .../100-libpython3.9-dev_3.9.2-1_amd64.deb ...
Unpacking libpython3.9-dev:amd64 (3.9.2-1) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../101-libpython3-dev_3.9.2-3_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.9.2-3) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../102-libsasl2-modules_2.1.27+dfsg-2.1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../103-manpages-dev_5.10-1_all.deb ...
Unpacking manpages-dev (5.10-1) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../104-publicsuffix_20210108.1309-1_all.deb ...
Unpacking publicsuffix (20210108.1309-1) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../105-python-pip-whl_20.3.4-4_all.deb ...
Unpacking python-pip-whl (20.3.4-4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../106-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Selecting previously unselected package python3.9-dev.
Preparing to unpack .../107-python3.9-dev_3.9.2-1_amd64.deb ...
Unpacking python3.9-dev (3.9.2-1) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../108-python3-lib2to3_3.9.2-1_all.deb ...
Unpacking python3-lib2to3 (3.9.2-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../109-python3-distutils_3.9.2-1_all.deb ...
Unpacking python3-distutils (3.9.2-1) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../110-python3-dev_3.9.2-3_amd64.deb ...
Unpacking python3-dev (3.9.2-3) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../111-python3-pkg-resources_52.0.0-4_all.deb ...
Unpacking python3-pkg-resources (52.0.0-4) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../112-python3-setuptools_52.0.0-4_all.deb ...
Unpacking python3-setuptools (52.0.0-4) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../113-python3-wheel_0.34.2-1_all.deb ...
Unpacking python3-wheel (0.34.2-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../114-python3-pip_20.3.4-4_all.deb ...
Unpacking python3-pip (20.3.4-4) ...
Setting up libksba8:amd64 (1.5.0-3) ...
Setting up media-types (4.0.0) ...
Setting up javascript-common (11+nmu1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libpsl5:amd64 (0.21.0-1.2) ...
Setting up libgpm2:amd64 (1.20.7-8) ...
Setting up wget (1.21-1+b1) ...
Setting up manpages (5.10-1) ...
Setting up perl-modules-5.32 (5.32.1-4+deb11u1) ...
Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
Setting up libsqlite3-0:amd64 (3.34.1-3) ...
Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
Setting up binutils-common:amd64 (2.35.2-2) ...
Setting up libdeflate0:amd64 (1.7-1) ...
Setting up linux-libc-dev:amd64 (5.10.46-4) ...
Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
Setting up libnpth0:amd64 (1.6-3) ...
Setting up libassuan0:amd64 (2.5.3-7.1) ...
Setting up libgomp1:amd64 (10.2.1-6) ...
Setting up bzip2 (1.0.8-4) ...
Setting up libldap-common (2.4.57+dfsg-3) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up libfakeroot:amd64 (1.25.3-1.1) ...
Setting up libasan6:amd64 (10.2.1-6) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
Setting up fakeroot (1.25.3-1.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libtirpc-dev:amd64 (1.3.1-1) ...
Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
Setting up libx11-data (2:1.7.2-1) ...
Setting up make (4.3-4.1) ...
Setting up libmpfr6:amd64 (4.1.0-3) ...
Setting up gnupg-l10n (2.2.27-2) ...
Setting up xz-utils (5.2.5-2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libquadmath0:amd64 (10.2.1-6) ...
Setting up libpng16-16:amd64 (1.6.37-3) ...
Setting up libmpc3:amd64 (1.2.0-1) ...
Setting up libatomic1:amd64 (10.2.1-6) ...
Setting up patch (2.7.6-7) ...
Setting up libwebp6:amd64 (0.6.1-2.1) ...
Setting up fonts-dejavu-core (2.37-2) ...
Setting up libncursesw6:amd64 (6.2+20201114-2) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
Setting up libubsan1:amd64 (10.2.1-6) ...
Setting up libmd0:amd64 (1.0.3-3) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up sensible-utils (0.0.14) ...
Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
Setting up libmpdec3:amd64 (2.5.1-1) ...
Setting up netbase (6.3) ...
Setting up libtiff5:amd64 (4.2.0-1) ...
Setting up libjs-jquery (3.5.1+dfsg+~3.5.5-7) ...
Setting up libbinutils:amd64 (2.35.2-2) ...
Setting up libisl23:amd64 (0.23-1) ...
Setting up libc-dev-bin (2.31-13) ...
Setting up openssl (1.1.1k-1+deb11u1) ...
Setting up libbsd0:amd64 (0.11.3-1) ...
Setting up readline-common (8.1-1) ...
Setting up publicsuffix (20210108.1309-1) ...
Setting up libcc1-0:amd64 (10.2.1-6) ...
Setting up liblocale-gettext-perl (1.07-4+b1) ...
Setting up liblsan0:amd64 (10.2.1-6) ...
Setting up cpp-10 (10.2.1-6) ...
Setting up libitm1:amd64 (10.2.1-6) ...
Setting up libgdbm6:amd64 (1.19-2) ...
Setting up libjs-underscore (1.9.1~dfsg-3) ...
Setting up libtsan0:amd64 (10.2.1-6) ...
Setting up libctf0:amd64 (2.35.2-2) ...
Setting up pinentry-curses (1.1.0-4) ...
Setting up manpages-dev (5.10-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.14-3) ...
Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
Setting up libreadline8:amd64 (8.1-1) ...
Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
Setting up ca-certificates (20210119) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs...
129 added, 0 removed; done.
Setting up libfreetype6:amd64 (2.10.4+dfsg-1) ...
Setting up libgdbm-compat4:amd64 (1.19-2) ...
Setting up ucf (3.0043) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Setting up libperl5.32:amd64 (5.32.1-4+deb11u1) ...
Setting up libjs-sphinxdoc (3.4.3-2) ...
Setting up cpp (4:10.2.1-1) ...
Setting up gpgconf (2.2.27-2) ...
Setting up libc6-dev:amd64 (2.31-13) ...
Setting up libx11-6:amd64 (2:1.7.2-1) ...
Setting up python-pip-whl (20.3.4-4) ...
Setting up gpg (2.2.27-2) ...
Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
Setting up gnupg-utils (2.2.27-2) ...
Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
Setting up gpg-agent (2.2.27-2) ...
Setting up libxpm4:amd64 (1:3.5.12-1) ...
Setting up fontconfig-config (2.13.1-4.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Setting up gpgsm (2.2.27-2) ...
Setting up binutils (2.35.2-2) ...
Setting up dirmngr (2.2.27-2) ...
Setting up perl (5.32.1-4+deb11u1) ...
Setting up libpython3.9:amd64 (3.9.2-1) ...
Setting up libexpat1-dev:amd64 (2.2.10-2) ...
Setting up gcc-10 (10.2.1-6) ...
Setting up libdpkg-perl (1.20.9) ...
Setting up gpg-wks-server (2.2.27-2) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
Setting up python3.9 (3.9.2-1) ...
Setting up g++-10 (10.2.1-6) ...
Setting up gpg-wks-client (2.2.27-2) ...
Setting up libfile-fcntllock-perl (0.22-3+b7) ...
Setting up libalgorithm-diff-perl (1.201-1) ...
Setting up libpython3.9-dev:amd64 (3.9.2-1) ...
Setting up python3 (3.9.2-3) ...
running python rtupdate hooks for python3.9...
running python post-rtupdate hooks for python3.9...
Setting up python3-wheel (0.34.2-1) ...
Setting up gcc (4:10.2.1-1) ...
Setting up dpkg-dev (1.20.9) ...
Setting up libgd3:amd64 (2.3.0-2) ...
Setting up g++ (4:10.2.1-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up python3.9-dev (3.9.2-1) ...
Setting up gnupg (2.2.27-2) ...
Setting up build-essential (12.9) ...
Setting up python3-lib2to3 (3.9.2-1) ...
Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
Setting up libc-devtools (2.31-13) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up python3-pkg-resources (52.0.0-4) ...
Setting up python3-distutils (3.9.2-1) ...
Setting up libpython3-dev:amd64 (3.9.2-3) ...
Setting up python3-setuptools (52.0.0-4) ...
Setting up python3-dev (3.9.2-3) ...
Setting up python3-pip (20.3.4-4) ...
Processing triggers for libc-bin (2.31-13) ...
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@6f18902ef747:/# pip3 install -v python-mecab-ko
Using pip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)
Non-user install because site-packages writeable
Created temporary directory: /tmp/pip-ephem-wheel-cache-b70iyp3u
Created temporary directory: /tmp/pip-req-tracker-qr84p3sa
Initialized build tracking at /tmp/pip-req-tracker-qr84p3sa
Created build tracker: /tmp/pip-req-tracker-qr84p3sa
Entered build tracker: /tmp/pip-req-tracker-qr84p3sa
Created temporary directory: /tmp/pip-install-oqjnr_51
1 location(s) to search for versions of python-mecab-ko:
* https://pypi.org/simple/python-mecab-ko/
Fetching project page and analyzing links: https://pypi.org/simple/python-mecab-ko/
Getting page https://pypi.org/simple/python-mecab-ko/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/python-mecab-ko/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/python-mecab-ko/ HTTP/1.1" 200 1356
Updating cache with response from "https://pypi.org/simple/python-mecab-ko/"
Caching due to etag
  Found link https://files.pythonhosted.org/packages/90/de/6686bfe510090832a3fb2b7335d99285e83af1621022e991e19f298ece65/python-mecab-ko-1.0.0.tar.gz#sha256=e5ceee371907ab1061d31377448e706cf5fd1ad562fa6575372ac63948c2e383 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.0
  Found link https://files.pythonhosted.org/packages/85/62/effd3d6bf0fcc679b103def716f71bba632713057f3ab07757f8172851ec/python-mecab-ko-1.0.1.tar.gz#sha256=d8f67cb2c6f0f16f8b252e922fa818bd9444113dca01b7d30884a4d54fddd632 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.1
  Found link https://files.pythonhosted.org/packages/47/5b/4a3cc03939ad6458c29eef4f4372c0dd11d6777eab0186f5a772ef6fcf75/python-mecab-ko-1.0.2.tar.gz#sha256=a90c86faf9672ba0a96050a4be57beac65cf8fac5a3784dc014a8f7b26754acc (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.2
  Found link https://files.pythonhosted.org/packages/5f/34/9a5064bd98097b0562d56ca042a7bd76c43f391d05a335264eb8852857b8/python-mecab-ko-1.0.4.tar.gz#sha256=6f728497aa01c0a91fea3a659fcc97f87275b031ab9c6d71c3e8f572d8af2e02 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.4
  Found link https://files.pythonhosted.org/packages/74/c3/4ffb56ca0b6e6297dab600043684bb38b4aa8cd012dc8b6ccc1cdadbe1d1/python-mecab-ko-1.0.5.tar.gz#sha256=172c6f2e5ad3f162bf3b72867f998dbde1ac0400e65af90bba06a7244b20fa90 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.5
  Found link https://files.pythonhosted.org/packages/ac/7f/88af78847b799099cd97f40a25d7ac18d2a88c1d73c8e9080476f6e86a75/python-mecab-ko-1.0.6.tar.gz#sha256=c7fcfb41e01d617d1253ac69a575eb659e3bbdf9f9cb990d5de134e5025455f8 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.6
  Found link https://files.pythonhosted.org/packages/2e/e6/c50e22b9d4f7d34fa3f7ed5c4ea9df601d30ffc2d351fbf5e98b79793fb0/python-mecab-ko-1.0.7.tar.gz#sha256=4c34424a6c6feccc60608ee94a4cb3e9fa9abee24c69a2c691f18f5acbfe101c (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.7
  Found link https://files.pythonhosted.org/packages/a7/39/9236934665f94cdcf2ddddab5dd46628c1c88b709f020cb354a9ac6f18e6/python-mecab-ko-1.0.8.tar.gz#sha256=7d49e82bb64763d1385dad1d08df71aa3e6409c72085ec0846df04d94534830c (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.8
  Found link https://files.pythonhosted.org/packages/77/3a/3fb1394dd64143d456b9eb0035029971832c2eeb798a3ede879d3d1a4a01/python-mecab-ko-1.0.9.tar.gz#sha256=2694ced6b004d61188a192703149ad02e07941f5fd52a236f19c2ef4c566e8f5 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.9
  Found link https://files.pythonhosted.org/packages/5f/ba/fbb8acbda76a516fd385643f89429e796bc0dd02ec87aff6f979d9c7c121/python-mecab-ko-1.0.10.tar.gz#sha256=9bb92e73e2623450de89b081f543b00f69c0858191cf1427a522b4fa541c3ba8 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.10
  Found link https://files.pythonhosted.org/packages/1f/1d/9c869b1230dfd12c2fc84cfd307ae76a48f8e218db19feab00ef451a147e/python-mecab-ko-1.0.11.tar.gz#sha256=026afb2a10980438ce2e03061809499885eeab17f6e5f4ccb5e1d83dbcd7d48a (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.11
  Found link https://files.pythonhosted.org/packages/be/2e/32303a97c5ef3533d0a2da8fe63494e40adfa6c7e904f2c8365b36dae5bd/python-mecab-ko-1.0.12.tar.gz#sha256=1d5e6ed137240c7e505520c49e5a41bad96f7ab41f47029d074340fd44731859 (from https://pypi.org/simple/python-mecab-ko/) (requires-python:>=3), version: 1.0.12
Given no hashes to check 12 links for project 'python-mecab-ko': discarding no candidates
Collecting python-mecab-ko
  Created temporary directory: /tmp/pip-unpack-t_wtnsef
  Looking up "https://files.pythonhosted.org/packages/be/2e/32303a97c5ef3533d0a2da8fe63494e40adfa6c7e904f2c8365b36dae5bd/python-mecab-ko-1.0.12.tar.gz" in the cache
  No cache entry available
  Starting new HTTPS connection (1): files.pythonhosted.org:443
  https://files.pythonhosted.org:443 "GET /packages/be/2e/32303a97c5ef3533d0a2da8fe63494e40adfa6c7e904f2c8365b36dae5bd/python-mecab-ko-1.0.12.tar.gz HTTP/1.1" 200 9681
  Downloading python-mecab-ko-1.0.12.tar.gz (9.7 kB)
  Ignoring unknown cache-control directive: immutable
  Updating cache with response from "https://files.pythonhosted.org/packages/be/2e/32303a97c5ef3533d0a2da8fe63494e40adfa6c7e904f2c8365b36dae5bd/python-mecab-ko-1.0.12.tar.gz"
  Caching due to etag
  Added python-mecab-ko from https://files.pythonhosted.org/packages/be/2e/32303a97c5ef3533d0a2da8fe63494e40adfa6c7e904f2c8365b36dae5bd/python-mecab-ko-1.0.12.tar.gz#sha256=1d5e6ed137240c7e505520c49e5a41bad96f7ab41f47029d074340fd44731859 to build tracker '/tmp/pip-req-tracker-qr84p3sa'
    Running setup.py (path:/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py) egg_info for package python-mecab-ko
    Created temporary directory: /tmp/pip-pip-egg-info-_f419qqn
    Running command python setup.py egg_info
    running egg_info
    creating /tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info
    writing /tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info/PKG-INFO
    writing dependency_links to /tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info/dependency_links.txt
    writing requirements to /tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info/requires.txt
    writing top-level names to /tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info/top_level.txt
    writing manifest file '/tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info/SOURCES.txt'
    reading manifest file '/tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info/SOURCES.txt'
    writing manifest file '/tmp/pip-pip-egg-info-_f419qqn/python_mecab_ko.egg-info/SOURCES.txt'
  Source in /tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280 has version 1.0.12, which satisfies requirement python-mecab-ko from https://files.pythonhosted.org/packages/be/2e/32303a97c5ef3533d0a2da8fe63494e40adfa6c7e904f2c8365b36dae5bd/python-mecab-ko-1.0.12.tar.gz#sha256=1d5e6ed137240c7e505520c49e5a41bad96f7ab41f47029d074340fd44731859
  Removed python-mecab-ko from https://files.pythonhosted.org/packages/be/2e/32303a97c5ef3533d0a2da8fe63494e40adfa6c7e904f2c8365b36dae5bd/python-mecab-ko-1.0.12.tar.gz#sha256=1d5e6ed137240c7e505520c49e5a41bad96f7ab41f47029d074340fd44731859 from build tracker '/tmp/pip-req-tracker-qr84p3sa'
1 location(s) to search for versions of pybind11:
* https://pypi.org/simple/pybind11/
Fetching project page and analyzing links: https://pypi.org/simple/pybind11/
Getting page https://pypi.org/simple/pybind11/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/pybind11/" in the cache
Request header has "max_age" as 0, cache bypassed
https://pypi.org:443 "GET /simple/pybind11/ HTTP/1.1" 200 6409
Updating cache with response from "https://pypi.org/simple/pybind11/"
Caching due to etag
  Found link https://files.pythonhosted.org/packages/df/90/4f0068ca5e0c0ef1d0cbcc1fd4c1ecea664c8b995726c5254619a38baafb/pybind11-1.0-py2.py3-none-any.whl#sha256=b1ab3a180bec0e31a965d4070b25a8df651f90dccc406f1e041f6fb0c20a5a5c (from https://pypi.org/simple/pybind11/), version: 1.0
  Found link https://files.pythonhosted.org/packages/ee/1d/75e412725a95ef00226af81a2562956989689df73d374d3fc7eb65edad51/pybind11-1.0.tar.gz#sha256=cdd3249114af4a97120bc72645b209e90fe6c654a6903824ae9e1b6b76dd4f47 (from https://pypi.org/simple/pybind11/), version: 1.0
  Found link https://files.pythonhosted.org/packages/91/6d/b0f6fc3f8f4c457dae1f67a0a5f506fee5e8366fe9b41bab62aa48f9abdb/pybind11-1.2-py2.py3-none-any.whl#sha256=b8be7525d8957b009859c5be3121c3f4055878df47b9af4d5987634784bcd8cd (from https://pypi.org/simple/pybind11/), version: 1.2
  Found link https://files.pythonhosted.org/packages/3f/29/9a9b11c9ae144ee042502bf81658f9387d1ea7fcbbe09ef84651143d2439/pybind11-1.2.tar.gz#sha256=6e5abc9a4549ca6307b81301a558eb60e2c78028b2f258b1adef9f3b45de738b (from https://pypi.org/simple/pybind11/), version: 1.2
  Found link https://files.pythonhosted.org/packages/40/39/1fb04919dbae11ea3b0e3630abc3d0a88cb63cdf4c73e4c2fe2b0ded982e/pybind11-1.3-py2.py3-none-any.whl#sha256=c5d64e962ff7df3d0e1dd94c90f53022b733b24257eb7c39a4057ad7ad96a8df (from https://pypi.org/simple/pybind11/), version: 1.3
  Found link https://files.pythonhosted.org/packages/51/1e/d1c8bfd14b98ba27f1c3f9cb2f58c293cb48be32263519ecc6c9eaebaf0a/pybind11-1.3.tar.gz#sha256=c829bb9ff9267917efab027f6f3cb4e4955c50a4c3ebed9f00c58684b2e5a0a0 (from https://pypi.org/simple/pybind11/), version: 1.3
  Found link https://files.pythonhosted.org/packages/4b/9c/6551641ee8e216d49129bead63584e0e2f1d18663a171b59bb1a0ab487b2/pybind11-1.4-py2.py3-none-any.whl#sha256=3508dffe1de53217371ff412c9f222b9dd41d04f550c80b79b873cd2979b6316 (from https://pypi.org/simple/pybind11/), version: 1.4
  Found link https://files.pythonhosted.org/packages/ec/96/0b5c83253391ce69c4a3629d84c557b3a52998a459361642be011c5a2b62/pybind11-1.4.tar.gz#sha256=8de5625693eb8be4f9ca258b9ec6edd6f7785a02d0552f5a3ffaccf696257bae (from https://pypi.org/simple/pybind11/), version: 1.4
  Found link https://files.pythonhosted.org/packages/eb/b6/568b9f2abbede38e2c8b44bec453e0cc31cfc94df291352457b2119cfb14/pybind11-1.5-py2.py3-none-any.whl#sha256=a71817b44fbd7cb720fb6f72bbfac6bc23a191ee4a460beec9da44b3f6130e62 (from https://pypi.org/simple/pybind11/), version: 1.5
  Found link https://files.pythonhosted.org/packages/98/cc/4dbe95bcb9636e02e68a5c3b25ee70c65afa7cffb8db886b0d01b3e0be6c/pybind11-1.5.tar.gz#sha256=ea3008865d31d82dabee9a503ac6fd9190a6a390403494414bf9ab5da48e7326 (from https://pypi.org/simple/pybind11/), version: 1.5
  Found link https://files.pythonhosted.org/packages/77/0f/102d0cc002e8c4c19421ef971dec0a416d3d5865a8cb3d9078fd0d4c0263/pybind11-1.7-py2.py3-none-any.whl#sha256=fb9814167219e613b2049e849483926ead884f3183a160c50716a376d4a35773 (from https://pypi.org/simple/pybind11/), version: 1.7
  Found link https://files.pythonhosted.org/packages/85/e8/d04cafd9b219ad19914045b0037498af07b56eac4604d6953805fe5d8fa3/pybind11-1.7.tar.gz#sha256=b81d4f83fdddf99026deefa1d28c6aa9909cb27edce2667d5babc58eb87d12c5 (from https://pypi.org/simple/pybind11/), version: 1.7
  Found link https://files.pythonhosted.org/packages/c3/f0/0f807a990d330f37c6d3de260bad702b16646cd149f1e775a37fb672080c/pybind11-1.8-py2.py3-none-any.whl#sha256=135dae73fab2d5939d00e1967edc7b1232fa0209e1b973ae4a47d21ecc06ac50 (from https://pypi.org/simple/pybind11/), version: 1.8
  Found link https://files.pythonhosted.org/packages/6a/6e/e99c47a9317d8c5d17472166d1b87bdbff3fb039842137c7e69f96cd57d5/pybind11-1.8.tar.gz#sha256=a647eb05abfec9a6898af240fb2be98451b1e4e725929d49ed3c45188227bc03 (from https://pypi.org/simple/pybind11/), version: 1.8
  Found link https://files.pythonhosted.org/packages/e8/bb/cb21c4b8da28d94df193bd83fe399e13dd38b7eba6fed52546d4fb1c2908/pybind11-1.8.1-py2.py3-none-any.whl#sha256=c839cb0ff625528e060d28dc8a8f58bc8a375f178232e42421b6105e1ce58509 (from https://pypi.org/simple/pybind11/), version: 1.8.1
  Found link https://files.pythonhosted.org/packages/89/0b/f3a25633e49be5fae17ed2c7751c8106a08199db70e3c82e8cc043388ba9/pybind11-1.8.1.tar.gz#sha256=358d4b7d8c38cd1dde66064178c6bbaaa2c479a44e67e642820fe0f329a4fff8 (from https://pypi.org/simple/pybind11/), version: 1.8.1
  Found link https://files.pythonhosted.org/packages/95/b0/2ba1281231f004c338df8c0fa51c8eaf180aa17c45d1c289b85dc9e6cca3/pybind11-2.0.0rc1-py2.py3-none-any.whl#sha256=3879c94b2876c578bb4cee24360cd3a0b3f5162e1d0dcd924d4aa33d5b003fb2 (from https://pypi.org/simple/pybind11/), version: 2.0.0rc1
  Found link https://files.pythonhosted.org/packages/b6/5f/27f7614634c3e1eba1cb381fd16a96d14d89f97bc7d3b93608930679bb74/pybind11-2.0.0rc1.tar.gz#sha256=e6610d1bd774f19fd4ca623be2dece13039a37e309b3508721362be860abc7b7 (from https://pypi.org/simple/pybind11/), version: 2.0.0rc1
  Found link https://files.pythonhosted.org/packages/76/97/527abfb09ccb5a95a51bfa8f1383698d27ee7a6f0dbec0e1712ffaf044ce/pybind11-2.0.0-py2.py3-none-any.whl#sha256=ad7f7df25af0bd2c1632de0d932aa69044ba8b31fd9d720f24a6a48205f9cb40 (from https://pypi.org/simple/pybind11/), version: 2.0.0
  Found link https://files.pythonhosted.org/packages/a9/83/9905dda4615b3cf84c9e159cd9b70a5b8ccd6ce5c11d920a7fbd865b80b1/pybind11-2.0.0.tar.gz#sha256=4b91934a0495a5ca51d6988c241918562151e7d146b5ee07a03dd08ce6133a07 (from https://pypi.org/simple/pybind11/), version: 2.0.0
  Found link https://files.pythonhosted.org/packages/74/3b/459576d99e5230c0e060b8616a240891e176ebd3459381a705eed9081241/pybind11-2.0.1-py2.py3-none-any.whl#sha256=e1437f8ed19465e426ef378d774d236e27c223dccba45f9f67790d2de6429cc4 (from https://pypi.org/simple/pybind11/), version: 2.0.1
  Found link https://files.pythonhosted.org/packages/e4/a5/dbf066bf52cb98bcb9c7bc858f8da6658e2972cb2793c3a988fb2420d0a8/pybind11-2.0.1.tar.gz#sha256=1b1a4824aad88b1073fe8dbd21683e1e5228f3ed3b29c2785fbf5dea6bf1063c (from https://pypi.org/simple/pybind11/), version: 2.0.1
  Found link https://files.pythonhosted.org/packages/ab/50/3fecb101c9cde13bb842c53c7bb8a8b22ae54a47ac12d02cc16ad4c8a1d6/pybind11-2.1.0-py2.py3-none-any.whl#sha256=a886cc3427749a7a023821f1bd1bfa4d862ec4326cf3700c6d86b9c3bb01df1e (from https://pypi.org/simple/pybind11/), version: 2.1.0
  Found link https://files.pythonhosted.org/packages/25/94/cac5a6a5d2a1d0cdbc1c93228d046095db7e8c7d5b98161a1903b3dff0a4/pybind11-2.1.0.tar.gz#sha256=aaa6269ee28819aed1ae815f0eaa87fd1155ef0ada80c4bfeb9ecce1392dc62e (from https://pypi.org/simple/pybind11/), version: 2.1.0
  Found link https://files.pythonhosted.org/packages/5d/f4/ebdd28792c8ceb852428b7edf983375cee4cfdae75d6791dcb1b1d43bf7c/pybind11-2.1.1-py2.py3-none-any.whl#sha256=46296035478dd331c4b9f2809a71b8b02c6d473129b7819978badd628f2f93d2 (from https://pypi.org/simple/pybind11/), version: 2.1.1
  Found link https://files.pythonhosted.org/packages/db/5d/2b064d0dd2ac7ccb723cda6ef82e5364b0ae0d299dc6532aa11680f001f9/pybind11-2.1.1.tar.gz#sha256=c169a384ea046a1672ac83e9aed30660133e9bad3afd82fa99b794df7b416f6d (from https://pypi.org/simple/pybind11/), version: 2.1.1
  Found link https://files.pythonhosted.org/packages/5a/df/4d1d08b4b84446e95ae994e65b12f30971c1015163018eb41c20810c6fa6/pybind11-2.2.0-py2.py3-none-any.whl#sha256=a0b94be592b8ee6cadf947eff6e5ddda1a9ea5cb9a9407cb57c16c111630bd34 (from https://pypi.org/simple/pybind11/), version: 2.2.0
  Found link https://files.pythonhosted.org/packages/53/f7/ec2516d75c3d668d5d0fd660a6f7dfeaba5b33e062be7647b2484abbe001/pybind11-2.2.0.tar.gz#sha256=633293dcf135fefd2028a7fee9ef290c7239c34e2b741220ab68c66a46e462c6 (from https://pypi.org/simple/pybind11/), version: 2.2.0
  Found link https://files.pythonhosted.org/packages/52/df/c438df9d06a43d4b90a3d0656736e34a992e6bd646a4124310aab02d3eea/pybind11-2.2.1-py2.py3-none-any.whl#sha256=6c907b0c4faa3fd38d13c8bb765d0c9b855bcfc23898bb32847a56ccd47f1f99 (from https://pypi.org/simple/pybind11/), version: 2.2.1
  Found link https://files.pythonhosted.org/packages/c9/f7/fc9c44bf088d942c71b04646891034036a63e5bd00daff1c9a377e0f5a9f/pybind11-2.2.1.tar.gz#sha256=a96a924fae6e2721efbf24f47561284fd1ea0b655619a8621c4423036183b824 (from https://pypi.org/simple/pybind11/), version: 2.2.1
  Found link https://files.pythonhosted.org/packages/ff/3e/421f90f8d9e7fd43bd4e22781ad04d4ea3d6f4571b73c4e9dca29669a599/pybind11-2.2.2-py2.py3-none-any.whl#sha256=1454f0cb00552365832b1d8a95bb4c5404befd42a496d3b7515b5b47e8c16eec (from https://pypi.org/simple/pybind11/), version: 2.2.2
  Found link https://files.pythonhosted.org/packages/c3/70/3a897a3dd7ae8a0a9aa0ad845fe629ff3029507b72e0e92a01d8adfa48af/pybind11-2.2.2.tar.gz#sha256=cbb036a8aad59a199ad672f98813f85c672642c6a67b4ff3868b1d6abc5fae3e (from https://pypi.org/simple/pybind11/), version: 2.2.2
  Found link https://files.pythonhosted.org/packages/12/90/0f92a575dc60c8fba6d0c91d6b45abdb1058da9ebed40400cbcfad2ac0a7/pybind11-2.2.3-py2.py3-none-any.whl#sha256=7f2847016313068f6fc24e8996b30345b1b8ceb74de7ea45eb2c0fa9f8fa639d (from https://pypi.org/simple/pybind11/), version: 2.2.3
  Found link https://files.pythonhosted.org/packages/95/30/788a5c943f1399e05b52148504dffa7a801ea52eb5bb5cac0cc828306278/pybind11-2.2.3.tar.gz#sha256=87ff3ae777d9326349af5272974581270b2a0909b2392dc0cc57eb28ce23bcc3 (from https://pypi.org/simple/pybind11/), version: 2.2.3
  Found link https://files.pythonhosted.org/packages/f2/7c/e71995e59e108799800cb0fce6c4b4927914d7eada0723dd20bae3b51786/pybind11-2.2.4-py2.py3-none-any.whl#sha256=bd68159013d20c79bf79893b174a6ee7f74af740bf60ae731565f5d8d4094403 (from https://pypi.org/simple/pybind11/), version: 2.2.4
  Found link https://files.pythonhosted.org/packages/4e/fa/6246f425f2efa06bd7a4e340c5337892dcc3c7738c5c1b7e5f8d21dd3793/pybind11-2.2.4.tar.gz#sha256=642abbbd2948ed5af28e69adfae1535347c7aa9eb0cdab130e20e1f198f8e1cf (from https://pypi.org/simple/pybind11/), version: 2.2.4
  Found link https://files.pythonhosted.org/packages/d1/4c/efec6c73d6e37f797aba61f3f52ab734b3ab316e7e0b3011b3e994510d2a/pybind11-2.3.dev0-py2.py3-none-any.whl#sha256=f745135f5825ba6b69d78b69456ccadaee4f552e28b60f5dbc786a17b6832a98 (from https://pypi.org/simple/pybind11/), version: 2.3.dev0
  Found link https://files.pythonhosted.org/packages/94/20/af117becbcc6f27c479fc230858b89a52b2755f073248d4343aea5a7bdd6/pybind11-2.3.dev0.tar.gz#sha256=bfb7d572afba3aa1e5f51af7a0bd77890b0de5b5da8b1994e80420c43346ecff (from https://pypi.org/simple/pybind11/), version: 2.3.dev0
  Found link https://files.pythonhosted.org/packages/5d/85/c7a8dffda52ce25a8bcfe9a28b6861bdd52da59ae001fdd4173e054b7d9b/pybind11-2.3.0-py2.py3-none-any.whl#sha256=5531dee811310ff02ff69fe4f45feb56d845154ba692b8e4660ae2c478ee313a (from https://pypi.org/simple/pybind11/), version: 2.3.0
  Found link https://files.pythonhosted.org/packages/53/bc/0880e869d1a4bfd7954835d67e6d5e2c8a30c3fd6372134a4be79a842a4c/pybind11-2.3.0.tar.gz#sha256=199a915e0f81b5a593d1a13a18f137f59a6111f0049543211d936d26dab34324 (from https://pypi.org/simple/pybind11/), version: 2.3.0
  Found link https://files.pythonhosted.org/packages/c4/54/b96d9e28f01c3436db5a49db0c47a53b29a065807e9847a4f1ab673aeabf/pybind11-2.4.0-py2.py3-none-any.whl#sha256=7aa30da60db5d23dac85713e07d52136ec33045b8a2d95a0457abef26a0d52eb (from https://pypi.org/simple/pybind11/), version: 2.4.0
  Found link https://files.pythonhosted.org/packages/fc/47/a2ace43e64cea34f108a010024f5e7737926d84ad1e8b3dffc56b63be40e/pybind11-2.4.0.tar.gz#sha256=370ad932d373ecb502a7fb96eddfea08e127f936f46da688fd2a4a30291e1495 (from https://pypi.org/simple/pybind11/), version: 2.4.0
  Found link https://files.pythonhosted.org/packages/2e/5b/ed0822d84c546e5b3e0e84328134b1d56abe779011818eee6d0c52914c88/pybind11-2.4.1-py2.py3-none-any.whl#sha256=195cda286aba9593af4706acf83e30763f4aa0730a521809cdbb174adfb81b4c (from https://pypi.org/simple/pybind11/), version: 2.4.1
  Found link https://files.pythonhosted.org/packages/70/10/de03d0e5be32450b01d6d41343e1c29643135d2c281b70a595c6212a245e/pybind11-2.4.1.tar.gz#sha256=23eb4ad1af0f875ac6450c816fafef2cb24286d5f3a9bcb48ffd400c31fb6877 (from https://pypi.org/simple/pybind11/), version: 2.4.1
  Found link https://files.pythonhosted.org/packages/88/c1/0b28ec6f7d0151eebd36c66d3c7dbaa82b5006cc9d25980b5b56cf1034f1/pybind11-2.4.2-py2.py3-none-any.whl#sha256=570c709647292a6a7aa4a4c4a32e9a3304f1fca73d7be35bba1377a32ee80bcb (from https://pypi.org/simple/pybind11/), version: 2.4.2
  Found link https://files.pythonhosted.org/packages/9a/03/4da4c13240fd5dc0384164bb34c0fa9b197fc3eb879b4b760508ab2c7900/pybind11-2.4.2.tar.gz#sha256=3942fb56b3f159720cba83a59cc3388dca91f6c6b963f6ec8f6d8bf4a1551650 (from https://pypi.org/simple/pybind11/), version: 2.4.2
  Found link https://files.pythonhosted.org/packages/4b/4d/ae1c4d8e8b139afa9682054dd42df3b0e3b5c1731287933021b9fd7e9cc4/pybind11-2.4.3-py2.py3-none-any.whl#sha256=06398d054acd33d3b89d4b12000fadc36e946001438425a96c9e30048655ab96 (from https://pypi.org/simple/pybind11/), version: 2.4.3
  Found link https://files.pythonhosted.org/packages/aa/91/deb6743e79e22ab01502296570b39b8404f10cc507a6692d612a7fee8d51/pybind11-2.4.3.tar.gz#sha256=72e6def53fb491f7f4e92692029d2e7bb5a0783314f20d80222735ff10a75758 (from https://pypi.org/simple/pybind11/), version: 2.4.3
  Found link https://files.pythonhosted.org/packages/89/e3/d576f6f02bc75bacbc3d42494e8f1d063c95617d86648dba243c2cb3963e/pybind11-2.5.0-py2.py3-none-any.whl#sha256=205d9f9615eac190811cb8c3c2b2f95f6844ddba0fa0a1d45d00793338741601 (from https://pypi.org/simple/pybind11/), version: 2.5.0
  Found link https://files.pythonhosted.org/packages/56/cf/efb853937e69168a215a70c049b66b2e8aea3b9a1929f9650752d7ff1f32/pybind11-2.5.0.tar.gz#sha256=ea5a4e7a880112915463826f1acbec5892df36dfe102ecb249229ac514fb54ad (from https://pypi.org/simple/pybind11/), version: 2.5.0
  Found link https://files.pythonhosted.org/packages/38/34/7f114785632b0e37341de39e332cd2dcb62fc6b60991ce7e25b6b2668bff/pybind11-2.6.0b1-py2.py3-none-any.whl#sha256=20b43564ea2854d0b0a58031f16a945a9e177dfd9a14de6926eaa84e65752d3e (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0b1
  Found link https://files.pythonhosted.org/packages/6d/ac/5feda51a305a74ce4f8d6de09de3d8b40e58e72750181fc389b9ff45d215/pybind11-2.6.0b1.tar.gz#sha256=620d7b6f60d7d8fa1f3ea869484950eeae439dae1d3fff118e93cc05e0a52fae (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0b1
  Found link https://files.pythonhosted.org/packages/56/df/e4e5da73e024c57fa6d355f2d8daed40641ac1b8c83cb2785874e591efa1/pybind11-2.6.0rc1-py2.py3-none-any.whl#sha256=471c5dec187659fc93de80c52198b00750aaa9f6f9121871c9aff36426910227 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc1
  Found link https://files.pythonhosted.org/packages/76/0c/4b99047c778bedb9a421ef2bcd2411935bc3ee238e60ecbf56a140877aaf/pybind11-2.6.0rc1.tar.gz#sha256=7ba9f43b2d7272c0e9ef95f646b784bfc3846a43cafbb174c40599281cc746b7 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc1
  Found link https://files.pythonhosted.org/packages/7f/75/4e76b04fe24ca5fba19ee1691305232c080395cf49ae55fb5f2e32b95416/pybind11-2.6.0rc2-py2.py3-none-any.whl#sha256=c8be6893b88b4c23acf09e3789a2d883abf2475658ba3880b8b3600ad49e215b (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc2
  Found link https://files.pythonhosted.org/packages/7a/32/a698ba4f25d5ab0eb450f8c387949315f0ad91eba555d7f37079639291ae/pybind11-2.6.0rc2.tar.gz#sha256=f9ba20fee8660f906b190dc45cb15acc47ae42576d1a2b5b354447cf8314c4ba (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc2
  Found link https://files.pythonhosted.org/packages/fb/55/15c31b01a7905911e10b085394e9d40a2c2707a47e148ba099e9b7077a31/pybind11-2.6.0rc3-py2.py3-none-any.whl#sha256=a476244dc96920320df0149ddabec827fee93bbd44dd2953225a0b63f74a4c3c (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc3
  Found link https://files.pythonhosted.org/packages/ec/96/bc203a96726a6c7bdf53e0c3bbf1a2f64c14d2c901c73eecebfe4961e814/pybind11-2.6.0rc3.tar.gz#sha256=5473b68eac2bf4e488fffb4120324e927faf3777556d9752b94f5b6667af5aa4 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0rc3
  Found link https://files.pythonhosted.org/packages/92/a5/796ccb611a92cbdf1f6eaa9b2ec9458d5784a7b909efdf8e8afaa3861783/pybind11-2.6.0-py2.py3-none-any.whl#sha256=4ddeee54adf844ce44801c32a61e1863dd79283a5ce7afbb96e05fe61fa1fd7d (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0
  Found link https://files.pythonhosted.org/packages/9a/36/3a9de7b56e0b01689d9ca4658701d12941069940f8a1431597a48dbc53fa/pybind11-2.6.0.tar.gz#sha256=4107de1fd612bf52953fd64dab7f94f11d2ab3548e1b761cbf8ebc87a2480912 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.0
  Found link https://files.pythonhosted.org/packages/00/84/fc9dc13ee536ba5e6b8fd10ce368fea5b738fe394c3b296cde7c9b144a92/pybind11-2.6.1-py2.py3-none-any.whl#sha256=c3691da74b670a4850dec30c1145a0dad53a50eeca78b7e7cdc855b5c98fd32d (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.1
  Found link https://files.pythonhosted.org/packages/d8/47/2eb4be23fa8cc1a08c855c012c1aa4348d06ab1a5527f876515bbf689644/pybind11-2.6.1.tar.gz#sha256=ab7e60a520fe6ae25eca939191bb2ac416cd58478ce754740238a8bf1af18934 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.1
  Found link https://files.pythonhosted.org/packages/8d/43/7339dbabbc2793718d59703aace4166f53c29ee1c202f6ff5bf8a26c4d91/pybind11-2.6.2-py2.py3-none-any.whl#sha256=2d8aebe1709bc367e34e3b23d8eccbf3f387ee9d5640548c6260d33b59f02405 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.2
  Found link https://files.pythonhosted.org/packages/46/0e/3131a9ae6e6cd1d718cfdd3e2c25f681f2db29be30763aa54b9310de5fea/pybind11-2.6.2.tar.gz#sha256=d0e0aed9279656f21501243b707eb6e3b951e89e10c3271dedf3ae41c365e5ed (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.6.2
  Found link https://files.pythonhosted.org/packages/00/30/57fe5b30b484277a5db2d0098465e2665b171162dba7afa87a7f326647c9/pybind11-2.7.0-py2.py3-none-any.whl#sha256=71dfd6e61f6aef3e24eda3b9770a0d53072346871f9f5a0510598ec86b5f9dc2 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.7.0
  Found link https://files.pythonhosted.org/packages/d5/7c/29581ced92db0e1092d745f832ec89fd37c0c20ac6dfee271bcc1fca733d/pybind11-2.7.0.tar.gz#sha256=3e2a9a94396fbb27e75acf28d3de26e029576be1d4b38acc846ae08ef0eb3033 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.7.0
  Found link https://files.pythonhosted.org/packages/8a/98/90f6c89b799c2b18891a4286bce09b928a3a453be8b7c05d7ba45edfb722/pybind11-2.7.1-py2.py3-none-any.whl#sha256=34663b2a16e7ac6ae8b77fef13e2b135e9fbc5ec13d2505d34bd35b3a41b9d82 (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.7.1
  Found link https://files.pythonhosted.org/packages/66/99/fc60e2287bb2309b8db4d0f080770ecc8d37dc64911e37b86698ec4b6a51/pybind11-2.7.1.tar.gz#sha256=8950aac5e5f4d505f7a0f067c5cb3893dcf098ff29cedfcb4ccf1e9e44d0bd9a (from https://pypi.org/simple/pybind11/) (requires-python:!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,>=2.7), version: 2.7.1
Given no hashes to check 40 links for project 'pybind11': discarding no candidates
Collecting pybind11~=2.0
  Created temporary directory: /tmp/pip-unpack-emgsipwt
  Looking up "https://files.pythonhosted.org/packages/8a/98/90f6c89b799c2b18891a4286bce09b928a3a453be8b7c05d7ba45edfb722/pybind11-2.7.1-py2.py3-none-any.whl" in the cache
  No cache entry available
  https://files.pythonhosted.org:443 "GET /packages/8a/98/90f6c89b799c2b18891a4286bce09b928a3a453be8b7c05d7ba45edfb722/pybind11-2.7.1-py2.py3-none-any.whl HTTP/1.1" 200 200022
  Downloading pybind11-2.7.1-py2.py3-none-any.whl (200 kB)
     |███████████████████████████████▏| 194 kB 16.2 MB/s eta 0:00:01  Ignoring unknown cache-control directive: immutable
  Updating cache with response from "https://files.pythonhosted.org/packages/8a/98/90f6c89b799c2b18891a4286bce09b928a3a453be8b7c05d7ba45edfb722/pybind11-2.7.1-py2.py3-none-any.whl"
  Caching due to etag
     |████████████████████████████████| 200 kB 16.2 MB/s 
  Added pybind11~=2.0 from https://files.pythonhosted.org/packages/8a/98/90f6c89b799c2b18891a4286bce09b928a3a453be8b7c05d7ba45edfb722/pybind11-2.7.1-py2.py3-none-any.whl#sha256=34663b2a16e7ac6ae8b77fef13e2b135e9fbc5ec13d2505d34bd35b3a41b9d82 (from python-mecab-ko) to build tracker '/tmp/pip-req-tracker-qr84p3sa'
  Removed pybind11~=2.0 from https://files.pythonhosted.org/packages/8a/98/90f6c89b799c2b18891a4286bce09b928a3a453be8b7c05d7ba45edfb722/pybind11-2.7.1-py2.py3-none-any.whl#sha256=34663b2a16e7ac6ae8b77fef13e2b135e9fbc5ec13d2505d34bd35b3a41b9d82 (from python-mecab-ko) from build tracker '/tmp/pip-req-tracker-qr84p3sa'
Created temporary directory: /tmp/pip-unpack-uremn8qz
Building wheels for collected packages: python-mecab-ko
  Created temporary directory: /tmp/pip-wheel-2ce2v5qy
  Building wheel for python-mecab-ko (setup.py) ...   Destination directory: /tmp/pip-wheel-2ce2v5qy
  Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py'"'"'; __file__='"'"'/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-2ce2v5qy
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-3.9
  creating build/lib.linux-x86_64-3.9/mecab
  copying mecab/mecab.py -> build/lib.linux-x86_64-3.9/mecab
  copying mecab/__init__.py -> build/lib.linux-x86_64-3.9/mecab
  running build_ext
  creating tmp
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c /tmp/tmpdmgawhst.cpp -o tmp/tmpdmgawhst.o -std=c++14
  x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c /tmp/tmpjsa04iq2.cpp -o tmp/tmpjsa04iq2.o -fvisibility=hidden
  building '_mecab' extension
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py", line 127, in <module>
      setup(
    File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
      return distutils.core.setup(**attrs)
    File "/usr/lib/python3.9/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 223, in run
      self.run_command('build')
    File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/lib/python3.9/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 79, in run
      _build_ext.run(self)
    File "/usr/lib/python3.9/distutils/command/build_ext.py", line 340, in run
      self.build_extensions()
    File "/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py", line 43, in build_extensions
      super().build_extensions()
    File "/usr/lib/python3.9/distutils/command/build_ext.py", line 449, in build_extensions
      self._build_extensions_serial()
    File "/usr/lib/python3.9/distutils/command/build_ext.py", line 474, in _build_extensions_serial
      self.build_extension(ext)
    File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 196, in build_extension
      _build_ext.build_extension(self, ext)
    File "/usr/lib/python3.9/distutils/command/build_ext.py", line 529, in build_extension
      objects = self.compiler.compile(sources,
    File "/usr/lib/python3.9/distutils/ccompiler.py", line 565, in compile
      self._setup_compile(output_dir, macros, include_dirs, sources,
    File "/usr/lib/python3.9/distutils/ccompiler.py", line 341, in _setup_compile
      pp_opts = gen_preprocess_options(macros, incdirs)
    File "/usr/lib/python3.9/distutils/ccompiler.py", line 1076, in gen_preprocess_options
      pp_opts.append("-I%s" % dir)
    File "/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py", line 95, in __str__
      return func(*self.args, **self.kwargs)
    File "/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py", line 108, in get_pybind_include
      import pybind11
  ModuleNotFoundError: No module named 'pybind11'
error
  ERROR: Failed building wheel for python-mecab-ko
  Running setup.py clean for python-mecab-ko
  Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py'"'"'; __file__='"'"'/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
  running clean
  removing 'build/lib.linux-x86_64-3.9' (and everything under it)
  'build/bdist.linux-x86_64' does not exist -- can't clean it
  'build/scripts-3.9' does not exist -- can't clean it
  removing 'build'
Failed to build python-mecab-ko
Installing collected packages: pybind11, python-mecab-ko

  changing mode of /usr/local/bin/pybind11-config to 755
  Created temporary directory: /tmp/pip-record-k911txxz
    Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py'"'"'; __file__='"'"'/tmp/pip-install-oqjnr_51/python-mecab-ko_daf7b263bf224029ac4a49d516cb4280/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-k911txxz/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/python-mecab-ko
    running install
    --2021-09-05 12:47:42--  https://bitbucket.org/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz
    Resolving bitbucket.org (bitbucket.org)... 104.192.141.1, 2406:da00:ff00::22c3:9b0a, 2406:da00:ff00::22c2:513, ...
    Connecting to bitbucket.org (bitbucket.org)|104.192.141.1|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://bbuseruploads.s3.amazonaws.com/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz?Signature=gG5JHrdWa1kUnqrxDFPxsDjsgRQ%3D&Expires=1630847053&AWSAccessKeyId=AKIA6KOSE3BNJRRFUUX6&versionId=null&response-content-disposition=attachment%3B%20filename%3D%22mecab-0.996-ko-0.9.2.tar.gz%22&response-content-encoding=None [following]
    --2021-09-05 12:47:42--  https://bbuseruploads.s3.amazonaws.com/eunjeon/mecab-ko/downloads/mecab-0.996-ko-0.9.2.tar.gz?Signature=gG5JHrdWa1kUnqrxDFPxsDjsgRQ%3D&Expires=1630847053&AWSAccessKeyId=AKIA6KOSE3BNJRRFUUX6&versionId=null&response-content-disposition=attachment%3B%20filename%3D%22mecab-0.996-ko-0.9.2.tar.gz%22&response-content-encoding=None
    Resolving bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)... 52.217.92.92
    Connecting to bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)|52.217.92.92|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1414979 (1.3M) [application/x-tar]
    Saving to: ‘mecab-0.996-ko-0.9.2.tar.gz’

         0K ................ ................ ................ 27%  396K 3s
       384K ................ ................ ................ 55% 80.7M 1s
       768K ................ ................ ................ 83% 1.94M 0s
      1152K ................ ............                     100%  124M=1.2s

    2021-09-05 12:47:44 (1.15 MB/s) - ‘mecab-0.996-ko-0.9.2.tar.gz’ saved [1414979/1414979]

    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... none
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... none
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking whether gcc needs -traditional... no
    checking whether make sets $(MAKE)... (cached) yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /bin/sed
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... dlltool
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    ./configure: line 7378: /usr/bin/file: No such file or directory
    checking for mt... no
    checking if : is a manifest tool... no
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC -DPIC
    checking if g++ PIC flag -fPIC -DPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking if g++ supports -c -o file.o... (cached) yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... (cached) GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking for library containing strerror... none required
    checking whether byte ordering is bigendian... no
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking for iconv... yes
    checking for working iconv... yes
    checking for iconv declaration...
             extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
    checking for ANSI C header files... (cached) yes
    checking for an ANSI C-conforming const... yes
    checking whether byte ordering is bigendian... (cached) no
    checking for string.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking for stdint.h... (cached) yes
    checking for sys/stat.h... (cached) yes
    checking sys/mman.h usability... yes
    checking sys/mman.h presence... yes
    checking for sys/mman.h... yes
    checking sys/times.h usability... yes
    checking sys/times.h presence... yes
    checking for sys/times.h... yes
    checking for sys/types.h... (cached) yes
    checking dirent.h usability... yes
    checking dirent.h presence... yes
    checking for dirent.h... yes
    checking ctype.h usability... yes
    checking ctype.h presence... yes
    checking for ctype.h... yes
    checking for sys/types.h... (cached) yes
    checking io.h usability... no
    checking io.h presence... no
    checking for io.h... no
    checking windows.h usability... no
    checking windows.h presence... no
    checking for windows.h... no
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for off_t... yes
    checking for size_t... yes
    checking size of char... 1
    checking size of short... 2
    checking size of int... 4
    checking size of long... 8
    checking size of long long... 8
    checking size of size_t... 8
    checking for size_t... (cached) yes
    checking for unsigned long long int... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for sys/param.h... yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking for main in -lstdc++... yes
    checking for pthread_create in -lpthread... yes
    checking for pthread_join in -lpthread... yes
    checking for getenv... yes
    checking for opendir... yes
    checking whether make is GNU Make... yes
    checking if g++ supports stl <vector> (required)... yes
    checking if g++ supports stl <list> (required)... yes
    checking if g++ supports stl <map> (required)... yes
    checking if g++ supports stl <set> (required)... yes
    checking if g++ supports stl <queue> (required)... yes
    checking if g++ supports stl <functional> (required)... yes
    checking if g++ supports stl <algorithm> (required)... yes
    checking if g++ supports stl <string> (required)... yes
    checking if g++ supports stl <iostream> (required)... yes
    checking if g++ supports stl <sstream> (required)... yes
    checking if g++ supports stl <fstream> (required)... yes
    checking if g++ supports template <class T> (required)... yes
    checking if g++ supports const_cast<> (required)... yes
    checking if g++ supports static_cast<> (required)... yes
    checking if g++ supports reinterpret_cast<> (required)... yes
    checking if g++ supports namespaces (required) ... yes
    checking if g++ supports __thread (optional)... yes
    checking if g++ supports template <class T> (required)... yes
    checking if g++ supports GCC native atomic operations (optional)... yes
    checking if g++ supports OSX native atomic operations (optional)... no
    checking if g++ environment provides all required features... yes
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: creating src/Makefile.msvc
    config.status: creating man/Makefile
    config.status: creating doc/Makefile
    config.status: creating tests/Makefile
    config.status: creating swig/version.h
    config.status: creating mecab.iss
    config.status: creating mecab-config
    config.status: creating mecabrc
    config.status: creating config.h
    config.status: executing depfiles commands
    config.status: executing libtool commands
    config.status: executing default commands
    make  all-recursive
    make[1]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    Making all in src
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/src'
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o viterbi.lo viterbi.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c viterbi.cpp  -fPIC -DPIC -o .libs/viterbi.o
    In file included from viterbi.cpp:14:
    param.h:30:13: warning: 'Target {anonymous}::lexical_cast(Source) [with Target = std::__cxx11::basic_string<char>; Source = std::__cxx11::basic_string<char>]' defined but not used [-Wunused-function]
       30 | std::string lexical_cast<std::string, std::string>(std::string arg) {
          |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c viterbi.cpp -o viterbi.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o tagger.lo tagger.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c tagger.cpp  -fPIC -DPIC -o .libs/tagger.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c tagger.cpp -o tagger.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o utils.lo utils.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c utils.cpp  -fPIC -DPIC -o .libs/utils.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c utils.cpp -o utils.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o eval.lo eval.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c eval.cpp  -fPIC -DPIC -o .libs/eval.o
    In static member function 'static bool MeCab::Eval::parseLevel(const char*, std::vector<int>*)',
        inlined from 'static bool MeCab::Eval::eval(int, char**)' at eval.cpp:134:15:
    eval.cpp:63:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
       63 |     std::strncpy(buf.get(), level_str, buf.size());
          |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c eval.cpp -o eval.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o iconv_utils.lo iconv_utils.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c iconv_utils.cpp  -fPIC -DPIC -o .libs/iconv_utils.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c iconv_utils.cpp -o iconv_utils.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o dictionary_rewriter.lo dictionary_rewriter.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary_rewriter.cpp  -fPIC -DPIC -o .libs/dictionary_rewriter.o
    In function 'bool {anonymous}::match_rewrite_pattern(const char*, const char*)',
        inlined from 'bool MeCab::RewritePattern::rewrite(size_t, const char**, std::string*) const' at dictionary_rewriter.cpp:81:31:
    dictionary_rewriter.cpp:47:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
       47 |     std::strncpy(buf.get(), pat + 1, buf.size());
          |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    dictionary_rewriter.cpp: In member function 'bool MeCab::RewritePattern::set_pattern(const char*, const char*)':
    dictionary_rewriter.cpp:67:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
       67 |   std::strncpy(buf.get(), src, buf.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    dictionary_rewriter.cpp:70:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
       70 |   std::strncpy(buf.get(), dst, buf.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary_rewriter.cpp -o dictionary_rewriter.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o dictionary_generator.lo dictionary_generator.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary_generator.cpp  -fPIC -DPIC -o .libs/dictionary_generator.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary_generator.cpp -o dictionary_generator.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o dictionary_compiler.lo dictionary_compiler.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary_compiler.cpp  -fPIC -DPIC -o .libs/dictionary_compiler.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary_compiler.cpp -o dictionary_compiler.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o context_id.lo context_id.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c context_id.cpp  -fPIC -DPIC -o .libs/context_id.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c context_id.cpp -o context_id.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o connector.lo connector.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c connector.cpp  -fPIC -DPIC -o .libs/connector.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c connector.cpp -o connector.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o nbest_generator.lo nbest_generator.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c nbest_generator.cpp  -fPIC -DPIC -o .libs/nbest_generator.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c nbest_generator.cpp -o nbest_generator.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o writer.lo writer.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c writer.cpp  -fPIC -DPIC -o .libs/writer.o
    writer.cpp: In member function 'bool MeCab::Writer::writeNode(MeCab::Lattice*, const char*, const Node*, MeCab::StringBuffer*) const':
    writer.cpp:352:27: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
      352 |               std::strncpy(buf.get(), node->feature, buf.size());
          |               ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c writer.cpp -o writer.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o string_buffer.lo string_buffer.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c string_buffer.cpp  -fPIC -DPIC -o .libs/string_buffer.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c string_buffer.cpp -o string_buffer.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o param.lo param.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c param.cpp  -fPIC -DPIC -o .libs/param.o
    param.cpp: In member function 'bool MeCab::Param::open(const char*, const MeCab::Option*)':
    param.cpp:194:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
      194 |   std::strncpy(str.get(), arg, str.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c param.cpp -o param.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o tokenizer.lo tokenizer.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c tokenizer.cpp  -fPIC -DPIC -o .libs/tokenizer.o
    In function 'bool MeCab::{anonymous}::partial_match(const char*, const char*)',
        inlined from 'bool MeCab::{anonymous}::is_valid_node(const MeCab::Lattice*, N*) [with N = mecab_node_t]' at tokenizer.cpp:224:20:
    tokenizer.cpp:193:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
      193 |   std::strncpy(buf1.get(), f1, buf1.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tokenizer.cpp:194:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
      194 |   std::strncpy(buf2.get(), f2, buf2.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tokenizer.cpp: In member function 'bool MeCab::Tokenizer<N, P>::open(const MeCab::Param&) [with N = mecab_node_t; P = mecab_path_t]':
    tokenizer.cpp:123:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
      123 |     std::strncpy(buf.get(), userdic.c_str(), buf.size());
          |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    tokenizer.cpp: In member function 'bool MeCab::Tokenizer<N, P>::open(const MeCab::Param&) [with N = mecab_learner_node_t; P = mecab_learner_path_t]':
    tokenizer.cpp:123:17: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 8192 equals destination size [-Wstringop-truncation]
      123 |     std::strncpy(buf.get(), userdic.c_str(), buf.size());
          |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c tokenizer.cpp -o tokenizer.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o char_property.lo char_property.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c char_property.cpp  -fPIC -DPIC -o .libs/char_property.o
    char_property.cpp: In static member function 'static bool MeCab::CharProperty::compile(const char*, const char*, const char*)':
    char_property.cpp:194:35: warning: 'void* memset(void*, int, size_t)' clearing an object of non-trivial type 'struct MeCab::CharInfo'; use assignment or value-initialization instead [-Wclass-memaccess]
      194 |       std::memset(&c, 0, sizeof(c));
          |                                   ^
    In file included from char_property.cpp:11:
    char_property.h:16:8: note: 'struct MeCab::CharInfo' declared here
       16 | struct CharInfo {
          |        ^~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c char_property.cpp -o char_property.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o dictionary.lo dictionary.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary.cpp  -fPIC -DPIC -o .libs/dictionary.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c dictionary.cpp -o dictionary.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o feature_index.lo feature_index.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c feature_index.cpp  -fPIC -DPIC -o .libs/feature_index.o
    feature_index.cpp: In member function 'bool MeCab::FeatureIndex::buildUnigramFeature(MeCab::LearnerPath*, const char*)':
    feature_index.cpp:337:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 2048 equals destination size [-Wstringop-truncation]
      337 |   std::strncpy(ubuf.get(), ufeature, ubuf.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    feature_index.cpp: In member function 'bool MeCab::FeatureIndex::buildBigramFeature(MeCab::LearnerPath*, const char*, const char*)':
    feature_index.cpp:389:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 2048 equals destination size [-Wstringop-truncation]
      389 |   std::strncpy(lbuf.get(),  rfeature, lbuf.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    feature_index.cpp:390:15: warning: 'char* strncpy(char*, const char*, size_t)' specified bound 2048 equals destination size [-Wstringop-truncation]
      390 |   std::strncpy(rbuf.get(),  lfeature, rbuf.size());
          |   ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c feature_index.cpp -o feature_index.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o lbfgs.lo lbfgs.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c lbfgs.cpp  -fPIC -DPIC -o .libs/lbfgs.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c lbfgs.cpp -o lbfgs.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o learner_tagger.lo learner_tagger.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c learner_tagger.cpp  -fPIC -DPIC -o .libs/learner_tagger.o
    learner_tagger.cpp:25:7: warning: 'char* MeCab::{anonymous}::mystrdup(const string&)' defined but not used [-Wunused-function]
       25 | char *mystrdup(const std::string &str) {
          |       ^~~~~~~~
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c learner_tagger.cpp -o learner_tagger.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o learner.lo learner.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c learner.cpp  -fPIC -DPIC -o .libs/learner.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c learner.cpp -o learner.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o libmecab.lo libmecab.cpp
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c libmecab.cpp  -fPIC -DPIC -o .libs/libmecab.o
    libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102 -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC=\"/usr/etc/mecabrc\" -O3 -Wall -c libmecab.cpp -o libmecab.o >/dev/null 2>&1
    /bin/bash ../libtool --tag=CXX   --mode=link g++  -O3 -Wall  -no-undefined -version-info 2:0:0  -o libmecab.la -rpath /usr/lib viterbi.lo tagger.lo utils.lo eval.lo iconv_utils.lo dictionary_rewriter.lo dictionary_generator.lo dictionary_compiler.lo context_id.lo connector.lo nbest_generator.lo writer.lo string_buffer.lo param.lo tokenizer.lo char_property.lo dictionary.lo feature_index.lo lbfgs.lo learner_tagger.lo learner.lo libmecab.lo  -lpthread -lpthread  -lstdc++
    libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o  .libs/viterbi.o .libs/tagger.o .libs/utils.o .libs/eval.o .libs/iconv_utils.o .libs/dictionary_rewriter.o .libs/dictionary_generator.o .libs/dictionary_compiler.o .libs/context_id.o .libs/connector.o .libs/nbest_generator.o .libs/writer.o .libs/string_buffer.o .libs/param.o .libs/tokenizer.o .libs/char_property.o .libs/dictionary.o .libs/feature_index.o .libs/lbfgs.o .libs/learner_tagger.o .libs/learner.o .libs/libmecab.o   -lpthread -L/usr/lib/gcc/x86_64-linux-gnu/10 -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o  -O3   -Wl,-soname -Wl,libmecab.so.2 -o .libs/libmecab.so.2.0.0
    libtool: link: (cd ".libs" && rm -f "libmecab.so.2" && ln -s "libmecab.so.2.0.0" "libmecab.so.2")
    libtool: link: (cd ".libs" && rm -f "libmecab.so" && ln -s "libmecab.so.2.0.0" "libmecab.so")
    libtool: link: ar cru .libs/libmecab.a  viterbi.o tagger.o utils.o eval.o iconv_utils.o dictionary_rewriter.o dictionary_generator.o dictionary_compiler.o context_id.o connector.o nbest_generator.o writer.o string_buffer.o param.o tokenizer.o char_property.o dictionary.o feature_index.o lbfgs.o learner_tagger.o learner.o libmecab.o
    ar: `u' modifier ignored since `D' is the default (see `U')
    libtool: link: ranlib .libs/libmecab.a
    libtool: link: ( cd ".libs" && rm -f "libmecab.la" && ln -s "../libmecab.la" "libmecab.la" )
    g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o mecab.o mecab.cpp
    /bin/bash ../libtool --tag=CXX   --mode=link g++  -O3 -Wall    -o mecab mecab.o libmecab.la -lpthread -lpthread  -lstdc++
    libtool: link: g++ -O3 -Wall -o .libs/mecab mecab.o  ./.libs/libmecab.so -lpthread -lstdc++
    g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o mecab-dict-index.o mecab-dict-index.cpp
    /bin/bash ../libtool --tag=CXX   --mode=link g++  -O3 -Wall    -o mecab-dict-index mecab-dict-index.o libmecab.la -lpthread -lpthread  -lstdc++
    libtool: link: g++ -O3 -Wall -o .libs/mecab-dict-index mecab-dict-index.o  ./.libs/libmecab.so -lpthread -lstdc++
    g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o mecab-dict-gen.o mecab-dict-gen.cpp
    /bin/bash ../libtool --tag=CXX   --mode=link g++  -O3 -Wall    -o mecab-dict-gen mecab-dict-gen.o libmecab.la -lpthread -lpthread  -lstdc++
    libtool: link: g++ -O3 -Wall -o .libs/mecab-dict-gen mecab-dict-gen.o  ./.libs/libmecab.so -lpthread -lstdc++
    g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o mecab-cost-train.o mecab-cost-train.cpp
    /bin/bash ../libtool --tag=CXX   --mode=link g++  -O3 -Wall    -o mecab-cost-train mecab-cost-train.o libmecab.la -lpthread -lpthread  -lstdc++
    libtool: link: g++ -O3 -Wall -o .libs/mecab-cost-train mecab-cost-train.o  ./.libs/libmecab.so -lpthread -lstdc++
    g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o mecab-system-eval.o mecab-system-eval.cpp
    /bin/bash ../libtool --tag=CXX   --mode=link g++  -O3 -Wall    -o mecab-system-eval mecab-system-eval.o libmecab.la -lpthread -lpthread  -lstdc++
    libtool: link: g++ -O3 -Wall -o .libs/mecab-system-eval mecab-system-eval.o  ./.libs/libmecab.so -lpthread -lstdc++
    g++ -DHAVE_CONFIG_H -I. -I.. -DDIC_VERSION=102  -DMECAB_USE_UTF8_ONLY -DMECAB_DEFAULT_RC="\"/usr/etc/mecabrc\""    -O3 -Wall  -c -o mecab-test-gen.o mecab-test-gen.cpp
    /bin/bash ../libtool --tag=CXX   --mode=link g++  -O3 -Wall    -o mecab-test-gen mecab-test-gen.o libmecab.la -lpthread -lpthread  -lstdc++
    libtool: link: g++ -O3 -Wall -o .libs/mecab-test-gen mecab-test-gen.o  ./.libs/libmecab.so -lpthread -lstdc++
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/src'
    Making all in man
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/man'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/man'
    Making all in doc
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/doc'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/doc'
    Making all in tests
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/tests'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/tests'
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    make[1]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    Making install in src
    make[1]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/src'
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/src'
    test -z "/usr/lib" || /bin/mkdir -p "/usr/lib"
     /bin/bash ../libtool   --mode=install /usr/bin/install -c   libmecab.la '/usr/lib'
    libtool: install: /usr/bin/install -c .libs/libmecab.so.2.0.0 /usr/lib/libmecab.so.2.0.0
    libtool: install: (cd /usr/lib && { ln -s -f libmecab.so.2.0.0 libmecab.so.2 || { rm -f libmecab.so.2 && ln -s libmecab.so.2.0.0 libmecab.so.2; }; })
    libtool: install: (cd /usr/lib && { ln -s -f libmecab.so.2.0.0 libmecab.so || { rm -f libmecab.so && ln -s libmecab.so.2.0.0 libmecab.so; }; })
    libtool: install: /usr/bin/install -c .libs/libmecab.lai /usr/lib/libmecab.la
    libtool: install: /usr/bin/install -c .libs/libmecab.a /usr/lib/libmecab.a
    libtool: install: chmod 644 /usr/lib/libmecab.a
    libtool: install: ranlib /usr/lib/libmecab.a
    libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin:/sbin" ldconfig -n /usr/lib
    ----------------------------------------------------------------------
    Libraries have been installed in:
       /usr/lib

    If you ever happen to want to link against installed libraries
    in a given directory, LIBDIR, you must either use libtool, and
    specify the full pathname of the library, or use the `-LLIBDIR'
    flag during linking and do at least one of the following:
       - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
         during execution
       - add LIBDIR to the `LD_RUN_PATH' environment variable
         during linking
       - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
       - have your system administrator add LIBDIR to `/etc/ld.so.conf'

    See any operating system documentation about shared libraries for
    more information, such as the ld(1) and ld.so(8) manual pages.
    ----------------------------------------------------------------------
    test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
      /bin/bash ../libtool   --mode=install /usr/bin/install -c mecab '/usr/bin'
    libtool: install: /usr/bin/install -c .libs/mecab /usr/bin/mecab
    test -z "/usr/libexec/mecab" || /bin/mkdir -p "/usr/libexec/mecab"
      /bin/bash ../libtool   --mode=install /usr/bin/install -c mecab-dict-index mecab-dict-gen mecab-cost-train mecab-system-eval mecab-test-gen '/usr/libexec/mecab'
    libtool: install: /usr/bin/install -c .libs/mecab-dict-index /usr/libexec/mecab/mecab-dict-index
    libtool: install: /usr/bin/install -c .libs/mecab-dict-gen /usr/libexec/mecab/mecab-dict-gen
    libtool: install: /usr/bin/install -c .libs/mecab-cost-train /usr/libexec/mecab/mecab-cost-train
    libtool: install: /usr/bin/install -c .libs/mecab-system-eval /usr/libexec/mecab/mecab-system-eval
    libtool: install: /usr/bin/install -c .libs/mecab-test-gen /usr/libexec/mecab/mecab-test-gen
    test -z "/usr/include" || /bin/mkdir -p "/usr/include"
     /usr/bin/install -c -m 644 mecab.h '/usr/include'
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/src'
    make[1]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/src'
    Making install in man
    make[1]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/man'
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/man'
    make[2]: Nothing to be done for 'install-exec-am'.
    test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
     /usr/bin/install -c -m 644 mecab.1 '/usr/share/man/man1'
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/man'
    make[1]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/man'
    Making install in doc
    make[1]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/doc'
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/doc'
    make[2]: Nothing to be done for 'install-exec-am'.
    make[2]: Nothing to be done for 'install-data-am'.
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/doc'
    make[1]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/doc'
    Making install in tests
    make[1]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/tests'
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/tests'
    make[2]: Nothing to be done for 'install-exec-am'.
    make[2]: Nothing to be done for 'install-data-am'.
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/tests'
    make[1]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2/tests'
    make[1]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    make[2]: Entering directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
     /usr/bin/install -c mecab-config '/usr/bin'
    test -z "/usr/etc" || /bin/mkdir -p "/usr/etc"
     /usr/bin/install -c -m 644 mecabrc '/usr/etc'
    make[2]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    make[1]: Leaving directory '/tmp/tmp3ds1d5ry/mecab-0.996-ko-0.9.2'
    --2021-09-05 12:48:40--  https://bitbucket.org/eunjeon/mecab-ko-dic/downloads/mecab-ko-dic-2.1.1-20180720.tar.gz
    Resolving bitbucket.org (bitbucket.org)... 104.192.141.1, 2406:da00:ff00::34cc:ea4a, 2406:da00:ff00::22c3:9b0a, ...
    Connecting to bitbucket.org (bitbucket.org)|104.192.141.1|:443... connected.
    HTTP request sent, awaiting response... 302 Found
    Location: https://bbuseruploads.s3.amazonaws.com/a4fcd83e-34f1-454e-a6ac-c242c7d434d3/downloads/b5a0c703-7b64-45ed-a2d7-180e962710b6/mecab-ko-dic-2.1.1-20180720.tar.gz?Signature=Znt6L7bgNj8MMBLZMIuM5juobOk%3D&Expires=1630847141&AWSAccessKeyId=AKIA6KOSE3BNJRRFUUX6&versionId=tzyxc1TtnZU_zEuaaQDGN4F76hPDpyFq&response-content-disposition=attachment%3B%20filename%3D%22mecab-ko-dic-2.1.1-20180720.tar.gz%22&response-content-encoding=None [following]
    --2021-09-05 12:48:40--  https://bbuseruploads.s3.amazonaws.com/a4fcd83e-34f1-454e-a6ac-c242c7d434d3/downloads/b5a0c703-7b64-45ed-a2d7-180e962710b6/mecab-ko-dic-2.1.1-20180720.tar.gz?Signature=Znt6L7bgNj8MMBLZMIuM5juobOk%3D&Expires=1630847141&AWSAccessKeyId=AKIA6KOSE3BNJRRFUUX6&versionId=tzyxc1TtnZU_zEuaaQDGN4F76hPDpyFq&response-content-disposition=attachment%3B%20filename%3D%22mecab-ko-dic-2.1.1-20180720.tar.gz%22&response-content-encoding=None
    Resolving bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)... 52.216.84.8
    Connecting to bbuseruploads.s3.amazonaws.com (bbuseruploads.s3.amazonaws.com)|52.216.84.8|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 49775061 (47M) [application/x-tar]
    Saving to: ‘mecab-ko-dic-2.1.1-20180720.tar.gz’

         0K ................ ................ ................  0%  511K 94s
       384K ................ ................ ................  1% 1.91M 59s
       768K ................ ................ ................  2% 2.02M 47s
      1152K ................ ................ ................  3%  113M 35s
      1536K ................ ................ ................  3% 2.05M 32s
      1920K ................ ................ ................  4% 99.5M 27s
      2304K ................ ................ ................  5%  109M 23s
      2688K ................ ................ ................  6% 1.90M 23s
      3072K ................ ................ ................  7% 2.19M 22s
      3456K ................ ................ ................  7%  187M 20s
      3840K ................ ................ ................  8%  196M 18s
      4224K ................ ................ ................  9% 45.3M 16s
      4608K ................ ................ ................ 10%  217M 15s
      4992K ................ ................ ................ 11%  195M 14s
      5376K ................ ................ ................ 11%  256M 13s
      5760K ................ ................ ................ 12% 2.18M 13s
      6144K ................ ................ ................ 13% 27.6M 12s
      6528K ................ ................ ................ 14%  113M 11s
      6912K ................ ................ ................ 15% 1.95M 12s
      7296K ................ ................ ................ 15% 93.5M 11s
      7680K ................ ................ ................ 16% 2.13M 11s
      8064K ................ ................ ................ 17%  133M 11s
      8448K ................ ................ ................ 18%  140M 10s
      8832K ................ ................ ................ 18%  244M 10s
      9216K ................ ................ ................ 19%  440M 9s
      9600K ................ ................ ................ 20%  451M 9s
      9984K ................ ................ ................ 21% 2.09M 9s
     10368K ................ ................ ................ 22%  113M 9s
     10752K ................ ................ ................ 22%  113M 8s
     11136K ................ ................ ................ 23%  114M 8s
     11520K ................ ................ ................ 24% 2.11M 8s
     11904K ................ ................ ................ 25% 87.9M 8s
     12288K ................ ................ ................ 26%  151M 8s
     12672K ................ ................ ................ 26%  101M 7s
     13056K ................ ................ ................ 27% 2.12M 7s
     13440K ................ ................ ................ 28% 80.3M 7s
     13824K ................ ................ ................ 29%  108M 7s
     14208K ................ ................ ................ 30%  115M 7s
     14592K ................ ................ ................ 30%  111M 6s
     14976K ................ ................ ................ 31% 2.12M 7s
     15360K ................ ................ ................ 32%  102M 6s
     15744K ................ ................ ................ 33%  113M 6s
     16128K ................ ................ ................ 33% 97.5M 6s
     16512K ................ ................ ................ 34% 2.12M 6s
     16896K ................ ................ ................ 35%  117M 6s
     17280K ................ ................ ................ 36%  114M 6s
     17664K ................ ................ ................ 37%  109M 5s
     18048K ................ ................ ................ 37% 2.12M 6s
     18432K ................ ................ ................ 38%  108M 5s
     18816K ................ ................ ................ 39%  115M 5s
     19200K ................ ................ ................ 40%  111M 5s
     19584K ................ ................ ................ 41% 2.13M 5s
     19968K ................ ................ ................ 41% 97.5M 5s
     20352K ................ ................ ................ 42%  109M 5s
     20736K ................ ................ ................ 43%  101M 5s
     21120K ................ ................ ................ 44%  109M 5s
     21504K ................ ................ ................ 45% 2.13M 5s
     21888K ................ ................ ................ 45% 95.4M 4s
     22272K ................ ................ ................ 46%  110M 4s
     22656K ................ ................ ................ 47%  112M 4s
     23040K ................ ................ ................ 48% 2.13M 4s
     23424K ................ ................ ................ 48% 97.5M 4s
     23808K ................ ................ ................ 49%  108M 4s
     24192K ................ ................ ................ 50%  114M 4s
     24576K ................ ................ ................ 51% 2.19M 4s
     24960K ................ ................ ................ 52% 43.1M 4s
     25344K ................ ................ ................ 52% 98.5M 4s
     25728K ................ ................ ................ 53%  115M 4s
     26112K ................ ................ ................ 54%  109M 3s
     26496K ................ ................ ................ 55% 2.14M 4s
     26880K ................ ................ ................ 56% 83.1M 3s
     27264K ................ ................ ................ 56%  102M 3s
     27648K ................ ................ ................ 57%  106M 3s
     28032K ................ ................ ................ 58% 2.16M 3s
     28416K ................ ................ ................ 59% 89.5M 3s
     28800K ................ ................ ................ 60% 89.4M 3s
     29184K ................ ................ ................ 60% 87.5M 3s
     29568K ................ ................ ................ 61%  113M 3s
     29952K ................ ................ ................ 62% 2.15M 3s
     30336K ................ ................ ................ 63% 96.8M 3s
     30720K ................ ................ ................ 63%  110M 3s
     31104K ................ ................ ................ 64% 93.0M 3s
     31488K ................ ................ ................ 65% 4.44M 3s
     31872K ................ ................ ................ 66% 4.00M 2s
     32256K ................ ................ ................ 67% 87.6M 2s
     32640K ................ ................ ................ 67% 80.7M 2s
     33024K ................ ................ ................ 68% 94.1M 2s
     33408K ................ ................ ................ 69% 2.17M 2s
     33792K ................ ................ ................ 70% 91.1M 2s
     34176K ................ ................ ................ 71% 94.5M 2s
     34560K ................ ................ ................ 71% 84.6M 2s
     34944K ................ ................ ................ 72% 64.6M 2s
     35328K ................ ................ ................ 73% 2.19M 2s
     35712K ................ ................ ................ 74% 84.1M 2s
     36096K ................ ................ ................ 75% 90.1M 2s
     36480K ................ ................ ................ 75% 64.8M 2s
     36864K ................ ................ ................ 76% 2.21M 2s
     37248K ................ ................ ................ 77% 73.9M 2s
     37632K ................ ................ ................ 78% 89.4M 2s
     38016K ................ ................ ................ 78% 88.2M 1s
     38400K ................ ................ ................ 79% 56.9M 1s
     38784K ................ ................ ................ 80% 2.21M 1s
     39168K ................ ................ ................ 81% 88.8M 1s
     39552K ................ ................ ................ 82% 72.0M 1s
     39936K ................ ................ ................ 82%  115M 1s
     40320K ................ ................ ................ 83% 56.2M 1s
     40704K ................ ................ ................ 84% 2.20M 1s
     41088K ................ ................ ................ 85% 95.6M 1s
     41472K ................ ................ ................ 86% 83.8M 1s
     41856K ................ ................ ................ 86% 75.6M 1s
     42240K ................ ................ ................ 87% 2.19M 1s
     42624K ................ ................ ................ 88% 44.3M 1s
     43008K ................ ................ ................ 89% 44.3M 1s
     43392K ................ ................ ................ 90%  112M 1s
     43776K ................ ................ ................ 90% 1.96M 1s
     44160K ................ ................ ................ 91%  254M 1s
     44544K ................ ................ ................ 92%  274M 1s
     44928K ................ ................ ................ 93%  233M 0s
     45312K ................ ................ ................ 94%  259M 0s
     45696K ................ ................ ................ 94% 2.29M 0s
     46080K ................ ................ ................ 95% 30.1M 0s
     46464K ................ ................ ................ 96% 84.6M 0s
     46848K ................ ................ ................ 97% 2.25M 0s
     47232K ................ ................ ................ 97% 30.2M 0s
     47616K ................ ................ ................ 98% 52.4M 0s
     48000K ................ ................ ................ 99% 89.2M 0s
     48384K ................ ............                     100% 1.32M=6.8s

    2021-09-05 12:48:48 (6.99 MB/s) - ‘mecab-ko-dic-2.1.1-20180720.tar.gz’ saved [49775061/49775061]

    Looking in current directory for macros.
    ./autogen.sh: 11: aclocal: not found
    ./autogen.sh: 14: autoconf: not found
    ./autogen.sh: 15: automake: not found
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... yes
    using /usr/bin/mecab-config for mecab-config
    configure: creating ./config.status
    config.status: creating Makefile
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720/missing --run aclocal-1.11
    /tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720/missing: line 52: aclocal-1.11: command not found
    WARNING: `aclocal-1.11' is missing on your system.  You should only need it if
             you modified `acinclude.m4' or `configure.ac'.  You might want
             to install the `Automake' and `Perl' packages.  Grab them from
             any GNU archive site.
     cd . && /bin/bash /tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720/missing --run automake-1.11 --gnu
    /tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720/missing: line 52: automake-1.11: command not found
    WARNING: `automake-1.11' is missing on your system.  You should only need it if
             you modified `Makefile.am', `acinclude.m4' or `configure.ac'.
             You might want to install the `Automake' and `Perl' packages.
             Grab them from any GNU archive site.
    CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720/missing --run autoconf
    /tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720/missing: line 52: autoconf: command not found
    WARNING: `autoconf' is missing on your system.  You should only need it if
             you modified `configure.ac'.  You might want to install the
             `Autoconf' and `GNU m4' packages.  Grab them from any GNU
             archive site.
    /bin/bash ./config.status --recheck
    running CONFIG_SHELL=/bin/bash /bin/bash ./configure --prefix=/usr --with-charset=utf8 --with-mecab-config=/usr/bin/mecab-config --no-create --no-recursion
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... no
    checking for mawk... mawk
    checking whether make sets $(MAKE)... no
    using /usr/bin/mecab-config for mecab-config
    configure: creating ./config.status
     /bin/bash ./config.status
    config.status: creating Makefile
    /usr/libexec/mecab/mecab-dict-index -d . -o . -f UTF-8 -t utf8
    reading ./unk.def ... 13
    emitting double-array: 100% |###########################################| 
    reading ./Place-address.csv ... 19301
    reading ./EP.csv ... 51
    reading ./Place.csv ... 30303
    reading ./NNBC.csv ... 677
    reading ./NNG.csv ... 208524
    reading ./Group.csv ... 3176
    reading ./Foreign.csv ... 11690
    reading ./XSA.csv ... 19
    reading ./VA.csv ... 2360
    reading ./MM.csv ... 453
    reading ./NNP.csv ... 2371
    reading ./Preanalysis.csv ... 5
    reading ./Person-actor.csv ... 99230
    reading ./Symbol.csv ... 16
    reading ./EC.csv ... 2547
    reading ./XSN.csv ... 124
    reading ./XSV.csv ... 23
    reading ./Person.csv ... 196459
    reading ./NP.csv ... 342
    reading ./ETN.csv ... 14
    reading ./MAG.csv ... 14242
    reading ./NNB.csv ... 140
    reading ./VV.csv ... 7331
    reading ./VCP.csv ... 9
    reading ./Place-station.csv ... 1145
    reading ./NorthKorea.csv ... 3
    reading ./MAJ.csv ... 240
    reading ./Inflect.csv ... 44820
    reading ./XR.csv ... 3637
    reading ./IC.csv ... 1305
    reading ./J.csv ... 416
    reading ./Wikipedia.csv ... 36762
    reading ./VX.csv ... 125
    reading ./XPN.csv ... 83
    reading ./Hanja.csv ... 125750
    reading ./NR.csv ... 482
    reading ./EF.csv ... 1820
    reading ./CoinedWord.csv ... 148
    reading ./VCN.csv ... 7
    reading ./ETM.csv ... 133
    emitting double-array: 100% |###########################################| 
    reading ./matrix.def ... 3822x2693
    emitting matrix      : 100% |###########################################| 

    done!
    echo To enable dictionary, rewrite /usr/etc/mecabrc as \"dicdir = /usr/lib/mecab/dic/mecab-ko-dic\"
    To enable dictionary, rewrite /usr/etc/mecabrc as "dicdir = /usr/lib/mecab/dic/mecab-ko-dic"
    make[1]: Entering directory '/tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720'
    make[1]: Nothing to be done for 'install-exec-am'.
     /bin/mkdir -p '/usr/lib/mecab/dic/mecab-ko-dic'
     /usr/bin/install -c -m 644 model.bin matrix.bin char.bin sys.dic unk.dic left-id.def right-id.def rewrite.def pos-id.def dicrc '/usr/lib/mecab/dic/mecab-ko-dic'
    make[1]: Leaving directory '/tmp/tmpqelnfkgl/mecab-ko-dic-2.1.1-20180720'
    Installing mecab-ko...
    Installing mecab-ko-dic...
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.9
    creating build/lib.linux-x86_64-3.9/mecab
    copying mecab/mecab.py -> build/lib.linux-x86_64-3.9/mecab
    copying mecab/__init__.py -> build/lib.linux-x86_64-3.9/mecab
    running build_ext
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c /tmp/tmpal517xoa.cpp -o tmp/tmpal517xoa.o -std=c++14
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.9 -c /tmp/tmpc9z6ezur.cpp -o tmp/tmpc9z6ezur.o -fvisibility=hidden
    building '_mecab' extension
    creating build/temp.linux-x86_64-3.9
    creating build/temp.linux-x86_64-3.9/mecab
    creating build/temp.linux-x86_64-3.9/mecab/pybind
    creating build/temp.linux-x86_64-3.9/mecab/pybind/_mecab
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/include -I/usr/include/python3.9 -c mecab/pybind/_mecab/_mecab.cpp -o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/_mecab.o -DVERSION_INFO="1.0.12" -std=c++14 -fvisibility=hidden
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/include -I/usr/include/python3.9 -c mecab/pybind/_mecab/dictionaryinfo.cpp -o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/dictionaryinfo.o -DVERSION_INFO="1.0.12" -std=c++14 -fvisibility=hidden
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/include -I/usr/include/python3.9 -c mecab/pybind/_mecab/lattice.cpp -o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/lattice.o -DVERSION_INFO="1.0.12" -std=c++14 -fvisibility=hidden
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/include -I/usr/include/python3.9 -c mecab/pybind/_mecab/node.cpp -o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/node.o -DVERSION_INFO="1.0.12" -std=c++14 -fvisibility=hidden
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/include -I/usr/include/python3.9 -c mecab/pybind/_mecab/path.cpp -o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/path.o -DVERSION_INFO="1.0.12" -std=c++14 -fvisibility=hidden
    x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/local/lib/python3.9/dist-packages/pybind11/include -I/usr/include -I/usr/include/python3.9 -c mecab/pybind/_mecab/tagger.cpp -o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/tagger.o -DVERSION_INFO="1.0.12" -std=c++14 -fvisibility=hidden
    x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -g -fwrapv -O2 -g -ffile-prefix-map=/build/python3.9-RNBry6/python3.9-3.9.2=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/_mecab.o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/dictionaryinfo.o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/lattice.o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/node.o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/path.o build/temp.linux-x86_64-3.9/mecab/pybind/_mecab/tagger.o -L/usr/lib -Wl,--enable-new-dtags,-R/usr/lib -lmecab -o build/lib.linux-x86_64-3.9/_mecab.cpython-39-x86_64-linux-gnu.so
    running install_lib
    copying build/lib.linux-x86_64-3.9/_mecab.cpython-39-x86_64-linux-gnu.so -> /usr/local/lib/python3.9/dist-packages
    creating /usr/local/lib/python3.9/dist-packages/mecab
    copying build/lib.linux-x86_64-3.9/mecab/mecab.py -> /usr/local/lib/python3.9/dist-packages/mecab
    copying build/lib.linux-x86_64-3.9/mecab/__init__.py -> /usr/local/lib/python3.9/dist-packages/mecab
    byte-compiling /usr/local/lib/python3.9/dist-packages/mecab/mecab.py to mecab.cpython-39.pyc
    byte-compiling /usr/local/lib/python3.9/dist-packages/mecab/__init__.py to __init__.cpython-39.pyc
    running install_data
    creating /usr/local/scripts
    copying scripts/install-mecab-ko.py -> /usr/local/scripts
    running install_egg_info
    running egg_info
    writing python_mecab_ko.egg-info/PKG-INFO
    writing dependency_links to python_mecab_ko.egg-info/dependency_links.txt
    writing requirements to python_mecab_ko.egg-info/requires.txt
    writing top-level names to python_mecab_ko.egg-info/top_level.txt
    reading manifest file 'python_mecab_ko.egg-info/SOURCES.txt'
    writing manifest file 'python_mecab_ko.egg-info/SOURCES.txt'
    Copying python_mecab_ko.egg-info to /usr/local/lib/python3.9/dist-packages/python_mecab_ko-1.0.12.egg-info
    running install_scripts
    writing list of installed files to '/tmp/pip-record-k911txxz/install-record.txt'
    Running setup.py install for python-mecab-ko ... done
  DEPRECATION: python-mecab-ko was installed using the legacy 'setup.py install' method, because a wheel could not be built for it. pip 21.0 will remove support for this functionality. A possible replacement is to fix the wheel build issue reported above. You can find discussion regarding this at https://github.com/pypa/pip/issues/8368.
Successfully installed pybind11-2.7.1 python-mecab-ko-1.0.12
Removed build tracker: '/tmp/pip-req-tracker-qr84p3sa'
root@6f18902ef747:/# python3
Python 3.9.2 (default, Feb 28 2021, 17:03:44) 
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mecab
>>> mecab = mecab.MeCab()
>>> 
>>> mecab.morphs('영등포구청역에 있는 맛집 좀 알려주세요.')
['영등포구청역', '에', '있', '는', '맛집', '좀', '알려', '주', '세요', '.']
>>> 

빌드 관련 이슈가 많아서, 어제부터 Linux 환경에서 Binary Wheel을 제공하고 있습니다. 확인 부탁드리겠습니다.