Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658096 - dev-cpp/websocketpp-0.7.0-r1 does not install CMake files
Summary: dev-cpp/websocketpp-0.7.0-r1 does not install CMake files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Johannes Huber (RETIRED)
URL: https://github.com/gentoo/gentoo/pull...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-14 14:13 UTC by Balint SZENTE
Modified: 2018-06-27 09:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balint SZENTE 2018-06-14 14:13:51 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2018-06-27 09:36:36 UTC
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(+)