Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.12.5
-
None
-
Centos 8.2.2004 building with user that has uid=257774961
-
2
-
9223372036854775807
Description
The autoconf tar test will fail for users with UID > 2^21 since the tar ustar format is specified (which do not support high UIDs).
This causes no tar to be picked up by autoconf which causes the tar-based dist-targets (e.g dist-gzip needed for make rpms), to fail.
The attached patch changes to tar pax format.
(This is similar to what is for another reason proposed in LU-12078.
Attachments
Issue Links
- is related to
-
LU-12078 File path for zfs scripts are too long
-
- Open
-
Activity
Fix Version/s | New: Lustre 2.14.0 [ 14490 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Daniel Ahlin [ ahlin ] |
Description |
Original:
The autoconf tar test will fail for users with UID > 2^21 since the tar ustar format is specified (which do not support high UIDs).
This causes no tar to be picked up by autoconf which causes the tar-based dist-targets (e.g dist-gzip needed for make rpms), to fail. The attached patch changes to tar pax format. (This is similar to what is for another reason proposed in https://jira.whamcloud.com/browse/LU-12078?focusedCommentId=244035&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-244035) |
New:
The autoconf tar test will fail for users with UID > 2^21 since the tar ustar format is specified (which do not support high UIDs).
This causes no tar to be picked up by autoconf which causes the tar-based dist-targets (e.g dist-gzip needed for make rpms), to fail. The attached patch changes to tar pax format. (This is similar to what is for another reason proposed in LU-12078. |