Changeset 60d91a0
- Timestamp:
- 02/16/2018 05:48:07 PM (5 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, 8.2, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- e8a2adc
- Parents:
- 751a13d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter06/openssl.xml
r751a13d r60d91a0 59 59 60 60 <screen><userinput remap="test">make test</userinput></screen> 61 62 <para>One subtest in the test 40-test_rehash.t fails in the lfs chroot 63 environment, but passes when run as a regular user.</para> 61 64 62 65 <para>Install the package:</para> -
chapter06/tar.xml
r751a13d r60d91a0 73 73 <screen><userinput remap="test">make check</userinput></screen> 74 74 75 <para>One test, link mismatch, is known to fail.</para> 76 75 77 <para>Install the package:</para> 76 78 -
lfs-latest.php
r751a13d r60d91a0 79 79 else 80 80 { 81 exec( " elinks -dump $url 2>/dev/null", $lines );81 exec( "links -dump $url 2>/dev/null", $lines ); 82 82 return $lines; 83 83 }
Note:
See TracChangeset
for help on using the changeset viewer.