Changeset f573e24
- Timestamp:
- 05/12/2020 10:09:43 AM (3 years ago)
- Branches:
- multilib-10.1, multilib-before-cross
- Children:
- ff6baab
- Parents:
- 491c789
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
r491c789 rf573e24 261 261 262 262 <seglistitem> 263 <seg>Bash, Binutils, Coreutils, Diffutils, File, Gawk, GCC, Glibc,263 <seg>Bash, Binutils, Coreutils, Diffutils, File, Flex, Gawk, GCC, Glibc, 264 264 Grep, Make, Perl, Sed, Texinfo and Zlib</seg> 265 265 </seglistitem> … … 585 585 <seglistitem> 586 586 <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, 587 Make, and Sed</seg>587 Make, Sed, and Util-linux</seg> 588 588 </seglistitem> 589 589 </segmentedlist> … … 781 781 782 782 <seglistitem> 783 <seg> IPRoute2, Kbd, and Man-DB</seg>783 <seg>None</seg> 784 784 </seglistitem> 785 785 </segmentedlist> … … 825 825 826 826 <seglistitem> 827 <seg> None</seg>827 <seg>libsigsegv</seg> 828 828 </seglistitem> 829 829 </segmentedlist> … … 928 928 929 929 <seglistitem> 930 <seg>Automake </seg>930 <seg>Automake and Bison</seg> 931 931 </seglistitem> 932 932 </segmentedlist> … … 947 947 948 948 <seglistitem> 949 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext,949 <seg>Bash, Binutils, Bison, Coreutils, Diffutils, Gawk, GCC, Gettext, 950 950 Grep, Gzip, Linux API Headers, Make, Perl, Python, Sed, and Texinfo</seg> 951 951 </seglistitem> … … 1465 1465 1466 1466 <seglistitem> 1467 <seg> None</seg>1467 <seg>Shadow</seg> 1468 1468 </seglistitem> 1469 1469 </segmentedlist> … … 2233 2233 <seglistitem> 2234 2234 <seg>Bash, Binutils, Coreutils, Expat, GCC, Gdbm, Gettext, Glibc, Grep, 2235 Libffi, Make, Ncurses, and Sed</seg>2235 Libffi, Make, Ncurses, Sed, and Util-linux</seg> 2236 2236 </seglistitem> 2237 2237 </segmentedlist> … … 2341 2341 <seglistitem> 2342 2342 <seg>Acl, Attr, Bash, Binutils, Coreutils, Diffutils, Findutils, Gawk, GCC, 2343 Gettext, Glibc, Grep, Make, and Sed</seg>2343 Gettext, Glibc, Grep, Libcap, Make, and Sed</seg> 2344 2344 </seglistitem> 2345 2345 </segmentedlist> -
chapter01/changelog.xml
r491c789 rf573e24 45 45 appropriate for the entry or if needed the entire day's listitem. 46 46 --> 47 <listitem revision="systemd"> 48 <para>2020-05-09</para> 49 <itemizedlist> 50 <listitem> 51 <para>[pierre] - Pass -Wno-format-overflow to systemd to 52 prevent an error with GCC 10.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 56 47 57 <listitem> 48 58 <para>2020-05-08</para> -
chapter06/openssl.xml
r491c789 rf573e24 65 65 <screen><userinput remap="test">make test</userinput></screen> 66 66 67 <para>One subtest in the test 20-test_enc.t is known to fail.</para> 67 <para>One test 30-test_afalg.t is known to fail on some kernel 68 configurations (it apparently assumes certain unspecified crypto 69 options have been selected).</para> 68 70 69 71 <para>Install the package:</para> -
chapter06/systemd.xml
r491c789 rf573e24 70 70 cd build 71 71 72 LANG=en_US.UTF-8 \ 73 meson --prefix=/usr \ 74 --sysconfdir=/etc \ 75 --localstatedir=/var \ 76 -Dblkid=true \ 77 -Dbuildtype=release \ 78 -Ddefault-dnssec=no \ 79 -Dfirstboot=false \ 80 -Dinstall-tests=false \ 81 -Dkmod-path=/bin/kmod \ 82 -Dldconfig=false \ 83 -Dmount-path=/bin/mount \ 84 -Drootprefix= \ 85 -Drootlibdir=/lib \ 86 -Dsplit-usr=true \ 87 -Dsulogin-path=/sbin/sulogin \ 88 -Dsysusers=false \ 89 -Dumount-path=/bin/umount \ 90 -Db_lto=false \ 91 -Drpmmacrosdir=no \ 92 -Dhomed=false \ 93 -Duserdb=false \ 94 -Dman=true \ 72 LANG=en_US.UTF-8 \ 73 meson --prefix=/usr \ 74 --sysconfdir=/etc \ 75 --localstatedir=/var \ 76 -Dc_args=-Wno-format-overflow \ 77 -Dblkid=true \ 78 -Dbuildtype=release \ 79 -Ddefault-dnssec=no \ 80 -Dfirstboot=false \ 81 -Dinstall-tests=false \ 82 -Dkmod-path=/bin/kmod \ 83 -Dldconfig=false \ 84 -Dmount-path=/bin/mount \ 85 -Drootprefix= \ 86 -Drootlibdir=/lib \ 87 -Dsplit-usr=true \ 88 -Dsulogin-path=/sbin/sulogin \ 89 -Dsysusers=false \ 90 -Dumount-path=/bin/umount \ 91 -Db_lto=false \ 92 -Drpmmacrosdir=no \ 93 -Dhomed=false \ 94 -Duserdb=false \ 95 -Dman=true \ 95 96 ..</userinput></screen> 96 97 97 98 <variablelist> 98 99 <title>The meaning of the meson options:</title> 100 101 <varlistentry> 102 <term><parameter>-Dc_args=-Wno-format-overflow</parameter></term> 103 <listitem> 104 <para>The defaults flags passed to gcc contain 105 <parameter>-Werror=format-overflow</parameter>, which generates 106 an error with GCC 10. Passing this parameter prevents the error 107 from occuring.</para> 108 </listitem> 109 </varlistentry> 99 110 100 111 <varlistentry> -
general.ent
r491c789 rf573e24 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2020050 8-systemd">6 <!ENTITY versiond "20200509-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "May 8th, 2020">10 <!ENTITY releasedate "May 9th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – --> -
lfs-latest.php
r491c789 rf573e24 281 281 282 282 if ( $package == "procps-ng" ) 283 return find_max( $lines, "/ release/", "/^.*([\d\.]+).*$/" );283 return find_max( $lines, "/v\d/", "/^.*v([\d\.]+).*$/" ); 284 284 285 285 if ( $package == "psmisc" ) -
packages.ent
r491c789 rf573e24 540 540 <!ENTITY ninja-ch6-sbu "0.3 SBU"> 541 541 542 <!ENTITY openssl-version "1.1.1 f">543 <!ENTITY openssl-size "9,5 64KB">542 <!ENTITY openssl-version "1.1.1g"> 543 <!ENTITY openssl-size "9,572 KB"> 544 544 <!ENTITY openssl-url "https://www.openssl.org/source/openssl-&openssl-version;.tar.gz"> 545 <!ENTITY openssl-md5 " 3f486f2f4435ef14b81814dbbc7b48bb">545 <!ENTITY openssl-md5 "76766e98997660138cdaf13a187bd234"> 546 546 <!ENTITY openssl-home "https://www.openssl.org/"> 547 <!ENTITY openssl-ch6-du "14 6MB">548 <!ENTITY openssl-ch6-sbu "2. 1SBU">547 <!ENTITY openssl-ch6-du "147 MB"> 548 <!ENTITY openssl-ch6-sbu "2.2 SBU"> 549 549 550 550 <!ENTITY patch-version "2.7.6">
Note:
See TracChangeset
for help on using the changeset viewer.