Author: bdubbs
Date: 2008-10-27 01:23:19 -0600 (Mon, 27 Oct 2008)
New Revision: 8709
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/e2fsprogs.xml
trunk/BOOK/chapter05/tcl.xml
trunk/BOOK/chapter06/e2fsprogs.xml
Log:
Added chmod instructions to e2fsprogs and tcl
to ensure all libraries are writable by root for stripping.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-27 06:33:21 UTC (rev 8708)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-27 07:23:19 UTC (rev 8709)
@@ -40,6 +40,10 @@
<para>2008-10-27</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Added chmod instructions to e2fsprogs and tcl to
+ ensure all libraries are writable by root for stripping.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Added a brief explanation of the Linux API Headers
instructions.</para>
</listitem>
Modified: trunk/BOOK/chapter05/e2fsprogs.xml
===================================================================
--- trunk/BOOK/chapter05/e2fsprogs.xml 2008-10-27 06:33:21 UTC (rev 8708)
+++ trunk/BOOK/chapter05/e2fsprogs.xml 2008-10-27 07:23:19 UTC (rev 8709)
@@ -60,6 +60,11 @@
<screen><userinput remap="install">make install-libs</userinput></screen>
+ <para>Make the installed static libraries writable so debugging symbols
can
+ be removed later.</para>
+
+<screen><userinput remap="install">chmod -v u+w
/tools/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
+
</sect2>
<sect2 role="content">
Modified: trunk/BOOK/chapter05/tcl.xml
===================================================================
--- trunk/BOOK/chapter05/tcl.xml 2008-10-27 06:33:21 UTC (rev 8708)
+++ trunk/BOOK/chapter05/tcl.xml 2008-10-27 07:23:19 UTC (rev 8709)
@@ -74,6 +74,11 @@
<screen><userinput remap="install">make install</userinput></screen>
+ <para>Make the installed library writable so debugging symbols can
+ be removed later:</para>
+
+<screen><userinput remap="install">chmod -v u+w
/tools/lib/libtcl8.5.so</userinput></screen>
+
<para>Install Tcl's headers. The next package, Expect, requires them
to build.</para>
Modified: trunk/BOOK/chapter06/e2fsprogs.xml
===================================================================
--- trunk/BOOK/chapter06/e2fsprogs.xml 2008-10-27 06:33:21 UTC (rev 8708)
+++ trunk/BOOK/chapter06/e2fsprogs.xml 2008-10-27 07:23:19 UTC (rev 8709)
@@ -109,6 +109,11 @@
<screen><userinput remap="install">make install-libs</userinput></screen>
+ <para>Make the installed static libraries writable so debugging symbols
can
+ be removed later.</para>
+
+<screen><userinput remap="install">chmod -v u+w
/usr/lib/{libblkid,libcom_err,libe2p,libext2fs,libss,libuuid}.a</userinput></screen>
+
<para>This package installs a gzipped
<filename class="extension">.info</filename> file but doesn't update the
system-wide <filename>dir</filename> file. Unzip this file and then update
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page