Changeset f168b8f for chapter06


Ignore:
Timestamp:
07/23/2015 12:19:36 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
b94e5a5
Parents:
367e615
Message:

Merged trunk. Updated to dbus-1.8.20, systemd-222.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter06/automake.xml

    r367e615 rf168b8f  
    4141  <sect2 role="installation">
    4242    <title>Installation of Automake</title>
     43
     44    <para>First fix a warning that is caused by perl-5.22 and later:</para>
     45
     46<screen><userinput remap="pre">sed -i 's:/\\\${:/\\\$\\{:' bin/automake.in</userinput></screen>
    4347
    4448    <para>Prepare Automake for compilation:</para>
  • chapter06/coreutils.xml

    r367e615 rf168b8f  
    5050    boundaries correctly even in multibyte locales. The following patch fixes
    5151    this non-compliance and other internationalization-related bugs.
    52     Afterwards make sure the timestamp for <filename>Makefile.in</filename> is
     52    <!--Afterwards make sure the timestamp for <filename>Makefile.in</filename> is
    5353    later than all other files to prevent a <command>make</command>
    54     error:</para>
     54    error:</para>-->
     55    Afterwards disable a test that fails with the current version of perl.</para>
    5556
    5657<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;
    57 touch Makefile.in</userinput></screen>
     58sed -i '/tests\/misc\/sort.pl/ d' Makefile.in</userinput></screen>
     59
     60<!--touch Makefile.in</userinput></screen>-->
    5861
    5962    <note>
  • chapter06/gcc.xml

    r367e615 rf168b8f  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 
     43<!--
    4444    <para>First apply some fixes from the upstream repository:</para>
    4545
    4646<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    47 
     47-->
    4848    <para>The GCC documentation recommends building GCC outside of the source
    4949    directory in a dedicated build directory:</para>
  • chapter06/intltool.xml

    r367e615 rf168b8f  
    4141  <sect2 role="installation">
    4242    <title>Installation of Intltool</title>
     43
     44    <para>First fix a warning that is caused by perl-5.22 and later:</para>
     45
     46<screen><userinput remap="pre">sed -i 's:\\\${:\\\$\\{:' intltool-update.in</userinput></screen>
    4347
    4448    <para>Prepare Intltool for compilation:</para>
  • chapter06/iproute2.xml

    r367e615 rf168b8f  
    5757    <para>Remove a compiler flag that causes the compilation to fail:</para>
    5858<screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen>
     59
    5960-->
    60 
     61<!--
     62
     63    <para>Do not build the unneeded tipc program.  Transparent Inter-process
     64    Communication (TIPC) is a network communications protocol for Inter-process
     65    communication (IPC) that was designed for intra-cluster
     66    communication.</para>
     67
     68<screen><userinput remap="pre">sed -i 's/tipc //' Makefile</userinput></screen>
     69-->
    6170    <para>Compile the package:</para>
    6271
     
    8998        nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
    9099        and tc</seg>
    91         <seg>/etc/iproute2, /usr/lib/tc, /usr/share/doc/iproute2-&iproute2-version;,
    92         and /usr/lib/tc</seg>
     100        <seg>/etc/iproute2, /usr/lib/tc, and /usr/share/doc/iproute2-&iproute2-version;,
     101        </seg>
    93102      </seglistitem>
    94103    </segmentedlist>
  • chapter06/perl.xml

    r367e615 rf168b8f  
    136136
    137137      <seglistitem>
    138         <seg>a2p, c2ph, config_data, corelist, cpan, cpan2dist, cpanp,
     138        <seg>a2p, c2ph, corelist, cpan, cpan2dist, cpanp,
    139139        cpanp-run-perl, enc2xs, find2perl, h2ph, h2xs,
    140140        instmodsh, json_pp, libnetcfg, perl, perl&perl-version; (link to perl),
     
    174174      </varlistentry>
    175175
    176       <varlistentry id="config_data">
    177         <term><command>config_data</command></term>
    178         <listitem>
    179           <para>Queries or changes configuration of Perl modules</para>
    180           <indexterm zone="ch-system-perl config_data">
    181             <primary sortas="b-config_data">config_data</primary>
    182           </indexterm>
    183         </listitem>
    184       </varlistentry>
    185 
    186176      <varlistentry id="corelist">
    187177        <term><command>corelist</command></term>
  • chapter06/systemd.xml

    r367e615 rf168b8f  
    130130        <listitem>
    131131          <para>This switch prevents <command>configure</command>
    132           from trying to use Python since it's not part
    133           of LFS.</para>
     132          from trying to use Python which isn't built
     133          in LFS.</para>
    134134        </listitem>
    135135      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.