Changeset d7169a8


Ignore:
Timestamp:
04/16/2023 05:51:16 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
634e2a1
Parents:
67d0ff07 (diff), daf5568 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    r67d0ff07 rd7169a8  
    250250-->
    251251
    252     <para>
    253       The dbus tests cannot be run until after <xref linkend="dbus-python"/>
    254       and <xref linkend="pygobject3"/> have
    255       been installed.  They must be run as an unprivileged user from a local
    256       session with bus address. To run the standard tests issue
    257       <command>make check</command>.
    258     </para>
    259 
     252    <!-- Without dbus-python and pygobject3, only 39 tests are run and
     253         11 out of 39 are skipped.  With dbus-python and pygobject3
     254         installed, 238 tests are run and 37 out of 238 are skipped.  -->
     255
     256    <para>
     257      Many tests are disabled unless both <xref linkend="dbus-python"/>
     258      and <xref linkend="pygobject3"/> have been installed.  They must be
     259      run as an unprivileged user from a local session with bus address.
     260      To run the standard tests issue <command>make check</command>.
     261    </para>
     262
     263    <!-- With dbus-python and pygobject3 installed and these additional
     264         debug options, 347 tests are run and 21 out of 347 are skipped.
     265         Additionally,  217 tests in the "name-test" directory are run
     266         and none is skipped.  -->
    260267    <para>
    261268      If you want to run the unit regression tests, configure requires
  • networking/connect/dhcpcd.xml

    r67d0ff07 rd7169a8  
    146146    </para>
    147147
    148 <screen><userinput>./configure --prefix=/usr                \
     148<screen role="nodump"><userinput>./configure --prefix=/usr                \
    149149            --sysconfdir=/etc            \
    150150            --libexecdir=/usr/lib/dhcpcd \
  • networking/netlibs/libnsl.xml

    r67d0ff07 rd7169a8  
    8787    <bridgehead renderas="sect4">Required</bridgehead>
    8888    <para role="required">
    89       <xref linkend="rpcsvc-proto"/> and <xref linkend="libtirpc"/>
     89      <xref linkend="libtirpc"/>
    9090    </para>
    9191
Note: See TracChangeset for help on using the changeset viewer.