+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/rospack.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.H3UNL1 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d + /usr/bin/gzip -dc /builddir/build/SOURCES/rospack-2.0.14-7566552.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r tinyxml-2.5.3 + echo 'Patch #0 (rospack-2.0.14-tinyxml.patch):' Patch #0 (rospack-2.0.14-tinyxml.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .tinyxml --fuzz=0 patching file ./CMakeLists.txt patching file ./src/rospack.cpp + echo 'Patch #1 (rospack-2.0.13-soname.patch):' Patch #1 (rospack-2.0.13-soname.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 -b --suffix .soname --fuzz=0 patching file ./CMakeLists.txt Hunk #1 succeeded at 41 (offset -1 lines). + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YV3wqG + umask 022 + cd /builddir/build/BUILD + cd rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d + mkdir build + pushd build ~/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build ~/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d + 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 -DSETUPTOOLS_DEB_LAYOUT=OFF .. -- 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 -- Found PythonInterp: /usr/bin/python (found version "2.7.14") DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out -- Found PY_em: /usr/lib/python2.7/site-packages/em.pyc CMake Warning (dev) at /usr/share/catkin/cmake/tools/doxygen.cmake:40 (GET_TARGET_PROPERTY): Policy CMP0045 is not set: Error on non-existent target in get_target_property. Run "cmake --help-policy CMP0045" for policy details. Use the cmake_policy command to set the policy and suppress this warning. get_target_property() called with non-existent target "doxygen". Call Stack (most recent call first): /usr/share/catkin/cmake/all.cmake:51 (include) /usr/share/catkin/cmake/catkin-config.cmake:6 (include) CMakeLists.txt:3 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- 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 CMake Warning at /usr/share/catkin/cmake/tools/gtest.cmake:41 (message): GTest not found; C++ tests will fail to build. Call Stack (most recent call first): /usr/share/catkin/cmake/all.cmake:51 (include) /usr/share/catkin/cmake/catkin-config.cmake:6 (include) CMakeLists.txt:3 (find_package) TODO: implement add_roslaunch_check() in rostest-extras.cmake. CMake Warning (dev) at /usr/share/catkin/cmake/tests.cmake:17 (add_custom_target): Policy CMP0037 is not set: Target names should not be reserved and should match a validity pattern. Run "cmake --help-policy CMP0037" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The target name "test" is reserved or not valid for certain CMake features, such as generator expressions, and may result in undefined behavior. Call Stack (most recent call first): /usr/share/catkin/cmake/tests.cmake:41 (catkin_initialize_tests) /usr/share/catkin/cmake/all.cmake:56 (include) /usr/share/catkin/cmake/catkin-config.cmake:6 (include) CMakeLists.txt:3 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out -- Building stack rospack CMake Warning (dev) at /usr/share/catkin/cmake/catkin_project.cmake:24 (log): Policy CMP0053 is not set: Simplify variable reference and escape sequence evaluation. Run "cmake --help-policy CMP0053" for policy details. Use the cmake_policy command to set the policy and suppress this warning. For input: 'catkin_project ${PACKAGE_NAME} at version ${${PACKAGE_NAME}_VERSION} in @CMAKE_INSTALL_PREFIX@' the old evaluation rules produce: 'catkin_project rospack at version 2.0.14 in /usr' but the new evaluation rules produce: 'catkin_project rospack at version 2.0.14 in @CMAKE_INSTALL_PREFIX@' Using the old result for compatibility since the policy is not set. Call Stack (most recent call first): CMakeLists.txt:5 (catkin_project) This warning is for project developers. Use -Wno-dev to suppress it. DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out DEPRECATION WARNING: python2 invoked with /usr/bin/python. Use /usr/bin/python3 or /usr/bin/python2 /usr/bin/python will be removed or switched to Python 3 in the future. If you cannot make the switch now, please follow instructions at https://fedoraproject.org/wiki/Changes/Avoid_usr_bin_python_in_RPM_Build#Quick_Opt-Out -- Found PkgConfig: /usr/bin/pkg-config (found version "1.4.1") -- Rospack building shared objects. CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:29 (find_package) CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:29 (find_package) CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:801 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /usr/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES) /usr/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:29 (find_package) -- Boost version: 1.66.0 -- Found the following Boost libraries: -- system -- filesystem -- program_options -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE CMAKE_Fortran_FLAGS_RELEASE INCLUDE_INSTALL_DIR LIB_INSTALL_DIR SHARE_INSTALL_PREFIX SYSCONF_INSTALL_DIR -- Build files have been written to: /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build + popd ~/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d + doxygen Doxyfile warning: Tag `SYMBOL_CACHE_SIZE' at line 289 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `SHOW_DIRECTORIES' at line 483 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `HTML_ALIGN_MEMBERS' at line 815 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `USE_INLINE_TREES' at line 984 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `XML_SCHEMA' at line 1186 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: Tag `XML_DTD' at line 1192 of file `Doxyfile' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. epstopdf ($Id: epstopdf.pl 41577 2016-06-30 16:38:01Z karl $) 2.26 !!! Error: Cannot open Ghostscript for piped input: gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/doxygen_output/latex/classrospack_1_1Rospack.pdf -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - -c quit error: Problems running epstopdf. Check your TeX installation! epstopdf ($Id: epstopdf.pl 41577 2016-06-30 16:38:01Z karl $) 2.26 !!! Error: Cannot open Ghostscript for piped input: gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/doxygen_output/latex/classrospack_1_1Rosstack.pdf -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - -c quit error: Problems running epstopdf. Check your TeX installation! epstopdf ($Id: epstopdf.pl 41577 2016-06-30 16:38:01Z karl $) 2.26 !!! Error: Cannot open Ghostscript for piped input: gs -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/doxygen_output/latex/classrospack_1_1Rosstackage.pdf -dPDFSETTINGS#/prepress -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dAutoRotatePages#/None - -c quit error: Problems running epstopdf. Check your TeX installation! Notice: Output directory `doxygen_output' does not exist. I have created it for you. 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/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/include/rospack Reading and parsing tag files Parsing files Preprocessing /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/include/rospack/rospack.h... Parsing file /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/include/rospack/rospack.h... Preprocessing /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/include/rospack/rospack_backcompat.h... Parsing file /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/include/rospack/rospack_backcompat.h... 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 code for file rospack.h... Generating code for file rospack_backcompat.h... Generating file documentation... Generating page documentation... Generating docs for page deprecated... Generating group documentation... Generating class documentation... Generating namespace index... Generating docs for compound rospack::Rospack... Generating docs for compound rospack::ROSPack... Generating docs for compound rospack::Rosstack... Generating docs for compound rospack::Rosstackage... 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 82/65536 hits=266 misses=83 finished... + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.0Puc7E + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rospack-2.0.14-18.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rospack-2.0.14-18.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/rospack-2.0.14-18.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rospack-2.0.14-18.fc28.riscv64 + cd rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d + make -C build install DESTDIR=/builddir/build/BUILDROOT/rospack-2.0.14-18.fc28.riscv64 make: Entering directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' /usr/bin/cmake -H/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d -B/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build/CMakeFiles /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build/CMakeFiles/progress.marks make -f CMakeFiles/Makefile2 all make[1]: Entering directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' make -f CMakeFiles/rospack.dir/build.make CMakeFiles/rospack.dir/depend make[2]: Entering directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' cd /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build/CMakeFiles/rospack.dir/DependInfo.cmake --color= Scanning dependencies of target rospack make[2]: Leaving directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' make -f CMakeFiles/rospack.dir/build.make CMakeFiles/rospack.dir/build make[2]: Entering directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' [ 11%] Building CXX object CMakeFiles/rospack.dir/src/rospack.cpp.o /usr/bin/c++ -DROSPACK_API_BACKCOMPAT_V1 -DROS_PACKAGE_NAME=\"rospack\" -DTIXML_USE_STL -Drospack_EXPORTS -I/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/include -I/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d -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 -fPIC -Wall -o CMakeFiles/rospack.dir/src/rospack.cpp.o -c /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/src/rospack.cpp In file included from /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/src/rospack.cpp:28:0: /builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/include/rospack/rospack.h:108:10: fatal error: boost/tr1/unordered_set.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/rospack.dir/build.make:66: CMakeFiles/rospack.dir/src/rospack.cpp.o] Error 1 make[2]: Leaving directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' make[1]: *** [CMakeFiles/Makefile2:337: CMakeFiles/rospack.dir/all] Error 2 make[1]: Leaving directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' make: *** [Makefile:133: all] Error 2 make: Leaving directory '/builddir/build/BUILD/rospack-7566552db130c2f2a3f5b43c4eab1d78fc4f3c4d/build' error: Bad exit status from /var/tmp/rpm-tmp.0Puc7E (%install) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.0Puc7E (%install) ++ cleanup ++ set +e ++ sync ++ sleep 5 ++ sync ++ poweroff Terminated +++ cleanup +++ set +e +++ sync Terminated ++++ cleanup ++++ set +e ++++ sync ++++ sleep 5 ++++ sync ++++ poweroff