Changeset dcd55b3


Ignore:
Timestamp:
08/03/2007 11:50:56 AM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
Children:
4fae3a22
Parents:
d0b331c
Message:

Updated to Guile-1.8.2, added a note to GnuCash that the instructions are now broken, commented out the entire GNOME-1.4 section

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • basicnet/textweb/w3m.xml

    rd0b331c rdcd55b3  
    6767    <xref linkend="gtk2"/>,
    6868    <xref linkend="imlib"/>,
    69     <xref linkend="gdk"/>,
     69    <!-- <xref linkend="gdk"/>, -->
     70    <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/0.22/">GDK
     71    Pixbuf-0.22</ulink>,
    7072    <xref linkend="compface"/>,
    7173    <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>,
  • general.ent

    rd0b331c rdcd55b3  
    44-->
    55
    6 <!ENTITY day          "02">                   <!-- Always 2 digits -->
     6<!ENTITY day          "03">                   <!-- Always 2 digits -->
    77<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
    99<!ENTITY version      "svn-&year;&month;&day;">
    10 <!ENTITY releasedate  "August &day;nd, &year;">
     10<!ENTITY releasedate  "August &day;rd, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    199199<!ENTITY gcc-version                  "4.1.2">
    200200<!ENTITY gcc3-version                 "3.3.6">
    201 <!ENTITY guile-version                "1.6.7">
     201<!ENTITY guile-version                "1.8.2">
    202202<!ENTITY jdk-bin-version              "1.5.0_11">
    203203<!ENTITY jdk-bin-string               "1_5_0_11">
     
    545545
    546546<!-- Chapter 33 -->
     547<!-- Obsoleting the GNOME-1.4 stuff
    547548<!ENTITY ORBit-version                "0.5.17">
    548549<!ENTITY oaf-version                  "0.6.10">
     
    560561<!ENTITY libghttp-version             "1.0.9">
    561562<!ENTITY gtkhtml1-version             "1.1.7">
     563-->
    562564
    563565<!-- Part X -->
  • general/prog/guile.xml

    rd0b331c rdcd55b3  
    77  <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
    88  <!ENTITY guile-download-ftp  "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
    9   <!ENTITY guile-md5sum        "c2ff2a2231f0cbb2e838dd8701a587c5">
    10   <!ENTITY guile-size          "3.0 MB">
    11   <!ENTITY guile-buildsize     "39.6 MB (additional 32.2 MB to install all the docs)">
    12   <!ENTITY guile-time          "1.1 SBU (includes building all documentation)">
     9  <!ENTITY guile-md5sum        "a4b64a992deae0532f8015bcc6c40784">
     10  <!ENTITY guile-size          "3.7 MB">
     11  <!ENTITY guile-buildsize     "49 MB (additional 40 MB to install all the docs)">
     12  <!ENTITY guile-time          "1.2 SBU (includes building all documentation)">
    1313]>
    1414
     
    5656    </itemizedlist>
    5757
    58     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing="compact">
    6060      <listitem>
     
    6666        url="&patch-root;/guile-&guile-version;-slib-1.patch"/></para>
    6767      </listitem>
    68     </itemizedlist>
     68    </itemizedlist> -->
    6969
    7070    <bridgehead renderas="sect3">Guile Dependencies</bridgehead>
    7171
    72     <!--
    7372    <bridgehead renderas="sect4">Required</bridgehead>
    7473    <para role="required"><xref linkend="gmp"/></para>
    75     -->
    7674
    7775    <bridgehead renderas="sect4">Optional</bridgehead>
     
    8987    commands:</para>
    9088
    91 <screen><userinput>patch -Np1 -i ../guile-&guile-version;-gcc4-1.patch &amp;&amp;
    92 patch -Np1 -i ../guile-&guile-version;-slib-1.patch &amp;&amp;
    93 ./configure --prefix=/usr --with-threads &amp;&amp;
     89<screen><userinput>sed -i -e '20,$ d' \
     90       -e 's|slib)|&amp;)\n(load-from-path "slib/guile.init")|' \
     91    ice-9/slib.scm
     92
     93./configure --prefix=/usr &amp;&amp;
    9494make</userinput></screen>
    9595
    96     <para>If you have <application>teTeX</application> installed and wish to
     96    <para>If you have <xref linkend="tetex"/> installed and wish to
    9797    build alternate formats of the documentation, issue the following
    9898    commands:</para>
     
    102102  make -k -C doc/$DIRNAME pdf ps html
    103103done &amp;&amp;
     104
    104105makeinfo --plaintext -o doc/goops/goops.txt doc/goops/goops.texi &amp;&amp;
    105106makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi &amp;&amp;
     
    107108makeinfo --plaintext -o doc/tutorial/guile-tut.txt \
    108109    doc/tutorial/guile-tut.texi &amp;&amp;
     110
    109111unset DIRNAME</userinput></screen>
    110112
     
    114116
    115117<screen role="root"><userinput>make install &amp;&amp;
     118
    116119find examples -name "Makefile*" -exec rm {} \; &amp;&amp;
    117120install -v -m755 -d /usr/share/doc/guile-&guile-version; &amp;&amp;
    118 cp -v -R examples /usr/share/doc/guile-&guile-version;</userinput></screen>
    119 
    120     <para>If you built the alternate formats of the documentation, install it
     121cp -v -R examples   /usr/share/doc/guile-&guile-version;</userinput></screen>
     122
     123    <para>If you built the alternate formats of the documentation, install them
    121124    using the following commands issued by the
    122125    <systemitem class="username">root</systemitem> user:</para>
     
    141144  </sect2>
    142145
     146  <sect2 role="commands">
     147    <title>Command Explanations</title>
     148
     149    <para><command>sed -i -e '20,$ d' -e '...' ice-9/slib.scm</command>:
     150    This command is used to modify the <application>Guile</application>
     151    <application>SLIB</application> initialization script. There are
     152    incompatibilities with newer versions of <application>SLIB</application>
     153    and this command modifes the script to use the installed
     154    <application>SLIB</application> script.</para>
     155
     156  </sect2>
     157
    143158  <sect2 role="content">
    144159    <title>Contents</title>
     
    151166      <seglistitem>
    152167        <seg>guile, guile-config, guile-snarf, and guile-tools</seg>
    153         <seg>libguile-ltdl.{so,a}, libguile-srfi-srfi-13-14-v-1.{so,a},
    154         libguile-srfi-srfi-4-v-1.{so,a}, libguile.{so,a},
    155         /libguilereadline-v-12.{so,a} and libqthreads.{so,a}</seg>
    156         <!-- <seg>libguile.{so,a}, libguilereadline-v-17.{so,a},
    157         libguile-srfi-srfi-13-14-v-3.{so,a}, libguile-srfi-srfi-1-v-3.{so,a},
    158         libguile-srfi-srfi-4-v-3.{so,a} and
    159         libguile-srfi-srfi-60-v-2.{so,a}</seg>-->
     168        <seg>libguile.{so,a}, libguile-srfi-srfi-*.{so,a} and
     169        /libguilereadline-v-17.{so,a}</seg>
    160170        <seg>/usr/include/guile, /usr/include/libguile,
    161171        /usr/share/doc/guile-&guile-version; and /usr/share/guile</seg>
  • general/prog/pdl.xml

    rd0b331c rdcd55b3  
    234234            <ulink url="http://www.boutell.com/gd/">GD</ulink>,
    235235            <ulink url="http://www.svgalib.org/">SVGAlib</ulink>,
    236             <xref linkend="gnome-libs"/>,
     236            <!-- <xref linkend="gnome-libs"/>, -->
     237            <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gnome-libs/1.4/">GNOME
     238            Libraries-1.4</ulink>,
    237239            <xref linkend="jdk"/>,
    238240            <xref linkend="tk"/>,
  • general/sysutils/mc.xml

    rd0b331c rdcd55b3  
    105105    <xref linkend="zip"/>,
    106106    <xref linkend="unzip"/>, and
    107     <xref linkend="gnome-libs"/></para>
     107    <!-- <xref linkend="gnome-libs"/> -->
     108    <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gnome-libs/1.4/">GNOME
     109    Libraries-1.4</ulink></para>
    108110
    109111    <para condition="html" role="usernotes">User Notes:
  • gnome/gnome-intro.xml

    rd0b331c rdcd55b3  
    2525  </warning> -->
    2626
    27   <para>This chapter presents the instructions to install a complete
     27  <!-- <para>This chapter presents the instructions to install a complete
    2828  GNOME-&gnome-version;&gnome-minor-version; desktop environment; and a limited
    2929  GNOME 1.4 library environment that is sufficient to run GNOME 1.4
     
    3131  order defined by the GNOME development team and documented in the <ulink
    3232  url="http://www.gnome.org/start/&gnome-version;/notes/en/rninstallation.html">
    33   Release Notes</ulink>.</para>
     33  Release Notes</ulink>.</para> -->
     34
     35  <para>This chapter presents the instructions to install a complete
     36  GNOME-&gnome-version;&gnome-minor-version; desktop environment. The order of
     37  the installed packages follows the build order defined by the GNOME
     38  development team and has been thoroughly tested by the BLFS team.</para>
    3439
    3540  <para>The installation of GNOME-&gnome-version;&gnome-minor-version; is a
     
    7176  adjustments for your setup.</para>
    7277
    73   <para>If you are building a GNOME 1.4 library environment, you would install
     78  <!-- <para>If you are building a GNOME 1.4 library environment, you would install
    7479  only those libraries in the GNOME 1.4 chapter
    7580  <emphasis role='strong'>and</emphasis> any dependencies listed on those
     
    7782  simply installed with:</para>
    7883
    79 <screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
     84<screen><userinput>./configure -prefix=/opt/gnome-1.4 &amp;&amp;
    8085make</userinput></screen>
    8186
     
    9398  <filename class='directory'>/var</filename>. You should consider using
    9499  the GNOME 1.4 hint located at <ulink url="&hints-root;"/> if you have no
    95   interest in GNOME-&gnome-version;&gnome-minor-version;.</para>
     100  interest in GNOME-&gnome-version;&gnome-minor-version;.</para> -->
    96101
    97102  <bridgehead renderas="sect3">Alternate Installation Methods</bridgehead>
  • gnome/gnome.xml

    rd0b331c rdcd55b3  
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="core/core.xml"/>
    2020  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="add/add.xml"/>
     21
     22  <!-- Obsoleting the GNOME-1.4 stuff
    2123  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="otherlibs/otherlibs.xml"/>
     24  -->
    2225
    2326</part>
  • introduction/welcome/changelog.xml

    rd0b331c rdcd55b3  
    4343
    4444    <listitem>
     45      <para>August 3rd, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Guile-1.8.2. This update effectively
     49          breaks the current GnuCash instructions, so a note has been placed
     50          on the GnuCash page to use the stable BLFS book to install the
     51          package. This note is temporary and will be removed when GnuCash
     52          is updated to version 2.x. Since there are no other BLFS packages
     53          which depend on the GNOME-1.4 libraries, the entire GNOME-1.4
     54          section of the book has been commented out.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem>
    4560      <para>August 2nd, 2007</para>
    4661      <itemizedlist>
    4762        <listitem>
    48           <para>[ag] - Added the rxvt-unicode terminal emulator.</para>
     63          <para>[ag] - Added the rxvt-unicode terminal emulator package.</para>
    4964        </listitem>
    5065        <listitem>
  • xsoft/office/gnucash.xml

    rd0b331c rdcd55b3  
    3434
    3535    <para><application>GnuCash</application> is a personal finance
    36     manager.</para>
     36    manager. The BLFS team is in the process of updating GnuCash
     37    to version 2.x. This is a major change. Many of the dependency
     38    packages for version 2.x are not compatible with the current
     39    version. Some of these dependency packages have already been updated
     40    which means these instructions are obsolete. Please see the stable
     41    BLFS book for instructions to build GnuCash version 1.8.x.</para>
    3742
    3843    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7176
    7277    <bridgehead renderas="sect4">Required</bridgehead>
    73     <para role="required"><xref linkend="gtkhtml1"/>,
     78    <para role="required"><xref linkend="guile"/>,
     79    <xref linkend="slib"/>, and
     80    <!-- <xref linkend="gtkhtml1"/>,
    7481    <xref linkend="libghttp"/>,
    75     <xref linkend="gwrap"/>, and
     82    <xref linkend="gwrap"/>, and -->
    7683    <xref linkend="perl-xml-parser"/></para>
    7784
    7885    <bridgehead renderas="sect4">Optional</bridgehead>
    7986    <para role="optional"><xref linkend="postgresql"/>,
    80     <xref linkend="guppi"/>,
     87    <!-- <xref linkend="guppi"/>, -->
    8188    <xref linkend="scrollkeeper"/>,
    8289    <xref linkend="doxygen"/>,
Note: See TracChangeset for help on using the changeset viewer.