Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762157 - games-emulation/pcsx2-9999 fails at configure phase: no yaml-cpp found
Summary: games-emulation/pcsx2-9999 fails at configure phase: no yaml-cpp found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: nE0sIghT
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-12-28 05:35 UTC by Leandro Hoshiko
Modified: 2021-01-15 08:44 UTC (History)
3 users (show)

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


Attachments
The build log of the package (pcsx2.log,10.31 KB, text/x-log)
2020-12-28 05:36 UTC, Leandro Hoshiko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leandro Hoshiko 2020-12-28 05:35:49 UTC
The upstream has recently added check to look for yaml-cpp, either bundled or system-wide: https://github.com/PCSX2/pcsx2/commit/6e47834e8a57445866df9e0728c0968df6279043 and https://github.com/PCSX2/pcsx2/commit/99b8168ea8e9eefdd97430ac8b3468925b26fea8.

The live ebuild doesn't account for this yet, incurring in error at configure phase.

To test this, I've installed dev-cpp/yaml-cpp and added -DUSE_SYSTEM_YAML=TRUE, then it finishes building normally.

Reproducible: Always

Steps to Reproduce:
1. emerge games-emulation/pcsx2-9999;
2. the error appears shortly after.
Actual Results:  
Error appeared and didn't complete building.

Expected Results:  
Finished building without errors.
Comment 1 Leandro Hoshiko 2020-12-28 05:36:41 UTC
Created attachment 679945 [details]
The build log of the package
Comment 2 Larry the Git Cow gentoo-dev 2021-01-15 08:44:51 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184059373078ce9051f344fecacd2e7697c4c399

commit 184059373078ce9051f344fecacd2e7697c4c399
Author:     Yuri Konotopov <ykonotopov@gnome.org>
AuthorDate: 2021-01-03 16:42:40 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-01-15 08:44:37 +0000

    games-emulation/pcsx2: update to match upstream changes
    
    Closes: https://bugs.gentoo.org/762157
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 games-emulation/pcsx2/pcsx2-9999.ebuild | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)