Changeset afb30af9 for networking


Ignore:
Timestamp:
02/01/2024 09:41:31 PM (3 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
b41433b
Parents:
b60a77fb
Message:

curl: Make libpsl required and document that the test suite fails if you
run it after the package has been installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    rb60a77fb rafb30af9  
    8585    <bridgehead renderas="sect3">cURL Dependencies</bridgehead>
    8686
     87    <bridgehead renderas="sect4">Required</bridgehead>
     88    <para role="required">
     89      <xref linkend="libpsl"/>
     90    </para>
     91
    8792    <bridgehead renderas="sect4">Recommended</bridgehead>
    8893    <para role="recommended">
     
    96101      <xref linkend="gnutls"/>,
    97102      <xref linkend="libidn2"/>,
    98       <xref linkend="libpsl"/>,
    99103      <xref linkend="libssh2"/>,
    100104      <xref linkend="mitkrb"/>,
     
    183187       <replaceable>&lt;test ID&gt;</replaceable>)</command> (the ID of
    184188       failed tests are shown in the <quote><computeroutput>These test cases
    185        failed:</computeroutput></quote> message).
     189       failed:</computeroutput></quote> message). If you run the tests after
     190       the package has been installed, some tests may fail because the man
     191       pages were deleted by the 'find' command in the installation instructions
     192       below.
    186193    </para>
    187194<!-- Two (of 857) tests
     
    399406Run without valgrind.
    400407Tests seem to looking for man pages that are missing.
     408- renodr: this is because tests were run after the man pages were deleted by
     409  the find command after 'make install'
    401410-->
    402411
Note: See TracChangeset for help on using the changeset viewer.