Changeset 48467f3


Ignore:
Timestamp:
10/05/2014 10:57:12 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, 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, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9572e88
Parents:
118613f8
Message:

samba-4.1.12: unrecommend the test suite. Thanks Christopher for discussions.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r118613f8 r48467f3  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - samba-4.1.12: unrecommend the test suite. Thanks
     52          Christopher for discussions.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[fernando] - Update to ffmpeg-2.4.2.  Fixes
    5256          <ulink url="&blfs-ticket-root;5622">#5622</ulink>.</para>
  • networking/netprogs/samba.xml

    r118613f8 r48467f3  
    9898  <sect2 role="installation">
    9999    <title>Installation of Samba</title>
    100 
     100<!--
    101101    <note>
    102102      <para>If you wish to run the test suite after the binaries are built,
    103       you must add the <option>--enable-socket-wrapper</option>
    104       and <option>--enable-selftest</option> parameters to
     103      you must add the <option>-/-enable-socket-wrapper</option>
     104      and <option>-/-enable-selftest</option> parameters to
    105105      the <command>configure</command> script below. You may want to run
    106       <command>configure</command> with the <option>--help</option> parameter
     106      <command>configure</command> with the <option>-/-help</option> parameter
    107107      first. There may be other parameters needed to take advantage of
    108108      optional dependencies.</para>
    109     </note>
     109    </note>-->
    110110
    111111    <para>Install <application>Samba</application> by running the following
     
    123123
    124124make</userinput></screen>
    125 
     125<!--
    126126    <para>According to <application>Samba</application> developers, the
    127127    limitation to 108 characters of the path length of a unix named pipe socket
    128128    may be the cause of errors, so that over 1/3 of the tests might fail. For
    129     this reason, the switch <option>--with-selftest-prefix=/tmp/quick</option>
     129    this reason, the switch <option>-/-with-selftest-prefix=/tmp/quick</option>
    130130    (or another path with small number of characters) can be used with
    131131    configure. Even so, the
     
    140140    class="username">root</systemitem> user, issue: <command>make
    141141    quicktest</command>.  There are other targets (test, subunit-test)
    142     available, but take a very long time (over 100 SBU).</para>
     142    available, but take a very long time (over 100 SBU).</para>-->
     143
     144    <para>This package does not have a working test suite.</para>
    143145
    144146    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    183185    LFS/BLFS. If you use <application>systemd</application>, replace by
    184186    <parameter>--with-systemd</parameter>.</para>
    185 
    186     <para><option>--enable-socket-wrapper</option> and
    187     <option>--enable-selftest</option>: These options are required to run
     187<!--
     188    <para><option>-/-enable-socket-wrapper</option> and
     189    <option>-/-enable-selftest</option>: These options are required to run
    188190    the test suite.</para>
    189191
    190     <para><option>--with-selftest-prefix=SELFTEST_PREFIX</option>: This option
    191     specify the test suite work directory (default=./st).</para>
     192    <para><option>-/-with-selftest-prefix=SELFTEST_PREFIX</option>: This option
     193    specify the test suite work directory (default=./st).</para>-->
    192194
    193195    <para><command>mv -v /usr/lib/libnss_win{s,bind}.so* /lib</command>:
Note: See TracChangeset for help on using the changeset viewer.