Changeset 6e18f2f


Ignore:
Timestamp:
06/14/2020 08:03:03 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
70f0882
Parents:
3d92d63
Message:

Move iana-etc and the creation of a test /etc/hosts earier in the build, so
that 2 more gcc tests pass.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter07/createfiles.xml

    r3d92d63 r6e18f2f  
    4343
    4444<screen><userinput>ln -sv /proc/self/mounts /etc/mtab</userinput></screen>
     45
     46  <para>Create a basic <filename>/etc/hosts</filename> file to be
     47  referenced in some test suites, and in one of Perl's configuration files
     48  as well:</para>
     49
     50<screen><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
    4551
    4652  <para>In order for user <systemitem class="username">root</systemitem> to be
  • chapter08/chapter08.xml

    r3d92d63 r6e18f2f  
    1515  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgmgt.xml"/>
    1616  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="man-pages.xml"/>
     17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glibc.xml"/>
    1819  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zlib.xml"/>
     
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sed.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/>
    40   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/>
    4141  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gettext.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/>
  • chapter08/gcc.xml

    r3d92d63 r6e18f2f  
    125125    apparently related to the en_HK locale.</para>
    126126
     127<!-- don't fail anymore after the move of iana-etc and /etc/hosts
    127128    <para>Two tests named lookup.cc and reverse.cc in experimental/net
    128129    are known to fail in LFS chroot environment because they require
    129130    /etc/hosts and iana-etc.</para>
    130 
     131-->
    131132    <para>A few unexpected failures cannot always be avoided. The GCC developers
    132133    are usually aware of these issues, but have not resolved them yet.
  • chapter08/perl.xml

    r3d92d63 r6e18f2f  
    4141  <sect2 role="installation">
    4242    <title>Installation of Perl</title>
    43 
    44     <para>First create a basic <filename>/etc/hosts</filename> file to be
    45     referenced in one of Perl's configuration files as well as the optional
    46     test suite:</para>
    47 
    48 <screen><userinput remap="pre">echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
    4943
    5044    <para>This version of Perl now builds the Compress::Raw::Zlib and
  • general.ent

    r3d92d63 r6e18f2f  
    1 <!ENTITY version         "20200613-cross2">
     1<!ENTITY version         "20200614-cross2">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;
    33                                      Change to x.y for release but not -rc releases -->
    44<!ENTITY generic-version "cross-chap5"> <!-- Use "development"  or "x.y[-pre{x}]" -->
    55
    6 <!ENTITY versiond        "20200613-cross2-systemd">
     6<!ENTITY versiond        "20200614-cross2-systemd">
    77<!ENTITY short-versiond  "systemd">
    8 <!ENTITY generic-versiond "20200613-cross2-systemd">
     8<!ENTITY generic-versiond "20200614-cross2-systemd">
    99
    10 <!ENTITY releasedate     "June 13th, 2020">
     10<!ENTITY releasedate     "June 14th, 2020">
    1111
    1212<!ENTITY copyrightdate   "1999-2020"><!-- jhalfs needs a literal dash, not &ndash; -->
Note: See TracChangeset for help on using the changeset viewer.