Changeset a9c0e8d


Ignore:
Timestamp:
10/15/2017 09:22:27 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
f2e7e668
Parents:
d6aa5ce
Message:

Add an optional patch to glib to allow user supression of
unwanted warning messages.

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

Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glib2.xml

    rd6aa5ce ra9c0e8d  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Optional patch:
     80          <ulink url="&patch-root;/glib-&glib2-version;-skip_warnings-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
    7585    <bridgehead renderas="sect3">GLib Dependencies</bridgehead>
    76 
    7786<!--
    7887    <bridgehead renderas="sect4">Required</bridgehead>
     
    118127  <sect2 role="installation">
    119128    <title>Installation of GLib</title>
     129
     130    <para>If desired, appy 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    GLIB_LOG_LEVEL, that supresses unwanted messages. The value of the
     135    variable is a digit that corresponds to:</para>
     136
     137    <simplelist>
     138      <member>1  Alert</member>
     139      <member>2  Critical</member>
     140      <member>3  Error</member>
     141      <member>4  Warning</member>
     142      <member>5  Notice</member>
     143    </simplelist>
     144
     145    <para>For instance GLIB_LOG_LEVEL=4 will skip output of Warning and
     146    Notice messages (and Info/Debug messages if they are turned on).
     147    If GLIB_LOG_LEVEL is not defined, normal message output will not
     148    be affected.</para>
     149
     150<screen><userinput>patch -Np1 -i ../glib-&glib2-version;-skip_warnings-1.patch</userinput></screen>
    120151
    121152    <para>
  • introduction/welcome/changelog.xml

    rd6aa5ce ra9c0e8d  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[bdubbs] - Add an optional patch to glib to allow
     50          user supression of unwanted warning messages.</para>
     51        </listitem>
     52        <listitem>
    4953          <para>[pierre] - Update to sddm-0.16.0. Fixes
    5054          <ulink url="&blfs-ticket-root;9865">#9865</ulink>.</para>
  • stylesheets/lfs-xsl/lfs.css

    rd6aa5ce ra9c0e8d  
    322322}
    323323
     324table.simplelist {
     325  margin-left: 5em;
     326}
    324327
    325328/* table */
  • x/lib/qtwebengine.xml

    rd6aa5ce ra9c0e8d  
    4242      <application>QtWebEngine</application> integrates
    4343      <application>chromium</application>&quot;s web capabilities into Qt. It
    44       ships with its own copy of ninja which it uses for the
    45       build, and various copies of libraries from ffmpeg, icu, libvpx, and zlib
    46       (including libminizip) which have been forked by the
     44      ships with its own copy of ninja which it uses for the build if it cannot
     45      find a system copy, and various copies of libraries from ffmpeg, icu,
     46      libvpx, and zlib (including libminizip) which have been forked by the
    4747      <application>chromium</application> developers.
    4848    </para>
  • xsoft/graphweb/chromium.xml

    rd6aa5ce ra9c0e8d  
    124124      <xref linkend="mitkrb"/>,
    125125      <xref linkend="mesa"/>,
    126       <xref linkend="ninja"/>,
    127126      <xref linkend="nodejs"/>,
    128127      <xref linkend="nss"/>,
Note: See TracChangeset for help on using the changeset viewer.