[RELEASE - head-default] Build failed for squirrel-2.2.5 during build

pkg-fallout at FreeBSD.org pkg-fallout at FreeBSD.org
Thu Jul 25 07:32:51 UTC 2013


Maintainer:     ports at FreeBSD.org
Last committer: beat at FreeBSD.org
Ident:          $FreeBSD: head/lang/squirrel/Makefile 300896 2012-07-14 13:54:48Z beat $
Log URL:        http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-25_07h07m51s/logs/squirrel-2.2.5.log
Build URL:      http://beefy2.isc.freebsd.org/bulk/head-default/2013-07-25_07h07m51s
Log:

====>> Building lang/squirrel
build started at Thu Jul 25 07:32:46 UTC 2013
port directory: /usr/ports/lang/squirrel
building for: FreeBSD head-default-job-02 10.0-CURRENT FreeBSD 10.0-CURRENT amd64
maintained by: ports at FreeBSD.org
Makefile ident:      $FreeBSD: head/lang/squirrel/Makefile 300896 2012-07-14 13:54:48Z beat $
Poudriere version: 3.1-pre

---Begin Environment---
OSVERSION=1000035
UNAME_v=FreeBSD 10.0-CURRENT
UNAME_r=10.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
MASTERMNT=/usr/local/poudriere/data/build/head-default/ref
PKG_EXT=txz
FORCE_PACKAGE=yes
tpid=78713
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
POUDRIERE_BUILD_TYPE=bulk
NBPARALLEL=24
PKGNG=1
PKGNAME=squirrel-2.2.5
PKG_DELETE=/usr/local/sbin/pkg delete -y -f
PKG_ADD=/usr/local/sbin/pkg add
PWD=/root/poudriere
MASTERNAME=head-default
USER=root
HOME=/root
POUDRIERE_VERSION=3.1-pre
SKIPSANITY=0
LOCALBASE=/usr/local
PACKAGE_BUILDING=yes
---End Environment---

---Begin OPTIONS List---
---End OPTIONS List---

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local  LOCALBASE=/usr/local  LIBDIR="/usr/lib"  CC="cc" CFLAGS="-O2 -pipe -fPIC -fno-strict-aliasing"  CPP="cpp" CPPFLAGS=""  LDFLAGS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fPIC -fno-strict-aliasing"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -o root -g wheel -m 555"  BSD_INSTALL_LIB="install  -s -o root -g wheel -m 444"  BSD_INSTALL_SCRIPT="install  -o root -g wheel -m 555"  BSD_INSTALL_DATA="install  -o root -g wheel -m 444"  BSD_INSTALL_MAN="install  -o root -g wheel -m 444"
--End MAKE_ENV--

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

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRKDIRPREFIX=/wrkdirs
PACKAGES=/packages
DISTDIR=/distfiles
#### /usr/local/etc/poudriere.d/make.conf ####
WITH_PKGNG=yes
NO_RESTRICTED=yes
DISABLE_MAKE_JOBS=yes
---End make.conf---
===>  Cleaning for squirrel-2.2.5
=======================<phase: check-config   >============================
=========================================================================
=======================<phase: pkg-depends    >============================
===>   squirrel-2.2.5 depends on file: /usr/local/sbin/pkg - not found
===>    Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg
===>   Installing existing package /packages/All/pkg-1.1.4_1.txz
Installing pkg-1.1.4_1... done
If you are upgrading from the old package format, first run:

  # pkg2ng
===>   Returning to build of squirrel-2.2.5
=========================================================================
=======================<phase: fetch-depends  >============================
=========================================================================
=======================<phase: fetch          >============================
===> Fetching all distfiles required by squirrel-2.2.5 for building
=========================================================================
=======================<phase: checksum       >============================
===> Fetching all distfiles required by squirrel-2.2.5 for building
=> SHA256 Checksum OK for squirrel_2.2.5_stable.tar.gz.
=========================================================================
=======================<phase: extract-depends>============================
=========================================================================
=======================<phase: extract        >============================
===> Fetching all distfiles required by squirrel-2.2.5 for building
===>  Extracting for squirrel-2.2.5
=> SHA256 Checksum OK for squirrel_2.2.5_stable.tar.gz.
=========================================================================
=======================<phase: patch-depends  >============================
=========================================================================
=======================<phase: patch          >============================
===>  Patching for squirrel-2.2.5
===>   Converting DOS text files to UNIX text files
=========================================================================
=======================<phase: build-depends  >============================
=========================================================================
=======================<phase: lib-depends    >============================
=========================================================================
=======================<phase: configure      >============================
===>  Configuring for squirrel-2.2.5
=========================================================================
=======================<phase: build          >============================
===>  Building for squirrel-2.2.5
cd squirrel; make sq64&& cd ..
cc -O2 -pipe -fPIC -fno-strict-aliasing   -D_SQ64 -fno-rtti -Wall -c sqapi.cpp  sqbaselib.cpp  sqfuncstate.cpp  sqdebug.cpp  sqlexer.cpp  sqobject.cpp  sqcompiler.cpp  sqstate.cpp  sqtable.cpp  sqmem.cpp  sqvm.cpp  sqclass.cpp -I../include -I. -Iinclude 
sqapi.cpp:815:2: warning: add explicit braces to avoid dangling else [-Wdangling-else]
        else
        ^
In file included from sqapi.cpp:4:
In file included from ./sqpcheader.h:16:
In file included from ./sqobject.h:5:
./squtils.h:38:4: error: call to function 'sq_vm_free' that is neither visible in the template definition nor found by argument-dependent lookup
                        SQ_FREE(_vals, (_allocated * sizeof(T)));
                        ^
./squtils.h:8:31: note: expanded from macro 'SQ_FREE'
#define SQ_FREE(__ptr,__size) sq_vm_free((__ptr),(__size));
                              ^
./sqclosure.h:83:2: note: in instantiation of member function 'sqvector<long>::~sqvector' requested here
        SQNativeClosure(SQSharedState *ss,SQFUNCTION func){_function=func;INIT_CHAIN();ADD_TO_CHAIN(&_ss(this)->_gc_chain,this);        }
        ^
./sqstate.h:142:6: note: 'sq_vm_free' should be declared prior to the call site
void sq_vm_free(void *p,SQUnsignedInteger size);
     ^
In file included from sqapi.cpp:4:
In file included from ./sqpcheader.h:16:
In file included from ./sqobject.h:5:
./squtils.h:97:15: error: call to function 'sq_vm_realloc' that is neither visible in the template definition nor found by argument-dependent lookup
                _vals = (T*)SQ_REALLOC(_vals, _allocated * sizeof(T), newsize * sizeof(T));
                            ^
./squtils.h:9:44: note: expanded from macro 'SQ_REALLOC'
#define SQ_REALLOC(__ptr,__oldsize,__size) sq_vm_realloc((__ptr),(__oldsize),(__size));
                                           ^
./squtils.h:66:4: note: in instantiation of member function 'sqvector<long>::_realloc' requested here
                        _realloc(_size * 2);
                        ^
./sqfuncstate.h:25:55: note: in instantiation of member function 'sqvector<long>::push_back' requested here
        void AddDefaultParam(SQInteger trg) { _defaultparams.push_back(trg); }
                                                             ^
./sqstate.h:141:7: note: 'sq_vm_realloc' should be declared prior to the call site
void *sq_vm_realloc(void *p,SQUnsignedInteger oldsize,SQUnsignedInteger size);
      ^
1 warning and 2 errors generated.
In file included from sqbaselib.cpp:4:
In file included from ./sqpcheader.h:16:
In file included from ./sqobject.h:5:
./squtils.h:38:4: error: call to function 'sq_vm_free' that is neither visible in the template definition nor found by argument-dependent lookup
                        SQ_FREE(_vals, (_allocated * sizeof(T)));
                        ^
./squtils.h:8:31: note: expanded from macro 'SQ_FREE'
#define SQ_FREE(__ptr,__size) sq_vm_free((__ptr),(__size));
                              ^
./sqclosure.h:83:2: note: in instantiation of member function 'sqvector<long>::~sqvector' requested here
        SQNativeClosure(SQSharedState *ss,SQFUNCTION func){_function=func;INIT_CHAIN();ADD_TO_CHAIN(&_ss(this)->_gc_chain,this);        }
        ^
./sqstate.h:142:6: note: 'sq_vm_free' should be declared prior to the call site
void sq_vm_free(void *p,SQUnsignedInteger size);
     ^
In file included from sqbaselib.cpp:4:
In file included from ./sqpcheader.h:16:
In file included from ./sqobject.h:5:
./squtils.h:97:15: error: call to function 'sq_vm_realloc' that is neither visible in the template definition nor found by argument-dependent lookup
                _vals = (T*)SQ_REALLOC(_vals, _allocated * sizeof(T), newsize * sizeof(T));
                            ^
./squtils.h:9:44: note: expanded from macro 'SQ_REALLOC'
#define SQ_REALLOC(__ptr,__oldsize,__size) sq_vm_realloc((__ptr),(__oldsize),(__size));
                                           ^
./squtils.h:45:4: note: in instantiation of member function 'sqvector<long>::_realloc' requested here
                        _realloc(newsize);
                        ^
./squtils.h:27:3: note: in instantiation of member function 'sqvector<long>::resize' requested here
                resize(v._size);
                ^
./sqclosure.h:97:19: note: in instantiation of member function 'sqvector<long>::copy' requested here
                ret->_typecheck.copy(_typecheck);
                                ^
./sqstate.h:141:7: note: 'sq_vm_realloc' should be declared prior to the call site
void *sq_vm_realloc(void *p,SQUnsignedInteger oldsize,SQUnsignedInteger size);
      ^
2 errors generated.
sqfuncstate.cpp:82:41: warning: format specifies type 'int' but the argument has type 'SQInteger' (aka 'long') [-Wformat]
                case OT_INTEGER: scprintf(_SC("{%d}"),_integer(o));break;
                                                ~~    ^~~~~~~~~~~
                                                %ld
./sqobject.h:103:23: note: expanded from macro '_integer'
#define _integer(obj) ((obj)._unVal.nInteger)
                      ^~~~~~~~~~~~~~~~~~~~~~~
<snip>


More information about the freebsd-pkg-fallout mailing list