Changeset d714f22 for networking


Ignore:
Timestamp:
01/25/2018 09:36:49 AM (6 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
595d1d0
Parents:
7c419ee
Message:

curl-7.58.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r7c419ee rd714f22  
    77  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "93157c8f6593691bc00ae238a4c53863">
     9  <!ENTITY curl-md5sum        "fcf429f28adddf9295ed0c42e79cb097">
    1010  <!ENTITY curl-size          "2.2 MB">
    11   <!ENTITY curl-buildsize     "36 MB (add 11 MB for tests)">
    12   <!ENTITY curl-time          "0.3 SBU (add 13+ SBU for tests)">
     11  <!ENTITY curl-buildsize     "43 MB (add 11 MB for tests without valgrind)">
     12  <!ENTITY curl-time          "0.4 SBU (add 11+ SBU for tests)">
    1313]>
    1414
     
    112112    </para>
    113113
    114     <bridgehead renderas="sect4">Optional for Running the Test Suite</bridgehead>
     114    <bridgehead renderas="sect4">Optional if Running the Test Suite</bridgehead>
    115115    <para role="optional">
     116      <!-- stunnel is still listed in the docs as required, but 7.58.0
     117       tests completed happily without it, although the test for unit1323
     118       reported that the tool set in the test case does not exist - ken -->
    116119      <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and
    117       <xref linkend="valgrind"/>
     120      <xref linkend="valgrind"/> (this will slow the tests down)
    118121    </para>
    119122
     
    160163    <note>
    161164      <para>
    162       To run the tests for this package, valgrind requires a version of the
    163       /lib/ld-2.23.so (or later) library with debugging symbols present.
     165      If running the tests for this package with valgrind, it will require a
     166      version of /lib/ld-2.[MINORVERSION].so library
     167      with debugging symbols present.
    164168      </para>
    165169
    166       <para>Current versions of LFS do not strip /lib/ld-2.23.so but
     170      <para>Current versions of LFS do not strip /lib/ld-[MINORVERSION].so but
    167171      previous versions of LFS stripped these debugging symbols at the end of
    168172      Chapter 6. To get this library on older systems, glibc must be rebuilt
    169       with the current
     173      with the currently running
    170174      glibc version using the same compiler that was used to build LFS. The
    171       ld-2.23.so can then be renamed to ld-2.23.so.dbg and copied to /lib. Then
    172       a symlink needs to be changed:
     175      ld-[MINORVERSION].so can then be renamed to ld-2.[MINORVERSION].so.dbg
     176      and copied to /lib. Then a symlink needs to be changed:
    173177      </para>
    174178
    175       <screen role="nodump"><userinput>ln -sfv ld-2.23.so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
     179      <screen role="nodump"><userinput>ln -sfv ld-2.[MINORVERSION].so.dbg /lib/ld-linux-x86-64.so.2</userinput></screen>
    176180
    177181      <para>
    178182      Adjust the above instruction as needed for a 32-bit system
    179       or for a different version of glibc.
     183      and to match your installed version of glibc.
    180184      </para>
    181185    </note>
    182186
    183187    <para>
     188      To run the test suite, issue: <command>make test</command>. <!--
     189         if stunnel and valgrind are not installed, and also most options
     190         (I had rtmpdump), the tests complete without problems.
     191Warning: smb server unexpectedly alive
     192Warning: dict server unexpectedly alive
     193TESTDONE: 938 tests out of 938 reported OK: 100%
     194TESTDONE: 1175 tests were considered during 355 seconds.
     195         and no. I don't have smb - so commenting the rest of this:
    184196      To run the test suite, issue: <command>make test</command>. Many tests
    185197      may fail that depend on optional dependencies that may not be installed
    186198      or upstream servers that may not be available, especially for tests
    187199      numbered 700 and above.
    188       Test time may be significantly increase due to hanging tests that fail.
     200      Test time may be significantly increase due to hanging tests that fail. -->
    189201    </para>
    190202
Note: See TracChangeset for help on using the changeset viewer.