Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

x264 fails to install #29829

Closed
paulbalogh opened this issue Jun 3, 2014 · 3 comments
Closed

x264 fails to install #29829

paulbalogh opened this issue Jun 3, 2014 · 3 comments

Comments

@paulbalogh
Copy link

Under OSX Yosemite when trying to
brew install ffmpeg

or simply

brew install x264

I get:

==> Cloning http://git.videolan.org/git/x264.git
Updating /Library/Caches/Homebrew/x264--git
fatal: reference is not a tree: e260ea549226ae29832d8bc0dcfd20cffc8cf248
Error: Failed to download resource "x264"
Failure while executing: git checkout -q -f e260ea549226ae29832d8bc0dcfd20cffc8cf248

Other (many) formula install just fine.

@adamv
Copy link
Contributor

adamv commented Jun 3, 2014

Please provide full troubleshooting information: https://github.com/Homebrew/homebrew/wiki/troubleshooting

@adamv
Copy link
Contributor

adamv commented Jun 4, 2014

I think I'm getting a hung checkout over here, on 10.9. (I had to force a build from source, though of course we're not bottling for Yosemite yet.)

@soimort
Copy link
Contributor

soimort commented Jun 7, 2014

$ git br -v -a
* master                a5831aa x86: XOP pixel_sad_{x3, x4} high bit-depth
  remotes/origin/HEAD   -> origin/master
  remotes/origin/master a5831aa x86: XOP pixel_sad_{x3, x4} high bit-depth
  remotes/origin/stable d7e6896 ppc: fix build on certain PowerPC variants without Altivec

Obviously they have rewritten the commit history, which causes bad thing to happen (broken hash objects)

For the stable branch,
e260ea549226ae29832d8bc0dcfd20cffc8cf248
Should be changed to d7e689680023e327de7e052e01e7faee30135799

For the master branch,
ac7644073ac28d19c9cf048849bbcd515713e426
Should be changed to a5831aa256b3161f898d2577d2eb8daa838d88d2

@Homebrew Homebrew locked and limited conversation to collaborators Feb 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants