Changeset e233b611 for chapter08


Ignore:
Timestamp:
05/13/2023 10:30:09 PM (17 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
e8e771a
Parents:
031db1b (diff), cd8339a (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

Location:
chapter08
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r031db1b re233b611  
    198198    <parameter>--enable-default-ssp</parameter> option.
    199199    <!-- https://gcc.gnu.org/PR106375 and https://gcc.gnu.org/PR109353 -->
    200     Additionally, two tests named <filename>copy.cc</filename> and
    201     <filename>pr56837.c</filename> are known to fail.</para>
     200    Two tests named <filename>copy.cc</filename> and
     201    <filename>pr56837.c</filename> are known to fail.
     202    <!-- https://gcc.gnu.org/PR107855#c6 -->
     203    Additionally, several tests in the
     204    <filename class='directory'>vect</filename> directory are known to fail
     205    if the hardware does not support AVX.</para>
    202206
    203207    <para>A few unexpected failures cannot always be avoided. The GCC developers
  • chapter08/systemd.xml

    r031db1b re233b611  
    4141    <title>Installation of systemd</title>
    4242
     43    <para>
     44      Remove several inappropriate uses of the <literal>pure</literal>
     45      attribute that cause runtime issues when the package is built
     46      with gcc-13 or later:
     47    </para>
     48
     49<screen><userinput remap='pre'>sed '/bus_message_type_from_string/s/_pure_//' \
     50    -i src/libsystemd/sd-bus/bus-internal.h    &amp;&amp;
     51sed '/devt_hash_func/s/_pure_//'               \
     52    -i src/basic/hash-funcs.h                  &amp;&amp;
     53sed '/job_get_timeout/s/_pure_//'              \
     54    -i src/core/job.h</userinput></screen>
     55
    4356    <para>Remove two unneeded groups,
    4457    <systemitem class="groupname">render</systemitem> and
     
    5467cd       build
    5568
    56 meson --prefix=/usr                 \
     69meson setup \
     70      --prefix=/usr                 \
    5771      --buildtype=release           \
    5872      -Ddefault-dnssec=no           \
Note: See TracChangeset for help on using the changeset viewer.