From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 10 06:31:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E288493 for ; Wed, 10 Sep 2014 06:31:02 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 019C1E21 for ; Wed, 10 Sep 2014 06:31:02 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8A6V1lc089729 for ; Wed, 10 Sep 2014 06:31:01 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193509] scribe can't install on FreeBSD 10.0-RELEASE-p7 Date: Wed, 10 Sep 2014 06:31:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: zarr12steven@hotmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Sep 2014 06:31:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193509 --- Comment #1 from zarr12steven@hotmail.com --- Comment on attachment 147154 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147154 /usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ sudo make install >===> License APACHE20 accepted by the user\ >===> scribe-2.2.2013.04.15_2 depends on file: /usr/local/sbin/pkg - found\ >cd /usr/ports/distfiles/; _PATCH_SITES_DEFAULT="http://freebsd-patches.s3.amazonaws.com/scribe/" ; for _file in patch-configure.ac; do file=`echo $_file | /usr/bin/sed -E -e 's/:[^-:][^:]*$//'` ; select=`echo $\{_file#$\{file\}\} | /usr/bin/sed -e 's/^://' -e 's/,/ /g'` ; file=`echo $file | /usr/bin/sed -E -e 's/:-[^:]+$//'` ; force_fetch=false; filebasename=$\{file##*/\}; for afile in ; do afile=$\{afile##*/\}; if [ "x$afile" = "x$filebasename" ]; then force_fetch=true; fi; done; if [ ! -f $file -a ! -f $filebasename -o "$force_fetch" = "true" ]; then if [ -L $file -o -L $\{file##*/\} ]; then echo "=> /usr/ports/distfiles//$file is a broken symlink."; echo "=> Perhaps a filesystem (most likely a CD) isn't mounted?"; echo "=> Please correct this problem and try again."; exit 1; fi; echo "=> $file doesn't seem to exist in /usr/ports/distfiles/."; if [ ! -z "$select" ] ; then __PATCH_SITES_TMP= ; for group in $select; do if [ ! -z \\$\{_PATCH_SITES_$\{group\}\} ] ; then eval ___PATCH_SITES_TMP="\\$\{_PATCH_SITES_$\{group\}\}" ; __PATCH_SITES_TMP="$\{__PATCH_SITES_TMP\} $\{___PATCH_SITES_TMP\}" ; fi; done; ___PATCH_SITES_TMP= ; SORTED_PATCH_SITES_CMD_TMP="echo http://ftp.tw.freebsd.org/pub/FreeBSD/distfiles/ http://ftp8.jp.freebsd.org/pub/FreeBSD/distfiles/ `echo $\{__PATCH_SITES_TMP\} | /usr/bin/awk 'BEGIN \{ RS = " "; ORS = " "; IGNORECASE = 1 ; gl = "^http:// \\\\\\\\.tw/ \\\\\\\\.tw\\\\\\\\. \\\\\\\\.edu/ \\\\\\\\.edu\\\\\\\\. nchc\\\\\\\\. ://[^/]*/"; \} /^http:\\\\/\\\\// \{ good["^http://"] = good["^http://"] " " $0 ; next; \} /\\\\.tw\\\\// \{ good["\\\\\\\\.tw/"] = good["\\\\\\\\.tw/"] " " $0 ; next; \} /\\\\.tw\\\\./ \{ good["\\\\\\\\.tw\\\\\\\\."] = good["\\\\\\\\.tw\\\\\\\\."] " " $0 ; next; \} /\\\\.edu\\\\// \{ good["\\\\\\\\.edu/"] = good["\\\\\\\\.edu/"] " " $0 ; next; \} /\\\\.edu\\\\./ \{ good["\\\\\\\\.edu\\\\\\\\."] = good["\\\\\\\\.edu\\\\\\\\."] " " $0 ; next; \} /nchc\\\\./ \{ good["nchc\\\\\\\\."] = good["nchc \\\\\\\\."] " " $0 ; next; \} /:\\\\/\\\\/[^! \\\\/]*\\\\// \{ good["://[^/]*/"] = good["://[^/]*/"] " " $0 ; next; \} \{ rest = rest " " $0; \} END \{ n=split(gl, gla); for(i=1;i<=n;i++) \{ print good[gla[i]]; \} print rest; \}'` http://ftp.tw.freebsd.org/pub/FreeBSD/distfiles/ http://ftp8.jp.freebsd.org/pub/FreeBSD/distfiles/" ; else SORTED_PATCH_SITES_CMD_TMP="cd /usr/ports/net/scribe && make patch-sites-DEFAULT" ; fi; sites_remaining=0; sites="`eval $SORTED_PATCH_SITES_CMD_TMP`"; for site in $\{sites\}; do sites_remaining=$(($\{sites_remaining\} + 1)); done; for site in $\{sites\}; do sites_remaining=$(($\{sites_remaining\} - 1)); echo "=> Attempting to fetch $\{site\}$\{file\}"; CKSIZE=`alg=SIZE; if [ \\( -n "" -a -n "yes" \\) -o ! -f "/usr/ports/net/scribe/distinfo" ]; then exit; fi; DIR=; /usr/bin/awk -v alg=$alg -v file=$\{DIR:+$DIR/\}$\{file\} '$1 == alg && $2 == "(" file ")" \{print $4\}' /usr/ports/net/scribe/distinfo`; case $\{file\} in */*) /bin/mkdir -p $\{file%/*\}; args="-o $\{file\} $\{site \}$\{file\}";; *) args=$\{site\}$\{file\};; esac; if /usr/bin/env SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1 /usr/bin/fetch -Fpr $\{CKSIZE:+-S $CKSIZE\} $\{args\} ; then actual_size=`stat -f %z "$\{file\}"`; if [ -n "" ] || [ -z "$\{CKSIZE\}" ] || [ $\{actual_size\} -eq $\{CKSIZE\} ]; then continue 2; else echo "=> Fetched file size mismatch (expected $\{CKSIZE\}, actual $\{actual_size\})"; if [ $\{sites_remaining\} -gt 1 ]; then echo "=> Trying next site"; /bin/rm -f -f $\{file\}; fi; fi; fi; done; echo "=> Couldn't fetch it - please try to retrieve this"; echo "=> port manually into /usr/ports/distfiles/ and try again."; exit 1; fi; done\ >===> Fetching all distfiles required by scribe-2.2.2013.04.15_2 for building\ >===> Extracting for scribe-2.2.2013.04.15_2\ >===> Patching for scribe-2.2.2013.04.15_2\ >===> Applying distribution patches for scribe-2.2.2013.04.15_2\ >===> Applying FreeBSD patches for scribe-2.2.2013.04.15_2\ >/usr/bin/sed -i.bak -e 's/^AM_INIT_AUTOMAKE/#/' /usr/ports/net/scribe/work/facebook-scribe-7359a09/configure.ac\ >===> scribe-2.2.2013.04.15_2 depends on package: fb303>0 - found\ >===> scribe-2.2.2013.04.15_2 depends on executable: thrift - found\ >===> scribe-2.2.2013.04.15_2 depends on executable: gmake - found\ >===> scribe-2.2.2013.04.15_2 depends on file: /usr/local/bin/python2.7 - found\ >===> scribe-2.2.2013.04.15_2 depends on file: /usr/local/bin/automake-1.14 - found\ >===> scribe-2.2.2013.04.15_2 depends on file: /usr/local/bin/autoconf-2.69 - found\ >===> scribe-2.2.2013.04.15_2 depends on file: /usr/local/bin/perl5.16.3 - found\ >===> scribe-2.2.2013.04.15_2 depends on shared library: libboost_system.so - found (/usr/local/lib/libboost_system.so.1.55.0)\ >===> scribe-2.2.2013.04.15_2 depends on shared library: libevent.so - found (/usr/local/lib/libevent-2.0.so.5.1.9)\ >===> scribe-2.2.2013.04.15_2 depends on shared library: libthrift.so - found (/usr/local/lib/libthrift-0.9.1.so)\ >===> Configuring for scribe-2.2.2013.04.15_2\ >===> FreeBSD 10 autotools fix applied to /usr/ports/net/scribe/work/facebook-scribe-7359a09/acinclude.m4\ >configure.ac:63: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body\ >../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...\ >../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...\ >../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...\ >../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...\ >../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...\ >../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...\ >aclocal/ax_boost_system.m4:37: AX_BOOST_SYSTEM is expanded from...\ >configure.ac:63: the top level\ >configure.ac:64: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body\ >../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...\ >../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...\ >../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...\ >../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...\ >../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...\ >../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...\ >aclocal/ax_boost_filesystem.m4:36: AX_BOOST_FILESYSTEM is expanded from...\ >configure.ac:64: the top level\ >configure.ac:63: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body\ >../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...\ >../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...\ >../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...\ >../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...\ >../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...\ >../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...\ >aclocal/ax_boost_system.m4:37: AX_BOOST_SYSTEM is expanded from...\ >configure.ac:63: the top level\ >configure.ac:64: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body\ >../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...\ >../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...\ >../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...\ >../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...\ >../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...\ >../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...\ >../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...\ >../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...\ >aclocal/ax_boost_filesystem.m4:36: AX_BOOST_FILESYSTEM is expanded from...\ >configure.ac:64: the top level\ >configure.ac:63: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body\ >../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...\ >../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...\ >../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...\ >../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...\ >../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...\ >../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...\ >aclocal/ax_boost_system.m4:37: AX_BOOST_SYSTEM is expanded from...\ >configure.ac:63: the top level\ >configure.ac:64: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body\ >../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...\ >../../lib/autoconf/general.m4:2590: _AC_COMPILE_IFELSE is expanded from...\ >../../lib/autoconf/general.m4:2606: AC_COMPILE_IFELSE is expanded from...\ >../../lib/m4sugar/m4sh.m4:639: AS_IF is expanded from...\ >../../lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...\ >../../lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...\ >aclocal/ax_boost_filesystem.m4:36: AX_BOOST_FILESYSTEM is expanded from...\ >configure.ac:64: the top level\ >configure.ac:14: installing './compile'\ >configure.ac:63: installing './config.guess'\ >configure.ac:63: installing './config.sub'\ >configure.ac:14: installing './install-sh'\ >configure.ac:14: installing './missing'\ >src/Makefile.am:87: warning: source file 'gen-cpp/BucketStoreMapping.cpp' is in a subdirectory,\ >src/Makefile.am:87: but option 'subdir-objects' is disabled\ >automake-1.14: warning: possible forward-incompatibility.\ >automake-1.14: At least a source file is in a subdirectory, but the 'subdir-objects'\ >automake-1.14: automake option hasn't been enabled. For now, the corresponding output\ >automake-1.14: object file(s) will be placed in the top-level directory. However,\ >automake-1.14: this behaviour will change in future Automake versions: they will\ >automake-1.14: unconditionally cause object files to be placed in the same subdirectory\ >automake-1.14: of the corresponding sources.\ >automake-1.14: You are advised to start using 'subdir-objects' option throughout your\ >automake-1.14: project, to avoid future incompatibilities.\ >src/Makefile.am:87: warning: source file 'gen-cpp/bucketupdater_constants.cpp' is in a subdirectory,\ >src/Makefile.am:87: but option 'subdir-objects' is disabled\ >src/Makefile.am:87: warning: source file 'gen-cpp/bucketupdater_types.cpp' is in a subdirectory,\ >src/Makefile.am:87: but option 'subdir-objects' is disabled\ >src/Makefile.am:86: warning: source file 'gen-cpp/scribe.cpp' is in a subdirectory,\ >src/Makefile.am:86: but option 'subdir-objects' is disabled\ >src/Makefile.am:86: warning: source file 'gen-cpp/scribe_types.cpp' is in a subdirectory,\ >src/Makefile.am:86: but option 'subdir-objects' is disabled\ >src/Makefile.am:86: warning: source file 'gen-cpp/scribe_constants.cpp' is in a subdirectory,\ >src/Makefile.am:86: but option 'subdir-objects' is disabled\ >src/Makefile.am:96: warning: source file 'gen-cpp/BucketStoreMapping.cpp' is in a subdirectory,\ >src/Makefile.am:96: but option 'subdir-objects' is disabled\ >src/Makefile.am:96: warning: source file 'gen-cpp/bucketupdater_constants.cpp' is in a subdirectory,\ >src/Makefile.am:96: but option 'subdir-objects' is disabled\ >src/Makefile.am:96: warning: source file 'gen-cpp/bucketupdater_types.cpp' is in a subdirectory,\ >src/Makefile.am:96: but option 'subdir-objects' is disabled\ >src/Makefile.am:95: warning: source file 'gen-cpp/scribe.cpp' is in a subdirectory,\ >src/Makefile.am:95: but option 'subdir-objects' is disabled\ >src/Makefile.am:95: warning: source file 'gen-cpp/scribe_types.cpp' is in a subdirectory,\ >src/Makefile.am:95: but option 'subdir-objects' is disabled\ >src/Makefile.am:43: warning: source file 'gen-cpp/ServiceManager_types.cpp' is in a subdirectory,\ >src/Makefile.am:43: but option 'subdir-objects' is disabled\ >src/Makefile.am:43: warning: source file 'gen-cpp/ServiceManager.cpp' is in a subdirectory,\ >src/Makefile.am:43: but option 'subdir-objects' is disabled\ >src/Makefile.am: installing './depcomp'\ >configure: loading site script /usr/ports/Templates/config.site\ >checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel\ >checking whether build environment is sane... yes\ >checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p\ >checking for gawk... (cached) /usr/bin/awk\ >checking whether gmake sets $(MAKE)... yes\ >checking whether gmake supports nested variables... yes\ >checking for style of include used by gmake... GNU\ >\ >checking for gcc... cc\ >checking whether the C compiler works... yes\ >checking for C compiler default output file name... a.out\ >checking for suffix of executables... \ >checking whether we are cross compiling... no\ >checking for suffix of object files... o\ >checking whether we are using the GNU C compiler... yes\ >checking whether cc accepts -g... yes\ >checking for cc option to accept ISO C89... none needed\ >checking whether cc understands -c and -o together... yes\ >checking dependency style of cc... gcc3\ >checking whether we are using the GNU C++ compiler... yes\ >checking whether c++ accepts -g... yes\ >checking dependency style of c++... gcc3\ >checking for ranlib... ranlib\ >checking for bash... /usr/local/bin/bash\ >checking for perl... (cached) /usr/local/bin/perl\ >checking for python... /usr/local/bin/python2.7\ >checking for ar... /usr/local/bin/ar\ >checking for ant... no\ >checking Checking EXTERNAL_PATH set to... /usr/ports/net/scribe/work/facebook-scribe-7359a09\ >checking whether to enable optimized build... yes\ >checking whether to enable static mode... yes\ >checking whether to enable FACEBOOK... no\ >checking whether to enable USE_SCRIBE_HDFS... no\ >checking Checking thrift_home set to... /usr/local\ >checking Checking fb303_home set to... /usr/local\ >checking Checking smc_home set to... /usr/ports/net/scribe/work/facebook-scribe-7359a09/services/trunk/src\ >checking Checking fb_home set to... /usr/ports/net/scribe/work/facebook-scribe-7359a09/libfacebook\ >checking Checking hadoop_home set to... /usr/local\ >checking for boostlib >= 1.36... yes\ >checking build system type... amd64-portbld-freebsd10.0\ >checking whether the Boost::System library is available... yes\ >checking for exit in -lboost_system... yes\ >checking whether the Boost::Filesystem library is available... yes\ >checking for exit in -lboost_filesystem... yes\ >checking that generated files are newer than configure... done\ >configure: creating ./config.status\ >config.status: creating Makefile\ >config.status: creating src/Makefile\ >config.status: creating lib/py/Makefile\ >config.status: executing depfiles commands\ >EXTERNAL_PATH /usr/ports/net/scribe/work/facebook-scribe-7359a09\ >===> Building for scribe-2.2.2013.04.15_2\ >gmake[1]: Entering directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09'\ >gmake all-recursive\ >gmake[2]: Entering directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09'\ >Making all in .\ >gmake[3]: Entering directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09'\ >gmake[3]: Nothing to be done for `all-am'.\ >gmake[3]: Leaving directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09'\ >Making all in src\ >gmake[3]: Entering directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09/src'\ >/usr/local/bin/thrift -o . -I /usr/local/share/ --gen cpp:pure_enums --gen py --gen php --gen java --gen perl ../if/scribe.thrift\ >/usr/local/bin/thrift -o . -I /usr/local/share/ --gen cpp:pure_enums --gen py --gen php --gen java --gen perl ../if/bucketupdater.thrift\ >gmake all-am\ >gmake[4]: Entering directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09/src'\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT scribe.o -MD -MP -MF .deps/scribe.Tpo -c -o scribe.o `test -f 'gen-cpp/scribe.cpp' || echo './'`gen-cpp/scribe.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT scribe_types.o -MD -MP -MF .deps/scribe_types.Tpo -c -o scribe_types.o `test -f 'gen-cpp/scribe_types.cpp' || echo './'`gen-cpp/scribe_types.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT scribe_constants.o -MD -MP -MF .deps/scribe_constants.Tpo -c -o scribe_constants.o `test -f 'gen-cpp/scribe_constants.cpp' || echo './'`gen-cpp/scribe_constants.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT BucketStoreMapping.o -MD -MP -MF .deps/BucketStoreMapping.Tpo -c -o BucketStoreMapping.o `test -f 'gen-cpp/BucketStoreMapping.cpp' || echo './'`gen-cpp/BucketStoreMapping.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT bucketupdater_constants.o -MD -MP -MF .deps/bucketupdater_constants.Tpo -c -o bucketupdater_constants.o `test -f 'gen-cpp/bucketupdater_constants.cpp' || echo './'`gen-cpp/bucketupdater_constants.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT bucketupdater_types.o -MD -MP -MF .deps/bucketupdater_types.Tpo -c -o bucketupdater_types.o `test -f 'gen-cpp/bucketupdater_types.cpp' || echo './'`gen-cpp/bucketupdater_types.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT store.o -MD -MP -MF .deps/store.Tpo -c -o store.o store.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT store_queue.o -MD -MP -MF .deps/store_queue.Tpo -c -o store_queue.o store_queue.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT conf.o -MD -MP -MF .deps/conf.Tpo -c -o conf.o conf.cpp\ >c++ -DPACKAGE_NAME=\\"scribe\\" -DPACKAGE_TARNAME=\\"scribe\\" -DPACKAGE_VERSION=\\"1.5.0\\" -DPACKAGE_STRING=\\"scribe\\ 1.5.0\\" -DPACKAGE_BUGREPORT=\\"\\" -DPACKAGE_URL=\\"\\" -DHAVE_BOOST=/\\*\\*/ -DHAVE_BOOST_SYSTEM=/\\*\\*/ -DHAVE_BOOST_FILESYSTEM=/\\*\\*/ -I. -I.. -I/usr/local/include -I/usr/local/include/thrift -I/usr/local/include/thrift -I/usr/local/include/thrift/fb303 -I/usr/local/include -I/usr/local/include -Wall -O3 -MT file.o -MD -MP -MF .deps/file.Tpo -c In file included from gen-cpp/scribe_constants.h:10:\ >In file included from gen-cpp/scribe_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from gen-cpp/scribe_types.cpp:7:\ >In file included from gen-cpp/scribe_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from gen-cpp/scribe_types.cpp:7:\ >In file included from gen-cpp/scribe_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from gen-cpp/scribe_types.cpp:7:\ >In file included from gen-cpp/scribe_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from gen-cpp/scribe_types.cpp:7:\ >In file included from gen-cpp/scribe_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from gen-cpp/bucketupdater_types.cpp:7:\ >In file included from gen-cpp/bucketupdater_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from gen-cpp/bucketupdater_types.cpp:7:\ >In file included from gen-cpp/bucketupdater_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from gen-cpp/bucketupdater_types.cpp:7:\ >In file included from gen-cpp/bucketupdater_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from gen-cpp/bucketupdater_types.cpp:7:\ >In file included from gen-cpp/bucketupdater_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from gen-cpp/bucketupdater_constants.cpp:7:\ >In file included from gen-cpp/bucketupdater_constants.h:10:\ >In file included from gen-cpp/bucketupdater_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from gen-cpp/bucketupdater_constants.cpp:7:\ >In file included from gen-cpp/bucketupdater_constants.h:10:\ >In file included from gen-cpp/bucketupdater_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from gen-cpp/bucketupdater_constants.cpp:7:\ >In file included from gen-cpp/bucketupdater_constants.h:10:\ >In file included from gen-cpp/bucketupdater_types.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from gen-cpp/bucketupdater_constants.cpp:7:\ >In file included from gen-cpp/bucketupdater_constants.h:10:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from gen-cpp/BucketStoreMapping.cpp:7:\ >In file included from gen-cpp/BucketStoreMapping.h:10:\ >In file included from /usr/local/include/thrift/TDispatchProcessor.h:22:\ >In file included from /usr/local/include/thrift/TProcessor.h:24:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from gen-cpp/BucketStoreMapping.cpp:7:\ >In file included from gen-cpp/BucketStoreMapping.h:10:\ >In file included from /usr/local/include/thrift/TDispatchProcessor.h:22:\ >In file included from /usr/local/include/thrift/TProcessor.h:24:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from gen-cpp/BucketStoreMapping.cpp:7:\ >In file included from gen-cpp/BucketStoreMapping.h:10:\ >In file included from /usr/local/include/thrift/TDispatchProcessor.h:22:\ >In file included from /usr/local/include/thrift/TProcessor.h:24:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from gen-cpp/BucketStoreMapping.cpp:7:\ >In file included from gen-cpp/BucketStoreMapping.h:11:\ >In file included from gen-cpp/bucketupdater_types.h:15:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >4 warnings and 1 error generated.\ >gmake[4]: *** [BucketStoreMapping.o] Error 1\ >gmake[4]: *** Waiting for unfinished jobs....\ >In file included from gen-cpp/scribe_constants.cpp:7:\ >In file included from gen-cpp/scribe_constants.h:10:\ >In file included from gen-cpp/scribe_types.h:15:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from gen-cpp/bucketupdater_types.cpp:7:\ >In file included from gen-cpp/bucketupdater_types.h:15:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >4 warnings and 1 error generated.\ >In file included from gen-cpp/scribe_types.cpp:7:\ >In file included from gen-cpp/scribe_types.h:15:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: gmake[4]: error: *** [scribe_constants.o] Error 1no\ > member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from gen-cpp/bucketupdater_constants.cpp:7:\ >In file included from gen-cpp/bucketupdater_constants.h:10:\ >In file included from gen-cpp/bucketupdater_types.h:15:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from gen-cpp/scribe.cpp:7:\ >In file included from gen-cpp/scribe.h:11:\ >In file included from gen-cpp/scribe_types.h:15:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >4 warnings and 1 error generated.\ >gmake[4]: *** [bucketupdater_types.o] Error 1\ >4 warnings and 1 error generated.\ >gmake[4]: *** [bucketupdater_constants.o] Error 1\ >4 warnings and 1 error generated.\ >gmake[4]: *** [scribe_types.o] Error 1\ >4 warnings and 1 error generated.\ >gmake[4]: *** [scribe.o] Error 1\ >In file included from store_queue.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from store_queue.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from dynamic_bucket_updater.cpp:3:\ >In file included from ./dynamic_bucket_updater.h:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from dynamic_bucket_updater.cpp:3:\ >In file included from ./dynamic_bucket_updater.h:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from dynamic_bucket_updater.cpp:3:\ >In file included from ./dynamic_bucket_updater.h:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from file.cpp:22:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from file.cpp:22:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from file.cpp:22:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from file.cpp:22:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from store_queue.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:24:\ >In file included from /usr/local/include/thrift/server/TNonblockingServer.h:28:\ >In file included from /usr/local/include/thrift/concurrency/ThreadManager.h:24:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from dynamic_bucket_updater.cpp:3:\ >In file included from ./dynamic_bucket_updater.h:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:24:\ >In file included from /usr/local/include/thrift/server/TNonblockingServer.h:28:\ >In file included from /usr/local/include/thrift/concurrency/ThreadManager.h:24:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from file.cpp:22:\ >In file included from ./common.h:58:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from env_default.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from env_default.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from env_default.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from conn_pool.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from conn_pool.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:280:9: warning: 'PACKAGE_STRING' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from conn_pool.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from conn_pool.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from scribe_server.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_NAME "thrift"\ > ^\ >:1:9: note: previous definition is here\ >#define PACKAGE_NAME "scribe"\ > ^\ >In file included from scribe_server.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from scribe_server.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >In file included from network_dynamic_config.cpp:20:\ >In file included from ./network_dynamic_config.h:23:\ >In file included from ./conf.h:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:24:\ >In file included from /usr/local/include/thrift/server/TNonblockingServer.h:28:\ >In file included from /usr/local/include/thrift/concurrency/ThreadManager.h:24:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from env_default.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:24:\ >In file included from /usr/local/include/thrift/server/TNonblockingServer.h:28:\ >In file included from /usr/local/include/thrift/concurrency/ThreadManager.h:24:\ >In file included from store.cpp:28:\ >/usr/local/include/thrift/cxxfunctional.hIn file included from ./common.h::9358::\ >18In file included from :./env_default.h :24:\ >In file included from error: /usr/local/include/thrift/server/TNonblockingServer.h:28no :\ >member namedIn file included from /usr/local/include/thrift/concurrency/ThreadManager.h'bind': 24in:\ > /usr/local/include/thrift/cxxfunctional.hnamespace:93 'std':\ >18: error: no member using ::std::bind;named\ > 'bind' ~~~~~~~^ \ >in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from conn_pool.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:24:\ >In file included from /usr/local/include/thrift/server/TNonblockingServer.h:28:\ >In file included from /usr/local/include/thrift/concurrency/ThreadManager.h:24:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >In file included from scribe_server.cpp:24:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:24:\ >In file included from /usr/local/include/thrift/server/TNonblockingServer.h:28:\ >In file included from /usr/local/include/thrift/concurrency/ThreadManager.h:24:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >store_queue.cpp:178:1: error: unknown type name 'shared_ptr'\ >shared_ptr StoreQueue::copyStore(const std::string &category) \{\ >^\ >store_queue.cpp:178:11: error: expected unqualified-id\ >shared_ptr StoreQueue::copyStore(const std::string &category) \{\ > ^\ >store_queue.cpp:309:18: error: variable has incomplete type 'void'\ >void StoreQueue::processFailedMessages(shared_ptr messages) \{\ > ^\ >store_queue.cpp:309:40: error: reference to 'shared_ptr' is ambiguous\ >void StoreQueue::processFailedMessages(shared_ptr messages) \{\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >/usr/local/include/boost/smart_ptr/shared_ptr.hpp:722:36: note: candidate found by name lookup is 'boost::shared_ptr'\ > template friend class shared_ptr;\ > ^\ >store_queue.cpp:309:51: error: unexpected type name 'logentry_vector_t': expected expression\ >void StoreQueue::processFailedMessages(shared_ptr messages) \{\ > ^\ >store_queue.cpp:309:70: error: cannot refer to class template 'messages' without a template argument list\ >void StoreQueue::processFailedMessages(shared_ptr messages) \{\ > ^\ >/usr/include/c++/v1/locale:3862:24: note: template is declared here\ >class _LIBCPP_TYPE_VIS messages\ > ^\ >store_queue.cpp:309:79: error: expected ';' after top level declarator\ >void StoreQueue::processFailedMessages(shared_ptr messages) \{\ > ^\ > ;\ >4 warnings and 1 error generated.\ >gmake[4]: *** [file.o] Error 1\ >4 warnings and 8 errors generated.\ >gmake[4]: *** [store_queue.o] Error 1\ >4 warnings and 1 error generated.\ >gmake[4]: *** [dynamic_bucket_updater.o] Error 1\ >store.cpp:86:12: error: reference to 'shared_ptr' is ambiguous\ > return shared_ptr(new FileStore(storeq, category, multi_category,\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >/usr/local/include/boost/smart_ptr/shared_ptr.hpp:722:36: note: candidate found by name lookup is 'boost::shared_ptr'\ > template friend class shared_ptr;\ > ^\ >store.cpp:86:23: error: 'Store' does not refer to a value\ > return shared_ptr(new FileStore(storeq, category, multi_category,\ > ^\ >./store.h:52:7: note: declared here\ >class Store \{\ > ^\ >store.cpp:89:12: error: reference to 'shared_ptr' is ambiguous\ > return shared_ptr(new BufferStore(storeq,category, multi_category));\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >/usr/local/include/boost/smart_ptr/shared_ptr.hpp:722:36: note: candidate found by name lookup is 'boost::shared_ptr'\ > return shared_ptr(new NullStore(storeq, category, multi_category));\ > ^\ >./store.h:52:7: note: declared here\ >class Store \{\ > ^\ >store.cpp:102:12: error: reference to 'shared_ptr' is ambiguous\ > return shared_ptr(new MultiStore(storeq, category, multi_category));\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >/usr/local/include/boost/smart_ptr/shared_ptr.hpp:722:36: note: candidate found by name lookup is 'boost::shared_ptr'\ > template friend class shared_ptr;\ > ^\ >store.cpp:102:23: error: 'Store' does not refer to a value\ > return shared_ptr(new MultiStore(storeq, category, multi_category));\ > ^\ >./store.h:52:7: note: declared here\ >class Store \{\ > ^\ >store.cpp:104:12: error: reference to 'shared_ptr' is ambiguous\ > return shared_ptr(new CategoryStore(storeq, category,\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >/usr/local/include/boost/smart_ptr/shared_ptr.hpp:722:36: note: candidate found by name lookup is 'boost::shared_ptr'\ > template friend class shared_ptr;\ > ^\ >store.cpp:104:23: error: 'Store' does not refer to a value\ > return shared_ptr(new CategoryStore(storeq, category,\ > ^\ >./store.h:52:7: note: declared here\ >class Store \{\ > ^\ >store.cpp:107:12: error: reference to 'shared_ptr' is ambiguous\ > return shared_ptr(new MultiFileStore(storeq, category,\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >/usr/local/include/boost/smart_ptr/shared_ptr.hpp:722:36: note: candidate found by name lookup is 'boost::shared_ptr'\ > template friend class shared_ptr;\ > ^\ >store.cpp:107:23: error: 'Store' does not refer to a value\ > return shared_ptr(new MultiFileStore(storeq, category,\ > ^\ >./store.h:52:7: note: declared here\ >class Store \{\ > ^\ >fatal error: too many errors emitted, stopping now [-ferror-limit=]\ >scribe_server.cpp:37:1: error: unknown type name 'shared_ptr'\ >shared_ptr g_Handler;\ >^\ >scribe_server.cpp:37:11: error: expected unqualified-id\ >shared_ptr g_Handler;\ > ^\ >scribe_server.cpp:112:17: error: reference to 'shared_ptr' is ambiguous\ > g_Handler = shared_ptr(new scribeHandler(port, config_file));\ > ^\ >scribe_server.cpp:35:14: note: candidate found by name lookup is 'shared_ptr'\ >using boost::shared_ptr;\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >scribe_server.cpp:112:28: error: 'scribeHandler' does not refer to a value\ > g_Handler = shared_ptr(new scribeHandler(port, config_file));\ > ^\ >./scribe_server.h:33:7: note: declared here\ >class scribeHandler : virtual public scribe::thrift::scribeIf,\ > ^\ >scribe_server.cpp:245:3: error: reference to 'shared_ptr' is ambiguous\ > shared_ptr pstore;\ > ^\ >scribe_server.cpp:35:14: note: candidate found by name lookup is 'shared_ptr'\ >using boost::shared_ptr;\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >4 warnings and 1 error generated.\ >gmake[4]: *** [network_dynamic_config.o] Error 1\ >scribe_server.cpp:248:5: error: use of undeclared identifier 'pstore'\ > pstore = shared_ptr(new StoreQueue(model, category));\ > ^\ >scribe_server.cpp:248:14: error: reference to 'shared_ptr' is ambiguous\ > pstore = shared_ptr(new StoreQueue(model, category));\ > ^\ >scribe_server.cpp:35:14: note: candidate found by name lookup is 'shared_ptr'\ >using boost::shared_ptr;\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >scribe_server.cpp:248:25: error: 'StoreQueue' does not refer to a value\ > pstore = shared_ptr(new StoreQueue(model, category));\ > ^\ >./store.h:37:7: note: declared here\ >class StoreQueue;\ > ^\ >scribe_server.cpp:253:5: error: use of undeclared identifier 'pstore'\ > pstore->open();\ > ^\ >scribe_server.cpp:256:5: error: use of undeclared identifier 'pstore'\ > pstore = model;\ > ^\ >scribe_server.cpp:261:3: error: reference to 'shared_ptr' is ambiguous\ > shared_ptr pstores;\ > ^\ >scribe_server.cpp:35:14: note: candidate found by name lookup is 'shared_ptr'\ >using boost::shared_ptr;\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >In file included from conf.cpp:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:277:9: warning: 'PACKAGE_NAME' macro redefined\ >#define PACKAGE_STRING "thrift 0.9.1"\ > ^\ >:4:9: note: previous definition is here\ >#define PACKAGE_STRING "scribe 1.5.0"\ > ^\ >In file included from conf.cpp:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:283:9: warning: 'PACKAGE_TARNAME' macro redefined\ >#define PACKAGE_TARNAME "thrift"\ > ^\ >:2:9: note: previous definition is here\ >#define PACKAGE_TARNAME "scribe"\ > ^\ >In file included from conf.cpp:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:23:\ >In file included from /usr/local/include/thrift/protocol/TBinaryProtocol.h:23:\ >In file included from /usr/local/include/thrift/protocol/TProtocol.h:23:\ >In file included from /usr/local/include/thrift/transport/TTransport.h:23:\ >In file included from /usr/local/include/thrift/Thrift.h:25:\ >In file included from /usr/local/include/thrift/thrift-config.h:23:\ >/usr/local/include/thrift/config.h:289:9: warning: 'PACKAGE_VERSION' macro redefined\ >#define PACKAGE_VERSION "0.9.1"\ > ^\ >:3:9: note: previous definition is here\ >#define PACKAGE_VERSION "1.5.0"\ > ^\ >4 warnings and 1 error generated.\ >scribe_server.cpp:264:5: error: use of undeclared identifier 'pstores'\ > pstores = shared_ptr(new store_list_t);\ > ^\ >scribe_server.cpp:264:15: error: reference to 'shared_ptr' is ambiguous\ > pstores = shared_ptr(new store_list_t);\ > ^\ >scribe_server.cpp:35:14: note: candidate found by name lookup is 'shared_ptr'\ >using boost::shared_ptr;\ > ^\ >/usr/include/c++/v1/memory:3817:24: note: candidate found by name lookup is 'std::__1::shared_ptr'\ >class _LIBCPP_TYPE_VIS shared_ptr\ > ^\ >scribe_server.cpp:264:26: error: unexpected type name 'store_list_t': expected expression\ > pstores = shared_ptr(new store_list_t);\ > ^\ >gmake[4]: *** [env_default.o] Error 1\ >scribe_server.cpp:265:28: error: use of undeclared identifier 'pstores'\ > categories[category] = pstores;\ > ^\ >4 warnings and 1 error generated.\ >gmake[4]: *** [conn_pool.o] Error 1\ >scribe_server.cpp:267:5: error: use of undeclared identifier 'pstores'\ > pstores = cat_iter->second;\ > ^\ >In file included from conf.cpp:23:\ >In file included from ./common.h:58:\ >In file included from ./env_default.h:24:\ >In file included from /usr/local/include/thrift/server/TNonblockingServer.h:28:\ >In file included from /usr/local/include/thrift/concurrency/ThreadManager.h:24:\ >/usr/local/include/thrift/cxxfunctional.h:93:18: error: no member named 'bind' in namespace 'std'\ > using ::std::bind;\ > ~~~~~~~^\ >scribe_server.cpp:269:3: error: use of undeclared identifier 'pstores'\ > pstores->push_back(pstore);\ > ^\ >scribe_server.cpp:269:22: error: use of undeclared identifier 'pstore'\ > pstores->push_back(pstore);\ > ^\ >fatal error: too many errors emitted, stopping now [-ferror-limit=]\ >4 warnings and 20 errors generated.\ >gmake[4]: *** [store.o] Error 1\ >4 warnings and 20 errors generated.\ >gmake[4]: *** [scribe_server.o] Error 1\ >conf.cpp:313:9: warning: unused variable 'len' [-Wunused-variable]\ > int len = useSpace ? depth * tabw : depth;\ > ^\ >5 warnings and 1 error generated.\ >gmake[4]: *** [conf.o] Error 1\ >gmake[4]: Leaving directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09/src'\ >gmake[3]: *** [all] Error 2\ >gmake[3]: Leaving directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09/src'\ >gmake[2]: *** [all-recursive] Error 1\ >gmake[2]: Leaving directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09'\ >gmake[1]: *** [all] Error 2\ >gmake[1]: Leaving directory `/usr/ports/net/scribe/work/facebook-scribe-7359a09'\ >===> Compilation failed unexpectedly.\ >Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to\ >the maintainer.\ >*** Error code 1\ >\ >Stop.\ >make: stopped in /usr/ports/net/scribe\ >} -- You are receiving this mail because: You are the assignee for the bug.