Ignore:
Timestamp:
08/15/2005 06:49:52 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a3ee017
Parents:
cccbec8a
Message:

Added a patch and a note about the test suite to the CUPS instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4937 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/cups.xml

    rcccbec8a r24962f9  
    1010  <!ENTITY cups-size          "8.7 MB">
    1111  <!ENTITY cups-buildsize     "48 MB">
    12   <!ENTITY cups-time          "0.52 SBU (additional 69 SBU to run full test suite)">
     12  <!ENTITY cups-time          "0.5 SBU">
    1313]>
    1414
     
    5454      <listitem>
    5555        <para>Estimated build time: &cups-time;</para>
     56      </listitem>
     57    </itemizedlist>
     58
     59    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     60    <itemizedlist spacing="compact">
     61      <listitem>
     62        <para>Recommended patch: <ulink
     63        url="&patch-root;/cups-&cups-version;-testsuite_fix-1.patch"/></para>
    5664      </listitem>
    5765    </itemizedlist>
     
    101109{config-scripts/cups-pam.m4,scheduler/auth.c,configure}</userinput></screen>
    102110
     111    <para>If you plan on running the test suite, you should apply the patch
     112    listed above to fix several issues in the test suite script. Note that if
     113    you have the non-free <command>htmldoc</command> program installed, the
     114    patch disables its use.</para>
     115
     116    <screen><userinput>patch -Np1 -i ../cups-&cups-version;-testsuite_fix-1.patch</userinput></screen>
     117
    103118    <para>Install <application>CUPS</application> by running the
    104119    following commands:</para>
     
    106121<screen><userinput>./configure &amp;&amp;
    107122make</userinput></screen>
     123
     124    <para>To test the results, issue: <command>make check</command>. Note that
     125    the <quote>torture load testing</quote> test uses more resources than those
     126    displayed in the message prompting you to choose which test to run.</para>
    108127
    109128    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.