Changeset 794936b for basicnet


Ignore:
Timestamp:
12/20/2005 04:38:51 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
589e525
Parents:
60a3d169
Message:

Commented out the Python and Perl bindings build notes from the Subversion instructions as there is a build failure using current versions of SWIG and (B)LFS packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r60a3d169 r794936b  
    99  <!ENTITY subversion-md5sum        "a14bc6590241b6e5c2ff2b354cc184a1">
    1010  <!ENTITY subversion-size          "7.2 MB">
     11
     12  <!-- Commenting out the stuff about bindings for now
    1113  <!ENTITY subversion-buildsize     "90 MB (additional 45 MB for all bindings and 443 MB to run all test suites)">
    1214  <!ENTITY subversion-time          "1.6 SBU (add 1.1 SBU for bindings and 22.5 SBU to run test suites)">
     15  -->
     16
     17  <!ENTITY subversion-buildsize     "93 MB (additional 466 MB to run the test suite)">
     18  <!ENTITY subversion-time          "1.7 SBU (add 7.1 SBU to run the test suite)">
    1319  <!ENTITY svn-neon-version         "0.24.7">
    1420]>
     
    9096    <xref linkend="apache"/>,
    9197    <ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>,
    92     <xref linkend="jdk"/> (to build the <application>JAVA</application>
     98    <xref linkend="jdk"/> (to build the <application>Java</application>
    9399    bindings),
    94100    <ulink url="http://www.junit.org/">JUnit</ulink> (required for running the
    95     <application>JAVA</application> bindings test suite and requires
     101    <application>Java</application> bindings test suite and requires
    96102    <xref linkend="unzip"/>),
    97103    <ulink url="http://www.inet.no/dante/">Dante</ulink> (alternate
    98     <application>JAVA</application> compiler),
     104    <application>Java</application> compiler),
    99105    <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">
    100106    Jikes</ulink> (another alternate
    101     <application>JAVA</application> compiler) and
     107    <application>Java</application> compiler) and
    102108    inetd or <xref linkend="xinetd"/> (server only)</para>
    103109
     
    119125    <xref linkend="ruby"/> (<application>Ruby</application> bindings require
    120126    <application>Swig-1.3.24</application>)</para>
     127
     128    <!-- Added a note that the bindings may not work correctly -->
     129    <para>Note that the <application>Python</application> and
     130    <application>Perl</application> bindings may not compile properly with
     131    the current versions of <application>SWIG</application> and the
     132    (B)LFS packages.</para>
    121133
    122134  </sect2>
     
    144156    <para>If you passed the <option>--enable-javahl</option> parameter to
    145157    <command>configure</command> and wish to build the
    146     <application>JAVA</application> <application>Subversion</application>
     158    <application>Java</application> <application>Subversion</application>
    147159    bindings, issue the following command:</para>
    148160
    149161<screen><userinput>make javahl</userinput></screen>
    150162
    151     <para>If you passed the <option>--with-swig</option> parameter to
     163    <!-- Perl and Python bindings appear broken right now so
     164         commenting them out
     165    <para>If you passed the <option>-with-swig</option> parameter to
    152166    <command>configure</command> and wish to build the
    153167    <application>SWIG</application> <application>Perl</application> and
     
    157171<screen><userinput>make swig-pl &amp;&amp;
    158172make swig-py</userinput></screen>
     173    -->
    159174
    160175    <para>The <application>Ruby</application> bindings are a recent
     
    169184    time.</para>
    170185
     186    <!-- Revising the command to exclude the Perl bindings check
    171187    <para>To test the results of the bindings builds, issue either or both
    172188    of: <command>make check-javahl</command> and
    173189    <command>make check-swig-pl</command>.</para>
     190    -->
     191
     192    <para>To test the results of the <application>Java</application> bindings
     193    build, issue <command>make check-javahl</command>.</para>
    174194
    175195    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    180200rm -v /usr/share/doc/subversion-&subversion-version;/{Makefile,doxygen.conf}</userinput></screen>
    181201
    182     <para>If you built the <application>JAVA</application>
     202    <para>If you built the <application>Java</application>
    183203    <application>Subversion</application> bindings, issue the following command
    184     as the <systemitem class="username">root</systemitem> user to install them:</para>
     204    as the <systemitem class="username">root</systemitem> user to install
     205    them:</para>
    185206
    186207<screen role='root'><userinput>make install-javahl</userinput></screen>
    187208
     209    <!-- Commenting out Perl and Python bindings install
    188210    <para>If you built the <application>SWIG</application>
    189211    <application>Perl</application> and <application>Python</application>
     
    196218echo /usr/lib/svn-python \
    197219    &gt; /usr/lib/python2.4/site-packages/subversion.pth</userinput></screen>
     220    -->
    198221
    199222  </sect2>
     
    204227    <para><option>--with-ssl</option>: This switch enables
    205228    <application>OpenSSL</application> support in
    206     <application>neon</application> (only required if you use the bundled version
    207     of <application>neon</application>).</para>
     229    <application>neon</application> (only required if you use the bundled
     230    version of <application>neon</application>).</para>
    208231
    209232  </sect2>
Note: See TracChangeset for help on using the changeset viewer.