> Hey, has freetype gone AWOL from ftp.gnome.org? > > I get a 404 from > http//ftp.gnome.org/pub/GNOME/sources/freetype/2.1/freetype-2.1.9.tar.bz2 > and can't see it in the http//ftp.gnome.org/pub/GNOME/sources/ > directory either.
Sure, freetype never has been on ftp.gnome.org AFAIK. $ grep MASTER bootstrap/freetype/Makefile MASTER_SITES = http://dl.sourceforge.net/freetype/ Freetype is hosted on SourceForge. The fact that you get the 404 on f.g.o simply is, cause f.g.o is the default download server. Used always if there is no MASTER_SITES specified or as a fallback as last resort. The real problem for you is a SourgeForge one. SourceForge seems to have issues with mirrors every now and then. If the download fails, just try it again [1] -- at worst, try it again later. This works, I just verified I can get the file. ...guenther [1] cause dl.sourceforge.net is a round-robin DNS name -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}} -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
