=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> 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 mate-indicator-applet-1.20.0.tar.xz => Checksum RMD160 OK for mate-indicator-applet-1.20.0.tar.xz => Checksum SHA512 OK for mate-indicator-applet-1.20.0.tar.xz ===> Installing dependencies for mate-indicator-applet-1.20.0 ========================================================================== The following variables will affect the build process of this package, mate-indicator-applet-1.20.0. Their current value is shown below: * PYTHON_VERSION_DEFAULT = 27 Based on these variables, the following variables have been set: * PYPACKAGE = python27 You may want to abort the process now with CTRL-C and change their value before continuing. Be sure to run `/usr/bin/make clean' after the changes. ========================================================================== => Tool dependency itstool-[0-9]*: found itstool-2.0.4nb1 => Tool dependency py27-libxml2-[0-9]*: found py27-libxml2-2.9.8 => Tool dependency glib2-tools-[0-9]*: found glib2-tools-2.56.1 => Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb1 => Tool dependency intltool>=0.40.0: found intltool-0.51.0nb2 => Tool dependency gmake>=3.81: found gmake-4.1nb4 => Tool dependency perl>=5.0: found perl-5.26.2 => Tool dependency pkgconf-[0-9]*: found pkgconf-1.4.1nb1 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Build dependency xorgproto>=2016.1: found xorgproto-2018.4 => Build dependency xcb-proto>=1.4: found xcb-proto-1.13 => Build dependency cwrappers>=20150314: found cwrappers-20180325 => Full dependency python27>=2.7.1nb2: found python27-2.7.14 => Full dependency gtk3+>=3.22.29nb1: found gtk3+-3.22.30 => Full dependency mate-panel>=1.14.1nb5: found mate-panel-1.20.1 => Full dependency libindicator3>=12.10.1nb6: found libindicator3-12.10.1nb6 => Full dependency hicolor-icon-theme>=0.9nb1: found hicolor-icon-theme-0.17 ===> Overriding tools for mate-indicator-applet-1.20.0 ===> Extracting for mate-indicator-applet-1.20.0 ===> Patching for mate-indicator-applet-1.20.0 ===> Creating toolchain wrappers for mate-indicator-applet-1.20.0 ===> Configuring for mate-indicator-applet-1.20.0 => Generating pkg-config file for builtin expat package. => 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 WARNING: [check-portability.awk] => Found $RANDOM: WARNING: [check-portability.awk] configure: INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.$$RANDOM && mkdir $$_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u $$_it_tmp_dir $< $@ && rmdir $$_it_tmp_dir' ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] configure: if test "x$have_ayatanaindicator" == "xyes" && ERROR: [check-portability.awk] configure: elif test "x$have_ubuntuindicator" == "xyes" && ERROR: [check-portability.awk] configure: elif test "x$have_ubuntuindicator" == "xyes" && ERROR: [check-portability.awk] configure: test "x$have_ayatanaindicator" == "xyes" && ERROR: [check-portability.awk] configure: test "x$with_ayatana_indicators" == "xyes"; then ERROR: [check-portability.awk] configure: elif test "x$have_ubuntuindicator" == "xyes" && ERROR: [check-portability.awk] configure: test "x$have_ayatanaindicator" == "xyes" && ERROR: [check-portability.awk] configure: test "x$with_ubuntu_indicators" == "xyes"; then ERROR: [check-portability.awk] configure: elif test "x$have_ubuntuindicator" == "xyes" && ERROR: [check-portability.awk] configure: test "x$with_ayatana_indicators" == "xyes"; then ERROR: [check-portability.awk] configure: test "x$have_ayatanaindicator" == "xyes" && ERROR: [check-portability.awk] configure: test "x$with_ubuntu_indicators" == "xyes"; then ERROR: [check-portability.awk] configure: if test "x$use_ayatanaindicator" == "xyes"; then ERROR: [check-portability.awk] configure: if test "x$indicator_enforced" == "xyes"; then ERROR: [check-portability.awk] configure: elif test "x$use_ubuntuindicator" == "xyes"; then ERROR: [check-portability.awk] configure: if test "x$indicator_enforced" == "xyes"; then ERROR: [check-portability.awk] configure: test "x$have_ayatanaindicator_ng" == "xyes") || ERROR: [check-portability.awk] configure: test "x$have_ubuntuindicator_ng" == "xyes"); then ERROR: [check-portability.awk] configure: if test "x$use_ayatanaindicator" == "xyes"; then ERROR: [check-portability.awk] configure: elif test "x$use_ubuntuindicator" == "xyes"; then Explanation: =========================================================================== The variable $RANDOM is not required for a POSIX-conforming shell, and many implementations of /bin/sh do not support it. It should therefore not be used in shell programs that are meant to be portable across a large number of POSIX-like systems. =========================================================================== 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/x11/mate-indicator-applet *** Error code 1 Stop. make: stopped in /data/pkgsrc/x11/mate-indicator-applet