Le 05/02/2012 20:16, Bruce Dubbs a écrit :
We are starting to plan for LFS-7.1.  We are anticipating an -rc1
release in about two weeks and lfs-7.1 around the first of March.

Right now there are only two relatively routine package updates in the
ticket queue: the kernel and automake.

http://wiki.linuxfromscratch.org/lfs/query?status=assigned&status=new&status=reopened&group=milestone&max=300&col=id&col=summary&col=status&col=owner&col=type&col=priority&order=priority

We are also expecting a release version of util-linux-2.21 at any time.

If you have anything else you think we need to address, please let us
know.  Packages, text, boot scripts, and web site are all reasonable
areas for changes.

    -- Bruce

Perhaps also include Andy's proposition for putting libstdc++ libtool
stuff in /usr/lib in 6.6. Creating Essential files and symlinks.
Patch attached.

Pierre

Index: lfsbook/chapter06/createfiles.xml
===================================================================
--- lfsbook.orig/chapter06/createfiles.xml      2011-11-19 11:40:00.000000000 
+0100
+++ lfsbook/chapter06/createfiles.xml   2012-02-11 08:20:29.000000000 +0100
@@ -43,6 +43,7 @@
 ln -sv /tools/bin/perl /usr/bin
 ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
 ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib
+sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la
 ln -sv bash /bin/sh</userinput></screen>
 
   <para>A proper Linux system maintains a list of the mounted file systems in
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to