Changeset 7d0d9ff


Ignore:
Timestamp:
09/04/2023 10:30:10 PM (9 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib
Children:
5de5f1b
Parents:
c931e9d (diff), 1ec60f1d (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.
Message:

Automatic merge of trunk into multilib

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appendices/dependencies.xml

    rc931e9d r7d0d9ff  
    438438          <seg>
    439439            <ulink url='&github;/testing-cabal/subunit'>libsubunit</ulink>
     440            and
     441            <ulink url='http://cyberelk.net/tim/software/patchutils/'>
     442              patchutils</ulink>
    440443          </seg>
    441444        </seglistitem>
  • chapter01/changelog.xml

    rc931e9d r7d0d9ff  
    4040    appropriate for the entry or if needed the entire day's listitem.
    4141    -->
     42
     43    <listitem>
     44      <para>2023-09-04</para>
     45      <itemizedlist>
     46        <listitem>
     47           <para>[bdubbs] - Move caution regarding building by mixing
     48           different version of LFS to General Compilation Instructions. Fixes
     49           <ulink url='&lfs-ticket-root;5338'>#5338</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
    4253
    4354    <listitem>
  • chapter01/whatsnew.xml

    rc931e9d r7d0d9ff  
    1212  <title>What's new since the last release</title>
    1313
    14 <!--
    15 
    16 This does not belong on this page.  I don't want to address this now.
    17 At first I thought it would go on another page, but nothing seems to fit.
    18 Perhaps a new page - somthing like 'Upgrading an Existing LFS System'.
    19   - Bruce 9/1/23
    20 
    21   <caution>
    22     <para>
    23       During a development cycle of LFS, the instructions in the book is
    24       often modified to adapt for a package update or take the advantage of
    25       new features from updated packages.  Mixing up the instructions of
    26       different versions of the LFS book can cause subtle breakages.  This
    27       kind of issue is generally a result from reusing some script created
    28       for a prior LFS release.  Such a reuse is strongly discouraged.  If
    29       you are reusing scripts for a prior LFS release for any reason, you'll
    30       need to be very careful to update the scripts to match current version
    31       of the LFS book.
    32     </para>
    33   </caution>
    34 
    35   <para>In the 12.0 release, <parameter>- -disable-fixincludes</parameter>
    36   is set for GCC.  It's a configure switch newly added in GCC 13.1 to
    37   prevent GCC from <quote>fixing</quote> the system headers.  Such a
    38   <quote>fix</quote> is unnecessary for a modern Linux system and may cause
    39   issues if a package is updated after installing GCC.</para>
    40 
    4114  <para>Here is a list of the packages updated since the previous
    4215  release of LFS.</para>
    43 -->
     16
    4417  <!--
    4518    Every package in the book is listed in the "Upgraded to:" section.
  • part3intro/generalinstructions.xml

    rc931e9d r7d0d9ff  
    1111
    1212  <title>General Compilation Instructions</title>
     13
     14  <caution>
     15    <para>
     16      During a development cycle of LFS, the instructions in the book are
     17      often modified to adapt for a package update or take the advantage of
     18      new features from updated packages.  Mixing up the instructions of
     19      different versions of the LFS book can cause subtle breakages.  This
     20      kind of issue is generally a result from reusing some script created
     21      for a prior LFS release.  Such a reuse is strongly discouraged.  If
     22      you are reusing scripts for a prior LFS release for any reason, you'll
     23      need to be very careful to update the scripts to match current version
     24      of the LFS book.
     25    </para>
     26  </caution>
    1327
    1428  <para>Here are some things you should know about building each package:</para>
Note: See TracChangeset for help on using the changeset viewer.