Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 867955 - dev-cpp/yaml-cpp: broken CMake config files
Summary: dev-cpp/yaml-cpp: broken CMake config files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexey
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-09-02 02:15 UTC by Sam James
Modified: 2022-09-25 01:21 UTC (History)
1 user (show)

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 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-02 02:15:48 UTC
In both
* /usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake
* /usr/lib64/cmake/yaml-cpp/yaml-cpp-config.cmake

YAML_CPP_INCLUDE_DIR and YAML_CPP_LIBRARIES are blank.

Fixed upstream in https://github.com/jbeder/yaml-cpp/pull/1077 (https://github.com/jbeder/yaml-cpp/commit/4aad2b1666a4742743b04e765a34742512915674) but some of our patches need rebasing.
Comment 1 Larry the Git Cow gentoo-dev 2022-09-25 01:21:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9614b28e55585a296741eeffd46952ec79223f13

commit 9614b28e55585a296741eeffd46952ec79223f13
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2022-09-17 09:31:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-25 01:18:24 +0000

    dev-cpp/yaml-cpp: update EAPI 7 -> 8, fix installed .pc & CMake files
    
    Closes: https://bugs.gentoo.org/867955
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/27302
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/yaml-cpp-0.7.0-cmake-paths.patch         | 101 +++++++++++++++++++++
 dev-cpp/yaml-cpp/files/yaml-cpp-0.7.0-gtest.patch  |  17 ++--
 .../files/yaml-cpp-0.7.0-install-paths.patch       |  25 +++++
 dev-cpp/yaml-cpp/yaml-cpp-0.7.0-r2.ebuild          |  35 +++++++
 4 files changed, 172 insertions(+), 6 deletions(-)