I ran my build and found one minor glitch: links to fetch tcl and
e2fsprogs from sourceforge have changed.

(If someone knows the right way to make a permanent sourceforge link,
please tell me. :-)

Here is a patch to fix it.  "cd /mnt/newlfs/newlfs-livecd; patch -p0 <
lfs-sourceforge-patch"

lfs-sourceforge-patch
---------------------

diff -Naur packages/e2fsprogs/Makefile updated-packages/e2fsprogs/Makefile
--- packages/e2fsprogs/Makefile 2009-04-14 21:57:02.000000000 -0700
+++ updated-packages/e2fsprogs/Makefile 2009-07-29 08:56:46.000000000 -0700
@@ -8,7 +8,7 @@
 DIR= $(NM)-$(VRS)
 
 FILE= $(DIR).tar.gz
-URL-$(FILE)= 
http://superb-west.dl.sourceforge.net/sourceforge/e2fsprogs/$(FILE)
+URL-$(FILE)= 
http://softlayer.dl.sourceforge.net/project/e2fsprogs/e2fsprogs/$(VRS)/$(FILE)
 SHA-$(FILE)= d85f05b7bcef1adf8306a789f3ac0325c3c67e8d
 
 # Targets
diff -Naur packages/tcl/Makefile updated-packages/tcl/Makefile
--- packages/tcl/Makefile       2009-04-14 21:45:51.000000000 -0700
+++ updated-packages/tcl/Makefile       2009-07-29 08:56:18.000000000 -0700
@@ -5,7 +5,7 @@
 DIR= $(NM)$(VRS)
 
 FILE= $(DIR)-src.tar.gz
-URL-$(FILE)= http://superb-west.dl.sourceforge.net/sourceforge/tcl/$(FILE)
+URL-$(FILE)= http://softlayer.dl.sourceforge.net/project/tcl/Tcl/$(VRS)/$(FILE)
 SHA-$(FILE)= af0433feaa7be1da945a1f414c4b10485ffbd386
 
 # Targets


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to