Ignore:
Timestamp:
01/07/2021 12:59:34 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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:
34c5cf6f
Parents:
c432bc2
Message:

telepathy-glib:

This needs -i in autoreconf, so require gtk-doc.
Also fix one test where /usr/bin/python is hard-coded.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/telepathy-glib.xml

    rc432bc2 rb80b399  
    9090    <bridgehead renderas="sect4">Required</bridgehead>
    9191    <para role="required">
    92       <xref linkend="dbus-glib"/> and
     92      <xref linkend="dbus-glib"/>,
     93      <xref linkend="gtk-doc"/> (required for autoreconf) and
    9394      <xref linkend="libxslt"/>
    9495    </para>
     
    101102    </para>
    102103
    103     <bridgehead renderas="sect4">Optional</bridgehead>
     104<!--<bridgehead renderas="sect4">Optional</bridgehead>
    104105    <para role="optional">
    105106      <xref linkend="gtk-doc"/>
    106     </para>
     107    </para>-->
    107108
    108109    <para condition="html" role="usernotes">User Notes:
     
    120121
    121122<screen><userinput remap="pre">patch -Np1 -i ../telepathy-glib-&telepathy-glib-version;-consolidated_fixes-1.patch</userinput></screen>
     123
     124    <para>
     125      If you intend to run the tests, one of them defaults to invoking
     126      <filename>/usr/bin/python</filename> and fails if it is absent, causing
     127      the second batch of tests to not run - unlike the other tests which can be
     128      overridden from the environment. Fix it with the following command:
     129    </para>
     130
     131<screen><userinput>sed -i 's%/usr/bin/python%&amp;3%' tests/all-errors-documented.py</userinput></screen>
    122132
    123133    <para>
Note: See TracChangeset for help on using the changeset viewer.