Details
-
Bug
-
Resolution: Unresolved
-
Critical
-
None
-
Lustre 2.10.0
-
None
-
3
-
9223372036854775807
Description
When I fetch the client SRPM from the URL in the Environment field, it doesn't simply rebuild in a clean-build environment such as Copr (which is basically mock[chain]):
checking for Linux sources... checking for ... no configure: error: Kernel source could not be found. error: Bad exit status from /var/tmp/rpm-tmp.0DFyxx (%build)
You can see the full log of the build if you wish.
As you can see in that log though, kernel-devel was installed:
Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: kernel-devel x86_64 3.10.0-514.26.1.el7 updates 13 M ...
Is the Lustre autoconf macro that is looking for the kernel source not defaulting to /usr/src/kernels/* perhaps?