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:     po...@freebsd.org
Last committer: r...@freebsd.org
Ident:          $FreeBSD: head/lang/intercal/Makefile 516744 2019-11-04 
21:21:03Z rene $
Log URL:        
http://beefy17.nyi.freebsd.org/data/head-i386-default/p549547_s365984/logs/intercal-0.30_1.log
Build URL:      
http://beefy17.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p549547_s365984
Log:

=>> Building lang/intercal
build started at Tue Sep 22 15:12:17 UTC 2020
port directory: /usr/ports/lang/intercal
package name: intercal-0.30_1
building for: FreeBSD head-i386-default-job-07 13.0-CURRENT FreeBSD 
13.0-CURRENT 1300115 i386
maintained by: po...@freebsd.org
Makefile ident:      $FreeBSD: head/lang/intercal/Makefile 516744 2019-11-04 
21:21:03Z rene $
Poudriere version: 3.2.8-5-gc81843e5
Host OSVERSION: 1300100
Jail OSVERSION: 1300115
Job Id: 07




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



---Begin Environment---
SHELL=/bin/csh
UNAME_p=i386
UNAME_m=i386
OSVERSION=1300115
UNAME_v=FreeBSD 13.0-CURRENT 1300115
UNAME_r=13.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
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-5-gc81843e5
MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-i386-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--
po...@freebsd.org
--End MAINTAINER--

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

--CONFIGURE_ENV--
MAKE=gmake XDG_DATA_HOME=/wrkdirs/usr/ports/lang/intercal/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/intercal/work  
HOME=/wrkdirs/usr/ports/lang/intercal/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/intercal/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh 
CONFIG_SITE=/usr/ports/Templates/config.site lt_cv_sys_max_cmd_len=524288
--End CONFIGURE_ENV--

--MAKE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/intercal/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/intercal/work  
HOME=/wrkdirs/usr/ports/lang/intercal/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/intercal/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  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing "  CPP="cpp" 
CPPFLAGS=""  LDFLAGS=" -fstack-protector-strong " LIBS=""  CXX="c++" 
CXXFLAGS="-O2 -pipe -D_POSIX_SOURCE -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=13.0 PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib 
DOCSDIR="share/doc/intercal"  EXAMPLESDIR="share/examples/intercal"  
DATADIR="share/ick"  WWWDIR="www/intercal"  ETCDIR="etc/intercal"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/ick 
DOCSDIR=/usr/local/share/doc/intercal 
EXAMPLESDIR=/usr/local/share/examples/intercal  WWWDIR=/usr/local/www/intercal 
ETCDIR=/usr/local/etc/intercal
--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
MACHINE=i386
MACHINE_ARCH=i386
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 ####
_CCVERSION_921dbbb2=FreeBSD clang version 11.0.0 
(g...@github.com:llvm/llvm-project.git llvmorg-11.0.0-rc2-91-g6e042866c30) 
Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_ALTCCVERSION_921dbbb2=none
_CXXINTERNAL_acaad9ca=FreeBSD clang version 11.0.0 
(g...@github.com:llvm/llvm-project.git llvmorg-11.0.0-rc2-91-g6e042866c30) 
Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin 
"/usr/bin/ld" "--eh-frame-hdr" "-dynamic-linker" "/libexec/ld-elf.so.1" 
"--hash-style=both" "--enable-new-dtags" "-m" "elf_i386_fbsd" "-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 11.0.0 
(g...@github.com:llvm/llvm-project.git llvmorg-11.0.0-rc2-91-g6e042866c30) 
Target: i386-unknown-freebsd13.0 Thread model: posix InstalledDir: /usr/bin
_OBJC_ALTCCVERSION_921dbbb2=none
ARCH=i386
OPSYS=FreeBSD
_OSRELEASE=13.0-CURRENT
OSREL=13.0
OSVERSION=1300115
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)  524288
stack size              (kbytes, -s)  65536
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   >============================
===>   NOTICE:

The intercal port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===========================================================================
=======================<phase: pkg-depends    >============================
===>   intercal-0.30_1 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.15.5.txz
[head-i386-default-job-07] Installing pkg-1.15.5...
[head-i386-default-job-07] Extracting pkg-1.15.5: .......... done
===>   intercal-0.30_1 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of intercal-0.30_1
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>   NOTICE:

The intercal port currently does not have a maintainer. As a result, it is
more likely to have unresolved issues, not be up-to-date, or even be removed in
the future. To volunteer to maintain this port, please create an issue at:

https://bugs.freebsd.org/bugzilla

More information about port maintainership is available at:

https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port

===> Fetching all distfiles required by intercal-0.30_1 for building
===========================================================================
=======================<phase: checksum       >============================
===>   NOTICE:

The intercal port currently does not have a maintainer. As a result, it is
<snip>
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... (cached) yes
checking for _Bool... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stdint.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking size of long long int... 8
checking size of sig_atomic_t... 4
checking whether time.h and sys/time.h may both be included... yes
checking whether #! works in shell scripts... yes
checking for size_t... (cached) yes
checking for uint16_t... (cached) yes
checking for uint32_t... (cached) yes
checking whether booleans can be passed via varargs... yes
checking whether yyrestart() is needed... yes
checking for gettimeofday... (cached) yes
checking for gethrtime... no
checking for strdup... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for isatty... yes
checking for clock_gettime... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating coopt.sh
config.status: creating host.mak
config.status: creating abcess.h
config.status: creating config.h
config.status: executing depfiles commands
===========================================================================
=======================<phase: build          >============================
===>  Building for intercal-0.30_1
gmake[1]: Entering directory 
'/wrkdirs/usr/ports/lang/intercal/work/intercal-0.30'
ln -s -f `test -f 'src/parser.y' || echo './'`src/parser.y parser.y
ln -s -f `test -f 'src/ick-wrap.c' || echo './'`src/ick-wrap.c ick-wrap.c
ln -s -f `test -f 'src/pickwrap.c' || echo './'`src/pickwrap.c pickwrap.c
ln -s -f `test -f 'pit/lib/syslib.i' || echo './'`pit/lib/syslib.i syslib.i
ln -s -f `test -f 'pit/lib/syslib.3i' || echo './'`pit/lib/syslib3.3i syslib3.3i
ln -s -f `test -f 'pit/lib/syslib.4i' || echo './'`pit/lib/syslib4.4i syslib4.4i
ln -s -f `test -f 'pit/lib/syslib.5i' || echo './'`pit/lib/syslib5.5i syslib5.5i
ln -s -f `test -f 'pit/lib/syslib.6i' || echo './'`pit/lib/syslib6.6i syslib6.6i
ln -s -f `test -f 'pit/lib/syslib.7i' || echo './'`pit/lib/syslib7.7i syslib7.7i
ln -s -f `test -f 'pit/lib/floatlib.i' || echo './'`pit/lib/floatlib.i 
floatlib.i
ln -s -f `test -f 'pit/explib/ecto_b98.c' || echo './'`pit/explib/ecto_b98.c 
ecto_b98.c
ln -s -f `test -f 'src/ick_ec.h' || echo './'`src/ick_ec.h ick_ec.h
ln -s -f `test -f 'src/fiddle.h' || echo './'`src/fiddle.h fiddle.h
ln -s -f `test -f 'src/ick_bool.h' || echo './'`src/ick_bool.h ick_bool.h
ln -s -f `test -f 'src/ick_lose.h' || echo './'`src/ick_lose.h ick_lose.h
ln -s -f `test -f 'src/ick-ec.h' || echo './'`src/yuk.h yuk.h
\
/bin/sh ./buildaux/ylwrap `test -f 'parser.y' || echo './'`parser.y y.tab.c 
parser.c y.tab.h parser.h y.output parser.output -- byacc -d 
updating parser.h
gmake  all-am
gmake[2]: Entering directory 
'/wrkdirs/usr/ports/lang/intercal/work/intercal-0.30'
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT cesspool.o 
-MD -MP -MF .deps/cesspool.Tpo -c -o cesspool.o `test -f 'src/cesspool.c' || 
echo './'`src/cesspool.c
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT numerals.o 
-MD -MP -MF .deps/numerals.Tpo -c -o numerals.o `test -f 'src/numerals.c' || 
echo './'`src/numerals.c
mv -f .deps/numerals.Tpo .deps/numerals.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT ick_lose.o 
-MD -MP -MF .deps/ick_lose.Tpo -c -o ick_lose.o `test -f 'src/ick_lose.c' || 
echo './'`src/ick_lose.c
src/cesspool.c:399:3: warning: add explicit braces to avoid dangling else 
[-Wdangling-else]
                else
                ^
src/cesspool.c:411:3: warning: add explicit braces to avoid dangling else 
[-Wdangling-else]
                else
                ^
src/cesspool.c:638:23: warning: second argument to 'va_arg' is of promotable 
type 'bool'; this va_arg has undefined behavior because arguments will be 
promoted to 'int' [-Wvarargs]
  forget = va_arg(ap, bool);
                      ^~~~
/usr/include/stdbool.h:39:14: note: expanded from macro 'bool'
#define bool    _Bool
                ^~~~~
/usr/include/sys/_stdarg.h:46:51: note: expanded from macro 'va_arg'
  #define       va_arg(ap, type)        __builtin_va_arg((ap), type)
                                                               ^~~~
mv -f .deps/ick_lose.Tpo .deps/ick_lose.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT fiddle.o -MD 
-MP -MF .deps/fiddle.Tpo -c -o fiddle.o `test -f 'src/fiddle.c' || echo 
'./'`src/fiddle.c
3 warnings generated.
mv -f .deps/cesspool.Tpo .deps/cesspool.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT arrgghh.o 
-MD -MP -MF .deps/arrgghh.Tpo -c -o arrgghh.o `test -f 'src/arrgghh.c' || echo 
'./'`src/arrgghh.c
mv -f .deps/arrgghh.Tpo .deps/arrgghh.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT clc-cset.o 
-MD -MP -MF .deps/clc-cset.Tpo -c -o clc-cset.o `test -f 'src/clc-cset.c' || 
echo './'`src/clc-cset.c
mv -f .deps/fiddle.Tpo .deps/fiddle.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT uncommon.o 
-MD -MP -MF .deps/uncommon.Tpo -c -o uncommon.o `test -f 'src/uncommon.c' || 
echo './'`src/uncommon.c
src/uncommon.c:177:12: warning: implicitly declaring library function 
'vsnprintf' with type 'int (char *, unsigned int, const char *, 
__builtin_va_list)' [-Wimplicit-function-declaration]
  retval = vsnprintf(str, size, format, ap);
           ^
src/uncommon.c:177:12: note: include the header <stdio.h> or explicitly provide 
a declaration for 'vsnprintf'
mv -f .deps/clc-cset.Tpo .deps/clc-cset.Po
cc -I.  -O2 -pipe  -D_POSIX_SOURCE -fstack-protector-strong 
-fno-strict-aliasing   -fstack-protector-strong  -o bin2c `test -f 
'src/bin2c.c' || echo './'`src/bin2c.c 
1 warning generated.
mv -f .deps/uncommon.Tpo .deps/uncommon.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT unravel.o 
-MD -MP -MF .deps/unravel.Tpo -c -o unravel.o `test -f 'src/unravel.c' || echo 
'./'`src/unravel.c
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT ick_ec.o -MD 
-MP -MF .deps/ick_ec.Tpo -c -o ick_ec.o `test -f 'src/ick_ec.c' || echo 
'./'`src/ick_ec.c
mv -f .deps/ick_ec.Tpo .deps/ick_ec.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT yuk.o -MD 
-MP -MF .deps/yuk.Tpo -c -o yuk.o `test -f 'src/yuk.c' || echo './'`src/yuk.c
src/yuk.c:130:3: warning: implicit declaration of function 'clock_gettime' is 
invalid in C99 [-Wimplicit-function-declaration]
  clock_gettime(CLOCK_PROCESS_CPUTIME_ID,&ts);
  ^
mv -f .deps/unravel.Tpo .deps/unravel.Po
(test -f etc/libick_ecto_b98.a || test -f ./etc/libick_ecto_b98.a) && ln -s -f 
`test -f 'etc/libick_ecto_b98.a' || echo './'`etc/libick_ecto_b98.a 
libick_ecto_b98.a
gmake[2]: [Makefile:1643: libick_ecto_b98.a] Error 1 (ignored)
\
 \
/bin/sh ./buildaux/ylwrap `test -f 'src/oil.y' || echo './'`src/oil.y y.tab.c 
oil-oil.c y.tab.h oil-oil.h y.output oil-oil.output -- byacc  
src/yuk.c:822:13: warning: implicitly declaring library function 'snprintf' 
with type 'int (char *, unsigned int, const char *, ...)' 
[-Wimplicit-function-declaration]
            (void) snprintf(copyloc,sizeof copyloc,"more < %s",tempcharp);
                   ^
src/yuk.c:822:13: note: include the header <stdio.h> or explicitly provide a 
declaration for 'snprintf'
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT feh2.o -MD 
-MP -MF .deps/feh2.Tpo -c -o feh2.o `test -f 'src/feh2.c' || echo 
'./'`src/feh2.c
2 warnings generated.
mv -f .deps/yuk.Tpo .deps/yuk.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT dekludge.o 
-MD -MP -MF .deps/dekludge.Tpo -c -o dekludge.o `test -f 'src/dekludge.c' || 
echo './'`src/dekludge.c
mv -f .deps/dekludge.Tpo .deps/dekludge.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT perpet.o -MD 
-MP -MF .deps/perpet.Tpo -c -o perpet.o `test -f 'src/perpet.c' || echo 
'./'`src/perpet.c
src/perpet.c:320:15: warning: implicit declaration of function 'getopt' is 
invalid in C99 [-Wimplicit-function-declaration]
  while ((c = getopt(argc, argv, ARGSTRING)) != EOF)
              ^
mv -f .deps/feh2.Tpo .deps/feh2.Po
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT parser.o -MD 
-MP -MF .deps/parser.Tpo -c -o parser.o parser.c
1 warning generated.
mv -f .deps/perpet.Tpo .deps/perpet.Po
ln -s -f `test -f 'src/lexer.l' || echo './'`src/lexer.l lexer.l
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT convickt.o 
-MD -MP -MF .deps/convickt.Tpo -c -o convickt.o `test -f 'src/convickt.c' || 
echo './'`src/convickt.c
mv -f .deps/convickt.Tpo .deps/convickt.Po
./bin2c ick_clc_cset_atari < `test -f 'src/atari.bin' || echo 
'./'`src/atari.bin > atari.c
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -c atari.c
./bin2c ick_clc_cset_baudot < `test -f 'src/baudot.bin' || echo 
'./'`src/baudot.bin > baudot.c
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -c baudot.c
./bin2c ick_clc_cset_ebcdic < `test -f 'src/ebcdic.bin' || echo 
'./'`src/ebcdic.bin > ebcdic.c
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -c ebcdic.c
./bin2c ick_clc_cset_latin1 < `test -f 'src/latin1.bin' || echo 
'./'`src/latin1.bin > latin1.c
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -c latin1.c
rm -f libyuk.a
ar cru libyuk.a yuk.o 
ranlib libyuk.a
cc -I.  -O2 -pipe  -D_POSIX_SOURCE -fstack-protector-strong 
-fno-strict-aliasing   -fstack-protector-strong  -o oil oil-oil.c 
oil.y:463:38: warning: implicitly declaring library function 'strdup' with type 
'char *(const char *)' [-Wimplicit-function-declaration]
        yylval->n1->condition=tofree[tfi++]=strdup(buf);
                                            ^
oil.y:463:38: note: include the header <string.h> or explicitly provide a 
declaration for 'strdup'
mv -f .deps/parser.Tpo .deps/parser.Po
\
/bin/sh ./buildaux/ylwrap `test -f 'lexer.l' || echo './'`lexer.l lex.yy.c 
lexer.c -- flex  
cc -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing   
-fstack-protector-strong  -o convickt convickt.o clc-cset.o uncommon.o  
rm -f libick.a
ar cru libick.a cesspool.o numerals.o ick_lose.o fiddle.o arrgghh.o clc-cset.o 
uncommon.o atari.o baudot.o ebcdic.o latin1.o
ranlib libick.a
rm -f libickmt.a
ar cru libickmt.a cesspool.o numerals.o ick_lose.o fiddle.o arrgghh.o 
clc-cset.o uncommon.o unravel.o atari.o baudot.o ebcdic.o latin1.o
ranlib libickmt.a
rm -f libickec.a
ar cru libickec.a cesspool.o numerals.o ick_lose.o fiddle.o arrgghh.o 
clc-cset.o uncommon.o ick_ec.o atari.o baudot.o ebcdic.o latin1.o
ranlib libickec.a
cc -DHAVE_CONFIG_H -I.  -I./src  -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -MT lexer.o -MD 
-MP -MF .deps/lexer.Tpo -c -o lexer.o lexer.c
1 warning generated.
mv -f .deps/lexer.Tpo .deps/lexer.Po
./oil < `test -f 'src/idiotism.oil' || echo './'`src/idiotism.oil
for oo in oilout*.c; do echo $oo; cc -DHAVE_CONFIG_H -I.  -I./src  
-DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing  -c $oo; done
oilout-m.c
oilout00.c
oilout01.c
oilout02.c
oilout03.c
oilout04.c
oilout05.c
oilout06.c
oilout07.c
oilout08.c
oilout09.c
oilout0a.c
oilout0b.c
oilout0c.c
oilout0d.c
oilout0e.c
oilout0f.c
ar cru libidiot.a oilout*.o
ranlib libidiot.a
cc -DICKINCLUDEDIR=\"/usr/local/include/ick\" 
-DICKDATADIR=\"/usr/local/share/ick\" -DICKBINDIR=\"/usr/local/bin\" 
-DICKLIBDIR=\"/usr/local/lib\" -DYYDEBUG -DICK_HAVE_STDINT_H=1 -O2 -pipe  
-D_POSIX_SOURCE -fstack-protector-strong -fno-strict-aliasing   
-fstack-protector-strong  -o ick feh2.o dekludge.o ick_lose.o fiddle.o perpet.o 
uncommon.o parser.o lexer.o libidiot.a 
ld: error: duplicate symbol: yydebug
>>> defined at perpet.c
>>>            perpet.o:(yydebug)
>>> defined at parser.c
>>>            parser.o:(.bss+0x0)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [Makefile:567: ick] Error 1
gmake[2]: Leaving directory 
'/wrkdirs/usr/ports/lang/intercal/work/intercal-0.30'
gmake[1]: *** [Makefile:407: all] Error 2
gmake[1]: Leaving directory 
'/wrkdirs/usr/ports/lang/intercal/work/intercal-0.30'
===> 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 /usr/ports/lang/intercal
_______________________________________________
freebsd-pkg-fallout@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pkg-fallout
To unsubscribe, send any mail to "freebsd-pkg-fallout-unsubscr...@freebsd.org"

Reply via email to