Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 434524 - dev-util/cmake-2.8.8-r3 still needs cmake-2.8.4-FindPythonLibs.patch
Summary: dev-util/cmake-2.8.8-r3 still needs cmake-2.8.4-FindPythonLibs.patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
: 434640 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-09-10 00:43 UTC by Canek Peláez Valdés
Modified: 2012-09-10 19:47 UTC (History)
2 users (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 Canek Peláez Valdés 2012-09-10 00:43:25 UTC
dev-util/cmake-2.8.8-r3 needs cmake-2.8.4-FindPythonLibs.patch:

/usr/portage/dev-util/cmake/cmake-2.8.8-r3.ebuild:

PATCHES=(
        "${FILESDIR}"/${PN}-2.6.3-darwin-bundle.patch
        "${FILESDIR}"/${PN}-2.6.3-no-duplicates-in-rpath.patch
        "${FILESDIR}"/${PN}-2.6.3-fix_broken_lfs_on_aix.patch
        "${FILESDIR}"/${PN}-2.8.0-darwin-default-install_name.patch
        "${FILESDIR}"/${PN}-2.8.1-libform.patch
>>>>>>>>"${FILESDIR}"/${PN}-2.8.4-FindPythonLibs.patch
        "${FILESDIR}"/${PN}-2.8.7-FindBoost-python.patch
        "${FILESDIR}"/${PN}-2.8.7-FindBLAS.patch
        "${FILESDIR}"/${PN}-2.8.7-FindLAPACK.patch
        "${FILESDIR}"/${PN}-2.8.8-FindPkgConfig.patch
        "${FILESDIR}"/${PN}-2.8.8-more-no_host_paths.patch
        "${FILESDIR}"/${PN}-2.8.8-tests.patch
        "${FILESDIR}"/${PN}-2.8.8-pkgconfig.patch
)

But cmake-2.8.4-FindPythonLibs.patch was removed a few hours ago:

/usr/portage/dev-util/cmake/ChangeLog:

  09 Sep 2012; Johannes Huber <johu@gentoo.org> -cmake-2.8.7-r5.ebuild,
  -files/cmake-2.8.3-more-no_host_paths.patch,
  -files/cmake-2.8.4-FindBoost.patch, -files/cmake-2.8.4-FindPythonLibs.patch,
  -files/cmake-2.8.7-FindOpenMP.patch:
  Remove old.

The emerge fails with:

 * ERROR: dev-util/cmake-2.8.8-r3 failed (prepare phase):
 *   Some patches failed. See above messages.
 * 
 * Call stack:
 *     ebuild.sh, line   85:  Called src_prepare
 *   environment, line 3057:  Called base_src_prepare
 *   environment, line  617:  Called die
 * The specific snippet of code:
 *           [[ ${patches_failed} -eq 1 ]] && die "Some patches failed. See above messages.";
 * 
 * If you need support, post the output of `emerge --info '=dev-util/cmake-2.8.8-r3'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/cmake-2.8.8-r3'`.
 * The complete build log is located at '/tmp/portage/dev-util/cmake-2.8.8-r3/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/dev-util/cmake-2.8.8-r3/temp/environment'.
 * Working directory: '/tmp/portage/dev-util/cmake-2.8.8-r3/work/cmake-2.8.8'
 * S: '/tmp/portage/dev-util/cmake-2.8.8-r3/work/cmake-2.8.8'


Reproducible: Always
Comment 1 Johannes Huber (RETIRED) gentoo-dev 2012-09-10 06:45:23 UTC
Thanks, path restored. Sorry for the trouble. Sync in some hours to get the change.

+  10 Sep 2012; Johannes Huber <johu@gentoo.org>
+  +files/cmake-2.8.4-FindPythonLibs.patch:
+  Restore patch that was unfortunately dropped, bug #434524.
Comment 2 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2012-09-10 19:47:36 UTC
*** Bug 434640 has been marked as a duplicate of this bug. ***