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:     olg...@freebsd.org
Last committer: m...@freebsd.org
Ident:          $FreeBSD: head/lang/ccl/Makefile 424411 2016-10-21 12:51:40Z 
mat $
Log URL:        
http://beefy11.nyi.freebsd.org/data/head-i386-default/p460549_s328647/logs/ccl-1.11.log
Build URL:      
http://beefy11.nyi.freebsd.org/build.html?mastername=head-i386-default&build=p460549_s328647
Log:

=>> Building lang/ccl
build started at Thu Feb  1 06:56:23 UTC 2018
port directory: /usr/ports/lang/ccl
package name: ccl-1.11
building for: FreeBSD head-i386-default-job-21 12.0-CURRENT FreeBSD 
12.0-CURRENT 1200056 i386
maintained by: olg...@freebsd.org
Makefile ident:      $FreeBSD: head/lang/ccl/Makefile 424411 2016-10-21 
12:51:40Z mat $
Poudriere version: 3.2.4-27-gd8c1b2b1
Host OSVERSION: 1200054
Jail OSVERSION: 1200056
Job Id: 21




!!! Jail is newer than host. (Jail: 1200056, Host: 1200054) !!!
!!! 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=1200056
UNAME_v=FreeBSD 12.0-CURRENT 1200056
UNAME_r=12.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-i386-default/ref
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
OLDPWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
PWD=/usr/local/poudriere/data/.m/head-i386-default/ref/.p/pool
MASTERNAME=head-i386-default
SCRIPTPREFIX=/usr/local/share/poudriere
USER=root
HOME=/root
P_PYTHON_MAJOR_VER=2
POUDRIERE_VERSION=3.2.4-27-gd8c1b2b1
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
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--
olg...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/ccl/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/ccl/work  
HOME=/wrkdirs/usr/ports/lang/ccl/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/ccl/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/lang/ccl/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/ccl/work  
HOME=/wrkdirs/usr/ports/lang/ccl/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/lang/ccl/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  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 
-pipe  -fstack-protector -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  
LDFLAGS=" -fstack-protector" LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe 
-fstack-protector -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--
PORTDOCS="" PORTEXAMPLES="" OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local  
RESETPREFIX=/usr/local LIB32DIR=lib DOCSDIR="share/doc/ccl"  
EXAMPLESDIR="share/examples/ccl"  DATADIR="share/ccl"  WWWDIR="www/ccl"  
ETCDIR="etc/ccl"
--End PLIST_SUB--

--SUB_LIST--
FX86CL="fx86cl" CCL_DIRECTORY="/usr/local/lib/ccl" PREFIX=/usr/local 
LOCALBASE=/usr/local  DATADIR=/usr/local/share/ccl 
DOCSDIR=/usr/local/share/doc/ccl EXAMPLESDIR=/usr/local/share/examples/ccl  
WWWDIR=/usr/local/www/ccl ETCDIR=/usr/local/etc/ccl
--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 ####
ARCH=i386
CONFIGURE_MAX_CMD_LEN=262144
OPSYS=FreeBSD
OSREL=12.0
OSVERSION=1200056
PYTHONBASE=/usr/local
UID=0
_OSRELEASE=12.0-CURRENT
#### Misc Poudriere ####
GID=0
DISABLE_MAKE_JOBS=poudriere
---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   >============================
===>  License LGPL21 accepted by the user
===========================================================================
=======================<phase: pkg-depends    >============================
===>   ccl-1.11 depends on file: /usr/local/sbin/pkg - not found
===>   Installing existing package /packages/All/pkg-1.10.4.txz
[head-i386-default-job-21] Installing pkg-1.10.4...
[head-i386-default-job-21] Extracting pkg-1.10.4: .......... done
===>   ccl-1.11 depends on file: /usr/local/sbin/pkg - found
===>   Returning to build of ccl-1.11
===========================================================================
=======================<phase: fetch-depends  >============================
===========================================================================
=======================<phase: fetch          >============================
===>  License LGPL21 accepted by the user
===> Fetching all distfiles required by ccl-1.11 for building
===========================================================================
=======================<phase: checksum       >============================
===>  License LGPL21 accepted by the user
===> Fetching all distfiles required by ccl-1.11 for building
=> SHA256 Checksum OK for ccl-1.11-freebsdx86.tar.gz.
===========================================================================
=======================<phase: extract-depends>============================
===========================================================================
=======================<phase: extract        >============================
===>  License LGPL21 accepted by the user
===> Fetching all distfiles required by ccl-1.11 for building
===>  Extracting for ccl-1.11
=> SHA256 Checksum OK for ccl-1.11-freebsdx86.tar.gz.
===========================================================================
=======================<phase: patch-depends  >============================
===========================================================================
=======================<phase: patch          >============================
===>  Patching for ccl-1.11
===>  Applying FreeBSD patches for ccl-1.11
===========================================================================
=======================<phase: build-depends  >============================
===>   ccl-1.11 depends on file: /usr/local/lib/common-lisp/asdf/asdf.asd - not 
found
===>   Installing existing package /packages/All/cl-asdf-2.017,2.txz
[head-i386-default-job-21] Installing cl-asdf-2.017,2...
[head-i386-default-job-21] Extracting cl-asdf-2.017,2: ....... done
Message from cl-asdf-2.017,2:

==========================================================================
To use asdf and depending ports, you will have to configure your
Lisp systems so they know where to find asdf itself and the system
definition files.

A default configuration is installed in

  /usr/local/etc/asdf-init.lisp

Review this file for further information, or simply load it from your
Lisp initialization file.
==========================================================================
===>   ccl-1.11 depends on file: /usr/local/lib/common-lisp/asdf/asdf.asd - 
found
===>   Returning to build of ccl-1.11
===========================================================================
=======================<phase: lib-depends    >============================
===========================================================================
=======================<phase: configure      >============================
===>  Configuring for ccl-1.11
===========================================================================
=======================<phase: build          >============================
===>  Building for ccl-1.11
sh: svnversion: not found
make[1]: 
"/wrkdirs/usr/ports/lang/ccl/work/ccl/lisp-kernel/freebsdx8632/Makefile" line 
16: warning: "svnversion" returned non-zero status
m4 -DFREEBSD -DX86 -DX8632 -DHAVE_TLS -I../ ../pad.s | as  --32 -o pad.o
m4 -DFREEBSD -DX86 -DX8632 -DHAVE_TLS -I../ ../x86-spjump32.s | as  --32 -o 
x86-spjump32.o
m4 -DFREEBSD -DX86 -DX8632 -DHAVE_TLS -I../ ../x86-spentry32.s | as  --32 -o 
x86-spentry32.o
m4 -DFREEBSD -DX86 -DX8632 -DHAVE_TLS -I../ ../x86-subprims32.s | as  --32 -o 
x86-subprims32.o
cc -include ../platform-freebsdx8632.h -c ../pmcl-kernel.c -DFREEBSD 
-D_REENTRANT -DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o 
pmcl-kernel.o
cc -include ../platform-freebsdx8632.h -c ../gc-common.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o gc-common.o
cc -include ../platform-freebsdx8632.h -c ../x86-gc.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o x86-gc.o
cc -include ../platform-freebsdx8632.h -c ../bits.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o bits.o
cc -include ../platform-freebsdx8632.h -c ../x86-exceptions.c -DFREEBSD 
-D_REENTRANT -DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o 
x86-exceptions.o
./x86-exceptions.c:1611:5: warning: array index 130 is past the end of the 
array (which contains 128 elements) [-Warray-bounds]
    AVX_CONTEXT_PTR(context) = (natural)fp;
    ^~~~~~~~~~~~~~~~~~~~~~~~
./../platform-freebsdx8632.h:60:31: note: expanded from macro 'AVX_CONTEXT_PTR'
#define AVX_CONTEXT_PTR(xp) (((xp)->uc_mcontext.mc_fpstate[130]))
                              ^                            ~~~
/usr/include/x86/ucontext.h:85:2: note: array 'mc_fpstate' declared here
        int     mc_fpstate[128] __aligned(16);
        ^
1 warning generated.
cc -include ../platform-freebsdx8632.h -c ../x86-utils.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o x86-utils.o
cc -include ../platform-freebsdx8632.h -c ../image.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o image.o
cc -include ../platform-freebsdx8632.h -c ../thread_manager.c -DFREEBSD 
-D_REENTRANT -DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o 
thread_manager.o
./thread_manager.c:602:38: warning: shifting a negative signed value is 
undefined [-Wshift-negative-value]
  if (TCR_INTERRUPT_LEVEL(tcr) <= (-2<<fixnumshift)) {
                                   ~~^
./thread_manager.c:1332:43: warning: shifting a negative signed value is 
undefined [-Wshift-negative-value]
  TCR_INTERRUPT_LEVEL(tcr) = (LispObj) (-1<<fixnum_shift);
                                        ~~^
2 warnings generated.
cc -include ../platform-freebsdx8632.h -c ../lisp-debug.c -DFREEBSD 
-D_REENTRANT -DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o 
lisp-debug.o
cc -include ../platform-freebsdx8632.h -c ../memory.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o memory.o
cc -include ../platform-freebsdx8632.h -c ../unix-calls.c -DFREEBSD 
-D_REENTRANT -DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o 
unix-calls.o
m4 -DFREEBSD -DX86 -DX8632 -DHAVE_TLS -I../ ../x86-asmutils32.s | as  --32 -o 
x86-asmutils32.o
m4 -DFREEBSD -DX86 -DX8632 -DHAVE_TLS -I../ ../imports.s | as  --32 -o imports.o
cc -include ../platform-freebsdx8632.h -c ../lispdcmd.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o lispdcmd.o
cc -include ../platform-freebsdx8632.h -c ../plprint.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o plprint.o
cc -include ../platform-freebsdx8632.h -c ../plsym.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o plsym.o
cc -include ../platform-freebsdx8632.h -c ../xlbt.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o xlbt.o
cc -include ../platform-freebsdx8632.h -c ../x86_print.c -DFREEBSD -D_REENTRANT 
-DX86 -DX8632 -D_GNU_SOURCE -DHAVE_TLS -g  -Wno-format -m32 -o x86_print.o
cc -m32 -g  -Wl,--export-dynamic    -o ../../fx86cl  pad.o x86-spjump32.o 
x86-spentry32.o x86-subprims32.o pmcl-kernel.o gc-common.o  x86-gc.o bits.o  
x86-exceptions.o  x86-utils.o  image.o thread_manager.o lisp-debug.o memory.o 
unix-calls.o x86-asmutils32.o  imports.o lispdcmd.o plprint.o plsym.o xlbt.o 
x86_print.o -lm -lthr 
Error during early application initialization:

The value 379367047 is not of the expected type (UNSIGNED-BYTE 24).
Main thread pid 69846
Current Thread Context Record (tcr) = 0x280a4a20
Control (C) stack area:  low = 0xffe9a000, high = 0xffffd7e4
Value (lisp) stack area: low = 0x2855e000, high = 0x286aa000
Exception stack pointer = 0x286a9e30
%eax = 0x000000bf
%ecx = 0x3400835e
%edx = 0x00000004
%ebx = 0x3823ca7e
%esp = 0x286a9e30
%ebp = 0x286a9e40
%esi = 0x2870e000
%edi = 0x3007a97e
%eip = 0x3007a98a
%eflags = 0x00210246

%cs = 0x0033
%ds = 0x003b
%ss = 0x003b
%es = 0x003b
%fs = 0x0013
%gs = 0x001b
%ecx (arg_z) = "Error during early application initialization:

The value 379367047 is not of the expected type (UNSIGNED-BYTE 24)."
%ebp (arg_y) = 169621504
------
%esi (fn) = #<Function DEBUG-TRAP-WITH-STRING #x3007A97E>
------
%??? (temp0) = DEBUG-TRAP-WITH-STRING
%eax (temp1) = 1
------
%edx (nargs) = 1 (maybe)
Lisp memory areas:
                code                  low                 high
         dynamic (9)           0x3822ada0           0x39230000
         dynamic (9)           0x38000000           0x3822ada0
         dynamic (9)           0x3822ada0           0x3822ada0
         dynamic (9)           0x3822ada0           0x3822ada0
          static (8)              0x12000              0x14000
  managed static (7)           0x34000000           0x34286000
        readonly (4)           0x30000000           0x34000000
          tstack (3)           0x286ab000           0x2870d000
          vstack (2)           0x2855e000           0x286aa000
          cstack (1)           0xffe9a000           0xffffd7e4
Lisp kernel svn revision: unknown
Symbol *OPENMCL-VERSION* at #x340361DE
  value    : "1.11-r16635  (~A)"
current thread: tcr = 0x280a4a20, native thread ID = 0x284d1000, interrupts 
disabled


(#x286A9E40) #x304F0BE5 : #<Function DEFAULT-REQUIRE-TYPE-RESTARTS #x304F082E> 
+ 951
(#x286A9E80) #x302BAAB5 : #<Function MAKE-HEAP-IVECTOR #x302BAA6E> + 71
(#x286A9E90) #x30303515 : #<Function INIT-STREAM-IOBLOCK #x3030318E> + 903
(#x286A9F3C) #x30302335 : #<Function MAKE-IOBLOCK-STREAM #x303021BE> + 375
(#x286A9F50) #x3030077D : #<Function MAKE-FD-STREAM #x303003AE> + 975
(#x286A9FD8) #x3054A76D : #<Function INITIALIZE-INTERACTIVE-STREAMS #x3054A62E> 
+ 319
(#x286A9FE8) #x30A5F045 : #<Function RESTORE-LISP-POINTERS #x30A5EF96> + 175
Abort trap (core dumped)
*** Error code 134

Stop.
make: stopped in /usr/ports/lang/ccl
_______________________________________________
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