Ignore:
Timestamp:
03/14/2015 08:47:03 AM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
13507eb
Parents:
96f366a
Message:

Updates: libtasn1-4.3, wget-1.16.3, glib2-2.42.2, harfbuzz-0.39.9, cmake-3.2.1.

  • Move openssl from recommended to optional in wget (memory leaks).
  • Add --no-system-jsoncpp switch to cmake (JSON-C++ is new for this version)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    r96f366a r2c38e951  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/2.42/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/2.42/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "89c4119e50e767d3532158605ee9121a">
     9  <!ENTITY glib2-md5sum        "ae9ee104932657ed08ef4679556be07f">
    1010  <!ENTITY glib2-size          "6.7 MB">
    11   <!ENTITY glib2-buildsize     "159 MB (additional 45 MB to run the test suite)">
    12   <!ENTITY glib2-time          "0.9 SBU (additional 3.9 SBU to run the test suite)">
     11  <!ENTITY glib2-buildsize     "178 MB (additional 47 MB to run the test suite)">
     12  <!ENTITY glib2-time          "0.8 SBU (additional 3.6 SBU to run the test suite)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       The <application>GLib</application> package contains a low-level
     33      The <application>GLib</application> package contains low-level
    3434      libraries useful for providing data structure handling for C, portability
    3535      wrappers and interfaces for such runtime functionality as an
     
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional">
    90       <xref linkend="dbus"/> (required to run the tests),
     90      <xref linkend="dbus"/> (required for some tests),
    9191      <xref linkend="elfutils"/>,
    9292      <ulink url="ftp://oss.sgi.com/projects/fam/download/stable/">FAM library</ulink>, and
     
    123123    <para>
    124124      The <application>GLib</application> test suite requires
    125       <application>desktop-file-utils</application> in order to run. However,
     125      <application>desktop-file-utils</application> for some tests. However,
    126126      <application>desktop-file-utils</application> requires
    127127      <application>GLib</application> in order to compile; therefore, you must
     
    142142
    143143    <para>
    144       To test the results, after installed the package, issue:
    145       <command>make -k check</command>.  The tests need to be run in a
    146       graphical environment.  Some tests may fail, for unknown reasons.
     144      To test the results, after having installed the package, issue:
     145      <command>make -k check</command>. Some tests may fail, for unknown
     146      reasons. For full test coverage, run them in a graphical environment.
    147147      One test (regex) fails when using the system pcre package.
    148148    </para>
     
    389389          <listitem>
    390390          <para>
    391             contain a low-level core libraries for the
     391            contain low-level core libraries for the
    392392            <application>GIMP</application> Toolkit.
    393393          </para>
Note: See TracChangeset for help on using the changeset viewer.