Changeset b51bb68
- Timestamp:
- 05/30/2020 12:03:55 AM (3 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, arm, bdubbs/gcc13, 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:
- 3a1f24d
- Parents:
- 1f5a586
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
r1f5a586 rb51bb68 44 44 --> 45 45 <listitem> 46 <para>2020-05-29</para> 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Run sed and findutils tests as an 50 unprivileged user. Fixes 51 <ulink url="&lfs-ticket-root;4661">#4661</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 46 57 <para>2020-05-28</para> 47 58 <itemizedlist> -
chapter06/findutils.xml
r1f5a586 rb51bb68 68 68 <para>To test the results, issue:</para> 69 69 70 <screen><userinput remap="test">make check</userinput></screen> 71 72 <para>Two tests are known to fail in the chroot environment: 73 sv-bug-54171.old-O3 and sv-bug-54171.new-O3.</para> 70 <screen><userinput remap="test">chown -Rv tester . 71 su tester -c "PATH=$PATH make check"</userinput></screen> 74 72 75 73 <para>Install the package:</para> -
chapter06/sed.xml
r1f5a586 rb51bb68 41 41 <title>Installation of Sed</title> 42 42 43 <para>First fix an issue in the LFS environment and remove a failing test:</para>43 <para>First fix an issue in the LFS environment:</para> 44 44 45 <screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man 46 sed -i 's/testsuite.panic-tests.sh//' Makefile.in</userinput></screen> 45 <screen><userinput remap="pre">sed -i 's/usr/tools/' build-aux/help2man</userinput></screen> 47 46 48 47 <para>Prepare Sed for compilation:</para> 49 48 50 49 <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> 51 <!--52 <variablelist>53 <title>The meaning of the new configure option:</title>54 50 55 <varlistentry>56 <term><parameter>-i -htmldir</parameter></term>57 <listitem>58 <para>This sets the installation directory for the HTML documentation.</para>59 </listitem>60 </varlistentry>61 </variablelist>62 -->63 51 <para>Compile the package and generate the HTML documentation:</para> 64 52 … … 68 56 <para>To test the results, issue:</para> 69 57 70 <screen><userinput remap="test">make check</userinput></screen> 58 <screen><userinput remap="test">chown -Rv tester . 59 su -c "PATH=$PATH make check"</userinput></screen> 71 60 72 61 <para>Install the package and its documentation:</para> -
general.ent
r1f5a586 rb51bb68 1 <!ENTITY version "SVN-2020052 8">1 <!ENTITY version "SVN-20200529"> 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 "2020052 8-systemd">6 <!ENTITY versiond "20200529-systemd"> 7 7 <!ENTITY short-versiond "systemd"> 8 8 <!ENTITY generic-versiond "systemd"> 9 9 10 <!ENTITY releasedate "May 2 8th, 2020">10 <!ENTITY releasedate "May 29th, 2020"> 11 11 12 12 <!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
Note:
See TracChangeset
for help on using the changeset viewer.