=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for orangehrm-4.10.1.zip => Checksum SHA512 OK for orangehrm-4.10.1.zip ===> Installing dependencies for php56-orangehrm-4.10.1 ========================================================================== The following variables will affect the build process of this package, php56-orangehrm-4.10.1. Their current value is shown below: * APACHE_GROUP = www * APACHE_USER = www You may want to abort the process now with CTRL-C and change the value of variables in the first group before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency php56-iconv>=5.2.0: found php56-iconv-5.6.40 => Full dependency php56-pdo_mysql>=5.2.0: found php56-pdo_mysql-5.6.40nb2 => Full dependency php56-json>=5.6.3: found php56-json-5.6.40 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for php56-orangehrm-4.10.1 ===> Extracting for php56-orangehrm-4.10.1 ===> Patching for php56-orangehrm-4.10.1 ===> Creating toolchain wrappers for php56-orangehrm-4.10.1 ===> Configuring for php56-orangehrm-4.10.1 => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] symfony/lib/vendor/google/apiclient-services/generator/run_tests.sh:25: if [ $? == 0 ]; 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 /amd/pkgsrc/CHROOT/P/pkgsrc/misc/php-orangehrm *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/misc/php-orangehrm