【发布时间】:2017-06-14 13:51:13
【问题描述】:
我正在尝试通过自制软件安装 wine。安装依赖项时,libtiff 失败,因为找不到源包 url 并且整个安装程序退出。我单独安装了libtiff,然后尝试,仍然出现这个问题。任何解决方法?
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可能会解决问题。见github.com/Homebrew/homebrew-core/issues/3264 -
是否进行了 brew update,brew cleanup,清除了缓存.. 仍然是同样的问题。在他们的 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在该引用更新之前将无法使用...
标签: macos homebrew wine libtiff