Skip to content

Maven 4.0.0-SNAPSHOT tar distribution: Minor problems unpacking on AIX only #11546

@bmarwell

Description

@bmarwell

Affected version

4.0.0-SNAPSHOT

Bug description

On AIX only:

# tar xf ../apache-maven-4.0.0-SNAPSHOT-bin.tar.gz
tar: directory checksum error (0 != 73174)

But when using GNU tar from the AIX OSS toolbox:

# /opt/freeware/bin/tar xf ../apache-maven-4.0.0-SNAPSHOT-bin.tar.gz; echo $?
0

Found on the interweb:

Citation from the IBM link:

AIX TAR doesn't uncompress files with long names

So if we have those, let's just ignore AIX's problems and fast-forward into 2025.
However, if we do not have long filenames, this should have worked.

I can tell you from working with AIX, AIX tar always has been problematic, so do not put too much effort into this issue.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions