[LU-15924] Misplaced position for two glibc checks Created: 09/Jun/22  Updated: 14/Jul/22

Status: Open
Project: Lustre
Component/s: None
Affects Version/s: Lustre 2.14.0
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Åke Sandgren Assignee: WC Triage
Resolution: Unresolved Votes: 0
Labels: lhf

Severity: 3
Rank (Obsolete): 9223372036854775807

 Description   

The tests for LC_GLIBC_SUPPORT_FHANDLES and LC_GLIBC_SUPPORT_COPY_FILE_RANGE must be in the "core" set of configure tests, i.e. in the
===
AC_DEFUN([LC_CONFIGURE], [
AC_MSG_NOTICE([Lustre core checks
===
section. The reason for that is that they are required for the client/server utils code and not only for the kernel part.

This pops up if configuring with --disable-modules --enable-client and making the client utilities only, think of a make dkms-debs that does NOT produce the kernel modules but only the DKMS package and the utilities.

This probably won't pop up easily without another change I have regarding the setting of CPPFLAGS for uapi which are also needed for client utils only builds.


Generated at Sat Feb 10 03:22:27 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.