build started at Fri Nov 30 13:19:48 UTC 2012 port directory: /usr/ports/devel/stlport building for: 10.0-CURRENT amd64 maintained by: ports@FreeBSD.org Makefile ident: $FreeBSD: head/devel/stlport/Makefile 300896 2012-07-14 13:54:48Z beat $ ---Begin Environment--- OSVERSION=1000025 UNAME_v=FreeBSD 10.0-CURRENT UNAME_r=10.0-CURRENT BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 HTTP_PROXY=http://10.56.1.1:8080 PKG_EXT=txz FORCE_PACKAGE=yes http_proxy=http://10.56.1.1:8080 tpid=26309 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=1 PKG_DELETE=/usr/local/sbin/pkg delete -y -f PKG_ADD=/usr/local/sbin/pkg add PWD=/usr/local/etc/poudriere.d LOGS=/pdata/logs HOME=/root USER=root SKIPSANITY=0 LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for stlport-gcc-5.1.7: BOOST=off: Use Boost type traits DOCS=off: Build and/or install documentation PTR_SPECIALIZATIONS=off: Use pointer types specializations SHORT_STRING_OPTIM=on: Enable short string optimization TEMPLATE_EXPRESSION=off: Use template expressions for string ===> Use 'make config' to modify these settings ---End OPTIONS List--- ================================================= ===> stlport-gcc-5.1.7 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 /usr/ports/packages/All/pkg-1.0.2.txz Installing pkg-1.0.2... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of stlport-gcc-5.1.7 ===> stlport-gcc-5.1.7 depends on executable: gmake - not found ===> Verifying install for gmake in /usr/ports/devel/gmake ===> Installing existing package /usr/ports/packages/All/gmake-3.82_1.txz Installing gmake-3.82_1... done ===> Returning to build of stlport-gcc-5.1.7 ====================================================================== ===> Cleaning for stlport-gcc-5.1.7 ================================================= ====================================================================== ================================================= ===> stlport-gcc-5.1.7 depends on file: /usr/local/sbin/pkg - found => STLport-5.1.7.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://heanet.dl.sourceforge.net/project/stlport/STLport/STLport%205.1.7/STLport-5.1.7.tar.bz2 STLport-5.1.7.tar.bz2 0 B 0 Bps ====================================================================== ================================================= ===> stlport-gcc-5.1.7 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum OK for STLport-5.1.7.tar.bz2. ====================================================================== ================================================= ===> stlport-gcc-5.1.7 depends on file: /usr/local/sbin/pkg - found ===> Extracting for stlport-gcc-5.1.7 => SHA256 Checksum OK for STLport-5.1.7.tar.bz2. ====================================================================== ================================================= ===> Patching for stlport-gcc-5.1.7 ===> Applying FreeBSD patches for stlport-gcc-5.1.7 ====================================================================== ================================================= ===> stlport-gcc-5.1.7 depends on executable: gmake - found ===> Configuring for stlport-gcc-5.1.7 ===> FreeBSD 10 autotools fix applied to /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/lib/configure /usr/bin/sed -i.bak -e 's|gcc|gcc|' /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/lib/gcc.mak /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/lib/../test/unit/gcc.mak /usr/bin/sed -i.bak -e 's|-lstlport$|-lstlport_gcc|' /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/Makefiles/gmake/app/gcc.mak /usr/bin/sed -i.bak -e 's|-lstlportg$|-lstlportg_gcc|' /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/Makefiles/gmake/app/gcc.mak /usr/bin/sed -i.bak -e 's|-lstlportstlg$|-lstlportstlg_gcc|' /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/Makefiles/gmake/app/gcc.mak # Cannot build a shared object with libsupc++ /usr/bin/sed -i.bak -e 's|-lsupc++|-lstdc++|' /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/Makefiles/gmake/app/gcc.mak # Cannot build a shared object with libsupc++ /usr/bin/sed -i.bak -e 's|-lsupc++|-lstdc++|' /wrkdirs/usr/ports/devel/stlport/work/STLport-5.1.7/build/Makefiles/gmake/lib/gcc.mak Using --with-lib-motif=gcc in generated library names ====================================================================== ================================================= ===> Building for stlport-gcc-5.1.7 Syntax error: "(" unexpected Syntax error: "(" unexpected Syntax error: "(" unexpected c++ -pthread -fexceptions -fident -fPIC -g -fno-inline -fuse-cxa-atexit -D_REENTRANT -I../../stlport -c -o obj/gcc/so_g/dll_main.o ../../src/dll_main.cpp c++: warning: argument unused during compilation: '-fident' In file included from ../../src/dll_main.cpp:50: In file included from ../../stlport/string:32: ../../stlport/stl/_string.h:422:52: error: expected ')' void _M_terminate_string_aux(const __false_type& __is_integral) { ^ ../../stlport/stl/_string.h:422:31: note: to match this '(' void _M_terminate_string_aux(const __false_type& __is_integral) { ^ ../../stlport/stl/_string.h:429:51: error: expected ')' void _M_terminate_string_aux(const __true_type& __is_integral) ^ ../../stlport/stl/_string.h:429:31: note: to match this '(' void _M_terminate_string_aux(const __true_type& __is_integral) ^ ../../stlport/stl/_string.h:424:61: error: expected '(' _M_construct_null_aux(this->_M_Finish(), __is_integral); ^ ( ../../stlport/stl/_string.h:430:59: error: expected '(' { _M_construct_null_aux(this->_M_Finish(), __is_integral); } ^ ( 4 errors generated. gmake: *** [obj/gcc/so_g/dll_main.o] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/devel/stlport. ===> Cleaning for stlport-gcc-5.1.7 build of /usr/ports/devel/stlport ended at Fri Nov 30 13:20:18 UTC 2012