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
-
Activity
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue is related to DDN-3084 [ DDN-3084 ] |
Thanks for the report Thomas. It looks like this may already be addressed by patch https://review.whamcloud.com/46836