Changeset 3fd462f2


Ignore:
Timestamp:
10/07/2018 01:45:32 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
perl-modules
Children:
bdc55ac
Parents:
8559802
Message:

perl modules branch: fix use of 'yes' in IO::Socket::SSL Net::SSLeay and note their test issues with openssl-1.1.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/perl-modules@20597 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-deps/perl-net-ssleay.xml

    r8559802 r3fd462f2  
    4747      <title>Installation of Net::SSLeay</title>
    4848
     49      <note>
     50        <para>
     51          The tests hang if you are using openssl-1.1.1.
     52        </para>
     53      </note>
     54
    4955      <para>
    5056        This module uses a variant of the standard build and installation
    5157        instructions:
    5258
    53 <screen><userinput>yes 'n' | perl Makefile.PL &amp;&amp;
     59<screen><userinput>yes | perl Makefile.PL &amp;&amp;
    5460make             &amp;&amp;
    5561make test</userinput></screen>
     
    5965<screen role="root"><userinput>make install</userinput></screen>
    6066
    61     </para>
     67      </para>
    6268
    6369    </sect3>
     
    6773
    6874      <para>
    69         <command>yes 'n'</command>: Perl will ask if you wish to run external
     75        <command>yes</command>: Perl will ask if you wish to run external
    7076        tests, which will fail if you do not have network connectivity. The
    71         default in 'n', specifying the response allows you to script the build.
     77        default in 'n', specifying this allows you to script the build.
    7278      </para>
    7379
  • general/prog/perl-modules/perl-io-socket-ssl.xml

    r8559802 r3fd462f2  
    4949      <bridgehead renderas="sect5">Required</bridgehead>
    5050      <para role="required">
     51        <xref linkend="make-ca"/>
    5152        <xref linkend="perl-net-ssleay"/>
    5253      </para>
     
    5758      <title>Installation of IO::Socket::SSL</title>
    5859
    59       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    60                   href="../../../xincludes/perl-standard-install.xml"/>
     60      <note>
     61        <para>
     62          The tests hang if you are using openssl-1.1.1.
     63        </para>
     64      </note>
     65
     66      <para>
     67        This module uses a variant of the standard build and installation
     68        instructions:
     69
     70<screen><userinput>yes | perl Makefile.PL &amp;&amp;
     71make             &amp;&amp;
     72make test</userinput></screen>
     73
     74        Now, as the <systemitem class="username">root</systemitem> user:
     75
     76<screen role="root"><userinput>make install</userinput></screen>
     77
     78      </para>
     79
     80    </sect3>
     81
     82    <sect3 role="commands">
     83      <title>Command Explanations</title>
     84
     85      <para>
     86        <command>yes</command>: Perl will ask if you wish to run external
     87        tests, which will 'fail soft' if htere are network problems. The
     88        default is 'n', this allows you to script the build.
     89      </para>
    6190
    6291    </sect3>
Note: See TracChangeset for help on using the changeset viewer.