Description of problem: I tried to rebuild nvml-1.0-2.el7.src.rpm from epel7 testing. Note: I fixed epel-7-x86_64.cfg which by default doesn't install epel-rpm-macros package. It failed to build with epel-7-x86_64 config, Also it did fail if I enabled testing repo in epel-7-x86_64 config so question was not about missing dependency.
Created attachment 1169506 [details] mock build.log
Created attachment 1169507 [details] mock root.log
You pushed this to stable while I reported FTBFS?
Sorry, I didn't explain FTBFS stands for Fail to build from source.
Sorry for that. For some reason I overlooked this bugzilla. My fault. 1) What do you mean by "build from source"? How does it differ from builds on koji, which are working fine? 2) For me it looks like a problem in man or col utility. So, perhaps the bug should (also) be filed for one of those.
Ok. I found one issue in epel buildsys-build group which I address directly to epel. Issue is you can't just rebuild nvml package at all because package always fails tests. Modification needed for now is to edit /etc/mock/epel-7-x86_64.cfg and modify line: config_opts['chroot_setup_cmd'] = 'install util-linux @buildsys-build' I added util-linux here because there is a bug in buildsys-build group in epel7 and it doesn't include util-linux. Then the build process: you can do that on fedora or rhel7 or centos7 machine with mock installed and yourself added to mock group: mock -r epel-7-x86_64 --rebuild /path/to/nvml-1.0-2.el7.src.rpm I add resulted logs.
Created attachment 1174380 [details] mock build.log
Created attachment 1174381 [details] mock root.log
Thanks for update! As for the last issue, it's already fixed on master: https://github.com/pmem/nvml/pull/782 The fix is available in NVML 1.1, so there are two options: - add this patch to nvml spec and update to 1.0-3.el7; - update package to version 1.1-1 (which is already in Fedora 24/25). However, the problem is that I pushed NVML to EPEL by mistake. Since nvml is targeting main RHEL distro, it should not be shipped to EPEL, I believe. So, instead of updating the package, perhaps it should be removed from EPEL completely.
I don't have need for nvml package on epel7 so I have no problem with that.
You really need that same patch for rhel7 too... https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-cbcf16b270 is affected by this same bug.
nvml-1.1-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1d87a575b
nvml-1.1-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-a1d87a575b
nvml-1.1-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report.