Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2021 15:07:58 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - main-powerpc64-default][mail/sendok] Failed for sendok-0.9.2 in run-depends
Message-ID:  <202108281507.17SF7wHh078495@foul1.nyi.freebsd.org>

next in thread | raw e-mail | index | archive | help

You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer:     zakj@nox.cx
Log URL:        http://foul1.nyi.freebsd.org/data/main-powerpc64-default/p8268af35e442_s5a3a8cb01/logs/sendok-0.9.2.log
Build URL:      http://foul1.nyi.freebsd.org/build.html?mastername=main-powerpc64-default&build=p8268af35e442_s5a3a8cb01
Log:

=>> Building mail/sendok
build started at Sat Aug 28 15:07:33 UTC 2021
port directory: /usr/ports/mail/sendok
package name: sendok-0.9.2
building for: FreeBSD main-powerpc64-default-job-04 14.0-CURRENT FreeBSD 14.0-CURRENT 1400032 powerpc
maintained by: zakj@nox.cx
Makefile ident: 
Poudriere version: 3.2.8-21-g883afb07
Host OSVERSION: 1400008
Jail OSVERSION: 1400032
Job Id: 04




!!! Jail is newer than host. (Jail: 1400032, Host: 1400008) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=1400032
UNAME_v=FreeBSD 14.0-CURRENT 1400032
UNAME_r=14.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
MM_CHARSET=UTF-8
LANG=C.UTF-8
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8-21-g883afb07
MASTERMNT=/usr/local/poudriere/data/.m/main-powerpc64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/main-powerpc64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=main-powerpc64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/main-powerpc64-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
zakj@nox.cx
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/mail/sendok/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/sendok/work  HOME=/wrkdirs/usr/ports/mail/sendok/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/mail/sendok/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/mail/sendok/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/mail/sendok/work  HOME=/wrkdirs/usr/ports/mail/sendok/work TMPDIR="/tmp" PATH=/wrkdirs/usr/ports/mail/sendok/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector-strong -fno-strict-aliasing  "  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
OSREL=14.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/sendok"  EXAMPLESDIR="share/examples/sendok"  DATADIR="share/sendok"  WWWDIR="www/sendok"  ETCDIR="etc/sendok"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/sendok DOCSDIR=/usr/local/share/doc/sendok EXAMPLESDIR=/usr/local/share/examples/sendok  WWWDIR=/usr/local/www/sendok ETCDIR=/usr/local/etc/sendok
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
PACKAGE_BUILDING_FLAVORS=yes
#### /usr/local/etc/poudriere.d/make.conf ####
# XXX: We really need this but cannot use it while 'make checksum' does not
# try the next mirror on checksum failure.  It currently retries the same
# failed mirror and then fails rather then trying another.  It *does*
# try the next if the size is mismatched though.
#MASTER_SITE_FREEBSD=yes
# Build ALLOW_MAKE_JOBS_PACKAGES with 2 jobs
MAKE_JOBS_NUMBER=2
#### /usr/ports/Mk/Scripts/ports_env.sh ####
_CCVERSION_921dbbb2=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: powerpc64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: powerpc64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin "/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" "--enable-new-dtags" "-o" "a.out" "/usr/lib/crt1.o" "/usr/lib/crti.o" "/usr/lib/crtbegin.o" "-L/usr/lib" "/dev/null" "-lc++" "-lm" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "-lc" "-lgcc" "--as-needed" "-lgcc_s" "--no-as-needed" "/usr/lib/crtend.o" "/usr/lib/crtn.o"
CC_OUTPUT_921dbbb2_58173849=yes
CC_OUTPUT_921dbbb2_9bdba57c=yes
CC_OUTPUT_921dbbb2_6a4fe7f5=yes
CC_OUTPUT_921dbbb2_6bcac02b=yes
CC_OUTPUT_921dbbb2_67d20829=yes
CC_OUTPUT_921dbbb2_bfa62e83=yes
CC_OUTPUT_921dbbb2_f0b4d593=yes
CC_OUTPUT_921dbbb2_308abb44=yes
CC_OUTPUT_921dbbb2_f00456e5=yes
CC_OUTPUT_921dbbb2_65ad290d=yes
CC_OUTPUT_921dbbb2_f2776b26=yes
CC_OUTPUT_921dbbb2_b2657cc3=yes
CC_OUTPUT_921dbbb2_380987f7=yes
CC_OUTPUT_921dbbb2_160933ec=yes
CC_OUTPUT_921dbbb2_fb62803b=yes
_OBJC_CCVERSION_921dbbb2=FreeBSD clang version 12.0.1 (git@github.com:llvm/llvm-project.git llvmorg-12.0.1-0-gfed41342a82f) Target: powerpc64-unknown-freebsd14.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=powerpc64
PPC_ABI=ELFv2
OPSYS=FreeBSD
_OSRELEASE=14.0-CURRENT
OSREL=14.0
OSVERSION=1400032
PYTHONBASE=/usr/local
CONFIGURE_MAX_CMD_LEN=524288
HAVE_PORTS_ENV=1
#### Misc Poudriere ####
GID=0
UID=0
---End make.conf---
--Resource limits--
cpu time               (seconds, -t)  unlimited
file size           (512-blocks, -f)  unlimited
data seg size           (kbytes, -d)  33554432
stack size              (kbytes, -s)  524288
core file size      (512-blocks, -c)  unlimited
max memory size         (kbytes, -m)  unlimited
locked memory           (kbytes, -l)  unlimited
max user processes              (-u)  89999
open files                      (-n)  1024
virtual mem size        (kbytes, -v)  unlimited
swap limit              (kbytes, -w)  unlimited
socket buffer size       (bytes, -b)  unlimited
pseudo-terminals                (-p)  unlimited
kqueues                         (-k)  unlimited
umtx shared locks               (-o)  unlimited
--End resource limits--
=======================<phase: check-sanity   >============================
===========================================================================
=======================<phase: pkg-depends    >============================
===>   sendok-0.9.2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.17.1.pkg
[main-powerpc64-default-job-04] Installing pkg-1.17.1...
[main-powerpc64-default-job-04] Extracting pkg-1.17.1: .......... done
===>   sendok-0.9.2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of sendok-0.9.2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
=> sendok-0.9.2.tar.gz doesn't seem to exist in /portdistfiles/.
=> Attempting to fetch http://peff.net/sendok/sendok-0.9.2.tar.gz
sendok-0.9.2.tar.gz                                     14 kB   19 MBps    00s
===> Fetching all distfiles required by sendok-0.9.2 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by sendok-0.9.2 for building
=> SHA256 Checksum OK for sendok-0.9.2.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by sendok-0.9.2 for building
===>  Extracting for sendok-0.9.2
=> SHA256 Checksum OK for sendok-0.9.2.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for sendok-0.9.2
===========================================================================
=======================<phase: build-depends  >============================
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for sendok-0.9.2
===========================================================================
=======================<phase: build          >============================
===>  Building for sendok-0.9.2
--- load ---
--- compile ---
--- load ---
( cat warn-auto.sh;  echo 'main="$1"; shift';  echo exec "`head -n 1 conf-ld`"  '-o "$main" "$main".o ${1+"$@"}'  ) > load
--- compile ---
( cat warn-auto.sh &&  echo exec "`head -n 1 conf-cc`" '-o ${1%.c}.o -c ${1+"$@"}'  ) > compile.tmp
--- load ---
chmod 755 load
--- compile ---
chmod 755 compile.tmp
mv compile.tmp compile
--- systype ---
sh find-systype.sh > systype
--- choose ---
cat warn-auto.sh choose.sh > choose
chmod 755 choose
--- auto-str.o ---
./compile auto-str.c
--- buffer.o ---
./compile buffer.c
--- buffer_1.o ---
./compile buffer_1.c
--- buffer_2.o ---
./compile buffer_2.c
--- buffer_copy.o ---
--- buffer_read.o ---
--- buffer_copy.o ---
./compile buffer_copy.c
--- buffer_read.o ---
./compile buffer_read.c
--- buffer_write.o ---
./compile buffer_write.c
--- byte_copy.o ---
./compile byte_copy.c
--- byte_cr.o ---
./compile byte_cr.c
--- byte_diff.o ---
./compile byte_diff.c
--- env.o ---
--- fmt_ulong.o ---
--- env.o ---
./compile env.c
--- fmt_ulong.o ---
./compile fmt_ulong.c
--- hier.o ---
./compile hier.c
--- now.o ---
./compile now.c
--- open_read.o ---
./compile open_read.c
--- open_trunc.o ---
./compile open_trunc.c
--- scan_ulong.o ---
./compile scan_ulong.c
--- secret.o ---
./compile secret.c
--- sendok-check.o ---
./compile sendok-check.c
--- sendok-create.o ---
./compile sendok-create.c
--- str_len.o ---
./compile str_len.c
--- str_start.o ---
./compile str_start.c
--- strerr_die.o ---
./compile strerr_die.c
--- error_no.h ---
./choose c tryerrno error_no.h1 error_no.h2 > error_no.tmp.h
mv error_no.tmp.h error_no.h
--- uint32.h ---
./choose clr tryulong32 uint32.h1 uint32.h2 > uint32.tmp.h
--- makelib ---
( cat warn-auto.sh;  echo 'main="$1"; shift';  echo 'rm -f "$main"';  echo 'ar cr "$main" ${1+"$@"}';  case "`cat systype`" in  sunos-5.*) ;;  unix_sv*) ;;  irix64-*) ;;  irix-*) ;;  dgux-*) ;;  hp-ux-*) ;;  sco*) ;;  *) echo 'ranlib "$main"' ;;  esac  ) > makelib
chmod 755 makelib
--- buffer_get.o ---
./compile buffer_get.c
--- buffer_put.o ---
./compile buffer_put.c
buffer_put.c:18:17: warning: if statement has empty body [-Wempty-body]
    if (w == 0) ; /* luser's fault */
                ^
buffer_put.c:18:17: note: put the semicolon on a separate line to silence this warning
1 warning generated.
--- error.o ---
--- uint32.h ---
mv uint32.tmp.h uint32.h
--- error.o ---
./compile error.c
--- error_str.o ---
./compile error_str.c
--- install.o ---
./compile install.c
--- instcheck.o ---
./compile instcheck.c
--- strerr_sys.o ---
./compile strerr_sys.c
--- byte.a ---
./makelib byte.a byte_diff.o byte_copy.o byte_cr.o
--- env.a ---
./makelib env.a env.o
--- fs.a ---
./makelib fs.a fmt_ulong.o scan_ulong.o
--- open.a ---
./makelib open.a open_read.o open_trunc.o
--- str.a ---
./makelib str.a str_len.o str_start.o
--- buffer.a ---
./makelib buffer.a buffer.o buffer_get.o buffer_put.o buffer_copy.o  buffer_read.o buffer_write.o buffer_2.o buffer_1.o
--- cookie.o ---
./compile cookie.c
--- surf.o ---
./compile surf.c
--- surfpcs.o ---
--- error.a ---
--- surfpcs.o ---
./compile surfpcs.c
--- error.a ---
./makelib error.a error.o error_str.o
--- strerr.a ---
./makelib strerr.a strerr_sys.o strerr_die.o
--- surfpcs.o ---
surfpcs.c:52:17: warning: passing 'char [2]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  surfpcs_add(s,".",1);
                ^~~
surfpcs.c:53:33: warning: passing 'char [1]' to parameter of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign]
  while (s->todo) surfpcs_add(s,"",1);
                                ^~
--- auto-str ---
./load auto-str buffer.a error.a str.a byte.a
--- surfpcs.o ---
2 warnings generated.
--- cookie.a ---
./makelib cookie.a cookie.o surfpcs.o surf.o
--- sendok-check ---
./load sendok-check secret.o now.o cookie.a open.a strerr.a buffer.a  env.a error.a str.a byte.a fs.a
--- sendok-create ---
./load sendok-create secret.o now.o cookie.a open.a strerr.a buffer.a  env.a error.a str.a byte.a fs.a
--- auto_home.c ---
./auto-str auto_home "`head -n 1 conf-home`" > auto_home.tmp.c
mv auto_home.tmp.c auto_home.c
--- auto_home.o ---
./compile auto_home.c
--- install ---
--- instcheck ---
./load instcheck hier.o auto_home.o strerr.a buffer.a str.a error.a  byte.a open.a
--- install ---
./load install hier.o auto_home.o strerr.a buffer.a str.a error.a  byte.a open.a
===========================================================================
=======================<phase: run-depends    >============================
===>   sendok-0.9.2 depends on file: /var/qmail/bin/qmail-send - not found
===>   Installing existing package /packages/All/netqmail-1.06_6.pkg
[main-powerpc64-default-job-04] Installing netqmail-1.06_6...
===> Creating groups.
Creating group 'qmail' with gid '82'.
Creating group 'qnofiles' with gid '81'.
===> Creating users
Creating user 'alias' with uid '81'.
===> Creating homedir(s)
Creating user 'qmaild' with uid '82'.
===> Creating homedir(s)
Creating user 'qmaill' with uid '83'.
===> Creating homedir(s)
Creating user 'qmailp' with uid '84'.
===> Creating homedir(s)
Creating user 'qmailq' with uid '85'.
===> Creating homedir(s)
Creating user 'qmailr' with uid '86'.
===> Creating homedir(s)
Creating user 'qmails' with uid '87'.
===> Creating homedir(s)
[main-powerpc64-default-job-04] Extracting netqmail-1.06_6: .........
pkg-static: Fail to extract /var/qmail/doc/SECURITY from package: Lzma library error: Corrupted input data
[main-powerpc64-default-job-04] Extracting netqmail-1.06_6... done

Failed to install the following 1 package(s): /packages/All/netqmail-1.06_6.pkg
*** Error code 1

Stop.
make: stopped in /usr/ports/mail/sendok



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108281507.17SF7wHh078495>