------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- UNFLAVORED devel/scons -> use devel/scons@py27 Installing /packages/All/expat-2.2.8.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/libffi-3.2.1_3.txz Installing /packages/All/ncurses-6.1.20190525.txz Installing /packages/All/readline-8.0.4.txz Installing /packages/All/gettext-runtime-0.20.2.txz Installing /packages/All/openssl-1.1.1g,1.txz Installing /packages/All/python27-2.7.18.txz ===== Message from python27-2.7.18: -- Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Installing /packages/All/py27-setuptools-44.0.0.txz ===== Message from py27-setuptools-44.0.0: -- Only /usr/local/bin/easy_install-2.7 script has been installed since Python 2.7 is not the default Python version. -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. Installing /packages/All/m4-1.4.18_1,1.txz Installing /packages/All/scons-3.1.1.txz ===== Message from scons-3.1.1: -- ===> NOTICE: This port is deprecated; you may wish to reconsider installing it: Uses Python 2.7 which is EOLed upstream. It is scheduled to be removed on or after 2020-12-31. UNFLAVORED devel/scons -> use devel/scons@py27 SUCCEEDED 00:00:07 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> revealrk-1.2.2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> revealrk-1.2.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by revealrk-1.2.2 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> revealrk-1.2.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by revealrk-1.2.2 for building => SHA256 Checksum OK for revealrk-1.2.2.tgz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> revealrk-1.2.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by revealrk-1.2.2 for building ===> Extracting for revealrk-1.2.2 => SHA256 Checksum OK for revealrk-1.2.2.tgz. Extracted Memory Use: 0.16M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for revealrk-1.2.2 ===> Applying ports patches for revealrk-1.2.2 ===> Cleanly applied ports patch(es) patch-SConstruct SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> revealrk-1.2.2 depends on file: /usr/local/bin/scons - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> revealrk-1.2.2 depends on file: /usr/local/bin/scons - found ===> Configuring for revealrk-1.2.2 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for revealrk-1.2.2 scons: Reading SConscript files ... Checking for C header file wait.h... no Checking for C header file sys/wait.h... yes Checking for C header file sys/vfs.h... no Checking for C header file sys/statfs.h... no Checking for C function sigqueue()... no Checking for syscall(SYS_tkill)...no Checking for C header file sched.h... yes Checking for sched_getaffinity...yes Checking for C library cap... no scons: done reading SConscript files. scons: Building targets ... Compiling revealrk.o revealrk.c: In function 'GetCmdLine': revealrk.c:442:10: warning: unused variable 'acBuf' [-Wunused-variable] char acBuf[64]; ^~~~~ revealrk.c: In function 'LinkMatches': revealrk.c:594:26: warning: implicit declaration of function 'Basename'; did you mean 'ptsname'? [-Wimplicit-function-declaration] szBasename = Basename(acBuf); ^~~~~~~~ ptsname revealrk.c:594:24: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] szBasename = Basename(acBuf); ^ revealrk.c:599:57: warning: implicit declaration of function 'dirname'; did you mean 'devname'? [-Wimplicit-function-declaration] snprintf(acCmd, sizeof(acCmd), "%s/%s", dirname(acCmd), acBuf); ^~~~~~~ devname revealrk.c:599:50: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Wformat=] snprintf(acCmd, sizeof(acCmd), "%s/%s", dirname(acCmd), acBuf); ~^ ~~~~~~~~~~~~~~ %d revealrk.c: In function 'ListRemoveVisible': revealrk.c:1292:28: error: 'PS_SESS' undeclared (first use in this function) if (!(fsPS = popen(PS_SESS, "r"))) ^~~~~~~ revealrk.c:1292:28: note: each undeclared identifier is reported only once for each function it appears in revealrk.c:1306:28: error: 'PS_PGID' undeclared (first use in this function); did you mean 'P_PGID'? if (!(fsPS = popen(PS_PGID, "r"))) ^~~~~~~ P_PGID revealrk.c: In function 'GetAllOfPS': revealrk.c:2048:24: error: 'PS_ALL' undeclared (first use in this function); did you mean 'P_ALL'? if (!(fsPS = popen(PS_ALL, "r"))) ^~~~~~ P_ALL revealrk.c: In function 'CalcSignature': revealrk.c:2202:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!BitmapGet(g_payPS_PIDs, tuPID)) ulSignature |= i; ulAllFailed |= i; i <<= 1; ^~ revealrk.c:2202:60: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!BitmapGet(g_payPS_PIDs, tuPID)) ulSignature |= i; ulAllFailed |= i; i <<= 1; ^~~~~~~~~~~ scons: *** [revealrk.o] Error 1 scons: building terminated because of errors. ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /xports/security/revealrk FAILED 00:00:12