Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513858 - sys-cluster/dlm-lib-2.03.11 make kernel check nonfatal
Summary: sys-cluster/dlm-lib-2.03.11 make kernel check nonfatal
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Deadline: 2019-12-08
Assignee: Gentoo Cluster Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2014-06-19 14:28 UTC by Patrick Lauer
Modified: 2019-12-09 03:10 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 Patrick Lauer gentoo-dev 2014-06-19 14:28:33 UTC
This makes building binpkgs or building in a chroot needlessly difficult, I recommend making the kernel feature checks nonfatal.

 * Package:    sys-cluster/dlm-lib-2.03.11
 * Repository: gentoo
 * Maintainer: cluster
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux policykit userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Could not find a Makefile in the kernel source directory.
 * Please ensure that /usr/src/linux points to a complete set of Linux sources
 * Unable to calculate Linux Kernel version for build, attempting to use running version
 * Could not find a usable .config in the kernel source directory.
 * Please ensure that /usr/src/linux points to a configured set of Linux sources.
 * If you are using KBUILD_OUTPUT, please set the environment var so that
 * it points to the necessary object directory so that it might find .config.
 * ERROR: sys-cluster/dlm-lib-2.03.11::gentoo failed (setup phase):
 *   Kernel not configured; no .config found in 
 * 
 * Call stack:
 *           ebuild.sh, line  93:  Called pkg_setup
 *           ebuild.sh, line 317:  Called linux-mod_pkg_setup
 *    linux-mod.eclass, line 570:  Called require_configured_kernel
 *   linux-info.eclass, line 294:  Called die
 * The specific snippet of code:
 *              die "Kernel not configured; no .config found in ${KV_OUT_DIR}"
Comment 1 Arfrever Frehtes Taifersar Arahesis 2019-12-09 03:10:16 UTC
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc5cbe8a00e617f0425e37d14df30227469b292

commit 3fc5cbe8a00e617f0425e37d14df30227469b292
Author:     Aaron Bauman <bman@gentoo.org>
AuthorDate: 2019-12-08 19:17:43 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2019-12-08 19:19:24 +0000

    sys-cluster/{cman-lib,dlm,dlm-lib} drop last-rited pkgs
    
    Signed-off-by: Aaron Bauman <bman@gentoo.org>