Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rf72bfbe1 r0d713c9e  
    77  <!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    88  <!ENTITY glib2-download-ftp  "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
    9   <!ENTITY glib2-md5sum        "fb613d21fabce3d3d8520f37d12bd473">
    10   <!ENTITY glib2-size          "4.6 MB">
    11   <!ENTITY glib2-buildsize     "131 MB (add 6 MB for tests)">
    12   <!ENTITY glib2-time          "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
     9  <!ENTITY glib2-md5sum        "a854964bbf295dcfa98afd210d7fbc39">
     10  <!ENTITY glib2-size          "4.9 MB">
     11  <!ENTITY glib2-buildsize     "140 MB (add 8 MB for tests)">
     12  <!ENTITY glib2-time          "0.5 SBU (add 0.4 SBU for tests; both using parallelism=4)">
    1313]>
    1414
     
    1616  <?dbhtml filename="glib2.html"?>
    1717
    18   <sect1info>
    19     <date>$Date$</date>
    20   </sect1info>
    2118
    2219  <title>GLib-&glib2-version;</title>
     
    3633    </para>
    3734
    38     &lfs110a_checked;
     35    &lfs112_checked;
    3936
    4037    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8784    <para role="recommended">
    8885      <xref linkend="libxslt"/> and
    89       <xref linkend="pcre"/> (built with Unicode properties)
     86      <xref linkend="pcre2"/>
    9087    </para>
    9188
    9289    <bridgehead renderas="sect4">Optional</bridgehead>
    9390    <para role="optional">
    94       <xref linkend="dbus"/> and
     91      <xref linkend="dbus"/> (for some tests),
     92      <xref linkend="fuse3"/> and
    9593      <ulink url="https://bindfs.org/">bindfs</ulink>
    96         (both may be used in some tests),
     94        (both needed for one test),
    9795      <xref linkend="gdb"/> (for bindings),
    9896      <xref linkend="DocBook"/>,
     
    133131      as <xref linkend="gtk3"/>, output numerous warnings when run from the
    134132      command line.  This patch enables the use of an environment variable,
    135       <envar>GLIB_LOG_LEVEL</envar>, that supresses unwanted messages. The
     133      <envar>GLIB_LOG_LEVEL</envar>, that suppresses unwanted messages. The
    136134      value of the variable is a digit that corresponds to:
    137135    </para>
     
    203201
    204202mkdir -p /usr/share/doc/glib-&glib2-version; &amp;&amp;
    205 cp -r ../docs/reference/{NEWS,gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</userinput></screen>
     203cp -r ../docs/reference/{gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</userinput></screen>
    206204
    207205    <para>
     
    211209    </para>
    212210
     211    <warning>
     212      <para>
     213        Do not run the test suite as &root; or some tests will fail
     214        unexpectedly and leave some non-FHS-compliant directories in the
     215        <filename class='directory'>/usr</filename> hierarchy.
     216      </para>
     217    </warning>
     218
    213219    <para>
    214220      To test the results, after having installed the package, issue:
    215       <command>ninja test</command>. One test named
    216       <literal>gio / file</literal> is known to fail if the test is run as
    217       the <systemitem class="username">root</systemitem> user.
     221      <command>LC_ALL=C ninja test</command> as a non-&root; user.
    218222      <!-- glib issue #1954: -->
    219223      <!-- One test named gdbus-server-auth sometimes fails.-->
     
    227231
    228232      NOTE: systemd implements this as a hard requirement.  -->
    229       <!-- with 2.60.4 on systemd, all tests pass. -->
     233      <!-- one test, g-file-info-filesystem-readonly.c, needs both
     234      bindfs and fusermount. With fuse3, you need to either create
     235      a fusermount->fusermount3 symlink or alter the source of the
     236      test so that fusermount3 is seeked and used. bindfs can be
     237      built against fuse3. The test is skipped if the dependencies
     238      are not found, and reported to pass.-->
    230239      <!-- with 2.64.1 on sysV, all tests pass. -->
    231240      <!-- with 2.70.1 on sysV, all tests pass. -->
    232     </para>
    233 
     241      <!-- with 2.70.2 on sysV, all tests pass. -->
     242      <!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] -->
     243      <!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] -->
     244      <!-- with 2.74.3 on sysV, all tests pass. [pierre, Dec 2022] -->
     245    </para>
     246<!-- 2.64 is two years old
    234247    <para>
    235248      Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
     
    239252
    240253<screen role="nodump"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen>
    241 
     254-->
    242255  </sect2>
    243256
Note: See TracChangeset for help on using the changeset viewer.