+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/stxxl.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sjpwCf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf stxxl-1.4.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/stxxl-1.4.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd stxxl-1.4.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (stxxl_1.4.1-build_shared.patch):' Patch #0 (stxxl_1.4.1-build_shared.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file CMakeLists.txt ++ basename /usr/lib64 + LIBVAL=lib64 + sed -i 's@INSTALL_LIB_DIR "lib"@INSTALL_LIB_DIR "lib64"@' CMakeLists.txt + sed -i 's@INSTALL_PKGCONFIG_DIR "lib/pkgconfig"@INSTALL_PKGCONFIG_DIR "lib64/pkgconfig"@' CMakeLists.txt + sed -i 's@DEF_INSTALL_CMAKE_DIR "lib/cmake/stxxl"@DEF_INSTALL_CMAKE_DIR "lib64/cmake/stxxl"@' CMakeLists.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BJF3lX + umask 022 + cd /builddir/build/BUILD + cd stxxl-1.4.1 + mkdir rpm_build + pushd rpm_build ~/build/BUILD/stxxl-1.4.1/rpm_build ~/build/BUILD/stxxl-1.4.1 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + /usr/bin/cmake -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DLIB_SUFFIX=64 -DBUILD_SHARED_LIBS:BOOL=ON -DCMAKE_BUILD_TYPE=Release .. -- The C compiler identification is GNU 7.3.1 -- The CXX compiler identification is GNU 7.3.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CXX_HAS_FLAGS_WEXTRA -- Performing Test CXX_HAS_FLAGS_WEXTRA - Success -- Performing Test CXX_HAS_TEMPLATE_DEPTH -- Performing Test CXX_HAS_TEMPLATE_DEPTH - Success -- Performing Test CXX_HAS_STD_CXX11 -- Performing Test CXX_HAS_STD_CXX11 - Success -- Performing Test STXXL_HAVE_CXX11_RANGE_FOR_LOOP -- Performing Test STXXL_HAVE_CXX11_RANGE_FOR_LOOP - Success -- Looking for C++ include pthread.h -- Looking for C++ include pthread.h - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Checking for 64-bit off_t -- Checking for 64-bit off_t - present -- Checking for fseeko/ftello -- Checking for fseeko/ftello - present -- Performing Test STXXL_HAVE_O_DIRECT -- Performing Test STXXL_HAVE_O_DIRECT - Success -- Looking for mmap -- Looking for mmap - found -- Performing Test STXXL_HAVE_LINUXAIO_FILE -- Performing Test STXXL_HAVE_LINUXAIO_FILE - Success -- Performing Test STXXL_HAVE_SYNC_ADD_AND_FETCH -- Performing Test STXXL_HAVE_SYNC_ADD_AND_FETCH - Success CMake Warning (dev) at /usr/share/cmake/Modules/FindOpenMP.cmake:310 (if): if given arguments: "TRUE" An argument named "TRUE" appears in a conditional statement. Policy CMP0012 is not set: if() recognizes numbers and boolean constants. Run "cmake --help-policy CMP0012" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake/Modules/FindOpenMP.cmake:425 (_OPENMP_GET_SPEC_DATE) CMakeLists.txt:480 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found OpenMP_C: -fopenmp CMake Warning (dev) at /usr/share/cmake/Modules/FindOpenMP.cmake:310 (if): if given arguments: "TRUE" An argument named "TRUE" appears in a conditional statement. Policy CMP0012 is not set: if() recognizes numbers and boolean constants. Run "cmake --help-policy CMP0012" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): /usr/share/cmake/Modules/FindOpenMP.cmake:425 (_OPENMP_GET_SPEC_DATE) CMakeLists.txt:480 (include) This warning is for project developers. Use -Wno-dev to suppress it. -- Found OpenMP_CXX: -fopenmp -- Found OpenMP: TRUE -- Looking for C++ include parallel/algorithm -- Looking for C++ include parallel/algorithm - found -- Using POSIX pthread library functions. -- Looking for mallinfo -- Looking for mallinfo - found -- Looking for mlock -- Looking for mlock - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR LIB_SUFFIX SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/stxxl-1.4.1/rpm_build + make -j4 DESTDIR=/usr/ /usr/bin/cmake -H/builddir/build/BUILD/stxxl-1.4.1 -B/builddir/build/BUILD/stxxl-1.4.1/rpm_build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/stxxl-1.4.1/rpm_build/CMakeFiles /builddir/build/BUILD/stxxl-1.4.1/rpm_build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f lib/CMakeFiles/stxxl.dir/build.make lib/CMakeFiles/stxxl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/lib /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib/CMakeFiles/stxxl.dir/DependInfo.cmake --color= Scanning dependencies of target stxxl make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f lib/CMakeFiles/stxxl.dir/build.make lib/CMakeFiles/stxxl.dir/build make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 1%] Building CXX object lib/CMakeFiles/stxxl.dir/common/cmdline.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/cmdline.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/cmdline.cpp [ 3%] Building CXX object lib/CMakeFiles/stxxl.dir/common/log.cpp.o [ 7%] Building CXX object lib/CMakeFiles/stxxl.dir/common/exithandler.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/log.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/log.cpp [ 7%] Building CXX object lib/CMakeFiles/stxxl.dir/common/rand.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/exithandler.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/exithandler.cpp cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/rand.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/rand.cpp [ 9%] Building CXX object lib/CMakeFiles/stxxl.dir/common/seed.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/seed.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/seed.cpp [ 11%] Building CXX object lib/CMakeFiles/stxxl.dir/common/utils.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/utils.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/utils.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/singleton.h:20, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/log.h:20, from /builddir/build/BUILD/stxxl-1.4.1/lib/common/log.cpp:15: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/lib/common/seed.cpp:16: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 13%] Building CXX object lib/CMakeFiles/stxxl.dir/common/verbose.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/verbose.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/verbose.cpp [ 15%] Building CXX object lib/CMakeFiles/stxxl.dir/common/version.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/common/version.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/common/version.cpp [ 17%] Building CXX object lib/CMakeFiles/stxxl.dir/io/boostfd_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/boostfd_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/boostfd_file.cpp [ 19%] Building CXX object lib/CMakeFiles/stxxl.dir/io/create_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/create_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/create_file.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/singleton.h:20, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/log.h:20, from /builddir/build/BUILD/stxxl-1.4.1/lib/common/verbose.cpp:17: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 21%] Building CXX object lib/CMakeFiles/stxxl.dir/io/disk_queued_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/disk_queued_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/disk_queued_file.cpp [ 23%] Building CXX object lib/CMakeFiles/stxxl.dir/io/file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/file.cpp /builddir/build/BUILD/stxxl-1.4.1/lib/common/verbose.cpp: In function 'void stxxl::print_msg(const char*, const string&, unsigned int)': /builddir/build/BUILD/stxxl-1.4.1/lib/common/verbose.cpp:33:6: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] void print_msg(const char* label, const std::string& msg, unsigned flags) ^~~~~~~~~ In file included from /usr/include/stdio.h:861:0, from /usr/include/c++/7/cstdio:42, from /usr/include/c++/7/ext/string_conversions.h:43, from /usr/include/c++/7/bits/basic_string.h:6349, from /usr/include/c++/7/string:52, from /usr/include/c++/7/bits/locale_classes.h:40, from /usr/include/c++/7/bits/ios_base.h:41, from /usr/include/c++/7/ios:42, from /usr/include/c++/7/ostream:38, from /usr/include/c++/7/iostream:39, from /builddir/build/BUILD/stxxl-1.4.1/lib/common/verbose.cpp:13: /usr/include/bits/stdio2.h:68:44: note: '__builtin___snprintf_chk' output between 21 and 39 bytes into a destination of size 23 __bos (__s), __fmt, __va_arg_pack ()); ^ [ 25%] Building CXX object lib/CMakeFiles/stxxl.dir/io/fileperblock_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/fileperblock_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/fileperblock_file.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/io/create_file.cpp:16:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/file.h:30, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/disk_queued_file.h:18, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/disk_queued_file.cpp:13: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/file.h:30, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/file.cpp:13: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 27%] Building CXX object lib/CMakeFiles/stxxl.dir/io/iostats.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/iostats.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/iostats.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/fileperblock_file.cpp:21: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 29%] Building CXX object lib/CMakeFiles/stxxl.dir/io/mem_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/mem_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/mem_file.cpp [ 31%] Building CXX object lib/CMakeFiles/stxxl.dir/io/request.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/request.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/request.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/iostats.h:24, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/iostats.cpp:15: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/file.h:30, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/disk_queued_file.h:18, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/mem_file.h:18, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/mem_file.cpp:18: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/request.cpp:16: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 33%] Building CXX object lib/CMakeFiles/stxxl.dir/io/request_queue_impl_1q.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/request_queue_impl_1q.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_queue_impl_1q.cpp [ 35%] Building CXX object lib/CMakeFiles/stxxl.dir/io/request_queue_impl_qwqr.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/request_queue_impl_qwqr.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_queue_impl_qwqr.cpp [ 37%] Building CXX object lib/CMakeFiles/stxxl.dir/io/request_queue_impl_worker.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/request_queue_impl_worker.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_queue_impl_worker.cpp [ 39%] Building CXX object lib/CMakeFiles/stxxl.dir/io/request_with_state.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/request_with_state.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_with_state.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_queue_impl_1q.cpp:19:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_queue_impl_worker.cpp:16:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_queue_impl_qwqr.cpp:18:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/state.h:19, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_with_state.cpp:15: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 41%] Building CXX object lib/CMakeFiles/stxxl.dir/io/request_with_waiters.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/request_with_waiters.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_with_waiters.cpp [ 43%] Building CXX object lib/CMakeFiles/stxxl.dir/io/serving_request.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/serving_request.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/serving_request.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/request_with_waiters.cpp:14: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 45%] Building CXX object lib/CMakeFiles/stxxl.dir/io/syscall_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/syscall_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/syscall_file.cpp [ 47%] Building CXX object lib/CMakeFiles/stxxl.dir/io/ufs_file_base.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/ufs_file_base.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/ufs_file_base.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/state.h:19, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/serving_request.cpp:15: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/io/syscall_file.cpp:15:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/io/ufs_file_base.cpp:17:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 49%] Building CXX object lib/CMakeFiles/stxxl.dir/io/wbtl_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/wbtl_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/wbtl_file.cpp [ 50%] Building CXX object lib/CMakeFiles/stxxl.dir/io/wfs_file_base.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/wfs_file_base.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/wfs_file_base.cpp [ 52%] Building CXX object lib/CMakeFiles/stxxl.dir/io/wincall_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/wincall_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/wincall_file.cpp [ 54%] Building CXX object lib/CMakeFiles/stxxl.dir/mng/block_manager.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/mng/block_manager.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/mng/block_manager.cpp [ 56%] Building CXX object lib/CMakeFiles/stxxl.dir/mng/config.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/mng/config.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/mng/config.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/file.h:30, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/disk_queued_file.h:18, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/wbtl_file.h:27, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/wbtl_file.cpp:16: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 58%] Building CXX object lib/CMakeFiles/stxxl.dir/mng/disk_allocator.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/mng/disk_allocator.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/mng/disk_allocator.cpp /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/file.h:30, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/create_file.h:17, from /builddir/build/BUILD/stxxl-1.4.1/lib/mng/block_manager.cpp:16: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/mng/config.cpp:17:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/lib/mng/disk_allocator.cpp:14:0: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 60%] Building CXX object lib/CMakeFiles/stxxl.dir/algo/async_schedule.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/algo/async_schedule.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/algo/async_schedule.cpp [ 62%] Building CXX object lib/CMakeFiles/stxxl.dir/io/mmap_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/mmap_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/mmap_file.cpp [ 64%] Building CXX object lib/CMakeFiles/stxxl.dir/io/simdisk_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/simdisk_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/simdisk_file.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/ufs_file_base.h:21, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/mmap_file.h:22, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/mmap_file.cpp:14: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/file.h:30, from /builddir/build/BUILD/stxxl-1.4.1/lib/algo/async_schedule.cpp:22: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 66%] Building CXX object lib/CMakeFiles/stxxl.dir/io/linuxaio_file.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/linuxaio_file.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/linuxaio_file.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/ufs_file_base.h:21, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/simdisk_file.h:30, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/simdisk_file.cpp:14: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 68%] Building CXX object lib/CMakeFiles/stxxl.dir/io/linuxaio_queue.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/linuxaio_queue.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/linuxaio_queue.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/ufs_file_base.h:21, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/linuxaio_file.h:21, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/linuxaio_file.cpp:13: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 70%] Building CXX object lib/CMakeFiles/stxxl.dir/io/linuxaio_request.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -Dstxxl_EXPORTS -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -fPIC -o CMakeFiles/stxxl.dir/io/linuxaio_request.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/lib/io/linuxaio_request.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/ufs_file_base.h:21, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/linuxaio_file.h:21, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/linuxaio_queue.h:17, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/linuxaio_queue.cpp:14: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/ufs_file_base.h:21, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/linuxaio_file.h:21, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/linuxaio_request.h:17, from /builddir/build/BUILD/stxxl-1.4.1/lib/io/linuxaio_request.cpp:14: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 72%] Linking CXX shared library libstxxl.so cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/cmake -E cmake_link_script CMakeFiles/stxxl.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -shared -Wl,-soname,libstxxl.so.1.4.1 -o libstxxl.so.1.4.1 CMakeFiles/stxxl.dir/common/cmdline.cpp.o CMakeFiles/stxxl.dir/common/exithandler.cpp.o CMakeFiles/stxxl.dir/common/log.cpp.o CMakeFiles/stxxl.dir/common/rand.cpp.o CMakeFiles/stxxl.dir/common/seed.cpp.o CMakeFiles/stxxl.dir/common/utils.cpp.o CMakeFiles/stxxl.dir/common/verbose.cpp.o CMakeFiles/stxxl.dir/common/version.cpp.o CMakeFiles/stxxl.dir/io/boostfd_file.cpp.o CMakeFiles/stxxl.dir/io/create_file.cpp.o CMakeFiles/stxxl.dir/io/disk_queued_file.cpp.o CMakeFiles/stxxl.dir/io/file.cpp.o CMakeFiles/stxxl.dir/io/fileperblock_file.cpp.o CMakeFiles/stxxl.dir/io/iostats.cpp.o CMakeFiles/stxxl.dir/io/mem_file.cpp.o CMakeFiles/stxxl.dir/io/request.cpp.o CMakeFiles/stxxl.dir/io/request_queue_impl_1q.cpp.o CMakeFiles/stxxl.dir/io/request_queue_impl_qwqr.cpp.o CMakeFiles/stxxl.dir/io/request_queue_impl_worker.cpp.o CMakeFiles/stxxl.dir/io/request_with_state.cpp.o CMakeFiles/stxxl.dir/io/request_with_waiters.cpp.o CMakeFiles/stxxl.dir/io/serving_request.cpp.o CMakeFiles/stxxl.dir/io/syscall_file.cpp.o CMakeFiles/stxxl.dir/io/ufs_file_base.cpp.o CMakeFiles/stxxl.dir/io/wbtl_file.cpp.o CMakeFiles/stxxl.dir/io/wfs_file_base.cpp.o CMakeFiles/stxxl.dir/io/wincall_file.cpp.o CMakeFiles/stxxl.dir/mng/block_manager.cpp.o CMakeFiles/stxxl.dir/mng/config.cpp.o CMakeFiles/stxxl.dir/mng/disk_allocator.cpp.o CMakeFiles/stxxl.dir/algo/async_schedule.cpp.o CMakeFiles/stxxl.dir/io/mmap_file.cpp.o CMakeFiles/stxxl.dir/io/simdisk_file.cpp.o CMakeFiles/stxxl.dir/io/linuxaio_file.cpp.o CMakeFiles/stxxl.dir/io/linuxaio_queue.cpp.o CMakeFiles/stxxl.dir/io/linuxaio_request.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib && /usr/bin/cmake -E cmake_symlink_library libstxxl.so.1.4.1 libstxxl.so.1.4.1 libstxxl.so make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 72%] Built target stxxl make -f tools/CMakeFiles/stxxl_tool.dir/build.make tools/CMakeFiles/stxxl_tool.dir/depend make -f local/CMakeFiles/test2.dir/build.make local/CMakeFiles/test2.dir/depend make -f local/CMakeFiles/test1.dir/build.make local/CMakeFiles/test1.dir/depend make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/tools /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools/CMakeFiles/stxxl_tool.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local/CMakeFiles/test2.dir/DependInfo.cmake --color= make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local/CMakeFiles/test1.dir/DependInfo.cmake --color= Scanning dependencies of target test2 make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f local/CMakeFiles/test2.dir/build.make local/CMakeFiles/test2.dir/build Scanning dependencies of target test1 make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f local/CMakeFiles/test1.dir/build.make local/CMakeFiles/test1.dir/build make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 76%] Building CXX object local/CMakeFiles/test2.dir/test2.cpp.o [ 76%] Building CXX object local/CMakeFiles/test1.dir/test1.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/test1.dir/test1.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/local/test1.cpp cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/test2.dir/test2.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/local/test2.cpp Scanning dependencies of target stxxl_tool make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f tools/CMakeFiles/stxxl_tool.dir/build.make tools/CMakeFiles/stxxl_tool.dir/build make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 78%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/create_files.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/create_files.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/create_files.cpp [ 80%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/stxxl_tool.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/stxxl_tool.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/stxxl_tool.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/singleton.h:20, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/mng/config.h:24, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/mng/buf_istream.h:16, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/stream/stream.h:19, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/stream/sort_stream.h:20, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/containers/sorter.h:17, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/sorter:14, from /builddir/build/BUILD/stxxl-1.4.1/local/test2.cpp:21: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/request:14, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/io.h:17, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/io:14, from /builddir/build/BUILD/stxxl-1.4.1/tools/stxxl_tool.cpp:14: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request_operations.h:19, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/containers/vector.h:24, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/vector:14, from /builddir/build/BUILD/stxxl-1.4.1/local/test1.cpp:20: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/request:14, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/io.h:17, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/io:14, from /builddir/build/BUILD/stxxl-1.4.1/tools/create_files.cpp:18: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 82%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/benchmark_disks.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/benchmark_disks.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_disks.cpp [ 84%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/benchmark_files.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/benchmark_files.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_files.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/request:14, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/io.h:17, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/io:14, from /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_disks.cpp:32: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/request:14, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/io.h:17, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/io:14, from /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_files.cpp:28: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 86%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/benchmark_sort.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/benchmark_sort.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_sort.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request_operations.h:19, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/containers/vector.h:24, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/vector:14, from /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_sort.cpp:21: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 88%] Linking CXX executable test2 cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local && /usr/bin/cmake -E cmake_link_script CMakeFiles/test2.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test2.dir/test2.cpp.o -o test2 -Wl,-rpath,/builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib ../lib/libstxxl.so.1.4.1 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 88%] Built target test2 [ 90%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/benchmark_disks_random.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/benchmark_disks_random.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_disks_random.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/request:14, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/io.h:17, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/io:14, from /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_disks_random.cpp:28: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 92%] Linking CXX executable test1 cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local && /usr/bin/cmake -E cmake_link_script CMakeFiles/test1.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/test1.dir/test1.cpp.o -o test1 -Wl,-rpath,/builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib ../lib/libstxxl.so.1.4.1 -lpthread /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 92%] Built target test1 [ 94%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/benchmark_pqueue.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/benchmark_pqueue.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_pqueue.cpp In file included from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:29:0, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/counting_ptr.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/io/request.h:22, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/mng/block_manager.h:36, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/containers/pq_helpers.h:23, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/containers/priority_queue.h:23, from /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/priority_queue:14, from /builddir/build/BUILD/stxxl-1.4.1/tools/benchmark_pqueue.cpp:26: /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h: In destructor 'stxxl::mutex::~mutex()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:68:13: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_unlock(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:70:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(resource_error, "pthread_mutex_trylock() failed", res); ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/mutex.h:73:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_mutex_destroy(&m_mutex)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h: In destructor 'stxxl::condition_variable::~condition_variable()': /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: warning: throw will always call terminate() [-Wterminate] throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:44:39: note: in C++11 destructors default to noexcept throw exception_type(msg.str()); \ ^ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:55:5: note: in expansion of macro 'STXXL_THROW2' STXXL_THROW2(exception_type, \ ^~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/error_handling.h:126:13: note: in expansion of macro 'STXXL_THROW_ERRNO2' STXXL_THROW_ERRNO2(stxxl::resource_error, #expr, res); \ ^~~~~~~~~~~~~~~~~~ /builddir/build/BUILD/stxxl-1.4.1/include/stxxl/bits/common/condition_variable.h:60:9: note: in expansion of macro 'STXXL_CHECK_PTHREAD_CALL' STXXL_CHECK_PTHREAD_CALL(pthread_cond_destroy(&cond)); ^~~~~~~~~~~~~~~~~~~~~~~~ [ 96%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/mlock.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/mlock.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/mlock.cpp [ 98%] Building CXX object tools/CMakeFiles/stxxl_tool.dir/mallinfo.cpp.o cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/c++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I/builddir/build/BUILD/stxxl-1.4.1/include -I/builddir/build/BUILD/stxxl-1.4.1/rpm_build/include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -o CMakeFiles/stxxl_tool.dir/mallinfo.cpp.o -c /builddir/build/BUILD/stxxl-1.4.1/tools/mallinfo.cpp [100%] Linking CXX executable stxxl_tool cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools && /usr/bin/cmake -E cmake_link_script CMakeFiles/stxxl_tool.dir/link.txt --verbose=1 /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -pedantic -Wno-long-long -Wextra -ftemplate-depth=1024 -std=c++11 -fopenmp -DNDEBUG -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/stxxl_tool.dir/stxxl_tool.cpp.o CMakeFiles/stxxl_tool.dir/create_files.cpp.o CMakeFiles/stxxl_tool.dir/benchmark_disks.cpp.o CMakeFiles/stxxl_tool.dir/benchmark_files.cpp.o CMakeFiles/stxxl_tool.dir/benchmark_sort.cpp.o CMakeFiles/stxxl_tool.dir/benchmark_disks_random.cpp.o CMakeFiles/stxxl_tool.dir/benchmark_pqueue.cpp.o CMakeFiles/stxxl_tool.dir/mlock.cpp.o CMakeFiles/stxxl_tool.dir/mallinfo.cpp.o -o stxxl_tool -Wl,-rpath,/builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib: ../lib/libstxxl.so.1.4.1 -lpthread make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [100%] Built target stxxl_tool make[1]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/stxxl-1.4.1/rpm_build/CMakeFiles 0 + popd ~/build/BUILD/stxxl-1.4.1 + doxygen . error: file `.' not found Searching for include files... Searching for example files... Searching for images... Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Searching for files in directory /builddir/build/BUILD/stxxl-1.4.1 Reading and parsing tag files Parsing files Building group list... Building directory list... Building namespace list... Building file list... Building class list... Associating documentation with classes... Computing nesting relations for classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Freeing entry tree Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Computing dependencies between directories... Generating citations page... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating file documentation... Generating page documentation... Generating group documentation... Generating class documentation... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... writing tag file... lookup cache used 0/65536 hits=0 misses=0 finished... + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4yqEIG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64 + cd stxxl-1.4.1 + pushd rpm_build ~/build/BUILD/stxxl-1.4.1/rpm_build ~/build/BUILD/stxxl-1.4.1 + make install DESTDIR=/builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64 /usr/bin/cmake -H/builddir/build/BUILD/stxxl-1.4.1 -B/builddir/build/BUILD/stxxl-1.4.1/rpm_build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/stxxl-1.4.1/rpm_build/CMakeFiles /builddir/build/BUILD/stxxl-1.4.1/rpm_build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f lib/CMakeFiles/stxxl.dir/build.make lib/CMakeFiles/stxxl.dir/depend make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/lib /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib /builddir/build/BUILD/stxxl-1.4.1/rpm_build/lib/CMakeFiles/stxxl.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f lib/CMakeFiles/stxxl.dir/build.make lib/CMakeFiles/stxxl.dir/build make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make[2]: Nothing to be done for 'lib/CMakeFiles/stxxl.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 72%] Built target stxxl make -f tools/CMakeFiles/stxxl_tool.dir/build.make tools/CMakeFiles/stxxl_tool.dir/depend make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/tools /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools /builddir/build/BUILD/stxxl-1.4.1/rpm_build/tools/CMakeFiles/stxxl_tool.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f tools/CMakeFiles/stxxl_tool.dir/build.make tools/CMakeFiles/stxxl_tool.dir/build make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make[2]: Nothing to be done for 'tools/CMakeFiles/stxxl_tool.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 92%] Built target stxxl_tool make -f local/CMakeFiles/test2.dir/build.make local/CMakeFiles/test2.dir/depend make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local/CMakeFiles/test2.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f local/CMakeFiles/test2.dir/build.make local/CMakeFiles/test2.dir/build make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make[2]: Nothing to be done for 'local/CMakeFiles/test2.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [ 96%] Built target test2 make -f local/CMakeFiles/test1.dir/build.make local/CMakeFiles/test1.dir/depend make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' cd /builddir/build/BUILD/stxxl-1.4.1/rpm_build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/stxxl-1.4.1 /builddir/build/BUILD/stxxl-1.4.1/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local /builddir/build/BUILD/stxxl-1.4.1/rpm_build/local/CMakeFiles/test1.dir/DependInfo.cmake --color= make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make -f local/CMakeFiles/test1.dir/build.make local/CMakeFiles/test1.dir/build make[2]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make[2]: Nothing to be done for 'local/CMakeFiles/test1.dir/build'. make[2]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' [100%] Built target test1 make[1]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/stxxl-1.4.1/rpm_build/CMakeFiles 0 make -f CMakeFiles/Makefile2 preinstall make[1]: Entering directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' make[1]: Nothing to be done for 'preinstall'. make[1]: Leaving directory '/builddir/build/BUILD/stxxl-1.4.1/rpm_build' Install the project... /usr/bin/cmake -P cmake_install.cmake -- Install configuration: "Release" -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/sort -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/aligned_alloc -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/stack -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/priority_queue -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/algorithm -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/all -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/scan -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/random_shuffle -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/map -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/queue -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/timer -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/types -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/vector -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/stats -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/cmdline -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/stable_ksort -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/request -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/ksort -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/mallocstats -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/sequence -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/unordered_map -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/version.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/stream -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/defines.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/singleton.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/namespace.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/libstxxl.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/msvc_compatibility.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/compat -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/compat/unique_ptr.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/compat/hash_map.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/compat/type_traits.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/utils -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/utils/malloc.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/unused.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree/btree.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree/root_node.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree/iterator_map.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree/node_cache.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree/node.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree/iterator.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/btree/leaf.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/matrix_arithmetic.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/unordered_map.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/pq_mergers.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/pq_losertree.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/pager.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/matrix_low_level.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/map.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/matrix.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/deque.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/sequence.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/pq_helpers.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/priority_queue.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/queue.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/stack.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/hash_map -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/hash_map/iterator_map.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/hash_map/hash_map.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/hash_map/util.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/hash_map/iterator.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/hash_map/tuning.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/hash_map/block_cache.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/vector.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/pq_ext_merger.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/containers/sorter.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/config.h.in -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/noncopyable.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/parallel.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/random_shuffle.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/sort_helper.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/stable_ksort.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/sort_base.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/sort.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/intksort.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/run_cursor.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/inmemsort.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/ksort.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/scan.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/losertree.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/async_schedule.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/algo/adaptor.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/deprecated.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/external_shared_ptr.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/counting_ptr.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/cmdline.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/utils.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/uint_types.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/timer.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/new_alloc.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/semaphore.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/tuple.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/state.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/condition_variable.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/seed.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/settings.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/tmeta.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/rand.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/mutex.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/onoff_switch.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/log.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/simple_vector.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/binary_buffer.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/is_sorted.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/types.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/exithandler.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/exceptions.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/addressable_queues.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/aligned_alloc.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/common/error_handling.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/version.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/stream -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/stream/sorted_runs.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/stream/choose.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/stream/sort_stream.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/stream/stream.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/stream/unique.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/disk_allocator.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/buf_writer.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/buf_istream.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/block_scheduler.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/prefetch_pool.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/block_alloc.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/buf_istream_reverse.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/read_write_pool.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/block_manager.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/write_pool.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/config.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/typed_block.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/adaptor.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/buf_ostream.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/block_alloc_interleaved.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/bid.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/mng/block_prefetcher.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_with_waiters.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_queue_impl_1q.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/wfs_file_base.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_with_state.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/create_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/linuxaio_queue.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/mmap_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/disk_queued_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/boostfd_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/syscall_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/wincall_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/simdisk_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/linuxaio_request.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_operations.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/wbtl_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/ufs_file_base.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_interface.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_queue_impl_qwqr.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/fileperblock_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_queue.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/serving_request.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/io.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/completion_handler.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/mem_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/disk_queues.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/request_queue_impl_worker.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/linuxaio_file.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/io/iostats.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/verbose.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/random -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/mng -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/sorter -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/deque -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/io -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/include/stxxl/bits/config.h -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/lib64/pkgconfig/stxxl.pc -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/lib64/cmake/stxxl/stxxl-version.cmake -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/lib64/cmake/stxxl/stxxl-config.cmake -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/lib64/cmake/stxxl/stxxl-targets.cmake -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/lib64/cmake/stxxl/stxxl-targets-release.cmake -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/lib64/libstxxl.so.1.4.1 -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/lib64/libstxxl.so -- Installing: /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/bin/stxxl_tool -- Set runtime path of "/builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/bin/stxxl_tool" to "" + popd ~/build/BUILD/stxxl-1.4.1 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: stxxl-1.4.1-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UXn25d + umask 022 + cd /builddir/build/BUILD + cd stxxl-1.4.1 + DOCDIR=/builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl + cp -pr CHANGELOG /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl + cp -pr TODO /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl + cp -pr README /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Cwa5Um + umask 022 + cd /builddir/build/BUILD + cd stxxl-1.4.1 + LICENSEDIR=/builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/licenses/stxxl + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/licenses/stxxl + cp -pr LICENSE_1_0.txt /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/licenses/stxxl + exit 0 Provides: libstxxl.so.1.4.1()(64bit) stxxl = 1.4.1-5.fc28 stxxl(riscv-64) = 1.4.1-5.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgomp.so.1()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.20)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libstxxl.so.1.4.1()(64bit) rtld(GNU_HASH) Processing files: stxxl-devel-1.4.1-5.fc28.riscv64 Provides: cmake(stxxl) pkgconfig(stxxl) = 1.4.1 stxxl-devel = 1.4.1-5.fc28 stxxl-devel(riscv-64) = 1.4.1-5.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config cmake-filesystem(riscv-64) ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.4)(64bit) libgomp.so.1()(64bit) libgomp.so.1(GOMP_1.0)(64bit) libgomp.so.1(GOMP_4.0)(64bit) libgomp.so.1(OMP_1.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.1)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.10)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.15)(64bit) libstdc++.so.6(GLIBCXX_3.4.18)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.9)(64bit) libstxxl.so.1.4.1()(64bit) rtld(GNU_HASH) Processing files: stxxl-doc-1.4.1-5.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aAWrFo + umask 022 + cd /builddir/build/BUILD + cd stxxl-1.4.1 + DOCDIR=/builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl-doc + cp -pr html/ /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64/usr/share/doc/stxxl-doc + exit 0 Provides: stxxl-doc = 1.4.1-5.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/stxxl-1.4.1-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/stxxl-1.4.1-5.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/stxxl-devel-1.4.1-5.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/stxxl-doc-1.4.1-5.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.zUZCdT + umask 022 + cd /builddir/build/BUILD + cd stxxl-1.4.1 + rm -rf /builddir/build/BUILDROOT/stxxl-1.4.1-5.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff