Author: renodr
Date: Sat May 16 19:44:00 2020
New Revision: 23154

Log:
Fix a regression in udisks2 caused by encoding changes in glib-2.64
libbytesize: Add short descriptions

Modified:
   trunk/BOOK/general/genlib/libbytesize.xml
   trunk/BOOK/general/sysutils/udisks2.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/genlib/libbytesize.xml
==============================================================================
--- trunk/BOOK/general/genlib/libbytesize.xml   Sat May 16 14:00:34 2020        
(r23153)
+++ trunk/BOOK/general/genlib/libbytesize.xml   Sat May 16 19:44:00 2020        
(r23154)
@@ -30,7 +30,7 @@
     <title>Introduction to libbytesize</title>
 
     <para>
-      The <application>libbytesize</application> package is a library
+      The <application>libbytesize</application> package is a library which
       facilitates the common operations with sizes in bytes.
     </para>
 
@@ -150,17 +150,31 @@
         </seg>
       </seglistitem>
     </segmentedlist>
-<!--
+
     <variablelist>
       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
       <?dbfo list-presentation="list"?>
       <?dbhtml list-presentation="table"?>
 
+      <varlistentry id="bscalc">
+        <term><command>bscalc</command></term>
+        <listitem>
+          <para>
+            converts from a larger unit, such as MB or TB,
+            back to a value in bytes.
+          </para>
+          <indexterm zone="libbytesize bscalc">
+            <primary sortas="b-bscalc">bscalc</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
+
       <varlistentry id="libbytesize-lib">
         <term><filename class='libraryfile'>libbytesize.so</filename></term>
         <listitem>
           <para>
-            contains the ATA S.M.A.R.T API functions.
+            contains functions used to handle common read/write operations
+            with sizes in bytes.
           </para>
           <indexterm zone="libbytesize libbytesize-lib">
             <primary sortas="c-libbytesize">libbytesize.so</primary>
@@ -169,7 +183,7 @@
       </varlistentry>
 
     </variablelist>
--->
+
   </sect2>
 
 </sect1>

Modified: trunk/BOOK/general/sysutils/udisks2.xml
==============================================================================
--- trunk/BOOK/general/sysutils/udisks2.xml     Sat May 16 14:00:34 2020        
(r23153)
+++ trunk/BOOK/general/sysutils/udisks2.xml     Sat May 16 19:44:00 2020        
(r23154)
@@ -123,6 +123,13 @@
     <title>Installation of UDisks</title>
 
     <para>
+      First, fix a regression caused by glib-2.64:
+    </para>
+
+<screen><userinput remap="pre">sed -i '/stdout_channel = g/a 
g_io_channel_set_encoding (job->child_stdout_channel, NULL, NULL);' 
src/udisksspawnedjob.c &amp;&amp;
+sed -i '/stderr_channel = g/a g_io_channel_set_encoding 
(job->child_stderr_channel, NULL, NULL);' 
src/udisksspawnedjob.c</userinput></screen>
+
+    <para>
       Install <application>UDisks</application> by running the following
       commands:
     </para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sat May 16 14:00:34 
2020        (r23153)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat May 16 19:44:00 
2020        (r23154)
@@ -45,6 +45,10 @@
       <para>May 16th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Fix a regression in Udisks2 caused by glib-2.64.
+          This is primarily due to encoding API changes.</para>
+        </listitem>
+        <listitem>
           <para>[pierre] - Patch libreoffice to build with GCC 10.</para>
         </listitem>
         <listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to