Author: jim Date: 2005-07-08 16:44:18 -0600 (Fri, 08 Jul 2005) New Revision: 6459
Added: branches/cross-lfs/BOOK/final-system/mips64/util-linux.xml Modified: branches/cross-lfs/BOOK/ branches/cross-lfs/BOOK/final-system/mips64-chapter.xml branches/cross-lfs/BOOK/introduction/mips64/changelog.xml Log: [EMAIL PROTECTED]: jim | 2005-07-08 14:52:56 -0700 Added missing patch to util-linux in mips64 Property changes on: branches/cross-lfs/BOOK ___________________________________________________________________ Name: svk:merge - 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6809 dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516 + 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:6810 dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516 Added: branches/cross-lfs/BOOK/final-system/mips64/util-linux.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/mips64/util-linux.xml 2005-07-08 22:44:08 UTC (rev 6458) +++ branches/cross-lfs/BOOK/final-system/mips64/util-linux.xml 2005-07-08 22:44:18 UTC (rev 6459) @@ -0,0 +1,86 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + <!ENTITY % patches-entities SYSTEM "../../patches.ent"> + %general-entities; + %patches-entities; +]> + +<sect1 id="ch-system-util-linux" role="wrap"> + <?dbhtml filename="util-linux.html"?> + + <title>Util-linux-&util-linux-version;</title> + + <indexterm zone="ch-system-util-linux"> + <primary sortas="a-Util-linux">Util-linux</primary> + </indexterm> + + <sect2 role="package"> + <title/> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../common/util-linux.xml" + xpointer="xpointer(id('package-util-linux')/para[1])"/> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + + <seglistitem> + <seg>Not checked yet</seg> + <seg>Not checked yet</seg> + </seglistitem> + </segmentedlist> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../common/util-linux.xml" + xpointer="xpointer(id('package-util-linux')/segmentedlist[2])"/> + + </sect2> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../common/util-linux.xml" + xpointer="xpointer(id('fhs-util-linux'))"/> + + <sect2 role="installation"> + <title>Installation of Util-linux</title> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../common/util-linux.xml" + xpointer="xpointer(id('install-util-linux')/para[1])"/> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../common/util-linux.xml" + xpointer="xpointer(id('install-util-linux')/screen[1])"/> + + <para>Util-linux has a compilation error when built using 64bit + and a MIPS processor. The follow patch addresses this error:</para> + +<screen><userinput>patch -Np1 -i ../&util-linux-mips64-patch;</userinput></screen> + + <para>Prepare Util-linux for compilation:</para> + +<screen><userinput>CC="gcc ${BUILD64}" ./configure</userinput></screen> + + <para>Compile the package:</para> + +<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../common/util-linux.xml" + xpointer="xpointer(id('install-util-linux')/variablelist[1])"/> + + <para>This package does not come with a test suite.</para> + + <para>Install the package:</para> + +<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen> + + </sect2> + + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" + href="../common/util-linux.xml" + xpointer="xpointer(id('contents-util-linux'))"/> + +</sect1> Modified: branches/cross-lfs/BOOK/final-system/mips64-chapter.xml =================================================================== --- branches/cross-lfs/BOOK/final-system/mips64-chapter.xml 2005-07-08 22:44:08 UTC (rev 6458) +++ branches/cross-lfs/BOOK/final-system/mips64-chapter.xml 2005-07-08 22:44:18 UTC (rev 6459) @@ -83,7 +83,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/sysklogd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/sysvinit.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/util-linux.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/udev.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/mktemp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/hotplug.xml"/> Modified: branches/cross-lfs/BOOK/introduction/mips64/changelog.xml =================================================================== --- branches/cross-lfs/BOOK/introduction/mips64/changelog.xml 2005-07-08 22:44:08 UTC (rev 6458) +++ branches/cross-lfs/BOOK/introduction/mips64/changelog.xml 2005-07-08 22:44:18 UTC (rev 6459) @@ -65,6 +65,15 @@ --> <listitem> + <para>July 8, 2005</para> + <itemizedlist> + <listitem> + <para>[jim] - Added patch to allow the building of util-linux.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>June 29, 2005</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
