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:     r...@freebsd.org
Last committer: swi...@freebsd.org
Ident:          $FreeBSD: head/lang/ruby23/Makefile 413746 2016-04-21 16:43:14Z 
swills $
Log URL:        
http://beefy4.nyi.freebsd.org/data/head-amd64-default/p415469_s300176/logs/ruby23-2.3.1,1.log
Build URL:      
http://beefy4.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p415469_s300176
Log:

====>> Building lang/ruby23
build started at Sat May 21 16:34:12 UTC 2016
port directory: /usr/ports/lang/ruby23
building for: FreeBSD head-amd64-default-job-09 11.0-CURRENT FreeBSD 
11.0-CURRENT r300176 amd64
maintained by: r...@freebsd.org
Makefile ident:      $FreeBSD: head/lang/ruby23/Makefile 413746 2016-04-21 
16:43:14Z swills $
Poudriere version: 3.1.12
Host OSVERSION: 1100106
Jail OSVERSION: 1100109




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



---Begin Environment---
SHELL=/bin/csh
UNAME_v=FreeBSD 11.0-CURRENT r300176
UNAME_r=11.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
OPSYS=FreeBSD
ARCH=amd64
SAVED_TERM=
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
UID=0
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
_JAVA_VERSION_LIST_REGEXP=1.6\|1.7\|1.8\|1.6+\|1.7+\|1.8+
POUDRIERE_BUILD_TYPE=bulk
PKGNAME=ruby23-2.3.1,1
OSREL=11.0
_OSRELEASE=11.0-CURRENT
PYTHONBASE=/usr/local
OLDPWD=/
_SMP_CPUS=24
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
HAVE_COMPAT_IA32_KERN=YES LINUX_OSRELEASE=2.6.32
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
_JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun
USER=root
HOME=/root
POUDRIERE_VERSION=3.1.12
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
CONFIGURE_MAX_CMD_LEN=262144
LIBEXECPREFIX=/usr/local/libexec/poudriere
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
_JAVA_OS_LIST_REGEXP=native\|linux
OSVERSION=1100109
---End Environment---

---Begin OPTIONS List---
===> The following configuration options are available for ruby23-2.3.1,1:
     CAPIDOCS=off: Build and install C API documents
     DEBUG=off: Build with debugging support
     DOCS=on: Build and/or install documentation
     EXAMPLES=on: Build and/or install examples
     GMP=off: Use GMP to accelerate Bignum operations
     RDOC=on: Build and install Rdoc indexes
====> Which line editing lib to use: you have to select exactly one of them
     LIBEDIT=on: Use libedit
     READLINE=off: Use libreadline
===> Use 'make config' to modify these settings
---End OPTIONS List---

--CONFIGURE_ARGS--
--with-rubyhdrdir="/usr/local/include/ruby-2.3/"  
--with-rubylibprefix="/usr/local/lib/ruby"  
--docdir="/usr/local/share/doc/ruby23"  --with-soname=ruby23 
--program-prefix="" --program-suffix="23"  --disable-rpath  --enable-pthread  
--enable-shared  --with-ruby-version=minor  
--with-sitedir="/usr/local/lib/ruby/site_ruby"  
--with-vendordir="/usr/local/lib/ruby/vendor_ruby" --disable-install-capi 
--without-gmp --enable-install-rdoc --enable-libedit 
--with-libedit-dir=/usr/local --enable-dtrace --prefix=/usr/local 
${_LATE_CONFIGURE_ARGS}
--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
LC_ALL=C debugflags= CMAKE_PREFIX_PATH="/usr/local" 
XDG_DATA_HOME=/wrkdirs/usr/ports/lang/ruby23/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/ruby23/work  
HOME=/wrkdirs/usr/ports/lang/ruby23/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--
LC_ALL=C OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl OPENSSLINC=/usr/include 
OPENSSLLIB=/usr/lib XDG_DATA_HOME=/wrkdirs/usr/ports/lang/ruby23/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/lang/ruby23/work  
HOME=/wrkdirs/usr/ports/lang/ruby23/work TMPDIR="/tmp" NO_PIE=yes 
WITHOUT_DEBUG_FILES=yes WITHOUT_KERNEL_SYMBOLS=yes SHELL=/bin/sh NO_LINT=YES 
PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 
-pipe  -isystem /usr/local/include -fstack-protector -fno-strict-aliasing"  
CPP="cpp" CPPFLAGS="-I/usr/local/include -isystem /usr/local/include"  
LDFLAGS="  -L/usr/local/lib -fstack-protector" LIBS="-lpthread 
-L/usr/local/lib"  CXX="c++" CXXFLAGS="-O2 -pipe -isystem /usr/local/include 
-fstack-protector -fno-strict-aliasing  -isystem /usr/local/include"  
MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  
BSD_INSTALL_LIB="install  -s -m 444"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CAPIDOCS="@comment
"
NO_CAPIDOCS=""
DEBUG="@comment
"
NO_DEBUG=""
DOCS=""
NO_DOCS="@comment
"
EXAMPLES=""
NO_EXAMPLES="@comment
"
GMP="@comment
"
NO_GMP=""
RDOC=""
NO_RDOC="@comment
"
LIBEDIT=""
NO_LIBEDIT="@comment
"
READLINE="@comment
"
NO_READLINE=""
RUBY_LIBDIR="lib/ruby/2.3"
RUBY_ARCHLIBDIR="lib/ruby/2.3/amd64-freebsd11"
RUBY_SITELIBDIR="lib/ruby/site_ruby/2.3"
RUBY_SITEARCHLIBDIR="lib/ruby/site_ruby/2.3/amd64-freebsd11"
RUBY_VENDORLIBDIR="lib/ruby/vendor_ruby/2.3"
RUBY_VENDORARCHLIBDIR="lib/ruby/vendor_ruby/2.3/amd64-freebsd11"
RUBY_MODDOCDIR="share/doc/ruby23/ruby"
RUBY_MODEXAMPLESDIR="share/examples/ruby23/ruby"
RUBY_DOCDIR="share/doc/ruby23"
RUBY_EXAMPLESDIR="share/examples/ruby23"
RUBY_RIDIR="share/ri/2.3/system"
RUBY_SITERIDIR="share/ri/2.3/site"
RUBY_ELISPDIR="lib/ruby/elisp"
RUBY_VERSION="2.3.1"
RUBY_VER="2.3"
RUBY_SHLIBVER="23"
RUBY_ARCH="amd64-freebsd11"
RUBY_SUFFIX="23"
RUBY_NAME="ruby23"
RUBY_DEFAULT_SUFFIX="22"
RUBY20="@comment
"
RUBY21="@comment
"
RUBY22="@comment
"
RUBY23=""
RUBY_RD_HTML_FILES="@comment
"
IF_DEFAULT="@comment
"
OSREL=11.0
PREFIX=%D
LOCALBASE=/usr/local
RESETPREFIX=/usr/local
PORTDOCS=""
PORTEXAMPLES=""
LIB32DIR=lib
DOCSDIR="share/doc/ruby"
EXAMPLESDIR="share/examples/ruby"
DATADIR="share/ruby"
WWWDIR="www/ruby"
ETCDIR="etc/ruby"
--End PLIST_SUB--

--SUB_LIST--
CAPIDOCS="@comment
"
NO_CAPIDOCS=""
DEBUG="@comment
"
NO_DEBUG=""
DOCS=""
NO_DOCS="@comment
"
EXAMPLES=""
NO_EXAMPLES="@comment
"
GMP="@comment
"
NO_GMP=""
RDOC=""
NO_RDOC="@comment
"
LIBEDIT=""
NO_LIBEDIT="@comment
"
READLINE="@comment
"
NO_READLINE=""
PREFIX=/usr/local
LOCALBASE=/usr/local
DATADIR=/usr/local/share/ruby
DOCSDIR=/usr/local/share/doc/ruby
EXAMPLESDIR=/usr/local/share/examples/ruby
WWWDIR=/usr/local/www/ruby
ETCDIR=/usr/local/etc/ruby
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PORTSDIR=/usr/ports
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
DISABLE_MAKE_JOBS=poudriere
---End make.conf---
=======================<phase: check-sanity   >============================
<snip>
checking if make is GNU make... no
checking for safe null command for make... :
checking for nroff... /usr/bin/nroff
.ext/include/amd64-freebsd11/ruby/config.h updated
configure: ruby library version = 2.3
configure: creating ./config.status
config.status: creating Makefile
config.status: creating ruby-2.3.pc
===========================================================================
=======================<phase: build          >============================
===>  Building for ruby23-2.3.1,1
        CC = cc
        LD = ld
        LDSHARED = cc -shared
        CFLAGS = -O2 -pipe  -isystem /usr/local/include -fstack-protector 
-fno-strict-aliasing -fPIC 
        XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow 
-fvisibility=hidden -DRUBY_EXPORT
        CPPFLAGS = -I/usr/local/include -isystem /usr/local/include   -I. 
-I.ext/include/amd64-freebsd11 -I./include -I.
        DLDFLAGS = -Wl,-soname,libruby23.so.23 -fstack-protector  
        SOLIBS = -lelf -lexecinfo -lprocstat -lcrypt -lm -lpthread 
-L/usr/local/lib 
FreeBSD clang version 3.8.0 (tags/RELEASE_380/final 262564) (based on LLVM 
3.8.0)
Target: x86_64-unknown-freebsd11.0
Thread model: posix
InstalledDir: /usr/bin
translating probes probes.d
compiling main.c
compiling dmydln.c
compiling miniinit.c
compiling dmyext.c
compiling miniprelude.c
compiling array.c
compiling bignum.c
compiling class.c
compiling compar.c
compiling complex.c
compiling dir.c
compiling dln_find.c
compiling encoding.c
compiling enum.c
compiling enumerator.c
compiling error.c
compiling eval.c
compiling load.c
compiling proc.c
compiling file.c
compiling gc.c
compiling hash.c
compiling inits.c
compiling io.c
compiling marshal.c
compiling math.c
compiling node.c
compiling numeric.c
compiling object.c
compiling pack.c
compiling parse.c
compiling process.c
compiling random.c
compiling range.c
compiling rational.c
compiling re.c
re.c:105:11: warning: using the result of an assignment as a condition without 
parentheses [-Wparentheses]
    if (y = memmem(ys, n, xs, m))
        ~~^~~~~~~~~~~~~~~~~~~~~~
re.c:105:11: note: place parentheses around the assignment to silence this 
warning
    if (y = memmem(ys, n, xs, m))
          ^
        (                       )
re.c:105:11: note: use '==' to turn this assignment into an equality comparison
    if (y = memmem(ys, n, xs, m))
          ^
          ==
1 warning generated.
compiling regcomp.c
compiling regenc.c
compiling regerror.c
compiling regexec.c
compiling regparse.c
compiling regsyntax.c
compiling ruby.c
compiling safe.c
compiling signal.c
compiling sprintf.c
compiling st.c
compiling strftime.c
compiling string.c
compiling struct.c
compiling symbol.c
compiling time.c
compiling transcode.c
compiling util.c
compiling variable.c
compiling version.c
compiling compile.c
compiling debug.c
compiling iseq.c
compiling vm.c
compiling vm_dump.c
compiling vm_backtrace.c
compiling vm_trace.c
compiling thread.c
In file included from thread.c:289:
./thread_pthread.c:1157:31: error: too few arguments provided to function-like 
macro invocation
static LIST_HEAD(ubf_list_head);
                              ^
/usr/include/sys/queue.h:396:9: note: macro 'LIST_HEAD' defined here
#define LIST_HEAD(name, type)                                           \
        ^
In file included from thread.c:289:
./thread_pthread.c:1157:8: warning: type specifier missing, defaults to 'int' 
[-Wimplicit-int]
static LIST_HEAD(ubf_list_head);
~~~~~~ ^
./thread_pthread.c:1167:12: error: use of undeclared identifier 
'ubf_list_head'; did you mean 'ubf_list_lock'?
        list_add(&ubf_list_head, node);
                  ^~~~~~~~~~~~~
                  ubf_list_lock
./ccan/list/list.h:149:34: note: expanded from macro 'list_add'
#define list_add(h, n) list_add_(h, n, LIST_LOC)
                                 ^
./thread_pthread.c:424:31: note: 'ubf_list_lock' declared here
static rb_nativethread_lock_t ubf_list_lock;
                              ^
./thread_pthread.c:1218:24: error: use of undeclared identifier 
'ubf_list_head'; did you mean 'ubf_list_lock'?
    return list_empty(&ubf_list_head);
                       ^~~~~~~~~~~~~
                       ubf_list_lock
./ccan/list/list.h:212:35: note: expanded from macro 'list_empty'
#define list_empty(h) list_empty_(h, LIST_LOC)
                                  ^
./thread_pthread.c:424:31: note: 'ubf_list_lock' declared here
static rb_nativethread_lock_t ubf_list_lock;
                              ^
./thread_pthread.c:1228:17: error: use of undeclared identifier 
'ubf_list_head'; did you mean 'ubf_list_lock'?
        list_for_each(&ubf_list_head, th,
                       ^~~~~~~~~~~~~
                       ubf_list_lock
./ccan/list/list.h:455:20: note: expanded from macro 'list_for_each'
        list_for_each_off(h, i, list_off_var_(i, member))
                          ^
./ccan/list/list.h:669:26: note: expanded from macro 'list_for_each_off'
        list_for_each_off_dir_((h),(i),(off),next)
                                ^
./ccan/list/list.h:623:40: note: expanded from macro 'list_for_each_off_dir_'
        for (i = list_node_to_off_(list_debug(h, LIST_LOC)->n.dir,      \
                                              ^
./ccan/list/list.h:45:40: note: expanded from macro 'list_debug'
#define list_debug(h, loc) ((void)loc, h)
                                       ^
./thread_pthread.c:424:31: note: 'ubf_list_lock' declared here
static rb_nativethread_lock_t ubf_list_lock;
                              ^
./thread_pthread.c:1228:2: error: member reference base type 
'rb_nativethread_lock_t' (aka 'struct pthread_mutex *') is not a structure or 
union
        list_for_each(&ubf_list_head, th,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ccan/list/list.h:455:2: note: expanded from macro 'list_for_each'
        list_for_each_off(h, i, list_off_var_(i, member))
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ccan/list/list.h:669:2: note: expanded from macro 'list_for_each_off'
        list_for_each_off_dir_((h),(i),(off),next)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ccan/list/list.h:623:52: note: expanded from macro 'list_for_each_off_dir_'
        for (i = list_node_to_off_(list_debug(h, LIST_LOC)->n.dir,      \
                                   ~~~~~~~~~~~~~~~~~~~~~~~^ ~
In file included from thread.c:289:
./thread_pthread.c:1228:17: error: use of undeclared identifier 
'ubf_list_head'; did you mean 'ubf_list_lock'?
        list_for_each(&ubf_list_head, th,
                       ^~~~~~~~~~~~~
                       ubf_list_lock
./ccan/list/list.h:455:20: note: expanded from macro 'list_for_each'
        list_for_each_off(h, i, list_off_var_(i, member))
                          ^
./ccan/list/list.h:669:26: note: expanded from macro 'list_for_each_off'
        list_for_each_off_dir_((h),(i),(off),next)
                                ^
./ccan/list/list.h:625:45: note: expanded from macro 'list_for_each_off_dir_'
        list_node_from_off_((void *)i, (off)) != &(h)->n;               \
                                                   ^
./thread_pthread.c:424:31: note: 'ubf_list_lock' declared here
static rb_nativethread_lock_t ubf_list_lock;
                              ^
./thread_pthread.c:1228:2: error: member reference base type 
'rb_nativethread_lock_t' (aka 'struct pthread_mutex *') is not a structure or 
union
        list_for_each(&ubf_list_head, th,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ccan/list/list.h:455:2: note: expanded from macro 'list_for_each'
        list_for_each_off(h, i, list_off_var_(i, member))
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ccan/list/list.h:669:2: note: expanded from macro 'list_for_each_off'
        list_for_each_off_dir_((h),(i),(off),next)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./ccan/list/list.h:625:47: note: expanded from macro 'list_for_each_off_dir_'
        list_node_from_off_((void *)i, (off)) != &(h)->n;               \
                                                  ~~~^ ~
1 warning and 7 errors generated.
*** Error code 1

Stop.
make[1]: stopped in /wrkdirs/usr/ports/lang/ruby23/work/ruby-2.3.1
*** Error code 1

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