Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.13.0, Lustre 2.12.3
-
None
-
master branch, b2_12
-
3
-
9223372036854775807
Description
build fails on power9 client (littile endian) due to 'long long unsigned int'. not only ll_decode_linkea.c, but also llsom_sync.c, lfs.c so on. both master and b2_12 gets same roblems.
ll_decode_linkea.c: In function 'decode_linkea': ll_decode_linkea.c:89:4: error: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type '__u64' [-Werror=format=] fname, leh->leh_len, size); ^ ll_decode_linkea.c:102:5: error: format '%lld' expects argument of type 'long long int', but argument 4 has type '__u64' [-Werror=format=] fname, leh->leh_len, length); ^ ll_decode_linkea.c:102:5: error: format '%lld' expects argument of type 'long long int', but argument 5 has type '__u64' [-Werror=format=] ll_decode_linkea.c:116:4: error: format '%lld' expects argument of type 'long long int', but argument 4 has type '__u64' [-Werror=format=] fname, leh->leh_len, length);
Attachments
Issue Links
- is duplicated by
-
LU-12898 building lustre utils on ppc64le fails with error format expects llu but argument is __u64
-
- Resolved
-
Activity
Link | Original: This issue is related to JFC-27 [ JFC-27 ] |
Labels | Original: LTS12 |
Fix Version/s | New: Lustre 2.12.3 [ 14418 ] |
Labels | New: LTS12 |
Link | New: This issue is related to JFC-27 [ JFC-27 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: James A Simmons [ simmonsja ] | New: Gu Zheng [ guzheng ] |
Fix Version/s | New: Lustre 2.13.0 [ 14290 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: James A Simmons [ simmonsja ] |