Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2017 04:35:50 GMT
From:      pkg-fallout@FreeBSD.org
To:        pkg-fallout@FreeBSD.org
Subject:   [package - head-armv6-default][games/gnushogi] Failed for gnushogi-1.4.2 in stage
Message-ID:  <201707210435.v6L4Zo0X054760@beefy8.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:     johans@FreeBSD.org
Last committer: adamw@FreeBSD.org
Ident:          $FreeBSD: head/games/gnushogi/Makefile 362015 2014-07-15 23:30:05Z adamw $
Log URL:        http://beefy8.nyi.freebsd.org/data/head-armv6-default/p446242_s321261/logs/gnushogi-1.4.2.log
Build URL:      http://beefy8.nyi.freebsd.org/build.html?mastername=head-armv6-default&build=p446242_s321261
Log:

====>> Building games/gnushogi
build started at Fri Jul 21 04:35:15 UTC 2017
port directory: /usr/ports/games/gnushogi
building for: FreeBSD head-armv6-default-job-12 12.0-CURRENT FreeBSD 12.0-CURRENT 1200038 arm
maintained by: johans@FreeBSD.org
Makefile ident:      $FreeBSD: head/games/gnushogi/Makefile 362015 2014-07-15 23:30:05Z adamw $
Poudriere version: 3.1.19-49-g8b92d9a0
Host OSVERSION: 1200033
Jail OSVERSION: 1200038
Job Id: 12




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



---Begin Environment---
SHELL=/bin/csh
UNAME_p=armv6
UNAME_m=arm
ABI_FILE=/usr/lib/crt1.o
OSVERSION=1200038
UNAME_v=FreeBSD 12.0-CURRENT 1200038
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-armv6-default/ref
QEMU_EMULATING=1
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=gnushogi-1.4.2
OLDPWD=/
PWD=/usr/local/poudriere/data/.m/head-armv6-default/ref/.p/pool
MASTERNAME=head-armv6-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.19-49-g8b92d9a0
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
===> The following configuration options are available for gnushogi-1.4.2:
     DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--
--prefix=/usr/local ${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/games/gnushogi/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/gnushogi/work  HOME=/wrkdirs/usr/ports/games/gnushogi/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=262144
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/games/gnushogi/work  XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/gnushogi/work  HOME=/wrkdirs/usr/ports/games/gnushogi/work TMPDIR="/tmp" NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="/nxb-bin/usr/bin/cc" CFLAGS="-O2 -pipe  -fno-strict-aliasing"  CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS=""  LDFLAGS="" LIBS=""  CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -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=12.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/gnushogi"
EXAMPLESDIR="share/examples/gnushogi"
DATADIR="share/gnushogi"
WWWDIR="www/gnushogi"
ETCDIR="etc/gnushogi"
--End PLIST_SUB--

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

---Begin make.conf---
.sinclude "/etc/make.nxb.conf"
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
PACKAGE_BUILDING=yes
MACHINE=arm
MACHINE_ARCH=armv6
ARCH=${MACHINE_ARCH}
#### /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 ####
ARCH=armv6
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=12.0
OSVERSION=1200038
PYTHONBASE=/usr/local
UID=0
_JAVA_OS_LIST_REGEXP=native|linux
_JAVA_VENDOR_LIST_REGEXP=openjdk|oracle|sun
_JAVA_VERSION_LIST_REGEXP=1.6|1.7|1.8|1.6\+|1.7\+|1.8\+
_OSRELEASE=12.0-CURRENT
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
---Begin make.nxb.conf---
CC=/nxb-bin/usr/bin/cc
CPP=/nxb-bin/usr/bin/cpp
CXX=/nxb-bin/usr/bin/c++
AS=/nxb-bin/usr/bin/as
NM=/nxb-bin/usr/bin/nm
LD=/nxb-bin/usr/bin/ld
OBJCOPY=/nxb-bin/usr/bin/objcopy
SIZE=/nxb-bin/usr/bin/size
STRIPBIN=/nxb-bin/usr/bin/strip
SED=/nxb-bin/usr/bin/sed
READELF=/nxb-bin/usr/bin/readelf
RANLIB=/nxb-bin/usr/bin/ranlib
YACC=/nxb-bin/usr/bin/yacc
MAKE=/nxb-bin/usr/bin/make
STRINGS=/nxb-bin/usr/bin/strings
AWK=/nxb-bin/usr/bin/awk
FLEX=/nxb-bin/usr/bin/flex
---End make.nxb.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    >============================
===>   gnushogi-1.4.2 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.1.txz
[head-armv6-default-job-12] Installing pkg-1.10.1...
[head-armv6-default-job-12] Extracting pkg-1.10.1: .......... done
===>   gnushogi-1.4.2 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of gnushogi-1.4.2
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by gnushogi-1.4.2 for building
===========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by gnushogi-1.4.2 for building
=> SHA256 Checksum OK for gnushogi-1.4.2.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by gnushogi-1.4.2 for building
===>  Extracting for gnushogi-1.4.2
=> SHA256 Checksum OK for gnushogi-1.4.2.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
<snip>
/usr/local/lib/perl5/site_perl/man//mandoc.db: unlink: No such file or directory
[head-armv6-default-job-12] Extracting texinfo-6.4_1,1: .......... done
Message from perl5-5.24.2:
The /usr/bin/perl symlink has been removed starting with Perl 5.20.
For shebangs, you should either use:

#!/usr/local/bin/perl

or

#!/usr/bin/env perl

The first one will only work if you have a /usr/local/bin/perl,
the second will work as long as perl is in PATH.
===>   gnushogi-1.4.2 depends on executable: makeinfo - found
===>   Returning to build of gnushogi-1.4.2
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for gnushogi-1.4.2
configure: loading site script /usr/ports/Templates/config.site
configure: C compiler
checking for gcc... /nxb-bin/usr/bin/cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /nxb-bin/usr/bin/cc accepts -g... yes
checking for /nxb-bin/usr/bin/cc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
configure: libs
checking for clrtoeol in -lcurses... yes
checking for pow in -lm... yes
checking for tgoto in -ltermcap... yes
configure: header files
checking how to run the C preprocessor... /nxb-bin/usr/bin/cpp
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/file.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for errno.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
configure: typedefs
checking for an ANSI C-conforming const... yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) yes
checking for inline... inline
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... time.h
configure: compiler characteristics
checking size of long... 4
configure: library functions
checking whether /nxb-bin/usr/bin/cc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking return type of signal handlers... void
checking for gettimeofday... (cached) yes
checking for memset... (cached) yes
checking for pow... yes
checking for strchr... yes
checking for strerror... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtol... (cached) yes
checking for memcpy... (cached) yes
checking for bcopy... (cached) yes
checking for setvbuf... (cached) yes
checking for setlinebuf... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnushogi/Makefile
config.status: creating win32/config.h
config.status: creating doc/Makefile
config.status: creating config.h
===========================================================================
=======================<phase: build          >============================
===>  Building for gnushogi-1.4.2
cd /wrkdirs/usr/ports/games/gnushogi/work/gnushogi-1.4.2/doc && makeinfo --no-split gnushogi
gnushogi.texi:6: warning: @dircategory missing argument
cd ./gnushogi && /nxb-bin/usr/bin/make gnushogi
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -c globals.c
/nxb-bin/usr/bin/cc  -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I..  -c init-common.c
/nxb-bin/usr/bin/cc  -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -c pattern-common.c
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -c attacks.c
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -DBOOK=\"/usr/local/lib/gnushogi/gnushogi.tbk\" -DBINBOOK=\"/usr/local/lib/gnushogi/gnushogi.bbk\" -c book.c
book.c:879:43: warning: format specifies type 'int' but the argument has type 'ULONG' (aka 'unsigned long') [-Wformat]
        sprintf(msg, "Book used %d(%d).", B.bookcount, B.booksize);
                                ~~        ^~~~~~~~~~~
                                %lu
book.c:879:56: warning: format specifies type 'int' but the argument has type 'ULONG' (aka 'unsigned long') [-Wformat]
        sprintf(msg, "Book used %d(%d).", B.bookcount, B.booksize);
                                   ~~                  ^~~~~~~~~~
                                   %lu
book.c:915:32: warning: incompatible pointer types passing 'long *' to parameter of type 'time_t *' (aka 'long long *') [-Wincompatible-pointer-types]
    gsrand((unsigned int) time((long *) 0));
                               ^~~~~~~~~~
/usr/include/time.h:154:21: note: passing argument to parameter here
time_t time(time_t *);
                    ^
3 warnings generated.
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -c commondsp.c
commondsp.c:1381:5: warning: implicit declaration of function 'gettimeofday' [-Wimplicit-function-declaration]
    gettimeofday(&tv, NULL);
    ^
commondsp.c:1381:5: warning: this function declaration is not a prototype [-Wstrict-prototypes]
2 warnings generated.
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -c cursesdsp.c
In file included from cursesdsp.c:38:
In file included from /usr/include/signal.h:40:
/usr/include/machine/ucontext.h:81:2: error: unknown type name 'size_t'; did you mean '__size_t'?
        size_t          mc_vfp_size;
        ^
/usr/include/machine/_types.h:87:20: note: '__size_t' declared here
typedef __uint32_t      __size_t;               /* sizeof() */
                        ^
cursesdsp.c:1202:27: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                i, errno, FIONREAD);
                          ^~~~~~~~
/usr/include/sys/filio.h:46:18: note: expanded from macro 'FIONREAD'
#define FIONREAD        _IOR('f', 127, int)     /* get # bytes to read */
                        ^~~~~~~~~~~~~~~~~~~
/usr/include/sys/ioccom.h:58:21: note: expanded from macro '_IOR'
#define _IOR(g,n,t)     _IOC(IOC_OUT,   (g), (n), sizeof(t))
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/sys/ioccom.h:54:35: note: expanded from macro '_IOC'
#define _IOC(inout,group,num,len)       ((unsigned long) \
                                        ^~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/games/gnushogi/work/gnushogi-1.4.2/gnushogi
*** Error code 1 (ignored)
cd ./gnushogi && /nxb-bin/usr/bin/make pat2inc
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -DPATTERNFILE=\"../misc/gnushogi.pat\" -c makepattern.c
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -c pat2inc.c
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -o pat2inc globals.o       init-common.o     pattern-common.o makepattern.o pat2inc.o  -lcurses -lm
cc: warning: argument unused during compilation: '-ansi' [-Wunused-command-line-argument]
cd ./gnushogi && /nxb-bin/usr/bin/make gnushogi.bbk
/nxb-bin/usr/bin/cc -O2 -pipe  -fno-strict-aliasing -DHASHFILE=\"/usr/local/lib/gnushogi/gnushogi.hsh\" -fsigned-char -funroll-loops -Wall -Wno-implicit-int -Wstrict-prototypes -ansi -pedantic -I. -I.. -I.. -c cursesdsp.c
In file included from cursesdsp.c:38:
In file included from /usr/include/signal.h:40:
/usr/include/machine/ucontext.h:81:2: error: unknown type name 'size_t'; did you mean '__size_t'?
        size_t          mc_vfp_size;
        ^
/usr/include/machine/_types.h:87:20: note: '__size_t' declared here
typedef __uint32_t      __size_t;               /* sizeof() */
                        ^
cursesdsp.c:1202:27: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
                i, errno, FIONREAD);
                          ^~~~~~~~
/usr/include/sys/filio.h:46:18: note: expanded from macro 'FIONREAD'
#define FIONREAD        _IOR('f', 127, int)     /* get # bytes to read */
                        ^~~~~~~~~~~~~~~~~~~
/usr/include/sys/ioccom.h:58:21: note: expanded from macro '_IOR'
#define _IOR(g,n,t)     _IOC(IOC_OUT,   (g), (n), sizeof(t))
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/sys/ioccom.h:54:35: note: expanded from macro '_IOC'
#define _IOC(inout,group,num,len)       ((unsigned long) \
                                        ^~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
*** Error code 1

Stop.
make[2]: stopped in /wrkdirs/usr/ports/games/gnushogi/work/gnushogi-1.4.2/gnushogi
*** Error code 1 (ignored)
===========================================================================
=======================<phase: run-depends    >============================
===>   gnushogi-1.4.2 depends on executable: indexinfo - found
===========================================================================
=======================<phase: stage          >============================
===>  Staging for gnushogi-1.4.2
===>   Generating temporary packing list
install: /wrkdirs/usr/ports/games/gnushogi/work/gnushogi-1.4.2/gnushogi/gnushogi: No such file or directory
*** Error code 71

Stop.
make: stopped in /usr/ports/games/gnushogi



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