------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/sparsehash-2.0.3.tgz Installing /packages/All/indexinfo-0.3.1.tgz Installing /packages/All/m4-1.4.18_1,1.tgz Installing /packages/All/autoconf-wrapper-20131203.tgz Installing /packages/All/perl5-5.28.2.tgz Message from perl5-5.28.2: 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. Installing /packages/All/autoconf-2.69_3.tgz Installing /packages/All/automake-1.16.1_2.tgz Installing /packages/All/libtool-2.4.6_1.tgz Installing /packages/All/icu-64.2,1.tgz Installing /packages/All/boost-libs-1.70.0_2.tgz Message from boost-libs-1.70.0_2: You have built the Boost library with thread support. Don't forget to add -pthread to your linker options when linking your code. SUCCEEDED 00:00:15 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- x===> Fetching all distfiles required by randlm-0.2.5_17 for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- x===> Fetching all distfiles required by randlm-0.2.5_17 for building => SHA256 Checksum OK for randlm-0.2.5.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- x===> Fetching all distfiles required by randlm-0.2.5_17 for building ===> Extracting for randlm-0.2.5_17 => SHA256 Checksum OK for randlm-0.2.5.tar.gz. Extracted Memory Use: 3.83M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- x===> Patching for randlm-0.2.5_17 ===> Applying ports patches for randlm-0.2.5_17 cd /construction/textproc/randlm/randlm-0.2.5/hadoop && /bin/mv strings.cpp strings.cc && /bin/mv strings.h s.h /usr/bin/sed -i.bak -e s#strings.h#s.h# /construction/textproc/randlm/randlm-0.2.5/hadoop/r_compute_ngram_counts.cpp /construction/textproc/randlm/randlm-0.2.5/hadoop/m_compute_ngram_counts_batch.cpp SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- x SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- x===> Configuring for randlm-0.2.5_17 aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' configure.in:7: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: configure.in:7: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation configure.in:11: installing './compile' configure.in:7: installing './missing' hadoop/Makefile.am: installing './depcomp' automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' parallel-tests: installing './test-driver' configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c 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 make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 c++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking build system type... x86_64-portbld-dragonfly5.7 checking host system type... x86_64-portbld-dragonfly5.7 checking how to print strings... printf checking for gcc... cc 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 for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking how to convert x86_64-portbld-dragonfly5.7 file names to x86_64-portbld-dragonfly5.7 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly5.7 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... cpp checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... dragonfly5.7 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... dragonfly5.7 ld.so checking how to hardcode library paths into programs... immediate 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 src/RandLM/Makefile config.status: creating src/LDHT/Makefile config.status: creating hadoop/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands SUCCEEDED 00:00:29 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- x===> Building for randlm-0.2.5_17 /usr/bin/make all-recursive Making all in src Making all in RandLM c++ -DHAVE_CONFIG_H -I. -I../.. -I./ -isystem /usr/local/include -pipe -O2 -isystem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include -std=gnu++98 -MT RandLMBuilder.o -MD -MP -MF .deps/RandLMBuilder.Tpo -c -o RandLMBuilder.o RandLMBuilder.cpp In file included from /usr/include/c++/8.0/ext/hash_map:60, from RandLMHashCache.h:18, from RandLM.h:25, from RandLMPreproc.h:25, from RandLMPipeline.h:20, from RandLMPipelineTool.h:20, from RandLMBuilder.h:21, from RandLMBuilder.cpp:17: /usr/include/c++/8.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] #warning \ ^~~~~~~ In file included from RandLMStruct.h:22, from RandLMParams.h:25, from RandLMBuilder.h:20, from RandLMBuilder.cpp:17: RandLMCache.h: In member function 'bool randlm::RandLMCache::clearNodes(randlm::CacheNode*)': RandLMCache.h:155:25: error: 'itr' does not name a type iterate(node->childs_, itr) { ^~~ RandLMTypes.h:24:31: note: in definition of macro 'iterate' #define iterate(c,i) for(auto i = c.begin(); i != c.end(); i++) ^ RandLMCache.h:155:25: error: expected ';' before 'itr' iterate(node->childs_, itr) { ^~~ RandLMTypes.h:24:46: note: in definition of macro 'iterate' #define iterate(c,i) for(auto i = c.begin(); i != c.end(); i++) ^ RandLMCache.h:155:25: error: 'itr' was not declared in this scope iterate(node->childs_, itr) { ^~~ RandLMTypes.h:24:46: note: in definition of macro 'iterate' #define iterate(c,i) for(auto i = c.begin(); i != c.end(); i++) ^ *** Error code 1 Stop. make[4]: stopped in /construction/textproc/randlm/randlm-0.2.5/src/RandLM *** Error code 1 Stop. make[3]: stopped in /construction/textproc/randlm/randlm-0.2.5/src *** Error code 1 Stop. make[2]: stopped in /construction/textproc/randlm/randlm-0.2.5 *** Error code 1 Stop. make[1]: stopped in /construction/textproc/randlm/randlm-0.2.5 *** Error code 1 Stop. make: stopped in /xports/textproc/randlm FAILED 00:00:02