Added a patch to the Guile instructions and changed the sed command in the SLIB instructions so that the two packages work nicely together

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5136 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-10-05 01:31:25 +00:00
parent 01d7eb01e6
commit eef5b7e9ee
4 changed files with 23 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "04">
<!ENTITY day "05">
<!ENTITY month "10">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -86,7 +86,7 @@
commands:</para>
<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &amp;&amp;
sed -i 's|\*vicinity-suffix\*)|"/")|' guile.init &amp;&amp;
sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init &amp;&amp;
make</userinput></screen>
<para>If you have <application>TeX</application> installed and wish to
@ -111,8 +111,11 @@ make prefix=/usr/ installinfo</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i 's|\*vicinity-suffix\*)|"/")|' guile.init</command>:
This command fixes a problem with the Guile initialization script.</para>
<para><command>sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init</command>:
This command fixes a problem with the <application>Guile</application>
initialization script. This fix depends on <application>Guile</application>
being patched as well. Ensure <application>Guile</application> was installed
with the <filename>guile-1.6.7-slib_3a2-1.patch</filename> applied.</para>
<para><command>make prefix=/usr/ catalogs</command>: This command builds the
<application>SLIB</application> <application>Scheme</application>

View File

@ -61,6 +61,10 @@
<para>Required patch: <ulink
url="&patch-root;/guile-&guile-version;-gcc4-1.patch"/></para>
</listitem>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/guile-&guile-version;-slib_3a2-1.patch"/></para>
</listitem>
</itemizedlist>
</sect2>
@ -72,6 +76,7 @@
commands:</para>
<screen><userinput>patch -Np1 -i ../guile-&guile-version;-gcc4-1.patch &amp;&amp;
patch -Np1 -i ../guile-&guile-version;-slib_3a2-1.patch &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>

View File

@ -41,6 +41,17 @@
-->
<listitem>
<para>October 5th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a patch to the Guile instructions and changed
the sed command in the SLIB instructions so that the two packages
work nicely together.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>October 4th, 2005</para>
<itemizedlist>