Changeset 392a73c
- Timestamp:
- Jul 3, 2009, 11:32:29 AM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 65a1d51
- Parents:
- acf32d0 (diff), 602aa77 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- BOOK
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/gzip.xml
racf32d0 r392a73c 27 27 28 28 <para os="s1">The following command renames the internal implementation of 29 futimens to gl_futimens as newer versions of Glibcprovide an incompatible29 futimens to gl_futimens as newer versions of EGLIBC provide an incompatible 30 30 version:</para> 31 31 -
BOOK/final-system/common/linux-headers.xml
racf32d0 r392a73c 33 33 make headers_check 34 34 make INSTALL_HDR_PATH=dest headers_install 35 cp -rv dest/include/* /usr/include</userinput></screen> 35 cp -rv dest/include/* /usr/include 36 find /usr/include -name .install -or -name ..install.cmd | xargs rm -fv</userinput></screen> 36 37 37 38 <variablelist os="d"> -
BOOK/final-system/common/module-init-tools.xml
racf32d0 r392a73c 88 88 89 89 <seglistitem> 90 <seg>depmod, generate-modprobe.conf, insmod, insmod.static, 91 lsmod (link to insmod), modinfo, modprobe (link to insmod), and 92 rmmod (link to insmod)</seg> 90 <seg>depmod, insmod, insmod.static, lsmod (link to insmod), modinfo, 91 modprobe (link to insmod), and rmmod (link to insmod)</seg> 93 92 </seglistitem> 94 93 </segmentedlist> … … 108 107 <indexterm zone="ch-system-module-init-tools depmod"> 109 108 <primary sortas="b-depmod">depmod</primary> 110 </indexterm>111 </listitem>112 </varlistentry>113 114 <varlistentry id="generate-modprobe.conf">115 <term><command>generate-modprobe.conf</command></term>116 <listitem>117 <para>Creates a modprobe.conf file from an existing 2.2 or 2.4118 module setup</para>119 <indexterm zone="ch-system-module-init-tools generate-modprobe.conf">120 <primary sortas="b-generate-modprobe.conf">generate-modprobe.conf</primary>121 109 </indexterm> 122 110 </listitem> -
BOOK/final-system/common/ppl.xml
racf32d0 r392a73c 57 57 58 58 <segmentedlist> 59 <segtitle>Installed Programs</segtitle> 59 60 <segtitle>Installed Libraries</segtitle> 60 61 61 62 <seglistitem> 62 <seg>libppl.[a,so], libppl_c.[a,so]</seg> 63 <seg>ppl-config, ppl_lcdd</seg> 64 <seg>libppl.[a,so], libppl_c.[a,so], libpwl.[a,so]</seg> 63 65 </seglistitem> 64 66 </segmentedlist> … … 68 70 <?dbfo list-presentation="list"?> 69 71 <?dbhtml list-presentation="table"?> 72 73 <varlistentry id="ppl-config"> 74 <term><command>ppl-config</command></term> 75 <listitem> 76 <para>Outputs information about the PPL installation</para> 77 <indexterm zone="ch-system-ppl ppl-config"> 78 <primary sortas="b-ppl-config">ppl-config</primary> 79 </indexterm> 80 </listitem> 81 </varlistentry> 82 83 <varlistentry id="ppl_lcdd"> 84 <term><command>ppl_lcdd</command></term> 85 <listitem> 86 <para>Reads an H-representation of a polyhedron and generates a 87 V-representation of the same polyhedron</para> 88 <indexterm zone="ch-system-ppl ppl_lcdd"> 89 <primary sortas="b-ppl_lcdd">ppl_lcdd</primary> 90 </indexterm> 91 </listitem> 92 </varlistentry> 70 93 71 94 <varlistentry id="libppl"> … … 79 102 </varlistentry> 80 103 81 104 <varlistentry id="libppl_c"> 82 105 <term><filename class="libraryfile">libppl_c</filename></term> 83 106 <listitem> … … 89 112 </varlistentry> 90 113 114 <varlistentry id="libpwl"> 115 <term><filename class="libraryfile">libpwl</filename></term> 116 <listitem> 117 <para>The Parma Watchdog Library</para> 118 <indexterm zone="ch-system-ppl libpwl"> 119 <primary sortas="b-libpwl">libpwl</primary> 120 </indexterm> 121 </listitem> 122 </varlistentry> 123 91 124 </variablelist> 92 125 -
BOOK/index.xml
racf32d0 r392a73c 22 22 <firstname>Ryan</firstname> 23 23 <surname>Oliver</surname> 24 <author>25 <firstname>Zack</firstname>26 <firstname>Winkles</firstname>27 24 </author> 28 25 </authorgroup> … … 30 27 <copyright id="copyright"> 31 28 <year>2005–&year;</year> 32 <holder>Joe Ciccone, Jim Gifford , Ryan Oliver & Zack Winkles</holder>29 <holder>Joe Ciccone, Jim Gifford & Ryan Oliver</holder> 33 30 </copyright> 34 31 -
BOOK/introduction/common/acknowledgements.xml
racf32d0 r392a73c 60 60 <para>Chris Staub - x86 builds. Leader of Quality Control.</para> 61 61 </listitem> 62 <listitem> 63 <para>Zack Winkles - Unstable book work.</para> 64 </listitem> 62 65 </itemizedlist> 63 66 -
BOOK/introduction/common/changelog.xml
racf32d0 r392a73c 45 45 <listitem> 46 46 <para>[Jim] - Updated Sed to 4.2.1.</para> 47 </listitem> 48 </itemizedlist> 49 </listitem> 50 51 <listitem> 52 <para>July 1, 2009</para> 53 <itemizedlist> 54 <listitem> 55 <para>[Winkie] - Clean up after the headers installation.</para> 47 56 </listitem> 48 57 </itemizedlist> -
BOOK/temp-system/common/bash.xml
racf32d0 r392a73c 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 33 <para os="t1">When bash is cross-compiled, it cannot test for the presence34 of named pipes, amo ung other things. If you used <command>su</command> to33 <para os="t1">When Bash is cross-compiled, it cannot test for the presence 34 of named pipes, among other things. If you used <command>su</command> to 35 35 become an unprivileged user, this combination will cause Bash to build 36 36 without <emphasis>process substitution</emphasis>, which will break one 37 of the c++ test scripts in <literal>glibc</literal>. The following prevents38 future problems by skipping t ests that can not run while cross-compiling39 or that do not run properly:</para>37 of the C++ test scripts in <literal>eglibc</literal>. The following prevents 38 future problems by skipping the check for named pipes, as well as other 39 tests that can not run while cross-compiling or that do not run properly:</para> 40 40 41 41 <screen os="t2"><userinput>cat > config.cache << "EOF" -
BOOK/temp-system/common/bzip2.xml
racf32d0 r392a73c 23 23 <title>Installation of Bzip2</title> 24 24 25 <para os="ca">Bzip2's default Makefile target automatically runs26 the testsuite as well. Disable the tests since they won't work on a27 multi-architecture build:</para>25 <para os="ca">Bzip2's default <filename>Makefile</filename> target 26 automatically runs the testsuite as well. Disable the tests since they 27 won't work on a multi-architecture build:</para> 28 28 29 29 <screen os="cb"><userinput>cp -v Makefile{,.orig} -
BOOK/temp-system/common/coreutils.xml
racf32d0 r392a73c 25 25 <para os="ba">Configure can not properly determine how to get free space 26 26 when cross-compiling - as a result, the <command>df</command> program will 27 not be built. Add the following entr yto <filename>config.cache</filename>28 to correct this :</para>27 not be built. Add the following entries to <filename>config.cache</filename> 28 to correct this, and fix a cross-compile problem when using EGLIBC:</para> 29 29 30 30 <screen os="bb"><userinput>cat > config.cache << EOF -
BOOK/temp-system/common/vim.xml
racf32d0 r392a73c 36 36 37 37 <para os="c1">The <command>configure</command> script is full of logic 38 that aborts at the first sign of cross compiling. Set the cached values 39 of those tests with the following command:</para> 38 that aborts at the first sign of cross compiling. Work around this by 39 setting the cached values of several tests with the following 40 command:</para> 40 41 41 42 <screen os="c2"><userinput>cat > src/auto/config.cache << "EOF"
Note:
See TracChangeset
for help on using the changeset viewer.