Skip to content

releng: fix unknown extended header keyword 'LIBARCHIVE.creationtime'#260

Merged
bhufmann merged 1 commit into
eclipse-tracecompass:masterfrom
bhufmann:fix_tar_warning
Apr 29, 2025
Merged

releng: fix unknown extended header keyword 'LIBARCHIVE.creationtime'#260
bhufmann merged 1 commit into
eclipse-tracecompass:masterfrom
bhufmann:fix_tar_warning

Conversation

@bhufmann

Copy link
Copy Markdown
Contributor

What it does

This warning shows when extracting the RCP on Linux because GNU tar doesn't support that attribute.

The creating time is part of the tarfile name.

How to test

Build the RCP and untar the archive on Linux.

See here for details about the setting:
https://tycho.eclipseprojects.io/doc/4.0.10/tycho-p2-director-plugin/archive-products-mojo.html#storeCreationTime

Eclipse platform has it disabled as well.
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/blob/master/eclipse-platform-parent/pom.xml

Follow-ups

Review checklist

  • As an author, I have thoroughly tested my changes and carefully followed the instructions in this template

This warning shows when extracting the RCP on Linux because GNU tar
doesn't support that attribute.

The creating time is part of the tarfile name.

Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
@bhufmann bhufmann merged commit fc89788 into eclipse-tracecompass:master Apr 29, 2025
4 checks passed
@bhufmann bhufmann deleted the fix_tar_warning branch April 29, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants