Changeset 6ff520f
- Timestamp:
- 08/02/2021 03:45:10 AM (3 years ago)
- Branches:
- ml-11.0, multilib, xry111/multilib
- Children:
- 66bfc2b
- Parents:
- 16cdca7b (diff), c2d2342 (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:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r16cdca7b r6ff520f 45 45 appropriate for the entry or if needed the entire day's listitem. 46 46 --> 47 <listitem> 48 <para>2021-08-01</para> 49 <itemizedlist> 50 <listitem> 51 <para>[bdubbs] - Remove unneeded sed commands from automake and 52 coreutils. Fixes 53 <ulink url="&lfs-ticket-root;4895">#4895</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to linux-5.13.7. Fixes 57 <ulink url="&lfs-ticket-root;4893">#4893</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to e2fsprogs-1.46.3. Fixes 61 <ulink url="&lfs-ticket-root;4896">#4896</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 47 66 48 67 <listitem> -
chapter08/automake.xml
r16cdca7b r6ff520f 41 41 <sect2 role="installation"> 42 42 <title>Installation of Automake</title> 43 43 <!-- 44 44 <para>Fix a failing test:</para> 45 45 46 46 <screen><userinput remap="pre">sed -i "s/''/etags/" t/tags-lisp-space.sh</userinput></screen> 47 47 --> 48 48 <para>Prepare Automake for compilation:</para> 49 49 … … 59 59 60 60 <screen><userinput remap="test">make -j4 check</userinput></screen> 61 61 <!-- 62 62 <para>The tests t/subobj.sh, t/deprecated-acinit.sh, and t/init.sh are known to 63 63 fail in the LFS environment.</para> 64 64 --> 65 65 <para>Install the package:</para> 66 66 -
chapter08/binutils.xml
r16cdca7b r6ff520f 182 182 <screen><userinput remap="test">make -k check</userinput></screen> 183 183 184 <para>Foru tests related to zlib are known ot fail.</para> 185 <!-- 184 186 <para>Seven gold tests are known to fail with gcc-11.1.0</para> 185 187 186 188 <para>Four ld tests named <quote>Run property ...</quote> are known to 187 189 fail.</para> 188 190 --> 189 191 <para>Install the package:</para> 190 192 -
chapter08/check.xml
r16cdca7b r6ff520f 54 54 <screen><userinput remap="test">make check</userinput></screen> 55 55 56 <para>Note that the Check test suite may take a relatively long56 <!-- <para>Note that the Check test suite may take a relatively long 57 57 (up to 4 SBU) time.</para> 58 58 --> 59 59 <para>Install the package:</para> 60 60 -
chapter08/coreutils.xml
r16cdca7b r6ff520f 57 57 coreutils is released, please check #4055 to see if the change has been 58 58 picked up in this package --> 59 <!-- 59 60 <para>Suppress a test which on some machines can loop forever:</para> 60 61 61 62 <screen><userinput remap="pre">sed -i '/test.lock/s/^/#/' gnulib-tests/gnulib.mk</userinput></screen> 63 --> 62 64 <!-- 63 65 <para>Fix a problem with autoconf-2.70 in an included gnulib .m4 file:</para> … … 131 133 132 134 <screen><userinput remap="test">su tester -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes check"</userinput></screen> 133 135 <!-- 134 136 <para>The test-getlogin test is known to fail in the LFS chroot environment.</para> 135 137 --> 136 138 <para>Remove the temporary group:</para> 137 139 -
chapter08/e2fsprogs.xml
r16cdca7b r6ff520f 94 94 <screen><userinput remap="test">make check</userinput></screen> 95 95 96 <para>One test, m_rootdir_acl, is known to fail.</para>97 96 <!-- This is a ridiculous amount now! And is it still true? 97 Does not appear to be true for version 1.46.3. Time with tests 98 26 seconds with tests (With lots of cores and ram and an ssd disk). 99 98 100 <para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory. 99 101 If you do not have significantly more RAM than this, be sure to enable … … 102 104 linkend="ch-partitioning-mounting"/> 103 105 for details on creating and enabling swap space.</para> 104 --> 106 105 107 <para>On a spinning disk, the tests take a little more than 4 SBUs. They 106 108 can be much shorter on an SSD (down to about 1.5 SBUs).</para> 107 109 --> 108 110 <para>Install the package:</para> 109 111 -
chapter08/gcc.xml
r16cdca7b r6ff520f 140 140 <ulink url="https://gcc.gnu.org/ml/gcc-testresults/"/>.</para> 141 141 142 <para>In g++, three tests in constexpr-52830 are known to fail and142 <!-- <para>In g++, three tests in constexpr-52830 are known to fail and 143 143 also to be treated as unexpected successes (XPASS). This is because 144 144 an <quote>internal compiler error</quote> on this test is fixed, but 145 145 the compiler still rejects some valid code.</para> 146 146 --> 147 147 <!-- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96322 148 148 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71367 --> 149 149 150 <para>In libstdc++, one numpunct test and six tests related to get_time are 150 151 known to fail. These are all because the locale definitions in glibc have -
chapter08/gdbm.xml
r16cdca7b r6ff520f 75 75 76 76 <screen><userinput remap="test">make check</userinput></screen> 77 77 <!-- 78 78 <para> 79 79 One test, <filename>version</filename>, is known to fail. 80 80 </para> 81 81 --> 82 82 <para>Install the package:</para> 83 83 -
chapter08/inetutils.xml
r16cdca7b r6ff520f 106 106 107 107 <screen><userinput remap="test">make check</userinput></screen> 108 108 <!-- 109 109 <note><para>One test, libls.sh, may fail in the initial chroot 110 110 environment but will pass if the test is rerun after the LFS system 111 111 is complete. One test, ping-localhost.sh, will fail if the host 112 112 system does not have ipv6 capability.</para></note> 113 113 --> 114 114 <para>Install the package:</para> 115 115 -
chapter08/m4.xml
r16cdca7b r6ff520f 58 58 <screen><userinput remap="test">make check</userinput></screen> 59 59 60 <para>One test, test-posix_spawn-script, is known to fail.</para> 61 60 62 <para>Install the package:</para> 61 63 -
chapter08/tar.xml
r16cdca7b r6ff520f 69 69 <screen><userinput remap="make">make</userinput></screen> 70 70 71 <para>To test the results (about 3 SBU), issue:</para>71 <para>To test the results, issue:</para> 72 72 73 73 <screen><userinput remap="test">make check</userinput></screen> -
chapter08/tcl.xml
r16cdca7b r6ff520f 113 113 114 114 <screen><userinput remap="test">make test</userinput></screen> 115 115 <!-- 116 116 <note> 117 117 <para> … … 121 121 </para> 122 122 </note> 123 --> 124 <para>One test, unixInit-1.2, is known to fail.</para> 123 125 124 126 <para>Install the package:</para> -
packages.ent
r16cdca7b r6ff520f 141 141 <!ENTITY diffutils-fin-sbu "0.4 SBU"> 142 142 143 <!ENTITY e2fsprogs-version "1.46. 2">144 <!ENTITY e2fsprogs-size "9,26 75KB">143 <!ENTITY e2fsprogs-version "1.46.3"> 144 <!ENTITY e2fsprogs-size "9,2688 KB"> 145 145 <!ENTITY e2fsprogs-url "https://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v&e2fsprogs-version;/e2fsprogs-&e2fsprogs-version;.tar.gz"> 146 <!ENTITY e2fsprogs-md5 " e8ef5fa3b72557be5e9fe564a25da6eb">146 <!ENTITY e2fsprogs-md5 "0edcffc4b601a4191bfa152f61b406b2"> 147 147 <!ENTITY e2fsprogs-home "http://e2fsprogs.sourceforge.net/"> 148 148 <!ENTITY e2fsprogs-fin-du "102 MB"> … … 437 437 <!ENTITY linux-major-version "5"> 438 438 <!ENTITY linux-minor-version "13"> 439 <!ENTITY linux-patch-version " 4">439 <!ENTITY linux-patch-version "7"> 440 440 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">--> 441 441 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;"> 442 <!ENTITY linux-size "116,5 36KB">442 <!ENTITY linux-size "116,544 KB"> 443 443 <!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz"> 444 <!ENTITY linux-md5 " 50aa48ae38a736b3f313a777574af3d3">444 <!ENTITY linux-md5 "9bd74571c148a7753f5a237ba52f8ee5"> 445 445 <!ENTITY linux-home "https://www.kernel.org/"> 446 446 <!-- measured for 5.13.4 / gcc-11.1.0 on x86_64 : minimum is
Note:
See TracChangeset
for help on using the changeset viewer.