私は自家製ワインをインストールしようとしています。ソースパッケージURLが見つからず、インストーラ全体が終了するため、依存関係をインストールすると、libtiffは失敗します。 libtiffを別にインストールしてから試してみましたが、まだこの問題が発生しています。回避策はありますか?自家製ワインと一緒にワインをインストールするとLibtiffの依存性が失われるOSX 10.12.3
Rangarajans-MBP:homebrew-core ranga$ brew install wine
==> Installing dependencies for wine: libtiff, gd, libgphoto2, little-cms2, cmake, jasper, libicns, makedepend, openssl, net-snmp, sane-backends, libtasn1, gmp, nettle, libunistring, libffi, p11-kit, gnutls
==> Installing wine dependency: libtiff
==> Using the sandbox
==> Downloading http://download.osgeo.org/libtiff/tiff-4.0.7.tar.gz
######################################################################## 100.0%
==> Downloading https://mirrors.ocf.berkeley.edu/debian/pool/main/t/tiff/tiff_4.0.7-4.debian.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Trying a mirror...
==> Downloading https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/t/tiff/tiff_4.0.7-4.debian.tar.xz
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "libtiff--patch"
Download failed: https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/t/tiff/tiff_4.0.7-4.debian.tar.xz
Rangarajans-MBP:homebrew-core ranga$
「brew update」が問題を解決する可能性があります。 https://github.com/Homebrew/homebrew-core/issues/3264 –
BREWの更新、BREWのクリーンアップ、キャッシュのクリアなどは同じ問題を参照してください。彼らのgitに同じものを投稿しました。 –
ftp.debian.org/debian/pool/main/t/tiff/tiff_4.0.7-4.debian.tar.xzがftp.debian.org/debian/pool/main/t/に置き換えられましたtiff/tiff_4.0.7-5.debian.tar.xz、 'brew update'は参照が更新されるまで動作しません... – GHH