Ignore:
Timestamp:
03/10/2020 02:12:43 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
bad2cbca
Parents:
ddc634b
Message:

Format general libraries

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rddc634b rd56e7df  
    127127    <title>Installation of GLib</title>
    128128
    129     <para>If desired, apply the optional patch. In many cases, applications that
    130     use this library, either  directly or indirectly via other libraries such
    131     as <xref linkend="gtk3"/>, output numerous warnings when run from the
    132     command line.  This patch enables the use of an environment variable,
    133     GLIB_LOG_LEVEL, that supresses unwanted messages. The value of the
    134     variable is a digit that corresponds to:</para>
     129    <para>
     130      If desired, apply the optional patch. In many cases, applications that
     131      use this library, either  directly or indirectly via other libraries such
     132      as <xref linkend="gtk3"/>, output numerous warnings when run from the
     133      command line.  This patch enables the use of an environment variable,
     134      <envar>GLIB_LOG_LEVEL</envar>, that supresses unwanted messages. The
     135      value of the variable is a digit that corresponds to:
     136    </para>
    135137
    136138    <simplelist>
     
    142144    </simplelist>
    143145
    144     <para>For instance GLIB_LOG_LEVEL=4 will skip output of Warning and
    145     Notice messages (and Info/Debug messages if they are turned on).
    146     If GLIB_LOG_LEVEL is not defined, normal message output will not
    147     be affected.</para>
     146    <para>
     147      For instance <userinput>export GLIB_LOG_LEVEL=4</userinput> will skip
     148      output of Warning and Notice messages (and Info/Debug messages if they
     149      are turned on).  If <envar>GLIB_LOG_LEVEL</envar> is not defined, normal
     150      message output will not be affected.
     151    </para>
    148152
    149153<screen><userinput>patch -Np1 -i ../glib-&glib2-version;-skip_warnings-1.patch</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.