Conversation
|
Thanks. |
|
The FTP server where this ZIP file is hosted seems to be down. Any possible mirror sites or should we just wait until (if) the FTP comes back online? |
|
Looks up from here: |
|
Also doesnt work for me but http://download.osgeo.org/libtiff/ works for me |
|
None of the url seems to work for me... osgeo is also down. |
|
I can access ftp://ftp.remotesensing.org/pub/libtiff just fine. Not sure what can cause this. |
|
I think the server is going back and forth between being up and down. There was a period of time where I couldn't access it, and now I can. |
|
Seems to work now. |
|
Down again. |
|
Down again. :( I suppose there is a way to tell homebrew to use a mirror? Now I have to RTFM. |
|
Just as a note, if your homebrew install of imagemagick fails with: Then you can just run: This just fetches a copy from a mirror and puts it in the cache, then running brew install imagemagick just finds the cached entry and continues on it's merry way. |
|
Well it worked when I ran it today. And that is a useful tip, but in this specific instance I don't think it will work. I don't think it is a real mirror, just two domains for the same server. Both domains were non responsive yesterday, at the same time, for the same duration. It 'looks' like a single point of failure. Got it working now though! I'll remember this trick to cache the source too! |
|
==> Downloading ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip down right now .. thanks for the workaround |
|
I missed mikel's work-around the first time I looked at this thread, but it does solve the problem. Just run the same brew install PACKAGE command again after you've inserted the TIFF package into the cache, and Homebrew will find it and install it for you. |
|
That's a winner: Many thanks mikel, all! |
|
yep,ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip is down , am from china |
|
@mikel that helped me a LOT, I really appreciate it. Was totally stumped on this. |
|
@mikel thanks! Thought we were heading back into the old hell of ImageMagick installs for a minute there ;) |
|
It would be nice to have a secondary source configured in the formula. So that when the master host fails, we download the library from a mirror (e.g. http://download2.osgeo.org/libtiff/tiff-3.9.5.zip ) . Thanks anyway! |
|
Mirrors should happen soon---see pull request #7574. |
|
Also failed for me. But @mikel's fix also worked for me. Thanks! |
|
@jfolkins Have you run |
|
@Sharpie I'm an idiot, sorry. Here is the output that should confirm your solution. jared$ grep -nR "ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip" ~/homebrew/
/Users/jared/homebrew/Library/Formula/libtiff.rb:5: url 'ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip'
jared$ brew update
remote: Counting objects: 1939, done.
remote: Compressing objects: 100% (827/827), done.
remote: Total 1716 (delta 1264), reused 1287 (delta 875)
Receiving objects: 100% (1716/1716), 264.53 KiB | 262 KiB/s, done.
Resolving deltas: 100% (1264/1264), completed with 199 local objects.
From https://github.com/mxcl/homebrew
* branch master -> FETCH_HEAD
Updated Homebrew from 06cb3fbc to 21e168b1.
[removed for brevity]
jared$ grep -nR "ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip" ~/homebrew/
jared$ grep -nR "libtiff/tiff-3.9.5.zip" ~/homebrew/
/Users/jared/homebrew/Library/Formula/libtiff.rb:5: url 'http://download.osgeo.org/libtiff/tiff-3.9.5.zip'
jared$
|
|
Don't worry about it :) Just remember the first rule of thumb when you have a problem is to run |
No description provided.