After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 554583 - in /bootstrap/libtasn1/Makefile there is an error about de MASTER_SITES
in /bootstrap/libtasn1/Makefile there is an error about de MASTER_SITES
Status: RESOLVED FIXED
Product: GARNOME
Classification: Deprecated
Component: general
2.24.x
Other All
: Normal normal
: ---
Assigned To: GARNOME Maintainers
garnome list
Depends on:
Blocks:
 
 
Reported: 2008-10-01 16:18 UTC by Luca Cappelletti (Infodomestic.com)
Modified: 2008-10-01 21:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luca Cappelletti (Infodomestic.com) 2008-10-01 16:18:00 UTC
Please describe the problem:
libtasn1 down no download from offical gnu.org repository due to changes affected from gnu.org
The old site was:

MASTER_SITES = http://www.gnu.org/software/gnutls/releases/libtasn1/

Fix it using the new one

MASTER_SITES = ftp://ftp.gnu.org/pub/gnu/gnutls/

as explained here:

http://www.gnu.org/software/gnutls/releases/moved-to-gnu.org.txt

The files in this directory have been moved to gnu.org's FTP servers
after discussion with the Savannah administrators.

Stable releases: ftp://ftp.gnu.org/pub/gnu/gnutls/
Experimental releases: ftp://alpha.gnu.org/gnu/gnutls/


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Karsten Bräckelmann 2008-10-01 21:38:39 UTC
Fixed in SVN trunk and stable gnome-2-24 branch.  Thanks, Luca!