Update to procps-ng-3.3.9

Install non-essential programs from the xz package in /usr/bin.  



git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2013-12-13 06:55:02 +00:00
parent 4783efe5de
commit 9132fe499b
9 changed files with 69 additions and 40 deletions

View File

@ -35,6 +35,21 @@
</itemizedlist> </itemizedlist>
</listitem> </listitem>
--> -->
<listitem>
<para>2013-12-13</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to procps-ng-3.3.9. Fixes
<ulink url="&lfs-ticket-root;3439">#3439</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Install non-essential programs from
the xz package in /usr/bin. Fixes
<ulink url="&lfs-ticket-root;3445">#3445</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2013-12-07</para> <para>2013-12-07</para>
<itemizedlist> <itemizedlist>

View File

@ -66,6 +66,22 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
<para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry>
<term>Sysvinit Consolidated Patch - <token>&sysvinit-consolidated-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&sysvinit-consolidated-patch;"/></para>
<para>MD5 sum: <literal>&sysvinit-consolidated-patch-md5;</literal></para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>Tar Manpage Patch - <token>&tar-manpage-patch-size;</token>:</term> <term>Tar Manpage Patch - <token>&tar-manpage-patch-size;</token>:</term>
<listitem> <listitem>
@ -74,13 +90,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
<para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
</listitem>
</varlistentry>
<!-- <!--
<varlistentry> <varlistentry>
<term>Texinfo Test Patch - <token>&texinfo-test-patch-size;</token>:</term> <term>Texinfo Test Patch - <token>&texinfo-test-patch-size;</token>:</term>

View File

@ -95,7 +95,7 @@ ln -sv kmod /bin/lsmod</userinput></screen>
<para> Make sure that all libraries are in the correct directory: </para> <para> Make sure that all libraries are in the correct directory: </para>
<screen><userinput remap="install">mv -v /usr/lib/libkmod.so.* /lib <screen><userinput remap="install">mv -v /usr/lib/libkmod.so.* /lib
ln -svf ../../lib/libkmod.so.2.2.4 /usr/lib/libkmod.so</userinput></screen> ln -svf ../../lib/libkmod.so.2.2.5 /usr/lib/libkmod.so</userinput></screen>
<!-- Note to editors: When upgrading kmod, make sure the library version <!-- Note to editors: When upgrading kmod, make sure the library version
specified above has not changed --> specified above has not changed -->

View File

@ -47,19 +47,11 @@
--libdir=/usr/lib \ --libdir=/usr/lib \
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \ --docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
--disable-static \ --disable-static \
--disable-skill \
--disable-kill</userinput></screen> --disable-kill</userinput></screen>
<variablelist> <variablelist>
<title>The meaning of the configure options:</title> <title>The meaning of the configure options:</title>
<varlistentry>
<term><parameter>--disable-skill</parameter></term>
<listitem>
<para>This switch disables the obsolete and unportable
skill and snice commands.</para>
</listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term><parameter>--disable-kill</parameter></term> <term><parameter>--disable-kill</parameter></term>
<listitem> <listitem>
@ -85,11 +77,14 @@ make check</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>Finally, move the library to a location that can be found if <para>Finally, move essential files to a location that can be found if
<filename class="directory">/usr</filename> is not mounted.</para> <filename class="directory">/usr</filename> is not mounted.</para>
<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib <screen><userinput remap="install">mv -v /usr/bin/pidof /bin
ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen> mv -v /usr/lib/libprocps.so.* /lib
ln -sfv ../../lib/libprocps.so.3.0.0 /usr/lib/libprocps.so</userinput></screen>
<!-- Note to devs: check the library version for new releases -->
</sect2> </sect2>
@ -101,7 +96,7 @@ ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen>
<segtitle>Installed library</segtitle> <segtitle>Installed library</segtitle>
<seglistitem> <seglistitem>
<seg>free, pgrep, pkill, pmap, ps, pwdx, slabtop, <seg>free, pgrep, pidof, pkill, pmap, ps, pwdx, slabtop,
sysctl, tload, top, uptime, vmstat, w, and, watch</seg> sysctl, tload, top, uptime, vmstat, w, and, watch</seg>
<seg>libprocps.so</seg> <seg>libprocps.so</seg>
</seglistitem> </seglistitem>
@ -133,6 +128,16 @@ ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen>
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="pidof">
<term><command>pidof</command></term>
<listitem>
<para>Looks up processes based on their name and other attributes</para>
<indexterm zone="ch-system-procps pidof">
<primary sortas="b-pidof">pidof</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="pkill"> <varlistentry id="pkill">
<term><command>pkill</command></term> <term><command>pkill</command></term>
<listitem> <listitem>
@ -261,7 +266,7 @@ ln -sfv ../../lib/libprocps.so.1.1.2 /usr/lib/libprocps.so</userinput></screen>
</varlistentry> </varlistentry>
<varlistentry id="libprocps"> <varlistentry id="libprocps">
<term><filename class="libraryfile">libproc</filename></term> <term><filename class="libraryfile">libprocps</filename></term>
<listitem> <listitem>
<para>Contains the functions used by most programs in this <para>Contains the functions used by most programs in this
package</para> package</para>

View File

@ -41,6 +41,7 @@
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of Sysvinit</title> <title>Installation of Sysvinit</title>
<!--
<para>When run-levels are changed (for example, when halting the <para>When run-levels are changed (for example, when halting the
system), <command>init</command> sends termination signals to those system), <command>init</command> sends termination signals to those
processes that <command>init</command> itself started and that should processes that <command>init</command> itself started and that should
@ -65,6 +66,11 @@
-e '/mountpoint/d' \ -e '/mountpoint/d' \
-e '/mesg/d' \ -e '/mesg/d' \
-e 's/= sulogin(\.8)?/=/' src/Makefile</userinput></screen> -e 's/= sulogin(\.8)?/=/' src/Makefile</userinput></screen>
-->
<para>First, apply a patch that removes several programs installed by other
packages, clarifies a message, and fixes a compiler warning:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&sysvinit-consolidated-patch;</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>
@ -85,8 +91,8 @@
<segtitle>Installed programs</segtitle> <segtitle>Installed programs</segtitle>
<seglistitem> <seglistitem>
<seg>bootlogd, fstab-decode, halt, init, killall5, pidof (link to <seg>bootlogd, fstab-decode, halt, init, killall5,
killall5), poweroff (link to halt), reboot (link to halt), runlevel, poweroff (link to halt), reboot (link to halt), runlevel,
shutdown, and telinit (link to init)</seg> shutdown, and telinit (link to init)</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -154,16 +160,6 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry id="pidof">
<term><command>pidof</command></term>
<listitem>
<para>Reports the PIDs of the given programs</para>
<indexterm zone="ch-system-sysvinit pidof">
<primary sortas="b-pidof">pidof</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="poweroff"> <varlistentry id="poweroff">
<term><command>poweroff</command></term> <term><command>poweroff</command></term>
<listitem> <listitem>

View File

@ -47,7 +47,6 @@
<para>Prepare Xz for compilation with:</para> <para>Prepare Xz for compilation with:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \ <screen><userinput remap="configure">./configure --prefix=/usr \
--bindir=/bin \
--docdir=/usr/share/doc/xz-&xz-version;</userinput></screen> --docdir=/usr/share/doc/xz-&xz-version;</userinput></screen>
<para>Compile the package:</para> <para>Compile the package:</para>
@ -58,10 +57,11 @@
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>
<para>Install the package and make sure that all libraries are in the <para>Install the package and make sure that all essential files are in the
correct directory:</para> correct directory:</para>
<screen><userinput remap="install">make install <screen><userinput remap="install">make install
mv -v /usr/bin/{unlzma,unxz,xzcat,lzma,xz} /bin
mv -v /usr/lib/liblzma.so.* /lib mv -v /usr/lib/liblzma.so.* /lib
ln -svf ../../lib/liblzma.so.&xz-version; /usr/lib/liblzma.so</userinput></screen> ln -svf ../../lib/liblzma.so.&xz-version; /usr/lib/liblzma.so</userinput></screen>

View File

@ -1,5 +1,5 @@
<!ENTITY version "SVN-20131207"> <!ENTITY version "SVN-20131213">
<!ENTITY releasedate "December 7, 2013"> <!ENTITY releasedate "December 13, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.5"> <!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->

View File

@ -451,10 +451,10 @@
<!ENTITY pkgconfig-ch6-du "31 MB"> <!ENTITY pkgconfig-ch6-du "31 MB">
<!ENTITY pkgconfig-ch6-sbu "0.4 SBU"> <!ENTITY pkgconfig-ch6-sbu "0.4 SBU">
<!ENTITY procps-ng-version "3.3.8"> <!ENTITY procps-ng-version "3.3.9">
<!ENTITY procps-ng-size "544 KB"> <!ENTITY procps-ng-size "548 KB">
<!ENTITY procps-ng-url "http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz"> <!ENTITY procps-ng-url "http://sourceforge.net/projects/procps-ng/files/Production/procps-ng-&procps-ng-version;.tar.xz">
<!ENTITY procps-ng-md5 "aecbeeda2ab308f8d09dddcb4cb9a572"> <!ENTITY procps-ng-md5 "0980646fa25e0be58f7afb6b98f79d74">
<!ENTITY procps-ng-home "http://sourceforge.net/projects/procps-ng"> <!ENTITY procps-ng-home "http://sourceforge.net/projects/procps-ng">
<!ENTITY procps-ng-ch6-du "13 MB"> <!ENTITY procps-ng-ch6-du "13 MB">
<!ENTITY procps-ng-ch6-sbu "0.2 SBU"> <!ENTITY procps-ng-ch6-sbu "0.2 SBU">

View File

@ -30,6 +30,10 @@
<!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa"> <!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa">
<!ENTITY readline-fixes-patch-size "1.3 KB"> <!ENTITY readline-fixes-patch-size "1.3 KB">
<!ENTITY sysvinit-consolidated-patch "sysvinit-&sysvinit-version;-consolidated-1.patch">
<!ENTITY sysvinit-consolidated-patch-md5 "0b7b5ea568a878fdcc4057b2bf36e5cb">
<!ENTITY sysvinit-consolidated-patch-size "3.9 KB">
<!ENTITY tar-manpage-patch "tar-&tar-version;-manpage-1.patch"> <!ENTITY tar-manpage-patch "tar-&tar-version;-manpage-1.patch">
<!ENTITY tar-manpage-patch-md5 "321f85ec32733b1a9399e788714a5156"> <!ENTITY tar-manpage-patch-md5 "321f85ec32733b1a9399e788714a5156">
<!ENTITY tar-manpage-patch-size "7.8 KB"> <!ENTITY tar-manpage-patch-size "7.8 KB">