Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 608528 - sys-libs/ldb-1.1.29 has incorrect SRC_URI (www.samba.org doesn't serve HTTP)
Summary: sys-libs/ldb-1.1.29 has incorrect SRC_URI (www.samba.org doesn't serve HTTP)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-07 09:58 UTC by eroen
Modified: 2019-07-10 19:16 UTC (History)
1 user (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 eroen 2017-02-07 09:58:50 UTC
occam ~ # FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\"" emerge --ignore-default-opts --verbose --fetchonly =sys-libs/ldb-1.1.29
!!! Repository 'stuff' has sync-uri attribute, but is missing sync-type attribute

These are the packages that would be fetched, in order:

Calculating dependencies... done!
[ebuild  N     ] sys-libs/ldb-1.1.29:0/1.1.29::gentoo  USE="-doc -ldap" ABI_X86="32 (64) (-x32)" PYTHON_TARGETS="python2_7" 1,248 KiB

Total: 1 package (1 new), Size of downloads: 1,248 KiB


>>> Fetching (1 of 1) sys-libs/ldb-1.1.29::gentoo
>>> Downloading 'http://www.samba.org/ftp/pub/ldb/ldb-1.1.29.tar.gz'
--2017-02-07 10:54:50--  http://www.samba.org/ftp/pub/ldb/ldb-1.1.29.tar.gz
Resolving www.samba.org (www.samba.org)... 144.76.82.156, 2a01:4f8:192:486::443:2
Connecting to www.samba.org (www.samba.org)|144.76.82.156|:80... failed: Connection refused.
Connecting to www.samba.org (www.samba.org)|2a01:4f8:192:486::443:2|:80... failed: Network is unreachable.
!!! Couldn't download 'ldb-1.1.29.tar.gz'. Aborting.
 * Fetch failed for 'sys-libs/ldb-1.1.29'

>>> Failed to emerge sys-libs/ldb-1.1.29


eroen@occam ~ $ curl --head http://www.samba.org/ftp/pub/ldb/ldb-1.1.29.tar.gz
curl: (7) Failed to connect to www.samba.org port 80: Connection refused
eroen@occam ~ $ curl --head https://www.samba.org/ftp/pub/ldb/ldb-1.1.29.tar.gz
HTTP/1.1 200 OK
Date: Tue, 07 Feb 2017 09:53:22 GMT
Server: Apache
Strict-Transport-Security: max-age=15552000; includeSubDomains;preload
Last-Modified: Thu, 01 Dec 2016 13:15:24 GMT
ETag: "5a4345-137e6f-542989d425f25"
Accept-Ranges: bytes
Content-Length: 1277551
Public-Key-Pins: max-age=604800;pin-sha256="YLh1dUR9y6Kja30RrAn7JKnbQG/uEtLMkBgFF2Fuihg=";pin-sha256="Vjs8r4z+80wjNcr1YKepWQboSIRi63WsWXhIMN+eWys=";pin-sha256="WGJkyYjx1QMdMe0UqlyOKXtydPDVrk7sl2fV+nNm1r4=";pin-sha256="sRHdihwgkaib1P1gxX8HFszlD+7/gTfNvuAybgLPNis=";includeSubDomains;
Content-Type: application/gzip

eroen@occam ~ $ qgrep -H 'http://www.samba.org/ftp'
sys-libs/ldb/ldb-1.1.24.ebuild:SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"
sys-libs/ldb/ldb-1.1.26.ebuild:SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"
sys-libs/ldb/ldb-1.1.27-r1.ebuild:SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"
sys-libs/ldb/ldb-1.1.29.ebuild:SRC_URI="http://www.samba.org/ftp/pub/${PN}/${P}.tar.gz"