Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 513644 - sys-firmware/iwl3160-7260-bt-ucode-37.10.10-r1: make kernel checks nonfatal
Summary: sys-firmware/iwl3160-7260-bt-ucode-37.10.10-r1: make kernel checks nonfatal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mark Wright
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-18 01:49 UTC by Patrick Lauer
Modified: 2014-06-22 14:10 UTC (History)
0 users

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-18 01:49:11 UTC
This prevents building packages on random machines, e.g. binhosts, and also prevents building in chroots when things go boom. 

Please make this check nonfatal so that the package can be built.


 * Package:    sys-firmware/iwl3160-7260-bt-ucode-37.10.10-r1
 * Repository: gentoo
 * Maintainer: gienah@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     3.15.0-gentoo-r1
 * Checking for suitable kernel configuration options...
 *   CONFIG_IWLMVM is required to be enabled in /usr/src/linux/.config for the kernel to be able to load the 7260 firmware
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
 * Once you have satisfied these options, please try merging
 * this package again.
 * ERROR: sys-firmware/iwl3160-7260-bt-ucode-37.10.10-r1::gentoo failed (setup phase):
 *   Incorrect kernel configuration options
 * 
 * Call stack:
 *           ebuild.sh, line  93:  Called pkg_setup
 *           ebuild.sh, line 317:  Called linux-info_pkg_setup
 *   linux-info.eclass, line 911:  Called check_extra_config
 *   linux-info.eclass, line 805:  Called die
 * The specific snippet of code:
 *              die "Incorrect kernel configuration options"
Comment 1 Mark Wright gentoo-dev 2014-06-22 14:10:47 UTC
Fixed, thanks for reporting.