Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 755002 - dev-vcs/qgit-2.9: FATAL: cmake_src_prepare has not been run
Summary: dev-vcs/qgit-2.9: FATAL: cmake_src_prepare has not been run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
: 755023 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-11-17 07:35 UTC by Agostino Sarubbo
Modified: 2020-11-23 23:11 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,7.76 KB, text/plain)
2020-11-17 07:35 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-11-17 07:35:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-vcs/qgit-2.9 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-11-17 07:35:59 UTC
Created attachment 671719 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-11-17 08:54:10 UTC
*** Bug 755023 has been marked as a duplicate of this bug. ***
Comment 3 Bob Johnson 2020-11-22 17:49:44 UTC
Compiles and runs fine with:

src_prepare() {
        cmake_src_prepare
}

added to the end of the ebuild.
Comment 4 Andreas Sturmlechner gentoo-dev 2020-11-23 23:09:01 UTC
Order of eclass inheritance matters.
Comment 5 Larry the Git Cow gentoo-dev 2020-11-23 23:11:17 UTC
The bug has been closed via the following commit(s):

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

commit dac6cb5aede7c526274145dffcc2826f27fcd6f4
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-11-23 23:10:42 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-11-23 23:11:00 +0000

    dev-vcs/qgit: inherit xdg cmake, because src_prepare
    
    Closes: https://bugs.gentoo.org/755002
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-vcs/qgit/qgit-2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)