Switch language한국어
Back to the list

Tar Files Created on macOS Display Errors When Extracting on Linux (2024) | Hacker News

TL;DR AI

Key summary

2 min read
  1. A Hacker News thread discussed how tar archives created on macOS can carry Apple-specific filesystem metadata.

  2. When those archives are extracted on Linux, the metadata may appear as odd files or extraction errors, such as .DS_Store or resource-fork artifacts.

  3. Commenters debated whether this is a bug or expected behavior, but the bigger issue is portability across platforms.

  4. The discussion underscored a common build and packaging pitfall: Mac-made archives may not be reproducible or clean on Unix-like systems.

Read the original