Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl (Moody) 2022-02-18 05:45:10 +01:00
commit 77ea132a9f
7 changed files with 88 additions and 31 deletions

View File

@ -74,7 +74,7 @@ install -v -m644 doc/dejagnu.{html,txt} /usr/share/doc/dejagnu-&dejagnu-versio
<segtitle>Installed program</segtitle> <segtitle>Installed program</segtitle>
<seglistitem> <seglistitem>
<seg>runtest</seg> <seg>dejagnu and runtest</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -83,6 +83,16 @@ install -v -m644 doc/dejagnu.{html,txt} /usr/share/doc/dejagnu-&dejagnu-versio
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?> <?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"> <varlistentry id="runtest">
<term><command>runtest</command></term> <term><command>runtest</command></term>
<listitem> <listitem>

View File

@ -102,7 +102,7 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>
<seglistitem> <seglistitem>
<seg>expect</seg> <seg>expect</seg>
<seg>libexpect-&expect-lib-version;.so</seg> <seg>libexpect&expect-version;.so</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -123,12 +123,12 @@ ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput>
</varlistentry> </varlistentry>
<varlistentry id="libexpect"> <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> <listitem>
<para>Contains functions that allow Expect to be used as a Tcl <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> extension or to be used directly from C or C++ (without Tcl)</para>
<indexterm zone="ch-system-expect libexpect"> <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> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -364,7 +364,8 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<seglistitem> <seglistitem>
<seg>c++, cc (link to gcc), cpp, g++, gcc, <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, <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}, 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> </listitem>
</varlistentry> </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"> <varlistentry id="libasan">
<term><filename class="libraryfile">libasan</filename></term> <term><filename class="libraryfile">libasan</filename></term>
<listitem> <listitem>
@ -566,6 +578,16 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
</listitem> </listitem>
</varlistentry> </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"> <varlistentry id="liblsan">
<term><filename class="libraryfile">liblsan</filename></term> <term><filename class="libraryfile">liblsan</filename></term>
<listitem> <listitem>
@ -579,8 +601,8 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
<varlistentry id="liblto_plugin"> <varlistentry id="liblto_plugin">
<term><filename class="libraryfile">liblto_plugin</filename></term> <term><filename class="libraryfile">liblto_plugin</filename></term>
<listitem> <listitem>
<para>GCC's Link Time Optimization (LTO) plugin allows GCC to perform <para>GCC's LTO plugin allows binutils to process object files
optimizations across compilation units</para> produced by GCC with LTO enabled</para>
<indexterm zone="ch-system-gcc liblto_plugin"> <indexterm zone="ch-system-gcc liblto_plugin">
<primary sortas="c-liblto_plugin">liblto_plugin</primary> <primary sortas="c-liblto_plugin">liblto_plugin</primary>
</indexterm> </indexterm>

View File

@ -644,7 +644,7 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
zdump, and zic</seg> zdump, and zic</seg>
<seg>ld-linux-x86-64.so.2, ld-linux.so.2, <seg>ld-linux-x86-64.so.2, ld-linux.so.2,
libBrokenLocale.{a,so}, libanl.{a,so}, 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}, libcrypt.{a,so}, libdl.{a,so.2}, libg.a, libm.{a,so},
libmcheck.a, libmemusage.so, libmvec.{a,so}, libnsl.so.1, libmcheck.a, libmemusage.so, libmvec.{a,so}, libnsl.so.1,
libnss_compat.so, libnss_dns.so, libnss_files.so, libnss_hesiod.so, 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> </listitem>
</varlistentry> </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"> <varlistentry id="libcrypt">
<term><filename class="libraryfile">libcrypt</filename></term> <term><filename class="libraryfile">libcrypt</filename></term>
<listitem> <listitem>
@ -982,6 +992,17 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
</listitem> </listitem>
</varlistentry> </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"> <varlistentry id="libmcheck">
<term><filename class="libraryfile">libmcheck</filename></term> <term><filename class="libraryfile">libmcheck</filename></term>
<listitem> <listitem>
@ -1014,13 +1035,15 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
</varlistentry> </varlistentry>
<varlistentry id="libnss"> <varlistentry id="libnss">
<term><filename class="libraryfile">libnss</filename></term> <term><filename class="libraryfile">libnss_*</filename></term>
<listitem> <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, 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"> <indexterm zone="ch-system-glibc libnss">
<primary sortas="c-libnss">libnss</primary> <primary sortas="c-libnss">libnss_*</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -244,6 +244,7 @@ useradd -D --gid 999</userinput></screen>
<segmentedlist> <segmentedlist>
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<segtitle>Installed directory</segtitle> <segtitle>Installed directory</segtitle>
<segtitle>Installed libraries</segtitle>
<seglistitem> <seglistitem>
<seg>chage, chfn, chgpasswd, chpasswd, chsh, expiry, faillog, <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, sg (link to newgrp), su, useradd, userdel, usermod,
vigr (link to vipw), and vipw</seg> vigr (link to vipw), and vipw</seg>
<seg>/etc/default</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> </seglistitem>
</segmentedlist> </segmentedlist>
@ -634,6 +638,16 @@ useradd -D --gid 999</userinput></screen>
</listitem> </listitem>
</varlistentry> </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> </variablelist>
</sect2> </sect2>

View File

@ -349,14 +349,14 @@ rm -f /usr/bin/xsltproc</userinput></screen>
<segtitle>Installed directories</segtitle> <segtitle>Installed directories</segtitle>
<seglistitem> <seglistitem>
<seg>bootctl, busctl, coredumpctl, halt (symlink to systemctl), <seg>busctl, coredumpctl, halt (symlink to systemctl),
hostnamectl, init, journalctl, kernel-install, localectl, loginctl, hostnamectl, init, journalctl, kernel-install, localectl, loginctl,
machinectl, networkctl, oomctl, portablectl, poweroff (symlink to machinectl, networkctl, oomctl, portablectl, poweroff (symlink to
systemctl), reboot (symlink to systemctl), resolvconf (symlink to systemctl), reboot (symlink to systemctl), resolvconf (symlink to
resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown resolvectl), resolvectl, runlevel (symlink to systemctl), shutdown
(symlink to systemctl), systemctl, systemd-analyze, (symlink to systemctl), systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, 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-dissect, systemd-escape, systemd-hwdb, systemd-id128,
systemd-inhibit, systemd-machine-id-setup, systemd-inhibit, systemd-machine-id-setup,
systemd-mount, systemd-notify, systemd-nspawn, systemd-path, systemd-mount, systemd-notify, systemd-nspawn, systemd-path,
@ -385,16 +385,6 @@ rm -f /usr/bin/xsltproc</userinput></screen>
<?dbfo list-presentation="list"?> <?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?> <?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"> <varlistentry id="busctl">
<term><command>busctl</command></term> <term><command>busctl</command></term>
<listitem> <listitem>
@ -673,13 +663,12 @@ rm -f /usr/bin/xsltproc</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="systemd-cryptenroll"> <varlistentry id="systemd-creds">
<term><command>systemd-cryptenroll</command></term> <term><command>systemd-creds</command></term>
<listitem> <listitem>
<para>Is used to enroll or remove a system from full disk encryption, <para>Displays and processes credentials.</para>
as well as set and query private keys and recovery keys</para> <indexterm zone="ch-system-systemd systemd-creds">
<indexterm zone="ch-system-systemd systemd-cryptenroll"> <primary sortas="b-systemd-creds">systemd-creds</primary>
<primary sortas="b-systemd-cryptenroll">systemd-cryptenroll</primary>
</indexterm> </indexterm>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@ -172,7 +172,6 @@
<!ENTITY expat-fin-sbu "0.1 SBU"> <!ENTITY expat-fin-sbu "0.1 SBU">
<!ENTITY expect-version "5.45.4"> <!ENTITY expect-version "5.45.4">
<!ENTITY expect-lib-version "5.45">
<!ENTITY expect-size "618 KB"> <!ENTITY expect-size "618 KB">
<!ENTITY expect-url "&sourceforge;expect/expect&expect-version;.tar.gz"> <!ENTITY expect-url "&sourceforge;expect/expect&expect-version;.tar.gz">
<!ENTITY expect-md5 "00fce8de158422f5ccd2666512329bd2"> <!ENTITY expect-md5 "00fce8de158422f5ccd2666512329bd2">