mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Update to gdb-9.1.
Update to libgpg-error-1.37. Update to nss-3.50. Update to firewalld-0.8.1. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22643 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
c4ce9a8394
commit
29d1160177
@ -1,12 +1,12 @@
|
||||
<!-- $LastChangedBy$ $Date$ -->
|
||||
|
||||
<!ENTITY day "08"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "09"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2020">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "&year;-&month;-&day;">
|
||||
<!ENTITY releasedate "February 8th, &year;">
|
||||
<!ENTITY releasedate "February 9th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- x.y|development -->
|
||||
|
@ -7,9 +7,9 @@
|
||||
<!ENTITY libgpg-error-download-http "&gnupg-http;/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
|
||||
<!ENTITY libgpg-error-download-ftp "&gnupg-ftp;/libgpg-error/libgpg-error-&libgpg-error-version;.tar.bz2">
|
||||
<!ENTITY libgpg-error-download-ftp " ">
|
||||
<!ENTITY libgpg-error-md5sum "eff437f397e858a9127b76c0d87fa5ed">
|
||||
<!ENTITY libgpg-error-size "900 KB">
|
||||
<!ENTITY libgpg-error-buildsize "9.8 MB (with tests)">
|
||||
<!ENTITY libgpg-error-md5sum "729f22d917494fdc4b54fce5aa6547c7">
|
||||
<!ENTITY libgpg-error-size "916 KB">
|
||||
<!ENTITY libgpg-error-buildsize "9.9 MB (with tests)">
|
||||
<!ENTITY libgpg-error-time "0.1 SBU (with tests)">
|
||||
]>
|
||||
|
||||
@ -80,13 +80,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of libgpg-error</title>
|
||||
|
||||
<!-- fixed upstream, but needed for version 1.36 -->
|
||||
<para>
|
||||
First apply a sed to allow building with gawk-5.0:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i 's/namespace/pkg_&/' src/Makefile.{am,in} src/mkstrtable.awk</userinput></screen>
|
||||
|
||||
<para>
|
||||
Install <application>libgpg-error</application> by running the
|
||||
following commands:
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY gdb-download-http "&gnu-http;/gdb/gdb-&gdb-version;.tar.xz">
|
||||
<!ENTITY gdb-download-ftp "&gnu-ftp;/gdb/gdb-&gdb-version;.tar.xz">
|
||||
<!ENTITY gdb-md5sum "73b6a5d8141672c62bf851cd34c4aa83">
|
||||
<!ENTITY gdb-md5sum "f7e9f6236c425097d9e5f18a6ac40655">
|
||||
<!ENTITY gdb-size "20 MB">
|
||||
<!ENTITY gdb-buildsize "625 MB (add 57 MB for tests, add 748 MB for docs)">
|
||||
<!ENTITY gdb-time "1.9 SBU (Using parallelism=4; add 66 SBU for tests, add 0.6 SBU for docs)">
|
||||
<!ENTITY gdb-buildsize "656 MB (add 738 MB for docs)">
|
||||
<!ENTITY gdb-time "1.9 SBU (Using parallelism=4; add 18 SBU for tests, add 0.6 SBU for docs)">
|
||||
]>
|
||||
|
||||
<!-- I skipped running the full tests for this 8.3.1 point version. Bruce -->
|
||||
@ -111,9 +111,12 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr \
|
||||
--with-system-readline \
|
||||
--with-python=/usr/bin/python3 &&
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
../configure --prefix=/usr \
|
||||
--with-system-readline \
|
||||
--with-python=/usr/bin/python3 &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
@ -153,7 +156,7 @@ popd</userinput></screen>
|
||||
Results depend on installed compilers.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!-- I did not see this
|
||||
<listitem>
|
||||
<para>
|
||||
There are a large number of timeouts (there is a variable
|
||||
@ -162,13 +165,13 @@ popd</userinput></screen>
|
||||
run).
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
or this
|
||||
<listitem>
|
||||
<para>
|
||||
There are failures associated with system readline 6.x.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>
|
||||
A few tests assume that the header file
|
||||
@ -177,7 +180,7 @@ popd</userinput></screen>
|
||||
present.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<!-- I don't know if this is true or not. I tested on a Haswell.
|
||||
<listitem>
|
||||
<para>
|
||||
If the test suite is run on a Skylake-based Intel CPU or newer,
|
||||
@ -185,10 +188,11 @@ popd</userinput></screen>
|
||||
libmpx library in GCC.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>
|
||||
Approximately 1-3% of the tests fail (out of over 56000 tests).
|
||||
A test run of the test suite had 228 unexpected failures
|
||||
(out of over 70000 tests).
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
@ -41,6 +41,28 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>February 9th, 2020</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gdb-9.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;13110">#13110</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to libgpg-error-1.37. Fixes
|
||||
<ulink url="&blfs-ticket-root;13109">#13109</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to nss-3.50. Fixes
|
||||
<ulink url="&blfs-ticket-root;13108">#13108</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to firewalld-0.8.1. Fixes
|
||||
<ulink url="&blfs-ticket-root;12995">#12995</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>February 8th, 2020</para>
|
||||
<itemizedlist>
|
||||
|
14
packages.ent
14
packages.ent
@ -11,7 +11,7 @@
|
||||
<!ENTITY cryptsetup-version "&cryptsetup-minor;.6">
|
||||
<!ENTITY cyrus-sasl-version "2.1.27">
|
||||
<!ENTITY gnupg2-version "2.2.19">
|
||||
<!ENTITY firewalld-version "0.8.0">
|
||||
<!ENTITY firewalld-version "0.8.1">
|
||||
<!ENTITY gnutls-version "3.6.12">
|
||||
<!ENTITY gpgme-version "1.13.1">
|
||||
<!ENTITY haveged-version "1.9.2">
|
||||
@ -27,10 +27,10 @@
|
||||
<!ENTITY nftables-version "0.9.3">
|
||||
<!ENTITY nettle-version "3.5.1">
|
||||
|
||||
<!ENTITY nss-minor-version "49">
|
||||
<!ENTITY nss-micro-version "2">
|
||||
<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">
|
||||
<!-- <!ENTITY nss-version "3.&nss-minor-version;"> -->
|
||||
<!ENTITY nss-minor-version "50">
|
||||
<!ENTITY nss-micro-version "0">
|
||||
<!--<!ENTITY nss-version "3.&nss-minor-version;.&nss-micro-version;">-->
|
||||
<!ENTITY nss-version "3.&nss-minor-version;">
|
||||
<!ENTITY openssh-version "8.1p1">
|
||||
<!-- <!ENTITY openssl-version "1.1.0g"> -->
|
||||
<!ENTITY openssl10-version "1.0.2q">
|
||||
@ -134,7 +134,7 @@
|
||||
<!-- <!ENTITY libesmtp-version "1.0.6"> -->
|
||||
<!ENTITY libgcrypt-version "1.8.5">
|
||||
<!ENTITY libglade-version "2.6.4">
|
||||
<!ENTITY libgpg-error-version "1.36">
|
||||
<!ENTITY libgpg-error-version "1.37">
|
||||
<!ENTITY libgrss-version "0.7.0">
|
||||
<!ENTITY libgsf-version "1.14.46">
|
||||
<!ENTITY libgudev-version "233">
|
||||
@ -321,7 +321,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY expect-version "5.45.4">
|
||||
<!ENTITY gcc-version "9.2.0">
|
||||
<!ENTITY gc-version "8.0.4">
|
||||
<!ENTITY gdb-version "8.3.1">
|
||||
<!ENTITY gdb-version "9.1">
|
||||
<!ENTITY git-version "2.25.0">
|
||||
<!ENTITY guile-version "3.0.0">
|
||||
<!ENTITY librep-version "0.92.7">
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY firewalld-download-http "https://github.com/firewalld/firewalld/releases/download/v&firewalld-version;/firewalld-&firewalld-version;.tar.gz">
|
||||
<!ENTITY firewalld-download-ftp " ">
|
||||
<!ENTITY firewalld-md5sum "f3cabced64e543cb1e99f0dfa4b963e0">
|
||||
<!ENTITY firewalld-md5sum "644a8970b43fcf875178ae3bec640db4">
|
||||
<!ENTITY firewalld-size "1.6 MB">
|
||||
<!ENTITY firewalld-buildsize "25 MB (additionall 2 MB for tests)">
|
||||
<!ENTITY firewalld-time "0.2 SBU (additional 6.2 SBU for tests)">
|
||||
<!ENTITY firewalld-buildsize "19 MB (additionall 2 MB for tests)">
|
||||
<!ENTITY firewalld-time "less than 0.1 SBU (add 6.2 SBU for tests)">
|
||||
]>
|
||||
|
||||
<sect1 id="firewalld" xreflabel="firewalld-&firewalld-version;">
|
||||
|
@ -14,11 +14,11 @@
|
||||
<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz"> -->
|
||||
|
||||
<!ENTITY nss-download-ftp " ">
|
||||
<!ENTITY nss-md5sum "25f88e880a5ff8433f9a8c4b5d0a42e5">
|
||||
<!ENTITY nss-size "73 MB">
|
||||
<!ENTITY nss-md5sum "e0366615e12b147cebc136c915baea37">
|
||||
<!ENTITY nss-size "74 MB">
|
||||
<!-- 50 MB increase is due to new test files, see #12187 -->
|
||||
<!ENTITY nss-buildsize "247 MB">
|
||||
<!ENTITY nss-time "2.9 SBU">
|
||||
<!ENTITY nss-buildsize "256 MB">
|
||||
<!ENTITY nss-time "3.4 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="nss" xreflabel="NSS-&nss-version;">
|
||||
|
Loading…
Reference in New Issue
Block a user