Changeset 2fcfa4a1 for general


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

Location:
general
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgrss.xml

    r6666fad r2fcfa4a1  
    2121  </sect1info>
    2222
    23   <title>Libgrss-&libgrss-version;</title>
     23  <title>libgrss-&libgrss-version;</title>
    2424
    2525  <indexterm zone="libgrss">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Libgrss</title>
     30    <title>Introduction to libgrss</title>
    3131
    3232    <para>
     
    8181    </itemizedlist>
    8282
    83     <bridgehead renderas="sect3">Libgrss Dependencies</bridgehead>
     83    <bridgehead renderas="sect3">libgrss Dependencies</bridgehead>
    8484
    8585    <bridgehead renderas="sect4">Required</bridgehead>
     
    9494
    9595  <sect2 role="installation">
    96     <title>Installation of Libgrss</title>
     96    <title>Installation of libgrss</title>
    9797
    9898    <para>
    99       Install <application>Libgrss</application> by running the following
     99      Install <application>libgrss</application> by running the following
    100100      commands:
    101101    </para>
  • 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.