Failing scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=24513589 The error is: 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 <boost/tr1/unordered_set.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. Boost.TR1 has been removed from Boost, so the code needs to be updated to either use boost::unordered::unordered_set from <boost/unordered/unordered_set.h> or just std::unordered_set from <unordered_set>.
This bug appears to have been reported against 'rawhide' during the Fedora 28 development cycle. Changing version to '28'.
Created attachment 1443483 [details] build.log
Created attachment 1443484 [details] root.log
Created attachment 1443485 [details] state.log
rospack-2.0.14-20.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-3374fa1b23
rospack-2.0.14-20.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-3374fa1b23
rospack-2.0.14-20.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report.