Changeset edbeeb5
- Timestamp:
- 11/03/2015 03:48:42 AM (8 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, 7.10, 7.10-rc1, 7.9, 7.9-rc1, 7.9-rc2, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, 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:
- c81b68d
- Parents:
- 7bbd1bd
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
r7bbd1bd redbeeb5 35 35 additional mandatory or optional dependencies of their own. For these 36 36 dependencies, the recommended practice is to install them after completion of 37 the LFS book and then go back an rebuild the LFS package. In several cases,37 the LFS book and then go back and rebuild the LFS package. In several cases, 38 38 re-installation is addressed in BLFS.</para> 39 39 -
chapter05/glibc.xml
r7bbd1bd redbeeb5 130 130 <term><parameter>libc_cv_c_cleanup=yes</parameter></term> 131 131 <listitem> 132 <para>Sim larly, we pass libc_cv_c_cleanup=yes through to the132 <para>Similarly, we pass libc_cv_c_cleanup=yes through to the 133 133 <command>configure</command> script so that the test is skipped and C 134 134 cleanup handling support is configured.</para> … … 138 138 <term><parameter>libc_cv_ctors_header=yes</parameter></term> 139 139 <listitem> 140 <para>Sim larly, we pass libc_cv_ctors_header=yes through to the140 <para>Similarly, we pass libc_cv_ctors_header=yes through to the 141 141 <command>configure</command> script so that the test is skipped and 142 142 gcc constructor support is configured.</para> -
chapter05/libstdc++.xml
r7bbd1bd redbeeb5 98 98 searched by the C++ compiler. In a normal build, this information 99 99 is automatically passed to the Libstdc++ <command>configure</command> 100 options from the top level directory. In our case, this information100 options from the top level directory. In our case, this information 101 101 must be explicitly given.</para> 102 102 </listitem> -
chapter06/adjusting.xml
r7bbd1bd redbeeb5 56 56 the prefix of our dynamic linker.</para> 57 57 58 <para os="d">Now make sure that we're setup to use the correct start files:</para>58 <para os="d">Now make sure that we're setup to use the correct start files:</para> 59 59 60 60 <screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen> -
chapter06/bc.xml
r7bbd1bd redbeeb5 74 74 <para>To test bc, run the commands below. There is quite a bit of output, 75 75 so you may want to redirect it to a file. There are a very small percentage 76 of tests (10 of 12,144) that will indicate a round off error at the last76 of tests (10 of 12,144) that will indicate a round off error at the last 77 77 digit.</para> 78 78 -
chapter06/dbus.xml
r7bbd1bd redbeeb5 72 72 <screen><userinput remap="make">make</userinput></screen> 73 73 74 <para>This package does come with a test suite, but it requires several74 <para>This package does come with a test suite, but it requires several 75 75 packages that are not included in LFS. Instructions for running the 76 test suite can be found in the BLFS book at76 test suite can be found in the BLFS book at 77 77 <ulink url="&blfs-root;/view/&short-version;/general/dbus.html"/>.</para> 78 78 -
chapter06/gcc.xml
r7bbd1bd redbeeb5 376 376 <para>A wrapper around <command>ar</command> that adds a 377 377 plugin to the command line. This program is only used 378 to add "link time opti zation" and is not useful with the378 to add "link time optimization" and is not useful with the 379 379 default build options</para> 380 380 <indexterm zone="ch-system-gcc gcc-ar"> … … 389 389 <para>A wrapper around <command>nm</command> that adds a 390 390 plugin to the command line. This program is only used 391 to add "link time opti zation" and is not useful with the391 to add "link time optimization"" and is not useful with the 392 392 default build options</para> 393 393 <indexterm zone="ch-system-gcc gcc-nm"> … … 402 402 <para>A wrapper around <command>ranlib</command> that adds a 403 403 plugin to the command line. This program is only used 404 to add "link time opti zation" and is not useful with the404 to add "link time optimization"" and is not useful with the 405 405 default build options</para> 406 406 <indexterm zone="ch-system-gcc gcc-ranlib"> -
chapter06/glibc.xml
r7bbd1bd redbeeb5 269 269 <title>Adding time zone data</title> 270 270 271 <para>Install and set up the time zone data with the following:</para>271 <para>Install and set up the time zone data with the following:</para> 272 272 <screen><userinput>tar -xf ../tzdata&tzdata-version;.tar.gz 273 273 … … 292 292 <term><parameter>zic -L /dev/null ...</parameter></term> 293 293 <listitem> 294 <para>This creates posix time zones, without any leap seconds. It is294 <para>This creates posix time zones, without any leap seconds. It is 295 295 conventional to put these in both 296 296 <filename class="directory">zoneinfo</filename> and 297 297 <filename class="directory">zoneinfo/posix</filename>. It is 298 necessary to put the POSIX time zones in298 necessary to put the POSIX time zones in 299 299 <filename class="directory">zoneinfo</filename>, otherwise various 300 300 test-suites will report errors. On an embedded system, where space is 301 tight and you do not intend to ever update the time zones, you could save301 tight and you do not intend to ever update the time zones, you could save 302 302 1.9MB by not using the <filename class="directory">posix</filename> 303 303 directory, but some applications or test-suites might produce some … … 308 308 <term><parameter>zic -L leapseconds ...</parameter></term> 309 309 <listitem> 310 <para>This creates right time zones, including leap seconds. On an310 <para>This creates right time zones, including leap seconds. On an 311 311 embedded system, where space is tight and you do not intend to 312 ever update the time zones, or care about the correct time, you could312 ever update the time zones, or care about the correct time, you could 313 313 save 1.9MB by omitting the <filename class="directory">right</filename> 314 314 directory.</para> … … 334 334 output the name of the time zone (e.g., 335 335 <emphasis>America/Edmonton</emphasis>). There are also some other possible 336 time zones listed in <filename336 time zones listed in <filename 337 337 class='directory'>/usr/share/zoneinfo</filename> such as 338 338 <emphasis>Canada/Eastern</emphasis> or <emphasis>EST5EDT</emphasis> that -
chapter06/shadow.xml
r7bbd1bd redbeeb5 148 148 group ID (GID) numbers will begin with 1000. This means if you don't pass 149 149 parameters to <command>useradd</command>, each user will be a member of a 150 unique group on the system. If this behavio ur is undesirable, you'll need150 unique group on the system. If this behavior is undesirable, you'll need 151 151 to pass the <parameter>-g</parameter> parameter to 152 152 <command>useradd</command>. The default parameters are stored in the -
chapter06/util-linux.xml
r7bbd1bd redbeeb5 346 346 <term><command>fdisk</command></term> 347 347 <listitem> 348 <para>Manipulates the par itition table of the given device</para>348 <para>Manipulates the partition table of the given device</para> 349 349 <indexterm zone="ch-system-util-linux fdisk"> 350 350 <primary sortas="b-fdisk">fdisk</primary> -
chapter07/console.xml
r7bbd1bd redbeeb5 300 300 <term>FONT_UNIMAP</term> 301 301 <listitem> 302 <para>This variable specifies the unicode font map.</para>302 <para>This variable specifies the Unicode font map.</para> 303 303 </listitem> 304 304 </varlistentry> -
chapter07/udev.xml
r7bbd1bd redbeeb5 252 252 253 253 <para>This usually happens if a rule unexpectedly matches a device. For 254 example, a poorly-writ en rule can match both a SCSI disk (as desired)254 example, a poorly-written rule can match both a SCSI disk (as desired) 255 255 and the corresponding SCSI generic device (incorrectly) by vendor. 256 256 Find the offending rule and make it more specific, with the help of the -
chapter08/kernel.xml
r7bbd1bd redbeeb5 92 92 <term><parameter>Support for uevent helper</parameter></term> 93 93 <listitem> 94 <para>Having this op ion set may interfere with device94 <para>Having this option set may interfere with device 95 95 management when using Udev/Eudev. </para> 96 96 </listitem> -
chapter09/reboot.xml
r7bbd1bd redbeeb5 46 46 within a comfortable GUI environment, install <ulink 47 47 url='&blfs-book;postlfs/openssh.html'>openssh</ulink> and its 48 prerequ site, <ulink48 prerequisite, <ulink 49 49 url='&blfs-book;postlfs/openssl.html'>openssl</ulink>. 50 50 </para></listitem> -
prologue/why.xml
r7bbd1bd redbeeb5 478 478 479 479 <para>This package provides and <application>init</application> program 480 and several additional boot and system control capabilit es as an480 and several additional boot and system control capabilities as an 481 481 alternative to Sysvinit. It is used by many commercial distributions. 482 482 In LFS it is installed side-by-side with Sysvinit to provide the user with
Note:
See TracChangeset
for help on using the changeset viewer.