You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation of util-linux 2.31 fails on systems with older kernel with:
sys-utils/rfkill.c:67:12: error: 'RFKILL_TYPE_FM' undeclared here (not in a function)
{ .type = RFKILL_TYPE_FM, .name = "fm", .desc = "FM" },
^~~~~~~~~~~~~~
CC sys-utils/setarch.o
make[2]: *** [sys-utils/rfkill-rfkill.o] Error 1
Recent kernel is required for this to work:
$ grep RFKILL_TYPE_FM /usr/include/linux/rfkill.h
* @RFKILL_TYPE_FM: switch is on a FM radio device.
RFKILL_TYPE_FM,
$ rpm -q --whatprovides /usr/include/linux/rfkill.h
kernel-headers-3.10.0-693.5.2.el7.ug.x86_64
rfkill feature (disabling/enabling of wireless devices) is utterly useless in HPC context imho, so OK to disable.
Test report by @boegel SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
node2404.golett.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz, Python 2.7.5
See https://gist.github.com/32bbc58546b58649579d7ffc5cf14bc0 for a full test report.
Test report by @boegel SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
node2029.delcatty.os - Linux centos linux 7.4.1708, Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, Python 2.7.5
See https://gist.github.com/8f951ae1b772ca437218209f2c1f6a4d for a full test report.
Test report by @verdurin SUCCESS
Build succeeded for 1 out of 1 (1 easyconfigs in this PR)
rescomp2 - Linux centos 6.8, Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz, Python 2.7.14
See https://gist.github.com/974e7ffcc1b8737e191408a4f64dbff1 for a full test report.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Installation of
util-linux2.31 fails on systems with older kernel with:Recent kernel is required for this to work:
rfkillfeature (disabling/enabling of wireless devices) is utterly useless in HPC context imho, so OK to disable.cc @verdurin, @migueldiascosta