Changeset 082bbce
- Timestamp:
- 02/05/2019 09:10:38 PM (4 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 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, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- c10c983
- Parents:
- 597ec03
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r597ec03 r082bbce 45 45 46 46 <listitem> 47 <para>2019-02-05</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Update to bison-3.3.2. Fixes 51 <ulink url="&lfs-ticket-root;4418">#4419</ulink>.</para> 52 </listitem> 53 <listitem> 54 <para>[bdubbs] - Update to meson-0.49.2. Fixes 55 <ulink url="&lfs-ticket-root;4420">#4420</ulink>.</para> 56 </listitem> 57 </itemizedlist> 58 </listitem> 59 60 <listitem> 47 61 <para>2019-02-02</para> 48 62 <itemizedlist> -
chapter06/glibc.xml
r597ec03 r082bbce 152 152 are usually safe to ignore.</para> 153 153 154 <screen><userinput remap="test">case $(uname -m) in 154 <!-- Use remap="make" here to work around a jhalfs issue. --> 155 <screen><userinput remap="make">case $(uname -m) in 155 156 i?86) ln -sfnv $PWD/elf/ld-linux.so.2 /lib ;; 156 157 x86_64) ln -sfnv $PWD/elf/ld-linux-x86-64.so.2 /lib ;; 157 esac 158 159 make check</userinput></screen> 158 esac</userinput></screen> 160 159 161 160 <note><para>The symbolic link above is needed to run the tests at this 162 161 stage of building in the chroot envirnment. It will be overwritten 163 162 in the install phase below.</para></note> 163 164 <screen><userinput remap="test">make check</userinput></screen> 164 165 165 166 <para>You may see some test failures. The Glibc test suite is … … 359 360 for tz in etcetera southamerica northamerica europe africa antarctica \ 360 361 asia australasia backward pacificnew systemv; do 361 zic -L /dev/null -d $ZONEINFO -y "sh yearistype.sh"${tz}362 zic -L /dev/null -d $ZONEINFO/posix -y "sh yearistype.sh"${tz}363 zic -L leapseconds -d $ZONEINFO/right -y "sh yearistype.sh"${tz}362 zic -L /dev/null -d $ZONEINFO ${tz} 363 zic -L /dev/null -d $ZONEINFO/posix ${tz} 364 zic -L leapseconds -d $ZONEINFO/right ${tz} 364 365 done 365 366 -
general.ent
r597ec03 r082bbce 1 <!ENTITY version "SVN-2019020 2">1 <!ENTITY version "SVN-20190205"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; 3 3 Change to x.y for release but not -rc releases --> 4 4 <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> 5 5 6 <!ENTITY versiond "2019020 2-systemd">6 <!ENTITY versiond "20190205-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "February 2, 2019">10 <!ENTITY releasedate "February 5, 2019"> 11 11 12 12 <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> -
packages.ent
r597ec03 r082bbce 71 71 <!ENTITY binutils-ch6-sbu "6.6 SBU"> 72 72 73 <!ENTITY bison-version "3.3. 1">74 <!ENTITY bison-size "2,0 57KB">73 <!ENTITY bison-version "3.3.2"> 74 <!ENTITY bison-size "2,060 KB"> 75 75 <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> 76 <!ENTITY bison-md5 " fc69eed779108594122e7af1ca574539">76 <!ENTITY bison-md5 "c9b552dee234b2f6b66e56b27e5234c9"> 77 77 <!ENTITY bison-home "&gnu-software;bison/"> 78 78 <!ENTITY bison-ch5-du "35 MB"> … … 478 478 <!ENTITY man-pages-ch6-sbu "less than 0.1 SBU"> 479 479 480 <!ENTITY meson-version "0.49. 1">480 <!ENTITY meson-version "0.49.2"> 481 481 <!ENTITY meson-size "1,310 KB"> 482 482 <!ENTITY meson-url "&github;/mesonbuild/meson/releases/download/&meson-version;/meson-&meson-version;.tar.gz"> 483 <!ENTITY meson-md5 " 86ad6c1faa7ad8cbcdc13b3c5152b931">483 <!ENTITY meson-md5 "0267b0871266056184c484792572c682"> 484 484 <!ENTITY meson-home "https://mesonbuild.com"> 485 485 <!ENTITY meson-ch6-du "21 MB">
Note:
See TracChangeset
for help on using the changeset viewer.