mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-07 23:03:17 +00:00
Automatic merge of trunk into multilib
This commit is contained in:
commit
77ea132a9f
@ -74,7 +74,7 @@ install -v -m644 doc/dejagnu.{html,txt} /usr/share/doc/dejagnu-&dejagnu-versio
|
||||
<segtitle>Installed program</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>runtest</seg>
|
||||
<seg>dejagnu and runtest</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -83,6 +83,16 @@ install -v -m644 doc/dejagnu.{html,txt} /usr/share/doc/dejagnu-&dejagnu-versio
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="dejagnu">
|
||||
<term><command>dejagnu</command></term>
|
||||
<listitem>
|
||||
<para>DejaGNU auxiliary command launcher</para>
|
||||
<indexterm zone="ch-system-dejagnu dejagnu">
|
||||
<primary sortas="b-dejagnu">dejagnu</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="runtest">
|
||||
<term><command>runtest</command></term>
|
||||
<listitem>
|
||||
|
@ -102,7 +102,7 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>
|
||||
|
||||
<seglistitem>
|
||||
<seg>expect</seg>
|
||||
<seg>libexpect-&expect-lib-version;.so</seg>
|
||||
<seg>libexpect&expect-version;.so</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -123,12 +123,12 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libexpect">
|
||||
<term><filename class="libraryfile">libexpect-&expect-lib-version;.so</filename></term>
|
||||
<term><filename class="libraryfile">libexpect-&expect-version;.so</filename></term>
|
||||
<listitem>
|
||||
<para>Contains functions that allow Expect to be used as a Tcl
|
||||
extension or to be used directly from C or C++ (without Tcl)</para>
|
||||
<indexterm zone="ch-system-expect libexpect">
|
||||
<primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary>
|
||||
<primary sortas="c-libexpect-&expect-version;">libexpect-&expect-version;</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -364,7 +364,8 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
||||
|
||||
<seglistitem>
|
||||
<seg>c++, cc (link to gcc), cpp, g++, gcc,
|
||||
gcc-ar, gcc-nm, gcc-ranlib, gcov, gcov-dump, and gcov-tool</seg>
|
||||
gcc-ar, gcc-nm, gcc-ranlib, gcov, gcov-dump, gcov-tool,
|
||||
and lto-dump</seg>
|
||||
|
||||
<seg>libasan.{a,so}, libatomic.{a,so}, libcc1.so, libgcc.a, libgcc_eh.a,
|
||||
libgcc_s.so, libgcov.a, libgomp.{a,so}, libitm.{a,so},
|
||||
@ -504,6 +505,17 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="lto-dump">
|
||||
<term><command>lto-dump</command></term>
|
||||
<listitem>
|
||||
<para>Tool for dumping object files produced by GCC with LTO
|
||||
enabled</para>
|
||||
<indexterm zone="ch-system-gcc lto-dump">
|
||||
<primary sortas="b-lto-dump">lto-dump</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libasan">
|
||||
<term><filename class="libraryfile">libasan</filename></term>
|
||||
<listitem>
|
||||
@ -566,6 +578,16 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libitm">
|
||||
<term><filename class="libraryfile">libitm</filename></term>
|
||||
<listitem>
|
||||
<para>The GNU transactional memory library</para>
|
||||
<indexterm zone="ch-system-gcc libitm">
|
||||
<primary sortas="c-libitm">libitm</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="liblsan">
|
||||
<term><filename class="libraryfile">liblsan</filename></term>
|
||||
<listitem>
|
||||
@ -579,8 +601,8 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
||||
<varlistentry id="liblto_plugin">
|
||||
<term><filename class="libraryfile">liblto_plugin</filename></term>
|
||||
<listitem>
|
||||
<para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform
|
||||
optimizations across compilation units</para>
|
||||
<para>GCC's LTO plugin allows binutils to process object files
|
||||
produced by GCC with LTO enabled</para>
|
||||
<indexterm zone="ch-system-gcc liblto_plugin">
|
||||
<primary sortas="c-liblto_plugin">liblto_plugin</primary>
|
||||
</indexterm>
|
||||
|
@ -644,7 +644,7 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
|
||||
zdump, and zic</seg>
|
||||
<seg>ld-linux-x86-64.so.2, ld-linux.so.2,
|
||||
libBrokenLocale.{a,so}, libanl.{a,so},
|
||||
libc.{a,so}, libc_nonshared.a,
|
||||
libc.{a,so}, libc_nonshared.a, libc_malloc_debug.so,
|
||||
libcrypt.{a,so}, libdl.{a,so.2}, libg.a, libm.{a,so},
|
||||
libmcheck.a, libmemusage.so, libmvec.{a,so}, libnsl.so.1,
|
||||
libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so,
|
||||
@ -939,6 +939,16 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libc_malloc_debug">
|
||||
<term><filename class="libraryfile">libc_malloc_debug</filename></term>
|
||||
<listitem>
|
||||
<para>Turns on memory allocation checking when preloaded</para>
|
||||
<indexterm zone="ch-system-glibc libc_malloc_debug">
|
||||
<primary sortas="c-libc_malloc_debug">libc_malloc_debug</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libcrypt">
|
||||
<term><filename class="libraryfile">libcrypt</filename></term>
|
||||
<listitem>
|
||||
@ -982,6 +992,17 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libmvec">
|
||||
<term><filename class="libraryfile">libmvec</filename></term>
|
||||
<listitem>
|
||||
<para>The vector math library, linked in as needed
|
||||
when <filename class='libraryfile'>libm</filename> is used</para>
|
||||
<indexterm zone="ch-system-glibc libmvec">
|
||||
<primary sortas="c-libmvec">libmvec</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libmcheck">
|
||||
<term><filename class="libraryfile">libmcheck</filename></term>
|
||||
<listitem>
|
||||
@ -1014,13 +1035,15 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libnss">
|
||||
<term><filename class="libraryfile">libnss</filename></term>
|
||||
<term><filename class="libraryfile">libnss_*</filename></term>
|
||||
<listitem>
|
||||
<para>The Name Service Switch libraries, containing functions for
|
||||
<para>The Name Service Switch modules, containing functions for
|
||||
resolving host names, user names, group names, aliases, services,
|
||||
protocols, etc.</para>
|
||||
protocols, etc. Loaded by
|
||||
<filename class='libraryfile'>libc</filename> according to the
|
||||
configuration in <filename>/etc/nsswitch.conf</filename></para>
|
||||
<indexterm zone="ch-system-glibc libnss">
|
||||
<primary sortas="c-libnss">libnss</primary>
|
||||
<primary sortas="c-libnss">libnss_*</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -244,6 +244,7 @@ useradd -D --gid 999</userinput></screen>
|
||||
<segmentedlist>
|
||||
<segtitle>Installed programs</segtitle>
|
||||
<segtitle>Installed directory</segtitle>
|
||||
<segtitle>Installed libraries</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog,
|
||||
@ -253,6 +254,9 @@ useradd -D --gid 999</userinput></screen>
|
||||
sg (link to newgrp), su, useradd, userdel, usermod,
|
||||
vigr (link to vipw), and vipw</seg>
|
||||
<seg>/etc/default</seg>
|
||||
<!-- TODO: the static lib should be disabled by - -disable-static.
|
||||
Keep it for now because of the rc freeze. -->
|
||||
<seg>libsubid.{a,so}</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
|
||||
@ -634,6 +638,16 @@ useradd -D --gid 999</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libsubid">
|
||||
<term><filename class='libraryfile'>libsubid</filename></term>
|
||||
<listitem>
|
||||
<para>library for process subordinate id ranges for users</para>
|
||||
<indexterm zone="ch-system-shadow libsubid">
|
||||
<primary sortas="c-libsubid">libsubid</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</sect2>
|
||||
|
@ -349,14 +349,14 @@ rm -f /usr/bin/xsltproc</userinput></screen>
|
||||
<segtitle>Installed directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl),
|
||||
<seg>busctl, coredumpctl, halt (symlink to systemctl),
|
||||
hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
|
||||
machinectl, networkctl, oomctl, portablectl, poweroff (symlink to
|
||||
systemctl), reboot (symlink to systemctl), resolvconf (symlink to
|
||||
resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown
|
||||
(symlink to systemctl), systemctl, systemd-analyze,
|
||||
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
|
||||
systemd-cryptenroll, systemd-delta, systemd-detect-virt,
|
||||
systemd-creds, systemd-delta, systemd-detect-virt,
|
||||
systemd-dissect, systemd-escape, systemd-hwdb, systemd-id128,
|
||||
systemd-inhibit, systemd-machine-id-setup,
|
||||
systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
|
||||
@ -385,16 +385,6 @@ rm -f /usr/bin/xsltproc</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="bootctl">
|
||||
<term><command>bootctl</command></term>
|
||||
<listitem>
|
||||
<para>Is used to query the firmware and boot manager settings</para>
|
||||
<indexterm zone="ch-system-systemd bootctl">
|
||||
<primary sortas="b-bootctl">bootctl</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="busctl">
|
||||
<term><command>busctl</command></term>
|
||||
<listitem>
|
||||
@ -673,13 +663,12 @@ rm -f /usr/bin/xsltproc</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="systemd-cryptenroll">
|
||||
<term><command>systemd-cryptenroll</command></term>
|
||||
<varlistentry id="systemd-creds">
|
||||
<term><command>systemd-creds</command></term>
|
||||
<listitem>
|
||||
<para>Is used to enroll or remove a system from full disk encryption,
|
||||
as well as set and query private keys and recovery keys</para>
|
||||
<indexterm zone="ch-system-systemd systemd-cryptenroll">
|
||||
<primary sortas="b-systemd-cryptenroll">systemd-cryptenroll</primary>
|
||||
<para>Displays and processes credentials.</para>
|
||||
<indexterm zone="ch-system-systemd systemd-creds">
|
||||
<primary sortas="b-systemd-creds">systemd-creds</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -172,7 +172,6 @@
|
||||
<!ENTITY expat-fin-sbu "0.1 SBU">
|
||||
|
||||
<!ENTITY expect-version "5.45.4">
|
||||
<!ENTITY expect-lib-version "5.45">
|
||||
<!ENTITY expect-size "618 KB">
|
||||
<!ENTITY expect-url "&sourceforge;expect/expect&expect-version;.tar.gz">
|
||||
<!ENTITY expect-md5 "00fce8de158422f5ccd2666512329bd2">
|
||||
|
Loading…
Reference in New Issue
Block a user