Changeset 6de383a for chapter08


Ignore:
Timestamp:
07/29/2023 12:23:11 AM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
7dcd8c7, 83e616f
Parents:
ac90ea8
Message:

Package updates.
Update udev-lfs tarball to remove obsolete

cdrom rules and references to ISDN devices.

Update to wheel-0.41.0 (Python Module).
Update to tar-1.35.
Update to systemd-254.
Update to meson-1.2.0.
Update to linux-6.4.7.
Update to gcc-13.2.0.
Update to file-5.45.

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    rac90ea8 r6de383a  
    173173    <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para>
    174174
    175     <para>Two tests named <filename>pr104610.c</filename> and
     175 <para><!--Two tests named <filename>pr104610.c</filename> and
    176176    <filename>pr69482-1.c</filename> are known to fail because the test
    177177    files does not account for the
    178     <parameter>--enable-default-ssp</parameter> option.
     178    <parameter>- -enable-default-ssp</parameter> option.-->
    179179    <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
    180180    Two tests named <filename>copy.cc</filename> and
  • chapter08/udev.xml

    rac90ea8 r6de383a  
    128128install -vm755 udevadm                     /usr/bin/
    129129install -vm755 systemd-hwdb                /usr/bin/udev-hwdb
    130 ln      -sv    ../bin/udevadm              /usr/sbin/udevd
     130ln      -svfn  ../bin/udevadm              /usr/sbin/udevd
    131131cp      -av    libudev.so{,*[0-9]}         /usr/lib/
    132132install -vm644 ../src/libudev/libudev.h    /usr/include/
     
    148148    <!-- Please make sure systemd man pages tarball has a common leading
    149149         component in the path.  -->
    150 <screen><userinput remap="install">tar -xf ../../systemd-man-pages-253.tar.xz --strip-components=1       \
     150<screen><userinput remap="install">tar -xf ../../systemd-man-pages-&systemd-man-version;.tar.xz --strip-components=1       \
    151151    -C /usr/share/man --wildcards '*/udev*' '*/libudev*'              \
    152152                                  '*/systemd-'{hwdb,udevd.service}.8
Note: See TracChangeset for help on using the changeset viewer.