Skip to content

Instantly share code, notes, and snippets.

@DavidPoliakoff
Created September 26, 2018 23:20
Show Gist options
  • Save DavidPoliakoff/bb81e532f61b7d1910c1f8298b4560ce to your computer and use it in GitHub Desktop.
Save DavidPoliakoff/bb81e532f61b7d1910c1f8298b4560ce to your computer and use it in GitHub Desktop.
bash-4.2$ ./autogen.sh
Running autoreconf -i ...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: copying file `config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:25: installing 'config/compile'
configure.ac:15: installing 'config/config.guess'
configure.ac:15: installing 'config/config.sub'
configure.ac:11: installing 'config/install-sh'
configure.ac:11: installing 'config/missing'
rdl/Makefile.am: installing 'config/depcomp'
parallel-tests: installing 'config/test-driver'
t/Makefile.am:22: warning: shell if [ $(FLUX_PREFIX: non-POSIX variable name
t/Makefile.am:22: (probably a GNU make extension)
Cleaning up ...
Now run ./configure.
bash-4.2$ echo $WD
/usr/workspace/wsrzd/dzpolia/
bash-4.2$ ./configure --prefix=$WD
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/tce/bin/ld
checking if the linker (/usr/tce/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... 4718592
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/tce/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 gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/tce/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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 for gcc option to accept ISO C99... -std=gnu99
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/tce/bin/ld -m elf_x86_64
checking if the linker (/usr/tce/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/tce/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/tce/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether g++ supports C++11 features by default... no
checking whether g++ supports C++11 features with -std=c++11... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
checking whether to build with code coverage support... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CZMQ... yes
checking for dlerror in -ldl... yes
checking for HWLOC... yes
checking for JANSSON... yes
checking for XML2... yes
checking for VALGRIND... yes
checking valgrind.h usability... yes
checking valgrind.h presence... yes
checking for valgrind.h... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking for a Lua interpreter with version >= 5.1, < 5.3... lua
checking for lua... /usr/bin/lua
checking for lua version... 5.1
checking for lua platform... unknown
checking for lua script directory... ${prefix}/share/lua/5.1
checking for lua module directory... ${exec_prefix}/lib/lua/5.1
checking if LUA_VERSION is defined... yes
checking lua.h usability... yes
checking lua.h presence... yes
checking for lua.h... yes
checking lualib.h usability... yes
checking lualib.h presence... yes
checking for lualib.h... yes
checking lauxlib.h usability... yes
checking lauxlib.h presence... yes
checking for lauxlib.h... yes
checking luaconf.h usability... yes
checking luaconf.h presence... yes
checking for luaconf.h... yes
checking for Lua header version... 5.1
checking if Lua header version matches 5.1... yes
checking if LUA_VERSION is defined... yes
checking for library containing exp... -lm
checking for library containing dlopen... -ldl
checking for library containing lua_load... -llua-5.1
checking for liblua DSO name... liblua-5.1.so
checking for UUID... yes
checking for FLUX_CORE... yes
checking for flux... flux
checking for boostlib >= 1.53.0 (105300)... yes
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 whether the Boost::Graph library is available... yes
checking for exit in -lboost_graph... yes
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex-mt... yes
checking for JOBSPEC... yes
checking for IDSET... yes
checking for readline in -lreadline... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int64_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memset... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... 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 src/common/Makefile
config.status: creating src/common/libtap/Makefile
config.status: creating src/common/liblsd/Makefile
config.status: creating src/common/libutil/Makefile
config.status: creating src/common/librbtree/Makefile
config.status: creating rdl/Makefile
config.status: creating rdl/test/Makefile
config.status: creating resrc/Makefile
config.status: creating resrc/test/Makefile
config.status: creating resource/Makefile
config.status: creating resource/planner/Makefile
config.status: creating resource/planner/test/Makefile
config.status: creating resource/modules/Makefile
config.status: creating sched/Makefile
config.status: creating sched/priority/Makefile
config.status: creating sched/priority/modified_fair_tree/Makefile
config.status: creating simulator/Makefile
config.status: creating etc/Makefile
config.status: creating t/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
flux-sched version 0.6.0-21-gc27dc14
Prefix...........: /usr/workspace/wsrzd/dzpolia
Debug Build......:
C Compiler.......: gcc -std=gnu99
C++ Compiler.....: g++ -std=c++11
CFLAGS...........: -g -O2
CPPFLAGS..........
CXXFLAGS.......... -g -O2
FLUX.............: flux
FLUX_CORE_CFLAGS.: -I/usr/workspace/wsrzd/dzpolia/include
FLUX_CORE_LIBS...: -L/usr/workspace/wsrzd/dzpolia/lib -lflux-core
FLUX_PREFIX......: /usr/workspace/wsrzd/dzpolia
LDFLAGS..........:
LIBS.............:
Linker...........: /usr/tce/bin/ld -m elf_x86_64
bash-4.2$ make -j
make all-recursive
make[1]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched'
Making all in src
make[2]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src'
Making all in common
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common'
Making all in libtap
make[4]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/libtap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/libtap'
Making all in liblsd
make[4]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/liblsd'
CC list.lo
CCLD liblsd.la
make[4]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/liblsd'
Making all in libutil
make[4]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/libutil'
CC xzmalloc.lo
CC log.lo
CCLD libutil.la
make[4]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/libutil'
Making all in librbtree
make[4]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/librbtree'
CC rbtree.lo
CCLD librbtree.la
make[4]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common/librbtree'
make[4]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common'
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src/common'
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src'
make[2]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/src'
Making all in rdl
make[2]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/rdl'
Making all in .
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/rdl'
CC rdl.lo
CC jansson-lua.lo
CC flux_rdltool-flux-rdltool.o
CCLD libjansson-lua.la
CCLD libflux-rdl.la
CCLD flux-rdltool
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/rdl'
Making all in test
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/rdl/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/rdl/test'
make[2]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/rdl'
Making all in resrc
make[2]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resrc'
Making all in .
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resrc'
CC libflux_resrc_la-resrc.lo
CC libflux_resrc_la-resrc_tree.lo
CC libflux_resrc_la-resrc_flow.lo
CC libflux_resrc_la-resrc_reqst.lo
CCLD libflux-resrc.la
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resrc'
Making all in test
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resrc/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resrc/test'
make[2]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resrc'
Making all in resource
make[2]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource'
Making all in planner
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource/planner'
Making all in .
make[4]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource/planner'
CC libplanner_la-planner.lo
CC libplanner_la-planner_multi.lo
CCLD libplanner.la
make[4]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource/planner'
Making all in test
make[4]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource/planner/test'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource/planner/test'
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource/planner'
Making all in .
make[3]: Entering directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource'
CXX policies/libresource_la-dfu_match_high_id_first.lo
CXX policies/libresource_la-dfu_match_low_id_first.lo
CXX policies/libresource_la-dfu_match_locality.lo
CXX policies/libresource_la-dfu_match_policy_factory.lo
CXX jobinfo/libresource_la-jobinfo.lo
CXX schema/libresource_la-resource_data.lo
CXX schema/libresource_la-infra_data.lo
CXX schema/libresource_la-sched_data.lo
CXX schema/libresource_la-color.lo
CXX traversers/libresource_la-dfu.lo
CXX traversers/libresource_la-dfu_impl.lo
CXX evaluators/libresource_la-scoring_api.lo
CXX evaluators/libresource_la-edge_eval_api.lo
CXX generators/libresource_la-gen.lo
CXX generators/libresource_la-spec.lo
CXX generators/utilities_grug2dot-spec.o
CXX policies/base/libresource_la-dfu_match_cb.lo
CXX policies/base/libresource_la-matcher.lo
CXX utilities/utilities_grug2dot-grug2dot.o
CXX utilities/utilities_resource_query-resource-query.o
CXX utilities/utilities_resource_query-command.o
In file included from /usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/deque:62:0,
from generators/gen.cpp:26:
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_construct.h: In instantiation of 'void std::_Construct(_T1*, _Args&& ...) [with _T1 = boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>; _Args = {const boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>&}]':
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_uninitialized.h:75:53: required from 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>*, std::vector<boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>, std::allocator<boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t> > > >; _ForwardIterator = boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>*; bool _TrivialValueTypes = false]'
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_uninitialized.h:126:41: required from '_ForwardIterator std::uninitialized_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator<const boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>*, std::vector<boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>, std::allocator<boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t> > > >; _ForwardIterator = boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>*]'
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_uninitialized.h:279:63: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = __gnu_cxx::__normal_iterator<const boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>*, std::vector<boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>, std::allocator<boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t> > > >; _ForwardIterator = boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>*; _Tp = boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>]'
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_vector.h:324:32: required from 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>; _Alloc = std::allocator<boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t> >]'
/usr/workspace/wsrzd/dzpolia/include/boost/graph/detail/adjacency_list.hpp:2399:16: required from 'void std::_Construct(_T1*, _Args&& ...) [with _T1 = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex; _Args = {boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex&}]'
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_uninitialized.h:75:53: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ]
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_uninitialized.h:279:63: required from '_ForwardIterator std::__uninitialized_copy_a(_InputIterator, _InputIterator, _ForwardIterator, std::allocator<_Tp>&) [with _InputIterator = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex*; _ForwardIterator = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex*; _Tp = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex]'
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_uninitialized.h:302:69: required from '_ForwardIterator std::__uninitialized_move_if_noexcept_a(_InputIterator, _InputIterator, _ForwardIterator, _Allocator&) [with _InputIterator = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex*; _ForwardIterator = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex*; _Allocator = std::allocator<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex>]'
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/vector.tcc:564:42: required from 'void std::vector<_Tp, _Alloc>::_M_default_append(std::vector<_Tp, _Alloc>::size_type) [with _Tp = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex; _Alloc = std::allocator<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]'
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_vector.h:676:41: required from 'void std::vector<_Tp, _Alloc>::resize(std::vector<_Tp, _Alloc>::size_type) [with _Tp = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex; _Alloc = std::allocator<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config::stored_vertex>; std::vector<_Tp, _Alloc>::size_type = long unsigned int]'
/usr/workspace/wsrzd/dzpolia/include/boost/graph/detail/adjacency_list.hpp:2192:7: required from 'typename Config::vertex_descriptor boost::add_vertex(boost::vec_adj_list_impl<G, C, B>&) [with Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >; Config = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config; Base = boost::directed_graph_helper<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char> >, boost::vecS, boost::vecS, boost::directedS, Flux::resource_model::resource_pool_t, Flux::resource_model::resource_relation_t, std::basic_string<char>, boost::listS>::config>; typename Config::vertex_descriptor = long unsigned int]'
generators/gen.cpp:190:44: required from here
/usr/tce/packages/gcc/gcc-4.9.3/include/c++/4.9.3/bits/stl_construct.h:75:7: error: use of deleted function 'boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>::stored_edge_property(const boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>&)'
{ ::new(static_cast<void*>(__p)) _T1(std::forward<_Args>(__args)...); }
^
In file included from /usr/workspace/wsrzd/dzpolia/include/boost/graph/adjacency_list.hpp:246:0,
from ../resource/schema/resource_graph.hpp:29,
from ../resource/generators/gen.hpp:30,
from generators/gen.cpp:30:
/usr/workspace/wsrzd/dzpolia/include/boost/graph/detail/adjacency_list.hpp:290:11: note: 'boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>::stored_edge_property(const boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>&)' is implicitly declared as deleted because 'boost::detail::stored_edge_property<long unsigned int, Flux::resource_model::resource_relation_t>' declares a move constructor or move assignment operator
class stored_edge_property : public stored_edge<Vertex> {
^
make[3]: *** [generators/libresource_la-gen.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched/resource'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/workspace/wsrzd/dzpolia/src/flux/flux-sched'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment