Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 788724 - games-util/grfcodec-6.0.6_p20210310 fails if dev-vcs/git is not installed
Summary: games-util/grfcodec-6.0.6_p20210310 fails if dev-vcs/git is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-07 13:45 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2021-05-07 18:57 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 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2021-05-07 13:45:45 UTC
-- Detecting CXX compile features - done
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230
(message):
  Could NOT find Git (missing: GIT_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILU
RE_MESSAGE)
  /usr/share/cmake/Modules/FindGit.cmake:128 (find_package_handle_standard_args)
  CMakeLists.txt:59 (find_package)


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/games-util/grfcodec-6.0.6_p20210310/work/grfcodec-6.0
.6_p20210310_build/CMakeFiles/CMakeOutput.log".
 * ERROR: games-util/grfcodec-6.0.6_p20210310::gentoo failed (configure phase):
 *   cmake failed
Comment 1 Larry the Git Cow gentoo-dev 2021-05-07 18:56:39 UTC
The bug has been closed via the following commit(s):

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

commit f80a745a69eaad680c12650913c2c2939b8aaa50
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2021-05-07 18:56:23 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2021-05-07 18:56:36 +0000

    games-util/grfcodec: don't rely on git presence
    
    Reported-by: Lars Wendler (Polynomial-C)
    Closes: https://bugs.gentoo.org/788724
    Package-Manager: Portage-3.0.18, Repoman-3.0.3
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 games-util/grfcodec/grfcodec-6.0.6_p20210310.ebuild | 12 ++++++++++++
 1 file changed, 12 insertions(+)
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2021-05-07 18:57:45 UTC
Oh, that's a nasty way of hiding a git depend. Should be worked around now.