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

ffmpeg fails to install on 10.5.8 #169

Closed
bak opened this issue Dec 2, 2009 · 7 comments
Closed

ffmpeg fails to install on 10.5.8 #169

bak opened this issue Dec 2, 2009 · 7 comments

Comments

@bak
Copy link

bak commented Dec 2, 2009

Here's the output: http://gist.github.com/247441

Any ideas?

@adamv
Copy link
Contributor

adamv commented Dec 2, 2009

I can't even get x264 to compile.

@bak
Copy link
Author

bak commented Dec 5, 2009

Me too now. Tried again, and it fails to configure x264.

@mxcl
Copy link
Contributor

mxcl commented Dec 7, 2009

It works on 10.6, so basically it is necessary to find a revision that works on 10.5. This is tedious work, but someone has to do it, (so I'm saying, I don't want to, but will eventually if nobody else does).

@ryanb
Copy link

ryanb commented Dec 7, 2009

What error are attempting to install x264? One machine of mine was complaining about asm but this fixed it.

brew uninstall yasm
brew install yasm
brew install x264

However I am on 10.6.1 so it may be a different error you are getting.

@bak
Copy link
Author

bak commented Dec 8, 2009

Following Ryan's steps (10.5.8), yasm and x264 seem to install cleanly but ffmpeg fails. Here's the full output for all 3: http://gist.github.com/251348. The pertinent section seems to be:

Creating config.mak and config.h...
grep: /private/tmp/homebrew-ffmpeg-HEAD-ZZl4/libswscale/swscale.h: No such file or directory
./configure: line 2885: libswscale/libswscale.pc: No such file or directory
./configure: line 2901: libswscale/libswscale-uninstalled.pc: No such file or directory
/usr/local/Library/Formula/ffmpeg.rb:15:in `install'

@bradly
Copy link

bradly commented Feb 10, 2010

I am getting errors installing also. Here is a snippet of saddness:

libswscale/swscale.c:144: error: conflicting type qualifiers for ‘ff_dither4’
libswscale/swscale_internal.h:438: error: previous declaration of ‘ff_dither4’ was here
libswscale/swscale.c:144: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c:148: error: conflicting type qualifiers for ‘ff_dither8’
libswscale/swscale_internal.h:439: error: previous declaration of ‘ff_dither8’ was here
libswscale/swscale.c:148: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c:182: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c:191: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c:196: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c:201: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c:212: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c:224: error: expected ‘,’ or ‘;’ before ‘[’ token
libswscale/swscale.c: In function ‘yuv2packedXinC’:
libswscale/swscale.c:876: error: subscripted value is neither array nor pointer

Thanks,
Brad

@adamv
Copy link
Contributor

adamv commented Apr 30, 2010

Just tried ffmpeg on 10.5.8, and it just compiled for me.
We're using stable commits now, so things should be OK (until we bump to newer stable commits that don't work on 10.5.)

traymond pushed a commit to traymond/homebrew that referenced this issue Jul 22, 2014
See http://healpix.jpl.nasa.gov/

HEALPix is an acronym for Hierarchical Equal Area isoLatitude
Pixelization of a sphere. As suggested in the name, this pixelization
produces a subdivision of a spherical surface in which each pixel
covers the same surface area as every other pixel.  Healpix is used
extensively in astronomy to produce maps of data on the sky.

Closes Homebrew#169.
ClashTheBunny pushed a commit to ClashTheBunny/homebrew that referenced this issue Jan 22, 2015
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants