[lfs] 01/02: Remove check (#5650)

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

commit 32a9d4b35bc4486cfc970301a24af64f2476cdc4
Author: Xi Ruoyao <[email protected]>
AuthorDate: Thu Apr 3 11:33:20 2025 +0800

    Remove check (#5650)
---
 appendices/dependencies.xml |  43 -----------------
 chapter01/whatsnew.xml      |   9 ++--
 chapter03/packages.xml      |   9 ----
 chapter08/chapter08.xml     |   1 -
 chapter08/check.xml         | 109 --------------------------------------------
 lfs-latest-git.php          |   1 -
 packages.ent                |   8 ----
 7 files changed, 3 insertions(+), 177 deletions(-)

diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index 84dc75acd..4ba8d13c4 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -399,49 +399,6 @@
         </seglistitem>
       </segmentedlist>
 
-<!-- Begin Check dependency info -->
-  <bridgehead renderas="sect2" id="check-dep">Check</bridgehead>
-
-      <segmentedlist id="check-depends">
-        <segtitle>&dependencies;</segtitle>
-        <seglistitem>
-          <seg>Gawk, GCC, Grep, Make, Sed, and Texinfo</seg>
-        </seglistitem>
-      </segmentedlist>
-
-      <segmentedlist id="check-rundeps">
-        <segtitle>&runtime;</segtitle>
-        <seglistitem>
-          <seg>Bash and Gawk</seg>
-        </seglistitem>
-      </segmentedlist>
-
-      <segmentedlist id="check-testdeps">
-        <segtitle>&testsuites;</segtitle>
-        <seglistitem>
-          <seg>None</seg>
-        </seglistitem>
-      </segmentedlist>
-
-      <segmentedlist id="check-before">
-        <segtitle>&before;</segtitle>
-        <seglistitem>
-          <seg>None</seg>
-        </seglistitem>
-      </segmentedlist>
-
-      <segmentedlist id="check-optdeps">
-        <segtitle>&external;</segtitle>
-        <seglistitem>
-          <seg>
-            <ulink url='&github;/testing-cabal/subunit'>libsubunit</ulink>
-            and
-            <ulink url='http://cyberelk.net/tim/software/patchutils/'>
-              patchutils</ulink>
-          </seg>
-        </seglistitem>
-      </segmentedlist>
-
 <!-- Begin Coreutils dependency info -->
   <bridgehead renderas="sect2" id="coreutils-dep">Coreutils</bridgehead>
 
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index b8ff551d3..8e1bec99c 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -305,12 +305,9 @@
   <itemizedlist>
     <title>Removed:</title>
     <listitem><para></para></listitem>  <!-- satisfy build -->
-    <!--<listitem>
-      <para>expect-5.45.4-gcc14-1.patch</para>
-    </listitem>-->
-    <!--<listitem>
-      <para>readline-8.2-upstream_fixes-3.patch</para>
-    </listitem>-->
+    <listitem>
+      <para>Check-0.15.2</para>
+    </listitem>
   </itemizedlist>
 
 </sect1>
diff --git a/chapter03/packages.xml b/chapter03/packages.xml
index d58002ad2..2b3dbd9e7 100644
--- a/chapter03/packages.xml
+++ b/chapter03/packages.xml
@@ -110,15 +110,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>Check (&check-version;) - <token>&check-size;</token>:</term>
-      <listitem>
-        <para>Home page: <ulink url="&check-home;"/></para>
-        <para>Download: <ulink url="&check-url;"/></para>
-        <para>MD5 sum: <literal>&check-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
     <varlistentry>
       <term>Coreutils (&coreutils-version;) - <token>&coreutils-size;</token>:</term>
       <listitem>
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml
index 85589c3be..cb13689e7 100644
--- a/chapter08/chapter08.xml
+++ b/chapter08/chapter08.xml
@@ -70,7 +70,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="meson.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kmod.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="diffutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gawk.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="findutils.xml"/>
diff --git a/chapter08/check.xml b/chapter08/check.xml
deleted file mode 100644
index 1000aaa68..000000000
--- a/chapter08/check.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-  <!ENTITY % general-entities SYSTEM "../general.ent">
-  %general-entities;
-]>
-
-<sect1 id="ch-system-check" role="wrap">
-  <?dbhtml filename="check.html"?>
-
-  <sect1info condition="script">
-    <productname>check</productname>
-    <productnumber>&check-version;</productnumber>
-    <address>&check-url;</address>
-  </sect1info>
-
-  <title>Check-&check-version;</title>
-
-  <indexterm zone="ch-system-check">
-    <primary sortas="a-Check">Check</primary>
-  </indexterm>
-
-  <sect2 role="package">
-    <title/>
-
-    <para>Check is a unit testing framework for C.</para>
-
-    <segmentedlist>
-      <segtitle>&buildtime;</segtitle>
-      <segtitle>&diskspace;</segtitle>
-
-      <seglistitem>
-        <seg>&check-fin-sbu;</seg>
-        <seg>&check-fin-du;</seg>
-      </seglistitem>
-    </segmentedlist>
-
-  </sect2>
-
-  <sect2 role="installation">
-    <title>Installation of Check</title>
-
-    <para>Prepare Check for compilation:</para>
-
-<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen>
-
-    <para>Build the package:</para>
-
-<screen><userinput remap="make">make</userinput></screen>
-
-    <para>Compilation is now complete.  To run the Check test suite, issue the
-    following command:</para>
-
-<screen><userinput remap="test">make check</userinput></screen>
-
-<!--    <para>Note that the Check test suite may take a relatively long
-    (up to 4 SBU) time.</para>
--->
-    <para>Install the package:</para>
-
-    <screen><userinput remap="install">make docdir=/usr/share/doc/check-&check-version; install</userinput></screen>
-
-  </sect2>
-
-  <sect2 id="contents-check" role="content">
-    <title>Contents of Check</title>
-
-    <segmentedlist>
-      <segtitle>Installed program</segtitle>
-      <segtitle>Installed library</segtitle>
-
-      <seglistitem>
-        <seg>checkmk</seg>
-        <seg>libcheck.so</seg>
-      </seglistitem>
-    </segmentedlist>
-
-    <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
-      <?dbfo list-presentation="list"?>
-      <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="checkmk">
-        <term><command>checkmk</command></term>
-        <listitem>
-          <para>Awk script for generating C unit tests for use with the Check
-          unit testing framework</para>
-          <indexterm zone="ch-system-check checkmk">
-            <primary sortas="b-checmk">checkmk</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-      <varlistentry id="libcheck">
-        <term><filename class="libraryfile">libcheck.so</filename></term>
-        <listitem>
-          <para>Contains functions that allow Check to be called from a test
-          program</para>
-          <indexterm zone="ch-system-check libcheck">
-            <primary sortas="c-libcheck">libcheck</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
-  </sect2>
-
-</sect1>
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index f189871eb..d8da03ef5 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -118,7 +118,6 @@ function get_packages( $package, $dirpath )
 //if ( $package != "wheel" ) return 0; // debug
 
 if ( $package == "bc"         ) $dirpath = github("gavinhoward/bc");
-if ( $package == "check"      ) $dirpath = github("libcheck/check");
 if ( $package == "e2fsprogs"  ) $dirpath = "https://sourceforge.net/projects/e2fsprogs/files/e2fsprogs";
 if ( $package == "expat"      ) $dirpath = "https://sourceforge.net/projects/expat/files";
 if ( $package == "elfutils"   ) $dirpath = "https://sourceware.org/ftp/elfutils";
diff --git a/packages.ent b/packages.ent
index 5dbbfed1a..c5d645e4c 100644
--- a/packages.ent
+++ b/packages.ent
@@ -96,14 +96,6 @@
 <!ENTITY bzip2-fin-du "7.2 MB">
 <!ENTITY bzip2-fin-sbu "less than 0.1 SBU">
 
-<!ENTITY check-version "0.15.2">
-<!ENTITY check-size "760 KB">
-<!ENTITY check-url "&github;/libcheck/check/releases/download/&check-version;/check-&check-version;.tar.gz">
-<!ENTITY check-md5 "50fcafcecde5a380415b12e9c574e0b2">
-<!ENTITY check-home "https://libcheck.github.io/check">
-<!ENTITY check-fin-du "11 MB">
-<!ENTITY check-fin-sbu "0.1 SBU (about 2.1 SBU with tests)">
-
 <!ENTITY coreutils-version "9.6">
 <!ENTITY coreutils-size "5,991 KB">
 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.xz">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.