The dev-cpp/websocketpp-0.7.0-r1 does not install the CMake files. Pull request #8736 broke the installation. Reproducible: Always Steps to Reproduce: Just emerge emerge dev-cpp/websocketpp-0.7.0-r1 Actual Results: # equery f websocketpp | grep cmake /var/tmp/portage/dev-cpp/websocketpp-0.7.0-r1/work/websocketpp-0.7.0_build/lib64/cmake /var/tmp/portage/dev-cpp/websocketpp-0.7.0-r1/work/websocketpp-0.7.0_build/lib64/cmake/websocketpp /var/tmp/portage/dev-cpp/websocketpp-0.7.0-r1/work/websocketpp-0.7.0_build/lib64/cmake/websocketpp/websocketpp-config.cmake /var/tmp/portage/dev-cpp/websocketpp-0.7.0-r1/work/websocketpp-0.7.0_build/lib64/cmake/websocketpp/websocketpp-configVersion.cmake # ls -l /usr/lib64/cmake/websocketpp ls: cannot access '/usr/lib64/cmake/websocketpp': No such file or directory The cmake files get installed in the Portage working directory only. Expected Results: The CMake files should be installed into /usr/lib64/cmake/websocketpp directory.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55bc34dbeda74f9ad1d6b4bf525e1327ec094bc commit a55bc34dbeda74f9ad1d6b4bf525e1327ec094bc Author: Johannes Huber <johu@gentoo.org> AuthorDate: 2018-06-27 09:32:48 +0000 Commit: Johannes Huber <johu@gentoo.org> CommitDate: 2018-06-27 09:36:27 +0000 dev-cpp/websocketpp: Fix cmake install path Revision bump adds patch by me to fix install paths. Reported-by: Balint SZENTE <balint@szentedwg.ro> Closes: https://bugs.gentoo.org/658096 Package-Manager: Portage-2.3.41, Repoman-2.3.9 .../files/websocketpp-0.7.0-cmake-install.patch | 28 ++++++++++++++++ dev-cpp/websocketpp/websocketpp-0.7.0-r2.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 67 insertions(+)