Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tar "xattrs op not permitted" error in octave_app_diagnostic_dump on newer macOSes #261

Open
apjanke opened this issue Feb 11, 2024 · 0 comments
Assignees
Labels
bug Something isn't working macOS 11+ Support for macOS 11 through 14

Comments

@apjanke
Copy link
Contributor

apjanke commented Feb 11, 2024

On new macOS, octave_app_diagnostic_dump is having trouble with tar and xattrs or permissions. Maybe it's specific to being run outside an actual Octave.app app bundle location.

On macOS 14 (on eilonwy), in a brewed installation of octave-octapp@8.3.0 (not an actual Octave.app):

>> octave_app_diagnostic_dump
Creating Octave.app diagnostic dump. Please be patient...
tar: Couldn't list extended attributes: Permission denied
tar: Couldn't list extended attributes: Operation not permitted
tar: Couldn't list extended attributes: Operation not permitted
tar: Couldn't list extended attributes: Operation not permitted
tar: Couldn't list extended attributes: Operation not permitted
tar: Couldn't list extended attributes: Operation not permitted
tar: Couldn't list extended attributes: Operation not permitted
[...]
tar: Couldn't list extended attributes: Operation not permitted
tar: Couldn't list extended attributes: Invalid argument
: ./dev/fd/17: pax format cannot archive socketstar: ./dev/fd/6: Couldn't visit directory: Unknown error: -1
tar: Error exit delayed from previous errors.
mkoctfile: unknown variable 'DL_LD'
warning: mkoctfile: building exited with failure status
mkoctfile: unknown variable 'LD_CXX'
warning: mkoctfile: building exited with failure status
mkoctfile: warning: LFLAGS is deprecated and will be removed in a future version of Octave, use LDFLAGS instead
mkoctfile: unknown variable 'OCTAVE_PREFIX'
warning: mkoctfile: building exited with failure status
mkoctfile: unknown variable 'SED'
warning: mkoctfile: building exited with failure status
Diagnostic dump complete. Output file is: octave_app_diagnostic_dump.txt
>>
@apjanke apjanke added bug Something isn't working macOS 11+ Support for macOS 11 through 14 labels Feb 11, 2024
@apjanke apjanke self-assigned this Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working macOS 11+ Support for macOS 11 through 14
Projects
None yet
Development

No branches or pull requests

1 participant