-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
autopsy 4.21.0 #190813
autopsy 4.21.0 #190813
Conversation
fce2d3c
to
8f19b37
Compare
8f19b37
to
7833b7a
Compare
65efbe7
to
44ee7e3
Compare
# Installs prebuilt binaries, broken on arm: https://github.com/Homebrew/homebrew-core/issues/175053 | ||
deprecate! date: "2024-06-22", because: :does_not_build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this, but it looks like the reason we deprecated it still applies:
autopsy
* Binaries built for a non-native architecture were installed into autopsy's prefix.
The offending files are:
/opt/homebrew/Cellar/autopsy/4.21.0/libexec/autopsy/markmckinnon/Export_srudb_macos (x86_64)
/opt/homebrew/Cellar/autopsy/4.21.0/libexec/autopsy/markmckinnon/parse_prefetch_macos (x86_64)
/opt/homebrew/Cellar/autopsy/4.21.0/libexec/platform/modules/lib/x86_64/libjnidispatch-nb.jnilib (x86_64)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@carlocab the formula is still being worked on I was just testing what was the issue with the old formula
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, no problem! Please feel free to continue working on this.
When you feel that this PR is close to ready, please edit your commit message to read
autopsy 4.21.0
Thanks!
b1b306d
to
cca9c18
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This commit is part of issue Homebrew#139929. It upgrades the autopsy formula. style fix style fix autopsy: removed the deprecated label. autopsy: testing the old code and checking where it fails. fixed style issues added license. trying to fix the issue on arm64 added zlib
cca9c18
to
d36329d
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This commit is part of issue #139929. It upgrades the autopsy formula.
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingHOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?