Changeset 813ab55 for chapter08/gcc.xml


Ignore:
Timestamp:
04/30/2022 02:38:48 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8cab730
Parents:
97497444
Message:

Package updates and nobody uid change.
Change nobody/nogroup uid/git to 65534.
Update to meson-0.62.1.
Update to libpipeline-1.5.6.
Update to elfutils-0.187.
Update to Jinja2-3.1.2.
Update to vim-8.2.4814.
Update to sysvinit-3.03.
Update to linux-5.17.5.
Update to gcc-11.3.0.
Update to coreutils-9.1.
Update to bc-5.2.4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    r97497444 r813ab55  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 
     43<!--
    4444    <para>At first, fix an issue breaking
    4545    <filename class="libraryfile">libasan.a</filename> building this package
     
    4949    -e 's/return kAltStackSize/return SIGSTKSZ * 4/' \
    5050    -i libsanitizer/sanitizer_common/sanitizer_posix_libcdep.cpp</userinput></screen>
    51 
     51-->
    5252    <para>If building on x86_64, change the default directory name for 64-bit
    5353    libraries to <quote>lib</quote>:</para>
     
    135135    <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 -->
    136136    <para>Eight tests related to analyzer are known to fail.</para>
    137 
    138     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 -->
    139     <para>One test named <filename>asan_test.C</filename> is known to
    140     fail.</para>
    141 
    142     <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 -->
    143     <para>In libstdc++, one test named <filename>49745.cc</filename> is
    144     known to fail because the header dependencies in glibc have
    145     changed.</para>
    146137
    147138    <para>In libstdc++, one numpunct test and six tests related to get_time are
Note: See TracChangeset for help on using the changeset viewer.