-
Notifications
You must be signed in to change notification settings - Fork 130
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
mplayer on tiger fails to download and install #632
Comments
Hi kencu, could you please explain how to use this patch in conjunction with the tigerbrew commandline when installing mplayer? Thank you :) |
I was able to modify this patch and add it to the mplayer.rb and it successfully passes this part of the build. However, I'm running into further issues with ld errors on the main executable. I'll continue trying to troubleshoot and will post an PR when it's working. |
Thanks so much! I'd really appreciate a patch. Feel free to open a WIP PR too. |
I think patch can be downloaded from
then it probably must be inserted into mplayer.rb like this
not tested yet due to slow qemu virtual machine... edit: it was p0 not p1 |
Fresh Tiger installation on PowerBook G4. Xcode 2.5, tigerbrew installed. curl and git installed as well, so far so good.
Python installed fine, however mplayer fails. First it couldn't download the tar.xz due https conflict, I fixed that locally. Then it says /usr/sbin/pkgutil does not exist (and in fact it doesn't). I just copy the pkgutil from a Leopard installation.
So I go ahead to the wiki, run brew doctor and get this
cd /usr/local/Library && git stash && git clean -d -f
Stashing does nothing, brew doctor keeps showing this but more importantly I'm still unable to install mplayer
The text was updated successfully, but these errors were encountered: