macdoor commented on PR #18036:
URL: 
https://github.com/apache/dolphinscheduler/pull/18036#issuecomment-4020737992

   Hi @SbloodyS, I ran the test again with the same result (junk and xattr 
warnings on Linux). Here is my environment for comparison:
   
   **Packaging (build) environment (macOS):**
   ```
   macdoor@macdoorMacBook dolphinscheduler % uname -a
   Darwin localhost 25.4.0 Darwin Kernel Version 25.4.0: Wed Feb 25 21:03:15 
PST 2026; root:xnu-12377.100.630.501.3~2/RELEASE_ARM64_T6000 arm64
   macdoor@macdoorMacBook dolphinscheduler % tar --version
   bsdtar 3.5.3 - libarchive 3.7.4 zlib/1.2.12 liblzma/5.4.3 bz2lib/1.0.8
   ```
   
   **Extraction environment (Linux):**
   ```
   macdoor@ubuntu2510:~$ uname -a
   Linux ubuntu2510 6.17.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan  9 
17:01:16 UTC 2026 x86_64 GNU/Linux
   macdoor@ubuntu2510:~$ tar --version
   tar (GNU tar) 1.35
   Copyright (C) 2023 Free Software Foundation, Inc.
   ...
   Written by John Gilmore and Jay Fenlason.
   ```
   
   So the package is **created** with **bsdtar** on macOS (ARM64), then 
**extracted** with **GNU tar** on Ubuntu. The `._*` entries and 
`LIBARCHIVE.xattr.com.apple.provenance` warnings still appear. If your test was 
on Linux-only (build and extract on Linux), that would explain the difference.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to