Changeset e58667e


Ignore:
Timestamp:
01/13/2018 03:33:35 AM (6 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:
fbcb3846
Parents:
efcdd60
Message:

Various text updates

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js38.xml

    refcdd60 re58667e  
    152152    chmod 644 $link
    153153done &amp;&amp;
    154 popd</userinput></screen>
     154popd &amp;&amp;
     155
     156chown -Rv root.root /usr/include/mozjs-38</userinput></screen>
    155157
    156158  </sect2>
  • general/genlib/libgusb.xml

    refcdd60 re58667e  
    141141      <seglistitem>
    142142        <seg>
    143           None
     143          gusbcmd
    144144        </seg>
    145145        <seg>
     
    157157      <?dbfo list-presentation="list"?>
    158158      <?dbhtml list-presentation="table"?>
     159
     160      <varlistentry id="gusbcmd">
     161        <term><command>gusbcmd</command></term>
     162        <listitem>
     163          <para>
     164            is a debugging tool for the libgusb library.
     165          </para>
     166          <indexterm zone="libgusb gusbcmd">
     167            <primary sortas="b-gusbcmd">gusbcmd</primary>
     168          </indexterm>
     169        </listitem>
     170      </varlistentry>
    159171
    160172      <varlistentry id="libgusb-lib">
  • general/graphlib/libtiff.xml

    refcdd60 re58667e  
    113113<!-- "build" exists in the source tree -->
    114114<screen><userinput>mkdir -p libtiff-build &amp;&amp;
    115 cd libtiff-build      &amp;&amp;
     115cd       libtiff-build &amp;&amp;
    116116
    117117cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/libtiff-4.0.9 \
  • general/prog/llvm.xml

    refcdd60 re58667e  
    220220      Note that the several Sanitizer tests (9 of 26479) are known to fail.
    221221<!--  Still true for v 5.0.0 -->
     222
     223      <note><simpara>The checks create device nodes in the /tmp directory.  The
     224      tests will fail if /tmp is mounted with the nodev
     225      option.</simpara></note>
    222226    </para>
    223227
  • general/sysutils/systemd.xml

    refcdd60 re58667e  
    127127    </para>
    128128
    129 <screen><userinput>meson --prefix /usr                   \
    130       --sysconfdir /etc               \
    131       --localstatedir /var            \
     129<screen><userinput>meson --prefix=/usr                   \
     130      --sysconfdir=/etc               \
     131      --localstatedir=/var            \
    132132      -Dblkid=true                    \
    133133      -Dbuildtype=release             \
  • gnome/applications/network-manager-applet.xml

    refcdd60 re58667e  
    133133meson --prefix=/usr     \
    134134      --sysconfdir=/etc \
    135       -Dlibnm-gtk=true  \
    136135      -Dselinux=false   \
    137136      -Dteam=false      &amp;&amp;
     
    146145    </para>
    147146
    148 <screen role="root"><userinput>ninja install &amp;&amp;
    149 sed 's@linm-glib@libnm-glib@' -i /usr/lib/pkgconfig/libnm-gtk.pc</userinput></screen>
     147<screen role="root"><userinput>ninja install</userinput></screen>
    150148
    151149  </sect2>
     
    153151  <sect2 role="commands">
    154152    <title>Command Explanations</title>
    155 
    156     <para>
    157       <parameter>-Denable-libnm-gtk=true</parameter>: This switch enables build
    158       of the legacy libnm-gtk (required for <application>Gnome</application>).
    159     </para>
    160153
    161154    <para>
     
    174167      <option>-Denable-wwan=false</option>: This switch disables WWAN support.
    175168      Use this if you do not have <xref linkend="ModemManager"/> installed.
    176     </para>
    177 
    178     <para>
    179       <command>sed 's@linm-glib@libnm-glib@'</command>: Fix an error in the
    180       install <application>pkg-config</application> file.
    181169    </para>
    182170
  • introduction/important/building-notes.xml

    refcdd60 re58667e  
    168168    single processor build.  Adding '-j1' to a make command will override
    169169    the similar setting in the MAKEFLAGS environment variable.</para>
     170
     171    <note><para>When running the package tests or the install portion of the
     172    package build process, we do not recommend using an option greater than
     173    '-j1' unless specified otherwise.  The installation procedures or checks
     174    have not been validated using parallel procedures and may fail with issues
     175    that are difficult to debug.</para></note>
    170176
    171177  </sect2>
  • introduction/welcome/changelog.xml

    refcdd60 re58667e  
    4545      <para>January 12th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Various text updates. Fixes
     49          <ulink url="&blfs-ticket-root;10248">#10248</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to wireshark-2.4.4. Fixes
     53          <ulink url="&blfs-ticket-root;10254">#10254</ulink>.</para>
     54        </listitem>
    4755        <listitem>
    4856          <para>[bdubbs] - Update to gtk+2 2.24.32. Fixes
  • multimedia/libdriv/pulseaudio.xml

    refcdd60 re58667e  
    8080    <bridgehead renderas="sect4">Required</bridgehead>
    8181    <para role="required">
    82       <xref linkend="json-c"/> and
    8382      <xref linkend="libsndfile"/>
    8483    </para>
Note: See TracChangeset for help on using the changeset viewer.