0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mavericks で Homebrew の mplayer をインストールしようとしてエラーになる場合の解決法

Last updated at Posted at 2013-11-09

以下は 11/9 時点の古い内容。 11/12 の homebrew の更新で、インストールの問題は解決されたようです。

$ brew install mplayer
Warning: It appears you have MacPorts or Fink installed.
Software installed with other package managers causes known problems for
Homebrew. If a formula fails to build, uninstall MacPorts/Fink and try again.
==> Downloading http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.1.tar.xz
Already downloaded: /Library/Caches/Homebrew/mplayer-1.1.tar.xz
==> ./configure --prefix=/usr/local/Cellar/mplayer/1.1 --cc=clang --host-cc=clan
==> make
                glBegin(GL_LINES);
                        ^
9 errors generated.
make: *** [libvo/vo_corevideo.o] Error 1
make: *** Waiting for unfinished jobs....

READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting

These open issues may also help:
    https://github.com/mxcl/homebrew/pull/23809
    https://github.com/mxcl/homebrew/issues/23503

こんなエラーが出た。最後に関係ありそうな pull request と issue のリンクが表示されていて親切。

で、色々試した結果、これだけでいいみたい。

$ wget -O /usr/local/Library/Formula/mplayer.rb https://raw.github.com/i8degrees/homebrew/d5687ef38dfe5bcaabf181d6bc8eedfbe85b3be1/Library/Formula/mplayer.rb
$ brew install mplayer

参考URL

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?