Changeset ed0bb05 for chapter06


Ignore:
Timestamp:
06/27/2015 11:46:57 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
ee20a37
Parents:
199406b6
Message:

Imported trunk.

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

Location:
chapter06
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gcc.xml

    r199406b6 red0bb05  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
     43
     44    <para>First fix some problems with the libgomp library:</para>
     45
     46<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    4347
    4448    <para>The GCC documentation recommends building GCC outside of the source
     
    113117    <para>A few unexpected failures cannot always be avoided. The GCC developers
    114118    are usually aware of these issues, but have not resolved them yet.
    115     In particular, four tests in the libgomp test suite are known to fail.
     119    In particular, one test in the libgomp test suite is known to fail.
    116120    Unless the test results are vastly different from those at the above URL,
    117121    it is safe to continue.</para>
  • chapter06/inetutils.xml

    r199406b6 red0bb05  
    4040  <sect2 role="installation">
    4141    <title>Installation of Inetutils</title>
    42 
     42<!--
    4343    <para>Create a definition to allow the <command>ifconfig</command> program
    4444    to build properly:</para>
    4545
    4646<screen><userinput remap="pre">echo '#define PATH_PROCNET_DEV "/proc/net/dev"' &gt;&gt; ifconfig/system/linux.h </userinput></screen>
    47 
     47-->
    4848    <para>Prepare Inetutils for compilation:</para>
    4949
  • chapter06/mpfr.xml

    r199406b6 red0bb05  
    4141  <sect2 role="installation">
    4242    <title>Installation of MPFR</title>
    43 
     43<!--
    4444    <para>First, apply the following patch to fix various bugs that have been
    4545    addressed upstream:</para>
    4646
    4747<screen><userinput remap="pre">patch -Np1 -i ../&mpfr-fixes-patch;</userinput></screen>
    48 
     48-->
    4949    <para>Prepare MPFR for compilation:</para>
    5050
  • chapter06/perl.xml

    r199406b6 red0bb05  
    5656<screen><userinput remap="pre">export BUILD_ZLIB=False
    5757export BUILD_BZIP2=0</userinput></screen>
    58 
     58<!--
    5959    <para>Apply a patch to allow the Errno.pm module and the h2ph
    6060    program to build correctly when building with GCC 5:</para>
    6161
    6262<screen><userinput remap="pre">patch -Np1 -i ../&perl-gcc5-fixes-patch;</userinput></screen>
    63 
     63-->
    6464    <para>To have full control over the way Perl is set up, you can remove the
    6565    <quote>-des</quote> options from the following command and hand-pick the way
Note: See TracChangeset for help on using the changeset viewer.