Changeset 1f201845 for chapter08


Ignore:
Timestamp:
10/31/2021 07:00:21 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 12.2, 12.2-rc1, arm, bdubbs/gcc13, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
d02074e9, d352b98
Parents:
843d015
Message:

Package updates
Update to gawk-5.1.1.
Update to meson-0.60.0.
Update to libcap-2.60.
Update to gdbm-1.22.
Update to file-5.41.
Update to linux-5.14.15.
Update to iana-etc-20211025.
Update to tzdata-2021e.

Change /bin to /usr/bin in passwd, and revisedchroot.
Fix systemd for new meson.

Location:
chapter08
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter08/bash.xml

    r843d015 r1f201845  
    9595    currently being executed):</para>
    9696
    97 <screen role="nodump"><userinput>exec /bin/bash --login +h</userinput></screen>
     97 <screen role="nodump"><userinput>exec /usr/bin/bash --login +h</userinput></screen>
    9898
    9999    <note>
  • chapter08/file.xml

    r843d015 r1f201845  
    4141  <sect2 role="installation">
    4242    <title>Installation of File</title>
    43 
    44     <para>First, fix a few regressions in File:</para>
    45 
    46 <screen><userinput remap="pre">patch -Np1 -i ../file-&file-version;-upstream_fixes-1.patch</userinput></screen>
    4743
    4844    <para>Prepare File for compilation:</para>
  • chapter08/gcc.xml

    r843d015 r1f201845  
    106106    <important>
    107107      <para>In this section, the test suite for GCC is considered
    108       critical. Do not skip it under any circumstance.</para>
     108      important, but it takes a long time. First time builders are
     109      encouraged to not skip it.  The time to run the tests can be
     110      reduced significantly by adding -jx to the make command below
     111      where x is the number of cores on your system.</para>
    109112    </important>
    110113
  • chapter08/revisedchroot.xml

    r843d015 r1f201845  
    2525    PS1='(lfs chroot) \u:\w\$ '        \
    2626    PATH=/usr/bin:/usr/sbin            \
    27     /bin/bash --login</userinput></screen>
     27    /usr/bin/bash --login</userinput></screen>
    2828
    2929  <para>Here the <parameter>+h</parameter> option is not used anymore, since
  • chapter08/systemd.xml

    r843d015 r1f201845  
    5757    rules:</para>
    5858
    59  <screen><userinput remap="pre"> sed -i -e 's/GROUP="render"/GROUP="video"/' \
     59 <screen><userinput remap="pre">sed -i -e 's/GROUP="render"/GROUP="video"/' \
    6060        -e 's/GROUP="sgx", //' rules.d/50-udev-default.rules.in</userinput></screen>
     61
     62    <para>Fix a mesaon problem:</para>
     63
     64 <screen><userinput remap="pre">sed -i 's/+ want_libfuzzer.*$/and want_libfuzzer/' meson.build</userinput></screen>
    6165
    6266    <para>Prepare systemd for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.