Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

LibTIFF 3.9.5#5168

Closed
ghost wants to merge 1 commit into
masterfrom
unknown repository
Closed

LibTIFF 3.9.5#5168
ghost wants to merge 1 commit into
masterfrom
unknown repository

Conversation

@ghost

@ghost ghost commented Apr 12, 2011

Copy link
Copy Markdown

No description provided.

@adamv adamv closed this Apr 12, 2011
@adamv

adamv commented Apr 12, 2011

Copy link
Copy Markdown
Contributor

Thanks.

@meltingice

Copy link
Copy Markdown

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?

@adamv

adamv commented Apr 20, 2011

Copy link
Copy Markdown
Contributor

Looks up from here:

$ brew fetch -f libtiff
==> Downloading ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip
######################################################################## 100.0%
MD5:  19597eb66e2dff34b549bdc1d32bd42c
SHA1: b5f2e12ffdf9069c426a88785919f4ab6b313eb5
SHA256: 332d1a658340c41791fce62fb8fff2a5ba04c2e82b8b85e741eb0a7b30e0d127

@patricks

Copy link
Copy Markdown
Contributor

Also doesnt work for me

==> Downloading ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip
curl: (67) Access denied: 550
Error: Failure while executing: /usr/bin/curl -f#LA Homebrew\ 0.8\ (Ruby\ 1.8.7-174;\ Mac\ OS\ X\ 10.6.7) ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip -o /Users/pat/Library/Caches/Homebrew/libtiff-3.9.5.zip

but http://download.osgeo.org/libtiff/ works for me

@jetienne

jetienne commented May 7, 2011

Copy link
Copy Markdown

None of the url seems to work for me... osgeo is also down.
Any idea where I can find a mirror site?

@ghost

ghost commented May 7, 2011

Copy link
Copy Markdown
Author

I can access ftp://ftp.remotesensing.org/pub/libtiff just fine.

Not sure what can cause this.

@meltingice

Copy link
Copy Markdown

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.

@jetienne

Copy link
Copy Markdown

Seems to work now.

@skalee

skalee commented May 18, 2011

Copy link
Copy Markdown

Down again.

@pboling

pboling commented Sep 8, 2011

Copy link
Copy Markdown

Down again. :( I suppose there is a way to tell homebrew to use a mirror? Now I have to RTFM.

@mikel

mikel commented Sep 9, 2011

Copy link
Copy Markdown

Just as a note, if your homebrew install of imagemagick fails with:

$ brew install imagemagick
==> Installing imagemagick dependency: libtiff
==> Downloading ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip

curl: (7) couldn't connect to host
Error: Failure while executing: /usr/bin/curl -f#LA Homebrew\ 0.8\ (Ruby\ 1.8.7-249;\ Mac\ OS\ X\ 10.7.1)     ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip -o ~/Library/Caches/Homebrew/libtiff-3.9.5.zip

Then you can just run:

$ /usr/bin/curl http://download2.osgeo.org/libtiff/tiff-3.9.5.zip -o ~/Library/Caches/Homebrew/libtiff-3.9.5.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 1792k  100 1792k    0     0   230k      0  0:00:07  0:00:07 --:--:--  279k
$ brew install imagemagick

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.

@pboling

pboling commented Sep 9, 2011

Copy link
Copy Markdown

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!

@bastianh

bastianh commented Sep 9, 2011

Copy link
Copy Markdown

==> Downloading ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip
curl: (7) couldn't connect to host

down right now .. thanks for the workaround

@allolex

allolex commented Sep 9, 2011

Copy link
Copy Markdown

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.

@jgpawletko

Copy link
Copy Markdown

That's a winner:
$ /usr/bin/curl http://download2.osgeo.org/libtiff/tiff-3.9.5.zip -o ~/Library/Caches/Homebrew/libtiff-3.9.5.zip
$ brew install imagemagick

Many thanks mikel, all!

@wxianfeng

Copy link
Copy Markdown

yep,ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.5.zip is down , am from china
@jgpawletko solution is right!!

@bryansise

Copy link
Copy Markdown

@mikel that helped me a LOT, I really appreciate it. Was totally stumped on this.

@urfolomeus

Copy link
Copy Markdown

@mikel thanks! Thought we were heading back into the old hell of ImageMagick installs for a minute there ;)

@StanBright

Copy link
Copy Markdown

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!

@Sharpie

Sharpie commented Sep 12, 2011

Copy link
Copy Markdown
Contributor

@Stanislav

Mirrors should happen soon---see pull request #7574.

@jaredfolkins

Copy link
Copy Markdown

Also failed for me. But @mikel's fix also worked for me. Thanks!

@Sharpie

Sharpie commented Sep 12, 2011

Copy link
Copy Markdown
Contributor

@jfolkins

Have you run brew update recently? I switched the url for LibTIFF to point directly at download.osgeo.org since ftp.remotesensing.org is just a proxy and still hasn't come to it's senses.

@jaredfolkins

Copy link
Copy Markdown

@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$ 

@Sharpie

Sharpie commented Sep 12, 2011

Copy link
Copy Markdown
Contributor

Don't worry about it :)

Just remember the first rule of thumb when you have a problem is to run brew update and see if the problem goes away.

@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.