-
-
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
High Sierra clean install of ffmpeg with options #20548
Comments
Can you please try adding |
Same outcome. Output and gist here.
|
@nsipplswezey I think you may have something strange set in your environment. |
Nice catch. Thanks for the response. You might be on to something. Could you point me to where |
Please try this:
|
That did it. I'll keep that in my back pocket if I run into future issues. Took a look at Homebrew/brew#932 for reference. Assuming that arch environment variable is the root of this, I'm still wondering what the potential candidate list is for where this variable is coming from. A cursory check
All references to architecture in the Also for reference, here's the Thanks again for your help, and for homebrew. Any other hunches on where this might be originating appreciated. |
You need to check the output of the It's probably something in your ~/.bash_profile file. |
Thanks for the reply. Checked my ~/.bashrc + ~/.bash_profile and I actually
have an explicit `export ARCHFLAGS="-arch x86_64"` but you're right that my
`env` command has a weird `arch=arm64` in it
```
arch=arm64
ARCHFLAGS=-arch x86_64
NATIVE_ARCH_ACTUAL=x86_64
```
Know any neat tricks for backing into seeing where a specific `env`
variables gets set, or to watch `env` be built? This is debugging beyond
homebrew, but thought I'd ask since there's a context for the question.
Thanks again for all your help. And for keeping homebrew possible.
…On Tue, Nov 14, 2017 at 9:21 PM, ilovezfs ***@***.***> wrote:
You need to check the output of the env command.
It's probably something in your ~/.bash_profile file.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20548 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHlB0xG5-gvd6dnIinYrio4ps7hjHNpIks5s2nTsgaJpZM4QaxL7>
.
--
Nick
|
You're welcome! You can try running
|
Super handy. Thanks! |
Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.
Please always follow these steps:
brew install
ing one, specific Homebrew/homebrew-core formula (not cask or tap) and not every time you runbrew
? If it's a generalbrew
problem please file this issue at https://github.com/Homebrew/brew/issues/new. If it's abrew cask
problem please file this issue at https://github.com/caskroom/homebrew-cask/issues/new. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.brew update
and retried your prior step?brew doctor
, fixed all issues and retried your prior step?brew gist-logs <formula>
(where<formula>
is the name of the formula that failed) and included the output link?brew gist-logs
didn't work: ranbrew config
andbrew doctor
and included their output with your issue?To help us debug your issue please explain:
Older iMac running newly installed HighSierra
and newly installed Xcode 9
Trying to do a clean install of brew with the following options
brew install ffmpeg --with-libass --with-fontconfig
which is a dependency for video-to-gif conversion tool https://github.com/vvo/gifify.Fails on
make install
with./libavutil/aarch64/bswap.h:31:13: error: invalid instruction mnemonic 'rev16'
Looked into #20546 #20104 and #20317 and though they seemed similar –maybe even related– none of those involved this specific error.
Here's my
brew gist-logs ffmpeg
outputhttps://gist.github.com/anonymous/013cc0ecb2cfe9a8e32cd4790a05d32a
Expected ffmpeg to install without problem.
brew install ffmpeg
with no options installs without problem.brew install ffmpeg --with-libass --with-fontconfig
installs without issue on my laptop running macOS Sierra 10.12.6 Xcode 9.1.brew install
commands)Uninstall ffmpeg if it's already intalled. Run
brew install ffmpeg --with-libass --with-fontconfig
Formula additions or changes
To get formulae added or changed in Homebrew please file a Pull Request
We will close issues requesting formulae changes.
The text was updated successfully, but these errors were encountered: