-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Doxygen bottle is corrupted on Catalina #6539
Comments
This appears to be a system
|
@fxcoudert Has noted this does not seem to happen on the Catalina GM. |
This still seems to be happening on the public release/Xcode 11.1. |
I've also reported it to Apple via their Feedback Assistant, case ID: FB7378125 |
|
Happens on my Macbook Pro 2018, with latest update. (tested with Syncthing, but same issue) |
The issue also occurs with the If I open the archive using |
For what it's worth, this also happens with brew |
|
Closing this as there's no activity and we have an acceptable workaround for now. |
brew
command and reproduced the problem with multiple formulae? If it's a problem with a single, official formula (not cask) please file this issue at Homebrew/homebrew-core: https://github.com/Homebrew/homebrew-core/issues/new/choose. If it's abrew cask
problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and can still reproduce the problem?brew doctor
, fixed all issues and can still reproduce the problem?brew config
andbrew doctor
and included their output with your issue?Bug description
On Catalina CI nodes:
brew install --verbose --build-bottle doxygen
(succeeds)brew test --verbose doxygen
(works)brew bottle --verbose --json doxygen --keep-old
The bottle file produced contains an invalid
doxygen
binary, with many NUL bytes:If I then reinstall from the bottle,
brew test
will fail as it cannot execute that binary. Note thatbrew test
passes after the initial install (not installed from the bottle).The text was updated successfully, but these errors were encountered: