Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 652736

Summary: sci-electronics/kicad-4.0.4 : [QA] cmake-utils_src_prepare has not been run
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Zoltan Puskas <zoltan>
Status: RESOLVED FIXED    
Severity: QA CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2018-04-07 13:28:27 UTC
QA: configure
cmake-utils_src_prepare has not been run, please open a bug on https://bugs.gentoo.org/

  -------------------------------------------------------------------

  This is an stable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_stable-gcc7_20180404-221702

  -------------------------------------------------------------------
Comment 1 Zoltan Puskas 2018-04-16 01:20:45 UTC
https://github.com/gentoo/gentoo/pull/8020
Comment 2 Larry the Git Cow gentoo-dev 2018-05-16 09:03:30 UTC
The bug has been closed via the following commit(s):

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

commit d00cfe6700229442c37df3376a5b9220bc156a63
Author:     Zoltan Puskas <zoltan@sinustrom.info>
AuthorDate: 2018-04-16 00:55:14 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-05-16 09:03:07 +0000

    sci-electronics/kicad: Fix configuration issue with >=CMake-3.11
    
    KiCad had a legacy redefinition of the CHECK_CXX_SYMBOL_EXISTS macro,
    that is not needed since CMake-2.8.6. Upstream fix:
    https://github.com/KiCad/kicad-source-mirror/commit/2e0b75c058d676f427328506bbf3bc10079da117
    Also fixed src_configure().
    
    Partial merge of https://github.com/gentoo/gentoo/pull/8020
    
    Closes: https://bugs.gentoo.org/652204
    Closes: https://bugs.gentoo.org/652736
    
    Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../files/kicad-cmake-checkcxxsymbolexists.patch   | 46 ++++++++++++++++++++++
 sci-electronics/kicad/kicad-4.0.5-r1.ebuild        |  8 ++--
 sci-electronics/kicad/kicad-4.0.6.ebuild           |  8 ++--
 sci-electronics/kicad/kicad-4.0.7.ebuild           |  5 ++-
 4 files changed, 59 insertions(+), 8 deletions(-)