Changeset 7e75c2f


Ignore:
Timestamp:
07/14/2017 10:26:21 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
e508f244
Parents:
92a6b4c
Message:

clisp: Add optional patch, add title of dependencies, explain more configure options. I note that this adds extra spaces after the package names in the libsigsegv/libffcall explanations, maybe we should move from xml to rst <joke/>.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/clisp.xml

    r92a6b4c r7e75c2f  
    7171    </itemizedlist>
    7272
     73    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     74    <itemizedlist spacing='compact'>
     75      <listitem>
     76        <para>Optional patch: <ulink
     77          url="&patch-root;/clisp-&clisp-version;-readline7_fixes-1.patch"/>
     78          (required if building against libffcall)</para>
     79      </listitem>
     80    </itemizedlist>
     81
     82    <bridgehead renderas="sect3">Clisp Dependencies</bridgehead>
    7383    <bridgehead renderas="sect4">Recommended</bridgehead>
    7484    <para role="recommended">
     
    106116    </para>
    107117
     118    <para>
     119      If you are building <package>clisp</package> against
     120      <package>libffcall</package>, apply the patch to fix a build failure
     121      with current <package>readline</package>:
     122    </para>
     123
     124    <para>
     125      Install <application>Clisp</application> by running the following
     126      commands:
     127    </para>
     128
     129<screen><userinput>patch -Np1 -i ../fuse-3.1.0-upstream_fix-1.patch</userinput></screen>
     130
    108131<screen><userinput>mkdir build &amp;&amp;
    109132cd    build &amp;&amp;
     
    132155
    133156    <para>
    134       <command>uimit -s 16384</command>: this increases the maximum stack
     157      <command>ulimit -s 16384</command>: this increases the maximum stack
    135158      size, as recommended by the <command>configure</command>.
     159    </para>
     160
     161    <para>
     162      <command>--docdir=/usr/share/doc/clisp-&clisp-version;</command>:
     163      this ensures the html documentation will go into a versioned directory
     164      instead of straight into <filename
     165      class="directory">/usr/share/html/</filename>.
     166    </para>
     167
     168    <para>
     169      <command>--with-libsigsegv-prefix=/usr</command>: use this to tell
     170      <command>configure</command> that you have installed
     171      <package>libsigsegv</package> in /usr, otherwise it will not be
     172      found.
     173    </para>
     174
     175    <para>
     176      <option>--with-libffcall-prefix=/usr</option>: use this to tell
     177      <command>configure</command> that you have installed the optional
     178      <package>libffcall</package> in /usr, otherwise like
     179      <package>libsigsegv</package> it will not be found.
    136180    </para>
    137181
  • introduction/welcome/changelog.xml

    r92a6b4c r7e75c2f  
    4646      <itemizedlist>
    4747       <listitem>
     48          <para>[ken] - Add optional patch for clisp, required if
     49          building it against libffcall. Fixes
     50          <ulink url="&blfs-ticket-root;9474">#9474</ulink>.</para>
     51       </listitem>
     52       <listitem>
    4853         <para>[bdubbs] - Update to mariadb-10.2.7. Fixes
    4954         <ulink url="&blfs-ticket-root;9478">#9478</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.