Details
Description
Building Lustre 2.15 from git under Alma 8.5 using the configure cmd (taken from previous attempts with lustre-ldiskfs-dkms-2.15.0-1.el8)
__
./configure --prefix=/usr --enable-modules --disable-iokit --disable-snmp --disable-doc --disable-tests --disable-maintainer-mode --disable-utils --with-linux=...
fails with
lstddef.h:306:22: error: static declaration of 'copy_file_range' follows non-static declaration
As recommended here: https://www.mail-archive.com/lustre-discuss@lists.lustre.org/msg16822.html
omitting
--disable-utils
in the configure line makes the build successful.
Attachments
Issue Links
- duplicates
-
LU-15652 Debian dkms install failure
- Resolved