[email protected] wrote: > Author: randy > Date: 2010-11-18 09:47:53 -0700 (Thu, 18 Nov 2010) > New Revision: 8700 > > Modified: > trunk/BOOK/general.ent > trunk/BOOK/general/prog/expect.xml > trunk/BOOK/introduction/welcome/changelog.xml > Log: > Updated to Expect-5.44.1.15 (5.45 has since been released) > > Modified: trunk/BOOK/general/prog/expect.xml > =================================================================== > --- trunk/BOOK/general/prog/expect.xml 2010-11-18 14:42:41 UTC (rev > 8699) > +++ trunk/BOOK/general/prog/expect.xml 2010-11-18 16:47:53 UTC (rev > 8700) > @@ -4,12 +4,12 @@ > <!ENTITY % general-entities SYSTEM "../../general.ent"> > %general-entities; > > - <!ENTITY expect-download-http > "http://expect.nist.gov/old/expect-&expect-version;.tar.gz"> > + <!ENTITY expect-download-http > "&sourceforge-repo;/expect/files/Expect/&expect-version;/expect-&expect-version;.tar.bz2">
The expect URL above does not resolve to a file and is not suitable for scripting. It resolves to a web page. The following worked for me using wget: http://sourceforge.net/projects/expect/files/Expect/5.44.1.15/expect-5.44.1.15.tar.bz2/download Note that the &sourceforge-repo; entity is not right for this package and there needs to be /projects/ in the path as well as the trailing /download Sourceforge's download mechanism is terrible. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
