Ignore:
Timestamp:
04/02/2015 02:08:01 PM (9 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.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, 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:
a45efb6d
Parents:
fb7229db
Message:

Update to subversion-1.8.13.
apache-ant-1.9.4: include extra lines to extrapaths.sh.
JUnit-4.11: typo.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    rfb7229db r7a5639a  
    1010  "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    1111  <!ENTITY subversion-download-ftp  " ">
    12   <!ENTITY subversion-md5sum        "766a89bbbb388f8eb76166672d3b9e49">
     12  <!ENTITY subversion-md5sum        "4413417b529d7bdf82f74e50df02e88b">
    1313  <!ENTITY subversion-size          "6.6 MB">
    14   <!ENTITY subversion-buildsize     "123 MB (272 MB with all bindings and API documentation built; additional 694 MB for tests)">
    15   <!ENTITY subversion-time          "1.9 SBU (3.6 SBU with all bindings and API documentation built; additional 11 SBU for tests)">
     14  <!ENTITY subversion-buildsize     "135 MB (349 MB with all bindings and API documentation built; additional 703 MB for tests)">
     15  <!ENTITY subversion-time          "1.1 SBU (2.9 SBU with all bindings and API documentation built; additional 21 SBU for tests)">
    1616]>
    1717
     
    183183
    184184    <para>
    185       To test the results, issue: <command>make -k check</command>. One test
    186       (wc-queries-test) is known to fail with recent versions of SQLite.
    187     </para>
    188 
    189     <para>
    190       To test the results of the Java bindings build, issue
    191       <command>make check-javahl</command>. Note you must have the
    192       <application>JUnit</application> testing framework installed.
     185      To test the results, issue: <command>make check</command>.
     186    </para>
     187
     188    <para>
     189      The Java bindings test, <command>make check-javahl</command>, fails for
     190      unknown reasons.  <!--To test the results of the Java bindings build,
     191      issue <command>make check-javahl</command>. Note you must have the
     192      <application>JUnit</application> testing framework installed.-->
    193193    </para>
    194194
     
    201201    </para>
    202202
     203    <para>
     204      The Ruby bindings test, <command>make check-swig-rb</command>, fails for
     205      unknown reasons.
     206    </para>
    203207
    204208    <para>
Note: See TracChangeset for help on using the changeset viewer.