-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
AudioFile is disabled #203564
Comments
That's exactly why it's disabled. It doesn't build anymore, and upstream hasn't maintained it to continue working. |
I managed to build it using a utility called Port which I believe is similar to Brew. It built just fine last night after I rounded up dependencies. I then continued to build the app that wasn’t working prior.
So pardon my ignorance. But as a software engineer, I don’t understand how Port can still build audiofile, but Brew no longer can. I think it’s been disabled, but is still able to be built. I think perhaps this could be re enabled or perhaps a workaround provided.
It was a requirement to build the Super Mario 64 decompilation on new Apple silicon.
For educational sake, can you tell me why this wouldn’t be viable? I hear about it no longer being maintained, but old software doesn’t just stop working. Thank you
On Jan 8, 2025, at 4:27 AM, Sean Molenaar ***@***.***> wrote:
Following instructions provided from the author's website results in errors when attempting to build this myself. I follow the directions exactly as they're written, and cannot install this.
That's exactly why it's disabled. It doesn't build anymore, and upstream hasn't maintained it to continue working.
—
Reply to this email directly, view it on GitHub<#203564 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE56T73IRG5VSTBVRZVMSMT2JTVOHAVCNFSM6AAAAABUZLZNS2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZXGE4TEOBUHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It does when everything else continues updating. As you can see in #123217 it doesn't work with a modern GCC, which is something that Brew considers a bigger problem than Macports does.
Probably MacPorts keeps adding patches while Homebrew decided that years of unanswered patches meant that it was never going to be fixed properly. |
https://audiofile.68k.org/
This is a common dependency. Just because this hasn't been updated, doesn't mean people don't still need it.
Everywhere, I follow directions for compiling a project I am working on. Instructions from a few months ago say to run brew install audiofile. It won't let me install audiofile.
I'm posting this in hopes that brew will re-add this.
Following instructions provided from the author's website results in errors when attempting to build this myself. I follow the directions exactly as they're written, and cannot install this.
Brew is supposed to make stuff like this easy. Please re-enable Audiofile.
Verification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
Install Audiofile. It is a common dependency required to compile something else.
What happened (include all command output)?
Error: audiofile has been disabled because it is not maintained upstream! It was disabled on 2024-02-15.
What did you expect to happen?
Install audiofile, a COMMON DEPENDENCY
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: