------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PERL_USE_UNSAFE_INC=1 XDG_DATA_HOME=/construction/japanese/p5-Text-MeCab XDG_CONFIG_HOME=/construction/japanese/p5-Text-MeCab XDG_CACHE_HOME=/construction/japanese/p5-Text-MeCab/.cache HOME=/construction/japanese/p5-Text-MeCab TMPDIR="/tmp" PATH=/construction/japanese/p5-Text-MeCab/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/japanese/p5-Text-MeCab/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 PERL_EXTUTILS_AUTOINSTALL="--skipdeps" PERL_MM_USE_DEFAULT="YES" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- NOTICE: The ja-mecab port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://docs.freebsd.org/en/articles/contributing/#ports-contributing Installing /packages/All/p5-Class-Accessor-0.51.pkg SUCCEEDED 00:00:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-p5-Text-MeCab-0.20009_3 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-p5-Text-MeCab-0.20009_3 for building => SHA256 Checksum OK for Text-MeCab-0.20009.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-p5-Text-MeCab-0.20009_3 for building ===> Extracting for ja-p5-Text-MeCab-0.20009_3 ===> ja-p5-Text-MeCab-0.20009_3 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ja-p5-Text-MeCab-0.20009_3 for building => SHA256 Checksum OK for Text-MeCab-0.20009.tar.gz. Extracted Memory Use: 0.41M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ja-p5-Text-MeCab-0.20009_3 ===> Applying ports patches for ja-p5-Text-MeCab-0.20009_3 from /xports/japanese/p5-Text-MeCab/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on package: perl5>=5.32.r0<5.33 - found ===> ja-p5-Text-MeCab-0.20009_3 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on shared library: libmecab.so - found (/usr/local/lib/libmecab.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on package: perl5>=5.32.r0<5.33 - found ===> ja-p5-Text-MeCab-0.20009_3 depends on file: /usr/local/bin/ccache - found ===> ja-p5-Text-MeCab-0.20009_3 depends on shared library: libmecab.so - found (/usr/local/lib/libmecab.so) ===> Configuring for ja-p5-Text-MeCab-0.20009_3 Path to mecab config? [/usr/local/bin/mecab-config] /usr/local/bin/mecab-config detected mecab version 0.996 Using compiler flags '-I/usr/local/include -DMECAB_MAJOR_VERSION=0 -DMECAB_MINOR_VERSION=996'... Using linker flags '-L/usr/local/lib -lmecab'... Text::MeCab needs to know what encoding you built your dictionary with to properly execute tests. Encoding of your mecab dictionary? (shift_jis, euc-jp, utf-8) [euc-jp] euc-jp Using euc-jp as your dictionary encoding Detected the following mecab information: version: 0.996 cflags: -I/usr/local/include -DMECAB_MAJOR_VERSION=0 -DMECAB_MINOR_VERSION=996 -I src libs: -L/usr/local/lib -lmecab include: /usr/local/include reading /usr/local/include/mecab.h to find all constants Writing ppport.h Checking if your kit is complete... Looks good Warning: prerequisite Test::Requires 0 not found. Generating a Unix-style Makefile Writing Makefile for Text::MeCab Writing MYMETA.yml and MYMETA.json SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ja-p5-Text-MeCab-0.20009_3 cp lib/Text/MeCab.pm blib/lib/Text/MeCab.pm cp lib/Text/MeCab/Dict.pm blib/lib/Text/MeCab/Dict.pm cp lib/Text/MeCab/Node.pod blib/lib/Text/MeCab/Node.pod Running Mkbootstrap for MeCab () chmod 644 "MeCab.bs" "/usr/local/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- MeCab.bs blib/arch/auto/Text/MeCab/MeCab.bs 644 "/usr/local/bin/perl" "-Iinc" "/usr/local/lib/perl5/5.32/ExtUtils/xsubpp" -typemap '/usr/local/lib/perl5/5.32/ExtUtils/typemap' xs/MeCab.xs > xs/MeCab.xsc mv xs/MeCab.xsc xs/MeCab.c cc -c "-I." "-I/usr/local/include" "-I." -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.20009\" -DXS_VERSION=\"0.20009\" -o xs/MeCab.o -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DUSE_PPPORT -DTEXT_MECAB_ENCODING='"euc-jp"' -DTEXT_MECAB_CONFIG='"/usr/local/bin/mecab-config"' -I/usr/local/include -DMECAB_MAJOR_VERSION=0 -DMECAB_MINOR_VERSION=996 -I src xs/MeCab.c cc -c "-I." "-I/usr/local/include" "-I." -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.20009\" -DXS_VERSION=\"0.20009\" -o xs/text-mecab-clone.o -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DUSE_PPPORT -DTEXT_MECAB_ENCODING='"euc-jp"' -DTEXT_MECAB_CONFIG='"/usr/local/bin/mecab-config"' -I/usr/local/include -DMECAB_MAJOR_VERSION=0 -DMECAB_MINOR_VERSION=996 -I src xs/text-mecab-clone.c cc -c "-I." "-I/usr/local/include" "-I." -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.20009\" -DXS_VERSION=\"0.20009\" -o xs/text-mecab-node.o -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DUSE_PPPORT -DTEXT_MECAB_ENCODING='"euc-jp"' -DTEXT_MECAB_CONFIG='"/usr/local/bin/mecab-config"' -I/usr/local/include -DMECAB_MAJOR_VERSION=0 -DMECAB_MINOR_VERSION=996 -I src xs/text-mecab-node.c cc -c "-I." "-I/usr/local/include" "-I." -pipe -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -DVERSION=\"0.20009\" -DXS_VERSION=\"0.20009\" -o xs/text-mecab.o -DPIC -fPIC "-I/usr/local/lib/perl5/5.32/mach/CORE" -DUSE_PPPORT -DTEXT_MECAB_ENCODING='"euc-jp"' -DTEXT_MECAB_CONFIG='"/usr/local/bin/mecab-config"' -I/usr/local/include -DMECAB_MAJOR_VERSION=0 -DMECAB_MINOR_VERSION=996 -I src xs/text-mecab.c rm -f blib/arch/auto/Text/MeCab/MeCab.so LD_RUN_PATH="/usr/local/lib" cc -pthread -shared -L/usr/local/lib/perl5/5.32/mach/CORE -lperl -L/usr/local/lib -fstack-protector-strong xs/MeCab.o xs/text-mecab-clone.o xs/text-mecab-node.o xs/text-mecab.o -o blib/arch/auto/Text/MeCab/MeCab.so -L/usr/local/lib -lmecab chmod 755 blib/arch/auto/Text/MeCab/MeCab.so Manifying 3 pod documents SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> ja-p5-Text-MeCab-0.20009_3 depends on package: p5-Class-Accessor>0 - found ===> ja-p5-Text-MeCab-0.20009_3 depends on package: perl5>=5.32.r0<5.33 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ja-p5-Text-MeCab-0.20009_3 ===> ja-p5-Text-MeCab-0.20009_3 depends on package: p5-Class-Accessor>0 - found ===> ja-p5-Text-MeCab-0.20009_3 depends on package: perl5>=5.32.r0<5.33 - found ===> Generating temporary packing list "/usr/local/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- MeCab.bs blib/arch/auto/Text/MeCab/MeCab.bs 644 Manifying 3 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /construction/japanese/p5-Text-MeCab/stage/usr/local/lib/perl5/site_perl/mach/5.32/auto/Text/MeCab/MeCab.so Installing /construction/japanese/p5-Text-MeCab/stage/usr/local/lib/perl5/site_perl/mach/5.32/Text/MeCab.pm Installing /construction/japanese/p5-Text-MeCab/stage/usr/local/lib/perl5/site_perl/mach/5.32/Text/MeCab/Dict.pm Installing /construction/japanese/p5-Text-MeCab/stage/usr/local/lib/perl5/site_perl/mach/5.32/Text/MeCab/Node.pod Installing /construction/japanese/p5-Text-MeCab/stage/usr/local/lib/perl5/site_perl/man/man3/Text::MeCab.3 Installing /construction/japanese/p5-Text-MeCab/stage/usr/local/lib/perl5/site_perl/man/man3/Text::MeCab::Dict.3 Installing /construction/japanese/p5-Text-MeCab/stage/usr/local/lib/perl5/site_perl/man/man3/Text::MeCab::Node.3 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.32/auto/Text/MeCab/MeCab.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Notice: You have some Perl modules as dependencies but you do not have devel/p5-Module-CoreList installed, the perlcore QA check gets better results when using it, especially with older Perl versions. Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks Warning: Possible REINPLACE_CMD issues: - - REINPLACE_CMD ran, but did not modify file contents: tools/probe_mecab.pl SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ja-p5-Text-MeCab-0.20009_3 file sizes/checksums [8]: 0% file sizes/checksums [8]: 100% Service unavailablepacking files [8]: 0% packing files [8]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:08