Changeset d8069d7 for server


Ignore:
Timestamp:
10/26/2011 04:34:14 AM (13 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
955b7fd2
Parents:
20e6cade
Message:

Update to Berkeley DB-5.2.36.
Add sharutils-4.11.
Update to tcl-8.5.10.
Update to libpng-1.5.5.
Update to jpeg-8c.
Update to libffi-3.0.10.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/db.xml

    r20e6cade rd8069d7  
    77  <!ENTITY db-download-http "http://download-east.oracle.com/berkeley-db/db-&db-version;.tar.gz">
    88  <!ENTITY db-download-ftp  "&gentoo-ftp-repo;/db-&db-version;.tar.gz">
    9   <!ENTITY db-md5sum        "3476bac9ec0f3c40729c8a404151d5e3">
    10   <!ENTITY db-size          "22.8 MB">
    11   <!ENTITY db-buildsize     "250 MB (additional 100 MB to run parallel standard test suite)">
    12   <!ENTITY db-time          "1.9 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
     9  <!ENTITY db-md5sum        "88466dd6c13d5d8cddb406be8a1d4d92">
     10  <!ENTITY db-size          "33 MB">
     11  <!ENTITY db-buildsize     "181 MB (additional 100 MB to run parallel standard test suite)">
     12  <!ENTITY db-time          "1.4 SBU (builds all bindings, add an additional 145 SBU to run parallel standard test suite)">
    1313]>
    1414
     
    3030    <title>Introduction to Berkeley DB</title>
    3131
    32     <!-- <para>The <application>Berkeley DB</application> package contains programs
    33     and utilities used by many other applications for database related
    34     functions. This package is also installed during LFS and may already exist
    35     on your system. It is listed here in BLFS as well because you may need to
    36     reinstall it if you need the additional language bindings or the RPC
    37     server. If you do reinstall <application>Berkeley DB</application>, ensure
    38     you use the &lfs-bdb-version; version used in the LFS book.</para> -->
    39 
    4032    <para>The <application>Berkeley DB</application> package contains programs
    4133    and utilities used by many other applications for database related
    4234    functions.</para>
    4335
     36    &lfs70_checked;
     37
    4438    <bridgehead renderas="sect3">Package Information</bridgehead>
    4539    <itemizedlist spacing="compact">
     
    6458    </itemizedlist>
    6559
    66     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    67     <itemizedlist spacing="compact">
    68       <listitem>
    69         <para>Required patch: <ulink
    70         url="http://www.oracle.com/technology/products/berkeley-db/db/update/&db-version;/patch.&db-version;.1"/></para>
    71       </listitem>
    72       <listitem>
    73         <para>Required patch: <ulink
    74         url="http://www.oracle.com/technology/products/berkeley-db/db/update/&db-version;/patch.&db-version;.2"/></para>
    75       </listitem>
    76     </itemizedlist> -->
    77 
    7860    <bridgehead renderas="sect3">Berkeley DB Dependencies</bridgehead>
    7961
    8062    <bridgehead renderas="sect4">Optional</bridgehead>
    81     <para role="optional"><xref linkend="tcl"/>,
    82     <xref linkend="icedtea6"/> or <xref linkend="jdk"/>, and
    83     <ulink url="http://www.gnu.org/software/sharutils/">sharutils</ulink>
    84     (for the <command>uudecode</command> command)</para>
     63    <para role="optional">
     64      <xref linkend="tcl"/>,
     65      <xref linkend="icedtea6"/> or <xref linkend="jdk"/>, and
     66      <xref linkend='sharutils'/> (for the <command>uudecode</command> command)
     67    </para>
    8568
    8669    <para condition="html" role="usernotes">User Notes:
     
    117100    run:</para>
    118101
    119 <screen><userinput>source ../test/test.tcl
     102<screen><userinput>source ../test/tcl/test.tcl
    120103run_parallel 5 run_std
    121104exit</userinput></screen>
     
    126109cd ..</userinput></screen>
    127110
     111    <note><para>Test127.f and Repmgr026.c are known to fail.</para></note>
     112
     113    <para>There are additional testing suites in the <filename
     114    class='directory'>test/c</filename> and <filename
     115    class='directory'>test/cxx</filename> directories.  See the
     116    <filename>README</filename> in each directory for instructions on how to
     117    run the tests.</para>
     118
    128119  </sect2>
    129120
    130121  <sect2 role="installation" id="bdb-installation">
    131122    <title>Installation of Berkeley DB</title>
    132 
    133     <!-- <para>The installation commands below are identical to the commands used
    134     in the LFS book. If you installed <application>Berkeley DB</application>
    135     in LFS, and you don't add anything to the <command>configure</command>
    136     script, you'll end up with exactly what you already have. The additional
    137     parameters you can use are listed in the Command Explanations section
    138     below.</para> -->
    139123
    140124    <note>
     
    170154<screen role="root"><userinput>make docdir=/usr/share/doc/db-&db-version; install &amp;&amp;
    171155chown -v -R root:root \
    172       /usr/bin/berkeley_db_svc \
    173156      /usr/bin/db_* \
    174157      /usr/include/db{,_185,_cxx}.h \
    175       /usr/lib/libdb{{,_cxx}.a,{,_cxx,_java,_tcl}-4.8.{so,a,la}} \
     158      /usr/lib/libdb*.{so,a,la} \
    176159      /usr/share/doc/db-&db-version;</userinput></screen>
    177160
     
    214197  <sect2 role="content">
    215198    <title>Contents</title>
    216 
    217     <!-- <para>Only the program and libraries not installed in LFS are listed here,
    218     the others can be found at <ulink
    219     url="&lfs-root;/chapter06/db.html#contents-db"/> as they were initially
    220     installed during the building of LFS.</para> -->
    221199
    222200    <segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.