Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 600972 - dev-libs/protobuf-2.6.1 - broken SRC_URI
Summary: dev-libs/protobuf-2.6.1 - broken SRC_URI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
: 600974 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-11-27 09:52 UTC by Anton Bolshakov
Modified: 2016-12-06 05:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Bolshakov 2016-11-27 09:52:14 UTC
I had a problem with one of gentoo mirrors:

--2016-11-27 17:10:09--  (try: 3)  http://gentoo.gg3.net/distfiles/protobuf-2.6.1.tar.bz2
Connecting to gentoo.gg3.net|110.4.188.128|:80... connected.
HTTP request sent, awaiting response... No data received.
Giving up.

>>> Downloading 'https://github.com/google/protobuf/releases/download/2.6.1/protobuf-2.6.1.tar.bz2'
--2016-11-27 17:10:21--  https://github.com/google/protobuf/releases/download/2.6.1/protobuf-2.6.1.tar.bz2
Resolving github.com... 192.30.253.113, 192.30.253.112
Connecting to github.com|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-11-27 17:10:23 ERROR 404: Not Found.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2016-11-27 10:01:09 UTC
*** Bug 600974 has been marked as a duplicate of this bug. ***
Comment 2 Michael Palimaka (kensington) gentoo-dev 2016-11-27 10:06:42 UTC
In the interim, you can update your GENTOO_MIRRORS to something that works.
Comment 3 Tom Gillespie 2016-12-05 20:41:13 UTC
Confirming. One fix is to add the missing `v` so that it reads `SRC_URI="https://github.com/google/${PN}/releases/download/v${PV}/${P}.tar.bz2"`