Changeset 6a123d05
- Timestamp:
- 08/04/2021 02:46:44 AM (3 years ago)
- Branches:
- 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 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, ml-11.0, 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:
- 4350669
- Parents:
- d04ce15 (diff), 99b2938 (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. - Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter07/createfiles.xml
rd04ce15 r6a123d05 49 49 50 50 <screen><userinput>cat > /etc/hosts << EOF 51 "127.0.0.1 localhost $(hostname)" 51 127.0.0.1 localhost $(hostname) 52 52 ::1 localhost 53 53 EOF</userinput></screen> -
chapter08/bash.xml
rd04ce15 r6a123d05 43 43 <para>Prepare Bash for compilation:</para> 44 44 45 <screen><userinput remap="configure">./configure --prefix=/usr \45 <screen><userinput remap="configure">./configure --prefix=/usr \ 46 46 --docdir=/usr/share/doc/bash-&bash-version; \ 47 --without-bash-malloc \47 --without-bash-malloc \ 48 48 --with-installed-readline</userinput></screen> 49 49 -
chapter08/gcc.xml
rd04ce15 r6a123d05 122 122 <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> 123 123 124 <!-- <para>In g++, three tests in constexpr-52830 are known to fail and 125 also to be treated as unexpected successes (XPASS). This is because 126 an <quote>internal compiler error</quote> on this test is fixed, but 127 the compiler still rejects some valid code.</para> 128 --> 129 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322 130 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --> 124 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101081 --> 125 <para>Eight tests related to analyzer are known to fail.</para> 126 127 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749 --> 128 <para>Seven tests related to <filename>pr59063-2.c</filename> are known 129 to fail.</para> 130 131 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101751 --> 132 <para>One test named <filename>asan_test.C</filename> is known to 133 fail.</para> 134 135 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100117 --> 136 <para>In libstdc++, one test named <filename>49745.cc</filename> is 137 known to fail because the header dependencies in glibc have have 138 changed.</para> 131 139 132 140 <para>In libstdc++, one numpunct test and six tests related to get_time are … … 134 142 changed but libstdc++ does not currently support those changes.</para> 135 143 136 <!--<para>Additionally the following tests related to the following files137 are known to fail with glibc-2.33: asan_test.C, co-ret-17-void-ret-coro.C,138 pr95519-05-gro.C, pr80166.c.</para>139 -->140 141 <!-- don't fail anymore after the move of iana-etc and /etc/hosts142 <para>Two tests named lookup.cc and reverse.cc in experimental/net143 are known to fail in LFS chroot environment because they require144 /etc/hosts and iana-etc.</para>145 -->146 144 <para>A few unexpected failures cannot always be avoided. The GCC developers 147 145 are usually aware of these issues, but have not resolved them yet. -
chapter08/glibc.xml
rd04ce15 r6a123d05 940 940 <term><filename class="libraryfile">libutil</filename></term> 941 941 <listitem> 942 <para> >Dummy library containing no functions. Previously contained942 <para>Dummy library containing no functions. Previously contained 943 943 code for <quote>standard</quote> functions used in 944 944 many different Unix utilities. These functions are now in -
chapter08/strippingagain.xml
rd04ce15 r6a123d05 44 44 45 45 <!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"--> 46 46 <screen><userinput>save_usrlib="ld-linux-x86-64.so.2 47 47 libc.so.6 48 libpthread.so.6 49 libthread_db.so 48 libthread_db.so.1 50 49 libquadmath.so.&libquadmath-version; 51 libstdc++.so. 650 libstdc++.so.&libstdcpp-version; 52 51 libitm.so.&libitm-version; 53 52 libatomic.so.&libatomic-version;" … … 65 64 66 65 online_usrbin="bash find strip" 67 online_usrlib="libbfd.so 68 libdl.so.2 69 libhistory.so 70 libncursesw.so 71 libm.so.6 72 libreadline.so 73 libz.so 66 online_usrlib="libbfd-&binutils-version;.so 67 libhistory.so.&readline-version; 68 libncursesw.so.&ncurses-version; 69 libm.so.6 70 libreadline.so.&readline-version; 71 libz.so.&zlib-version; 74 72 $(cd /usr/lib; find libnss*.so* -type f)" 75 73
Note:
See TracChangeset
for help on using the changeset viewer.