=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. => Checksum SHA1 OK for gnucash-docs-3.4-1.tar.gz => Checksum RMD160 OK for gnucash-docs-3.4-1.tar.gz => Checksum SHA512 OK for gnucash-docs-3.4-1.tar.gz ===> Installing dependencies for gnucash-docs-3.4.0.1 => Tool dependency gmake>=3.81: found gmake-4.2.1nb1 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency yelp-[0-9]*: found yelp-3.32.0nb4 => Full dependency rarian>=0.6.0: found rarian-0.8.1nb4 ===> Overriding tools for gnucash-docs-3.4.0.1 ===> Extracting for gnucash-docs-3.4.0.1 ===> Patching for gnucash-docs-3.4.0.1 ===> Creating toolchain wrappers for gnucash-docs-3.4.0.1 ===> Configuring for gnucash-docs-3.4.0.1 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] guide/ja/Makefile.in:733: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] guide/de/Makefile.in:734: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] guide/ru/Makefile.in:731: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] guide/pt/Makefile.in:733: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] guide/C/Makefile.in:732: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] guide/it/Makefile.in:741: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] help/de/Makefile.in:714: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] help/pt/Makefile.in:722: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] help/C/Makefile.in:723: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] help/it/Makefile.in:732: @GNC_WINDOWS_FALSE@ if test "x$(_ENABLE_SK)" == "xtrue"; then \ Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== *** Error code 1 Stop. make[1]: stopped in /data/pkgsrc/finance/gnucash-docs *** Error code 1 Stop. make: stopped in /data/pkgsrc/finance/gnucash-docs