Changeset f46914d


Ignore:
Timestamp:
03/02/2014 09:32:26 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
7.5
Parents:
4a32085
Message:

LFS-7.5

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.5@10497 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4a32085 rf46914d  
    3737-->
    3838    <listitem>
     39      <para>2014-03-02</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - LFS-7.5 released.</para>
     43        </listitem>
     44        <listitem>
     45          <para>[bdubbs] - Update host system requirements to address
     46          possible host installation of inconsistent libraries.</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
     50
     51    <listitem>
    3952      <para>2014-02-18</para>
    4053      <itemizedlist>
  • chapter05/gettext.xml

    r4a32085 rf46914d  
    8181make -C src xgettext</userinput></screen>
    8282
    83     <para>As only three prograsm have been compiled, it is not possible to run the
     83    <para>As only three programs have been compiled, it is not possible to run the
    8484    test suite without compiling additional support libraries from the Gettext
    8585    package. It is therefore not recommended to attempt to run the test suite at
  • general.ent

    r4a32085 rf46914d  
    1 <!ENTITY version         "SVN-20140221">
    2 <!ENTITY releasedate     "February 21, 2014">
     1<!ENTITY version         "7.5">
     2<!ENTITY releasedate     "March 2, 2014">
    33<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.5">
    5 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
     5<!ENTITY generic-version "7.5"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
    66
    77<!ENTITY lfs-root        "http://www.linuxfromscratch.org/">
  • packages.ent

    r4a32085 rf46914d  
    312312
    313313<!ENTITY lfs-bootscripts-version "20130821">                 <!-- Scripts depend on this format -->
    314 <!ENTITY lfs-bootscripts-size "BOOTSCRIPTS-SIZE KB">         <!-- Updated in Makefile -->
     314<!ENTITY lfs-bootscripts-size "34 KB">     
    315315<!ENTITY lfs-bootscripts-url "&downloads-root;lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
    316 <!ENTITY lfs-bootscripts-md5 "BOOTSCRIPTS-MD5SUM">           <!-- Updated in Makefile -->
     316<!ENTITY lfs-bootscripts-md5 "e908023fc44e613ad0c81241781289e7">
    317317<!ENTITY lfs-bootscripts-home " ">
    318 <!ENTITY lfs-bootscripts-ch7-du "BOOTSCRIPTS-INSTALL-KB KB"> <!-- Updated in Makefile -->
     318<!ENTITY lfs-bootscripts-ch7-du "260 KB">
    319319<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
    320320
  • prologue/hostreqs.xml

    r4a32085 rf46914d  
    6565      compiler, <command>g++</command> (Versions greater than &gcc-version; are
    6666      not recommended as they have not been tested)</para>
     67
     68      <note><para>On some distributions, there have been reports that some
     69      libraries used by gcc can be in an inconsistent state and that this
     70      interferes with building some LFS packages.  To check this, look in
     71      /usr/lib and possibly /usr/lib64 for libgmp.la, libmpfr.la, and
     72      libmpc.la.  Either all three should be present or absent, but not only
     73      one or two.  If the problem exists on your system, either rename or
     74      delete the .la files or install the appropriate missing
     75      package.</para></note>
     76
    6777    </listitem>
    6878
     
    185195  then echo "g++ compilation OK";
    186196  else echo "g++ compilation failed"; fi
    187 rm -f dummy.c dummy</literal>
     197rm -f dummy.c dummy
     198
     199for lib in lib{gmp,mpfr,mpc}.la; do
     200  echo $lib: $(if find /usr/lib* -name $lib|
     201               grep -q $lib;then :;else echo not;fi) found
     202done
     203unset lib</literal>
    188204EOF
    189205
  • prologue/standards.xml

    r4a32085 rf46914d  
    113113        <term><emphasis>LSB Core:</emphasis></term>
    114114        <listitem>
    115           <para>At, Batch (a part of At), Cpio, Fcrontab, Initd-tools,
     115          <para>At, Batch (a part of At), Cpio, Ed, Fcrontab, Initd-tools,
    116116          Lsb_release, PAM, Sendmail (or Postfix or Exim) </para>
    117117        </listitem>
     
    166166        <term><emphasis>LSB Core:</emphasis></term>
    167167        <listitem>
    168           <para>None</para>
     168          <para>time (executable) and pax</para>
    169169        </listitem>
    170170      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.