Changeset 0045775


Ignore:
Timestamp:
04/18/2006 09:34:23 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:
7aeaa620
Parents:
fcfda3f
Message:

Downgraded to Guile-1.6.7 and G-Wrap-1.3.4 and modified the SLIB instructions to work with the downgraded packages; these changes are to support GnuCash which will not work with the more recent versions

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfcfda3f r0045775  
    104104<!ENTITY ispell-version               "3.2.06.epa7">
    105105<!ENTITY slib-version                 "3a3">
    106 <!ENTITY gwrap-version                "1.9.6">
     106<!ENTITY gwrap-version                "1.3.4">
    107107<!ENTITY LZO-version                  "2.02">
    108108<!ENTITY libusb-version               "0.1.12">
     
    171171<!ENTITY gcc-version                  "4.0.2">
    172172<!ENTITY gcc3-version                 "3.3.6">
    173 <!ENTITY guile-version                "1.8.0">
     173<!ENTITY guile-version                "1.6.7">
    174174<!ENTITY jdk-bin-version              "1.5.0_06">
    175175<!ENTITY jdk-bin-string               "1_5_0_06">
  • general/genlib/gwrap.xml

    rfcfda3f r0045775  
    55  %general-entities;
    66
    7   <!ENTITY gwrap-download-http "http://download.savannah.gnu.org/releases/g-wrap/g-wrap-&gwrap-version;.tar.gz">
    8   <!ENTITY gwrap-download-ftp " ">
    9   <!ENTITY gwrap-md5sum "4d83964f51376500eedced538c1620cb">
    10   <!ENTITY gwrap-size "826 KB">
    11   <!ENTITY gwrap-buildsize "8.6 MB">
    12   <!ENTITY gwrap-time "0.2 SBU">
     7  <!ENTITY gwrap-download-http "http://www.gnucash.org/pub/g-wrap/source/g-wrap-&gwrap-version;.tar.gz">
     8  <!ENTITY gwrap-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/g-wrap-&gwrap-version;.tar.gz">
     9  <!ENTITY gwrap-md5sum        "bf29b8b563cc27d9f7fd90a6243653aa">
     10  <!ENTITY gwrap-size          "403 KB">
     11  <!ENTITY gwrap-buildsize     "6.0 MB">
     12  <!ENTITY gwrap-time          "0.2 SBU">
    1313]>
    1414
     
    3636    <para>The <application>G-Wrap</application> package contains tools for
    3737    exporting <application>C</application> libraries into
    38     <application>Scheme</application> interpreters. The version used here is
     38    <application>Scheme</application> interpreters.</para>
     39
     40    <!-- The version used here is
    3941    considered a development version, however it has been confirmed to be a
    4042    reliable replacement for the 'stable' version. The 'stable' version of
     
    4446    in the 'stable' series. For further information, please visit the
    4547    <application>G-Wrap</application> homepage at
    46     <ulink url="http://www.nongnu.org/g-wrap/"/>.</para>
     48    <ulink url="http://www.nongnu.org/g-wrap/"/>.</para> -->
    4749
    4850    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7173
    7274    <bridgehead renderas="sect4">Required</bridgehead>
    73     <para role="required"><xref linkend="guile"/>, and
    74     <xref linkend="GLib"/> or <xref linkend="glib2"/></para>
     75    <para role="required"><xref linkend="slib"/> and
     76    <xref linkend="GLib"/></para>
    7577
    76     <para>If you are building <application>G-Wrap</application> as a dependency
     78    <!-- <para>If you are building <application>G-Wrap</application> as a dependency
    7779    for <application>GnuCash</application>, ensure you have
    7880    <application>GLib</application>-1 installed and you pass the
    7981    <envar>GLIB_XXX</envar> environment variables to the
    80     <command>configure</command> script as shown below.</para>
     82    <command>configure</command> script as shown below.</para> -->
    8183
    8284    <bridgehead renderas="sect4">Optional</bridgehead>
    83     <para role="optional"><xref linkend="gcc"/> (build Java so that
     85    <para role="optional"><ulink
     86    url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink> and
     87    <xref linkend="gcc"/> (build Java so that
    8488    <filename class='libraryfile'>libffi</filename> is built)</para>
    8589
     
    9599    commands:</para>
    96100
    97 <screen><userinput>GLIB_CFLAGS=$(glib-config --cflags) \
    98 GLIB_LIBS=$(glib-config --libs) \
    99 ./configure --prefix=/usr &amp;&amp;
     101<!-- <screen><userinput>GLIB_CFLAGS=$(glib-config -\-cflags) \
     102GLIB_LIBS=$(glib-config -\-libs) \ -->
     103
     104<screen><userinput>./configure --prefix=/usr &amp;&amp;
    100105make</userinput></screen>
    101106
    102     <para>The test suite for this package is currently broken.</para>
     107    <para>If you have <xref linkend="tex"/> installed and wish to create
     108    alternate formats of the documentation, issue the following
     109    commands:</para>
     110
     111<screen><userinput>cd doc &amp;&amp;
     112texi2pdf g-wrap.texi &amp;&amp;
     113texi2html g-wrap.texi &amp;&amp;
     114makeinfo --plaintext -o g-wrap.txt g-wrap.texi &amp;&amp;
     115mv texinfo.tex texinfo.tex.SAVE &amp;&amp;
     116texi2dvi g-wrap.texi &amp;&amp;
     117dvips -o g-wrap.ps g-wrap.dvi &amp;&amp;
     118cd ..</userinput></screen>
     119
     120    <para>To test the results, issue: <command>make check</command>.</para>
    103121
    104122    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    106124<screen role="root"><userinput>make install</userinput></screen>
    107125
     126    <para>If you created the alternate formats of the documentation, install
     127    it using the following commands as the
     128    <systemitem class="username">root</systemitem> user:</para>
     129
     130<screen role="root"><userinput>install -v -m755 -d /usr/share/doc/g-wrap-&gwrap-version; &amp;&amp;
     131install -v -m644 doc/g-wrap.{pdf,html,txt,dvi,ps} \
     132                 /usr/share/doc/g-wrap-&gwrap-version;</userinput></screen>
    108133  </sect2>
    109134
     135  <!--
    110136  <sect2 role="commands">
    111137    <title>Command Explanations</title>
     
    121147
    122148  </sect2>
     149  -->
    123150
    124151  <sect2 role="content">
     
    132159      <seglistitem>
    133160        <seg>g-wrap-config</seg>
    134         <seg>/usr/lib/libffi.{so,a}, /usr/lib/libgw-guile-*.{so,a} and
    135         /usr/lib/libgwrap-*.{so,a}</seg>
     161        <seg>libgw-glib.{so,a}, libgw-gtk.{so,a}, libgw-standard.{so,a},
     162        libgw-wct.{so,a}, libgwrap-glib.{so,a} and libgwrap-wct.{so,a}</seg>
     163        <!-- <seg>/usr/lib/libffi.{so,a}, /usr/lib/libgw-guile-*.{so,a} and
     164        /usr/lib/libgwrap-*.{so,a}</seg> -->
    136165        <seg>/usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and
    137166        /usr/share/guile/site</seg>
  • general/genlib/slib.xml

    rfcfda3f r0045775  
    7979    <para role="required"><xref linkend="guile"/></para>
    8080
    81     <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
    82     <para role="optional"><xref linkend="tex"/></para>
    83 
    8481    <para condition="html" role="usernotes">User Notes:
    8582    <ulink url="&blfs-wiki;/slib"/></para>
     
    110107
    111108<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
    112 ln -v -s ../slib /usr/share/guile/1.8 &amp;&amp;
     109
     110ln -v -s ../slib /usr/share/guile/1.6 &amp;&amp;
     111
    113112make prefix=/usr/ catalogs &amp;&amp;
     113
     114mv -v /usr/share/guile/1.6/slibcat /usr/share/guile &amp;&amp;
     115ln -v -s ../slibcat /usr/share/guile/1.6 &amp;&amp;
     116
    114117make prefix=/usr/ installinfo</userinput></screen>
    115118
  • general/prog/guile.xml

    rfcfda3f r0045775  
    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        "3f47443602f93e94bf43218d9b86099d">
    10   <!ENTITY guile-size          "3.6 MB">
    11   <!ENTITY guile-buildsize     "48.6 MB (additional 40 MB to install all the docs)">
    12   <!ENTITY guile-time          "1.3 SBU (includes building all documentation)">
     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)">
    1313]>
    1414
     
    6060    </itemizedlist>
    6161
    62     <!--
    6362    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6463    <itemizedlist spacing="compact">
     
    6968      <listitem>
    7069        <para>Required patch: <ulink
    71         url="&patch-root;/guile-&guile-version;-slib_3a2-1.patch"/></para>
     70        url="&patch-root;/guile-&guile-version;-slib-1.patch"/></para>
    7271      </listitem>
    7372    </itemizedlist>
    74     -->
    7573
    7674    <bridgehead renderas="sect3">Guile Dependencies</bridgehead>
    7775
     76    <!--
    7877    <bridgehead renderas="sect4">Required</bridgehead>
    7978    <para role="required"><xref linkend="gmp"/></para>
     79    -->
    8080
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
    82     <para role="required"><xref linkend="emacs"/> and
    83     <xref linkend="tex"/></para>
     82    <para role="required"><xref linkend="emacs"/></para>
    8483
    8584    <para condition="html" role="usernotes">User Notes:
     
    9493    commands:</para>
    9594
    96 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     95<screen><userinput>patch -Np1 -i ../guile-&guile-version;-gcc4-1.patch &amp;&amp;
     96patch -Np1 -i ../guile-&guile-version;-slib-1.patch &amp;&amp;
     97./configure --prefix=/usr --with-threads &amp;&amp;
    9798make</userinput></screen>
    9899
     
    154155      <seglistitem>
    155156        <seg>guile, guile-config, guile-snarf, and guile-tools</seg>
    156         <seg>libguile.{so,a}, libguilereadline-v-17.{so,a},
     157        <seg>libguile-ltdl.{so,a}, libguile-srfi-srfi-13-14-v-1.{so,a},
     158        libguile-srfi-srfi-4-v-1.{so,a}, libguile.{so,a},
     159        /libguilereadline-v-12.{so,a} and libqthreads.{so,a}</seg>
     160        <!-- <seg>libguile.{so,a}, libguilereadline-v-17.{so,a},
    157161        libguile-srfi-srfi-13-14-v-3.{so,a}, libguile-srfi-srfi-1-v-3.{so,a},
    158162        libguile-srfi-srfi-4-v-3.{so,a} and
    159         libguile-srfi-srfi-60-v-2.{so,a}</seg>
     163        libguile-srfi-srfi-60-v-2.{so,a}</seg>-->
    160164        <seg>/usr/include/guile, /usr/include/libguile,
    161165        /usr/share/doc/guile-&guile-version; and /usr/share/guile</seg>
  • introduction/welcome/changelog.xml

    rfcfda3f r0045775  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Downgraded to Guile-1.6.7 and G-Wrap-1.3.4 and
     49          modified the SLIB instructions to work with the downgraded packages.
     50          These changes are to support GnuCash which will not work with the
     51          more recent versions.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[manuel] - Removed creation of xsl-stylesheets-current
    4955          symlink.</para>
Note: See TracChangeset for help on using the changeset viewer.