Changeset cf154122 for x/installing


Ignore:
Timestamp:
09/10/2023 01:49:41 PM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
30677e5
Parents:
030e18a
Message:

libxcb: Work around FTBFS with some locale settings

Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2023-09/msg00019.html
Link: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/72

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r030e18a rcf154122  
    101101            --without-doxygen \
    102102            --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
    103 make</userinput></screen>
     103LC_ALL=en_US.UTF-8 make</userinput></screen>
    104104
    105105    <para>
     
    126126    <title>Command Explanations</title>
    127127
    128 <!-- No longer needed with 1.16, it now requires Python-3.0 or higher.
     128    <!-- https://gitlab.freedesktop.org/xorg/lib/libxcb/-/issues/72 -->
    129129    <para>
    130       <parameter>PYTHON=python3</parameter>: This variable forces configure to
    131       use python3 instead of python2. The configure script for this package
    132       will automatically default to python2 if it is present.
     130      <envar>LC_ALL=en_US.UTF-8</envar>: Some Python 3 script in the
     131      building system of this package may fail with certain system
     132      locale settings.  This environment variable forces a locale setting
     133      known to work.
    133134    </para>
    134 -->
    135135
    136136    <para>
Note: See TracChangeset for help on using the changeset viewer.