Ignore:
Timestamp:
07/20/2019 03:54:29 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
7a23e9d
Parents:
6666fad
Message:

Subversion: Adapt to SWIG-4 changes, and note that the test suite for the python bindings fails to initialize.
MIT Kerberos V5 (krb5): Use the internal versions of libcom_err (ss/et) because the verisons shipped with e2fsprogs are incompatible due to function removal
libgrss: Fix the capitalization so that it is consistent with the rest of the book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r6666fad r2fcfa4a1  
    170170
    171171    <para>
     172      Next, apply some fixes to adapt subversion to <xref linkend="swig"/>:
     173    </para>
     174 
     175<screen><userinput>sed -i '/define.*MEMORY/a#define SWIG_POINTER_NO_NULL 0x4' \
     176   subversion/bindings/swig/proxy/swigrun.swg &amp;&amp;
     177sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
     178
     179    <para>
    172180      Install <application>Subversion</application> by running the following
    173181      commands:
     
    234242    </para>
    235243
    236     <!--    <para>
    237       The Ruby bindings test, <command>make check-swig-rb</command>, fails due
    238       to errors in the test suite.
    239     </para>
    240     -->
     244    <para>
     245      The Python Bindings test suite (<command>make check-swig-py</command>)
     246      is broken with SWIG-4.0.0, however the bindings themselves work as
     247      expected.
     248    </para>
     249
    241250    <para>
    242251      Now, as the <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.