Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FreeTDS Upgrade to version 0.95.95 fails due to broken download link #158

Closed
chapskev opened this issue Apr 27, 2016 · 6 comments
Closed

Comments

@chapskev
Copy link

Ran 'brew upgrade' to upgrade all my packages after updating brew

Brew managed to upgrade all the packages except for freetds

`==> Upgrading freetds
==> Downloading ftp://ftp.freetds.org/pub/freetds/stable/freetds-0.95.80.tar.gz

curl: (28) Operation timed out after 0 milliseconds with 0 out of 0 bytes received
Trying a mirror...
==> Downloading https://fossies.org/linux/privat/freetds-0.95.80.tar.gz

curl: (22) The requested URL returned error: 410 Gone
Error: Failed to download resource "freetds"
Download failed: https://fossies.org/linux/privat/freetds-0.95.80.tar.gz
`

Tried to troubleshoot the issues and understand the problem and came up with the following finding
'brew upgrade freedts' is seaching for freedts from https://fossies.org/linux/privat/freetds-0.95.80.tar.gz
of which the link is not available as fossies only has the newest freetds release of freetds-0.95.95

An update to the correct package would be highly appreciated. Thank you

DomT4 added a commit to Homebrew/homebrew-core that referenced this issue Apr 27, 2016
Closes Homebrew/brew#158.

Closes #657.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
@DomT4
Copy link
Member

DomT4 commented Apr 27, 2016

Fixed via Homebrew/homebrew-core@facd5e2. Thanks for the report!

@chapskev
Copy link
Author

@DomT4 That was fast.

Thank you

@chapskev
Copy link
Author

@DomT4 there is still an issue with the upgrade. After the download, there is a mismatch of the checksum

'==> Upgrading freetds
==> Downloading ftp://ftp.freetds.org/pub/freetds/stable/freetds-0.95.95.tar.bz2

curl: (28) Operation timed out after 0 milliseconds with 0 out of 0 bytes received
Trying a mirror...
==> Downloading https://fossies.org/linux/privat/freetds-0.95.95.tar.gz
######################################################################## 100.0%
Error: SHA256 mismatch
Expected: 170bbe11ffe02cb38ec8f76605d13689e3e405862d7d083526667640f12ea95c
Actual: be7c90fc771f30411eff6ae3a0d2e55961f23a950a4d93c44d4c488006e64c70
Archive: /Library/Caches/Homebrew/freetds-0.95.95.tar.bz2
To retry an incomplete download, remove the file above.'

@DomT4
Copy link
Member

DomT4 commented Apr 27, 2016

Oops, that's because I'm an idiot who can't read filenames, one sec.

@DomT4
Copy link
Member

DomT4 commented Apr 27, 2016

Homebrew/homebrew-core@cf270a5

@sam-s
Copy link

sam-s commented Nov 7, 2016

same error this morning:

==> Upgrading 1 outdated package, with result:
freetds 1.00.16
==> Upgrading freetds
==> Using the sandbox
==> Downloading ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.00.16.tar.gz

curl: (56) response reading failed
Trying a mirror...
==> Downloading https://fossies.org/linux/privat/freetds-1.00.16.tar.gz

curl: (22) The requested URL returned error: 410 Gone
Error: Failed to download resource "freetds"
Download failed: https://fossies.org/linux/privat/freetds-1.00.16.tar.gz

@Homebrew Homebrew locked and limited conversation to collaborators May 3, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants