Date: Thu, 25 Aug 2016 14:56:57 GMT From: pkg-fallout@FreeBSD.org To: pkg-fallout@FreeBSD.org Subject: [package - head-mips-default][games/frobtads] Failed for frobtads-1.2.3 in build Message-ID: <201608251456.u7PEuvTJ032830@beefy7.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: kaiwang27@gmail.com Last committer: mat@FreeBSD.org Ident: $FreeBSD: head/games/frobtads/Makefile 412346 2016-04-01 14:00:51Z mat $ Log URL: http://beefy7.nyi.freebsd.org/data/head-mips-default/p420499_s304514/logs/frobtads-1.2.3.log Build URL: http://beefy7.nyi.freebsd.org/build.html?mastername=head-mips-default&build=p420499_s304514 Log: ====>> Building games/frobtads build started at Thu Aug 25 12:36:14 UTC 2016 port directory: /usr/ports/games/frobtads building for: FreeBSD head-mips-default-job-22 12.0-CURRENT FreeBSD 12.0-CURRENT r304514 mips maintained by: kaiwang27@gmail.com Makefile ident: $FreeBSD: head/games/frobtads/Makefile 412346 2016-04-01 14:00:51Z mat $ Poudriere version: 3.1.14 Host OSVERSION: 1100113 Jail OSVERSION: 1200002 !!! Jail is newer than host. (Jail: 1200002, Host: 1100113) !!! !!! This is not supported. !!! !!! Host kernel must be same or newer than jail. !!! !!! Expect build failures. !!! ---Begin Environment--- SHELL=/bin/csh UNAME_p=mips UNAME_m=mips ABI_FILE=/usr/lib/crt1.o UNAME_v=FreeBSD 12.0-CURRENT r304514 UNAME_r=12.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 OPSYS=FreeBSD ARCH=mips LINUX_OSRELEASE=2.6.32 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/head-mips-default/ref QEMU_EMULATING=1 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=frobtads-1.2.3 OSREL=12.0 _OSRELEASE=12.0-CURRENT PYTHONBASE=/usr/local OLDPWD=/ _SMP_CPUS=24 PWD=/usr/local/poudriere/data/.m/head-mips-default/ref/.p/pool MASTERNAME=head-mips-default SCRIPTPREFIX=/usr/local/share/poudriere _JAVA_VENDOR_LIST_REGEXP=openjdk\|oracle\|sun USER=root HOME=/root POUDRIERE_VERSION=3.1.14 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=1200002 ---End Environment--- ---Begin OPTIONS List--- ---End OPTIONS List--- --CONFIGURE_ARGS-- --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- MAKE=gmake CMAKE_PREFIX_PATH="/usr/local" XDG_DATA_HOME=/wrkdirs/usr/ports/games/frobtads/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/frobtads/work HOME=/wrkdirs/usr/ports/games/frobtads/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/frobtads/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/games/frobtads/work HOME=/wrkdirs/usr/ports/games/frobtads/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 -G0 -isystem /usr/local/include -fno-strict-aliasing" CPP="/nxb-bin/usr/bin/cpp" CPPFLAGS="-isystem /usr/local/include" LDFLAGS=" -L/usr/local/lib -Wl,-rpath=/usr/lib:/usr/local/lib" LIBS="-lcompat" CXX="/nxb-bin/usr/bin/c++" CXXFLAGS="-O2 -pipe -G0 -isystem /usr/local/include -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-- OSREL=12.0 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib DOCSDIR="share/doc/frobtads" EXAMPLESDIR="share/examples/frobtads" DATADIR="share/frobtads" WWWDIR="www/frobtads" ETCDIR="etc/frobtads" --End PLIST_SUB-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/frobtads DOCSDIR=/usr/local/share/doc/frobtads EXAMPLESDIR=/usr/local/share/examples/frobtads WWWDIR=/usr/local/www/frobtads ETCDIR=/usr/local/etc/frobtads --End SUB_LIST-- ---Begin make.conf--- MACHINE=mips MACHINE_ARCH=mips ARCH=${MACHINE_ARCH} .sinclude "/etc/make.nxb.conf" USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /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 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--- =======================<phase: check-sanity >============================ =========================================================================== =======================<phase: pkg-depends >============================ ===> frobtads-1.2.3 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.8.7_1.txz [head-mips-default-job-22] Installing pkg-1.8.7_1... [head-mips-default-job-22] Extracting pkg-1.8.7_1: .......... done ===> frobtads-1.2.3 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of frobtads-1.2.3 =========================================================================== =======================<phase: fetch-depends >============================ =========================================================================== =======================<phase: fetch >============================ ===> Fetching all distfiles required by frobtads-1.2.3 for building =========================================================================== =======================<phase: checksum >============================ ===> Fetching all distfiles required by frobtads-1.2.3 for building => SHA256 Checksum OK for frobtads-1.2.3.tar.gz. =========================================================================== =======================<phase: extract-depends>============================ =========================================================================== =======================<phase: extract >============================ ===> Fetching all distfiles required by frobtads-1.2.3 for building ===> Extracting for frobtads-1.2.3 => SHA256 Checksum OK for frobtads-1.2.3.tar.gz. =========================================================================== =======================<phase: patch-depends >============================ =========================================================================== =======================<phase: patch >============================ ===> Patching for frobtads-1.2.3 =========================================================================== =======================<phase: build-depends >============================ ===> frobtads-1.2.3 depends on executable: autoconf-2.69 - not found ===> Installing existing package /packages/All/autoconf-2.69_1.txz [head-mips-default-job-22] Installing autoconf-2.69_1... [head-mips-default-job-22] `-- Installing indexinfo-0.2.4... [head-mips-default-job-22] `-- Extracting indexinfo-0.2.4: .... done [head-mips-default-job-22] `-- Installing autoconf-wrapper-20131203... [head-mips-default-job-22] `-- Extracting autoconf-wrapper-20131203: ........ done [head-mips-default-job-22] `-- Installing perl5-5.20.3_15... [head-mips-default-job-22] `-- Extracting perl5-5.20.3_15: .......... done [head-mips-default-job-22] `-- Installing m4-1.4.17_1,1... [head-mips-default-job-22] `-- Extracting m4-1.4.17_1,1: .......... done [head-mips-default-job-22] Extracting autoconf-2.69_1: .......... done Message from perl5-5.20.3_15: 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. ===> frobtads-1.2.3 depends on executable: autoconf-2.69 - found ===> Returning to build of frobtads-1.2.3 ===> frobtads-1.2.3 depends on executable: autoheader-2.69 - found <snip> CC tads2/osifc.o CC tads2/osnoui.o CC tads2/osstzprs.o CC tads2/osrestad.o CC tads2/askf_tx.o CC tads2/bif.o CC tads2/bifgdum.o CC tads2/cmap.o CC tads2/cmd.o CC tads2/dat.o CC tads2/errmsg.o CC tads2/fio.o CC tads2/fioxor.o CC tads2/getstr.o CC tads2/indlg_tx.o CC tads2/ler.o CC tads2/lst.o CC tads2/mch.o CC tads2/mcm.o CC tads2/mcs.o CC tads2/obj.o CC tads2/oserr.o CC tads2/osgen3.o CC tads2/out.o CC tads2/output.o CC tads2/regex.o CC tads2/run.o CC tads2/suprun.o CC tads2/voc.o CC src/t2compmain.o CC tads2/tcd.o CC tads2/tcgdum.o CC tads2/linf.o CC tads2/tok.o CC tads2/tokth.o CC tads2/fiowrt.o CC tads2/objcomp.o CC tads2/sup.o CC tads2/voccomp.o CC tads2/prscomp.o CC tads2/prs.o CC tads2/emt.o CC tads2/dbg.o CXXLD tadsc CC tads2/ostzposix.o CXX tads3/askf_tx3.o CXX tads3/charmap.o CXX tads3/derived/vmuni_cs.o CXX tads3/indlg_tx3.o CXX tads3/md5.o CXX tads3/resldexe.o CXX tads3/resload.o CXX tads3/sha2.o CXX tads3/std.o CXX tads3/tccmdutl.o CXX tads3/tcerr.o CXX tads3/tcerrmsg.o CXX tads3/tcgen.o CXX tads3/tcglob.o CXX tads3/tchostsi.o CXX tads3/tclibprs.o CXX tads3/tcmain.o CXX tads3/tcprs.o CXX tads3/tcprsstm.o CXX tads3/tcsrc.o CXX tads3/tct3.o CXX tads3/tct3stm.o CXX tads3/tct3unas.o CXX tads3/tctok.o CXX tads3/utf8.o CXX tads3/vmanonfn.o CXX tads3/vmbif.o CXX tads3/vmbift3.o CXX tads3/vmbiftad.o CXX tads3/vmbiftio.o CXX tads3/vmbignum.o CXX tads3/vmbignumlib.o CXX tads3/vmbt3_nd.o CXX tads3/vmbytarr.o CXX tads3/vmcfgmem.o CXX tads3/vmcoll.o CXX tads3/vmconhmp.o CXX tads3/vmconmor.o CXX tads3/vmconsol.o CXX tads3/vmcrc.o CXX tads3/vmcset.o CXX tads3/vmdict.o CXX tads3/vmdynfunc.o CXX tads3/vmerr.o CXX tads3/vmerrmsg.o CXX tads3/vmfile.o CXX tads3/vmfilobj.o CXX tads3/vmfilnam.o CXX tads3/vmdate.o CXX tads3/vmtzobj.o CXX tads3/vmtz.o CXX tads3/vmop.o CXX tads3/vmfref.o CXX tads3/vmfunc.o CXX tads3/vmglob.o CXX tads3/vmgram.o CXX tads3/vmhash.o CXX tads3/vmhostsi.o CXX tads3/vmhosttx.o CXX tads3/vmimage.o CXX tads3/vmimg_nd.o CXX tads3/vmini_nd.o CXX tads3/vminit.o CXX tads3/vminitim.o CXX tads3/vmintcls.o CXX tads3/vmisaac.o CXX tads3/vmiter.o CXX tads3/vmlog.o CXX tads3/vmlookup.o CXX tads3/vmlst.o CXX tads3/vmmcreg.o CXX tads3/vmmeta.o CXX tads3/vmnetfillcl.o CXX tads3/vmobj.o CXX tads3/vmpack.o CXX tads3/vmpat.o CXX tads3/vmpool.o CXX tads3/vmpoolim.o CXX tads3/vmrefcnt.o CXX tads3/vmregex.o CXX tads3/vmrun.o CXX tads3/vmrunsym.o CXX tads3/vmsave.o CXX tads3/vmsort.o CXX tads3/vmsortv.o CXX tads3/vmsrcf.o CXX tads3/vmstack.o CXX tads3/vmstrbuf.o CXX tads3/vmstrcmp.o CXX tads3/vmstr.o CXX tads3/vmtmpfil.o CXX tads3/vmtobj.o CXX tads3/vmtype.o CXX tads3/vmtypedh.o CXX tads3/vmundo.o CXX tads3/vmvec.o CXX src/ost3comp.o CXX tads3/os_stdio.o CXX tads3/rcmain.o CXX tads3/std_dbg.o CXX tads3/tcgenfil.o CXX tads3/tcmakecl.o CXX tads3/tcmake.o CXX tads3/tcprsfil.o CXX tads3/tcprsimg.o CXX tads3/tcprsprg.o CXX tads3/tct3img.o CXX tads3/tct3prg.o CXX tads3/vmbifc.o CXX tads3/vmbifreg.o CXX tads3/vmhttpdum.o CXX tads3/vmimgrb.o CXX tads3/vmpreini.o CXX tads3/vmwrtimg.o CXXLD t3make tads3/vmbytarr.o: In function `CVmMemorySource::clone(char const*)': vmbytarr.cpp:(.text._ZN15CVmMemorySource5cloneEPKc[_ZN15CVmMemorySource5cloneEPKc]+0x58): undefined reference to `__sync_add_and_fetch_4' tads3/vmbytarr.o: In function `CVmMemorySource::~CVmMemorySource()': vmbytarr.cpp:(.text._ZN15CVmMemorySourceD1Ev[_ZN15CVmMemorySourceD1Ev]+0x34): undefined reference to `__sync_sub_and_fetch_4' tads3/vmbytarr.o: In function `CVmMemorySource::~CVmMemorySource()': vmbytarr.cpp:(.text._ZN15CVmMemorySourceD0Ev[_ZN15CVmMemorySourceD0Ev]+0x3c): undefined reference to `__sync_sub_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRef::CVmWeakRef(CVmWeakRefable*)': vmrefcnt.cpp:(.text+0x40): undefined reference to `__sync_add_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRef::~CVmWeakRef()': vmrefcnt.cpp:(.text+0x90): undefined reference to `__sync_sub_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRef::CVmWeakRef(CVmWeakRefable*)': vmrefcnt.cpp:(.text+0x114): undefined reference to `__sync_add_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRefable::get_weak_ref()': vmrefcnt.cpp:(.text+0x19c): undefined reference to `__sync_add_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRef::ref()': vmrefcnt.cpp:(.text+0x244): undefined reference to `__sync_add_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRefable::release_ref()': vmrefcnt.cpp:(.text+0x2c4): undefined reference to `__sync_sub_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRef::~CVmWeakRef()': vmrefcnt.cpp:(.text+0x56c): undefined reference to `__sync_sub_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRefable::~CVmWeakRefable()': vmrefcnt.cpp:(.text+0x5ec): undefined reference to `__sync_sub_and_fetch_4' vmrefcnt.cpp:(.text+0x630): undefined reference to `__sync_sub_and_fetch_4' tads3/vmrefcnt.o: In function `CVmWeakRefable::~CVmWeakRefable()': vmrefcnt.cpp:(.text+0x6c0): undefined reference to `__sync_sub_and_fetch_4' tads3/vmrefcnt.o:vmrefcnt.cpp:(.text+0x704): more undefined references to `__sync_sub_and_fetch_4' follow tads3/vmimgrb.o: In function `CVmCountingStream::clone(char const*)': vmimgrb.cpp:(.text._ZN17CVmCountingStream5cloneEPKc[_ZN17CVmCountingStream5cloneEPKc]+0x58): undefined reference to `__sync_add_and_fetch_4' tads3/vmimgrb.o: In function `CVmCountingStream::~CVmCountingStream()': vmimgrb.cpp:(.text._ZN17CVmCountingStreamD1Ev[_ZN17CVmCountingStreamD1Ev]+0x34): undefined reference to `__sync_sub_and_fetch_4' tads3/vmimgrb.o: In function `CVmCountingStream::~CVmCountingStream()': vmimgrb.cpp:(.text._ZN17CVmCountingStreamD0Ev[_ZN17CVmCountingStreamD0Ev]+0x3c): undefined reference to `__sync_sub_and_fetch_4' gmake[2]: *** [Makefile:3942: t3make] Error 1 gmake[2]: Leaving directory '/wrkdirs/usr/ports/games/frobtads/work/frobtads-1.2.3' gmake[1]: *** [Makefile:3241: all] Error 2 gmake[1]: Leaving directory '/wrkdirs/usr/ports/games/frobtads/work/frobtads-1.2.3' *** Error code 1 Stop. make: stopped in /usr/ports/games/frobtads
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608251456.u7PEuvTJ032830>