Changeset 0cbc592a


Ignore:
Timestamp:
07/14/2024 10:21:45 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
e407e64
Parents:
273bb5a
Message:

libical: Fix/document ICU-75 related issue

I've noticed the issue for a long time. Part of it is a trivial
compatibility issue which can be solved by a sed. But it seems the
islamic calender is still broken.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libical.xml

    r273bb5a r0cbc592a  
    9696  <sect2 role="installation">
    9797    <title>Installation of libical</title>
     98
     99    <!-- https://github.com/libical/libical/pull/690 -->
     100    <para>
     101      If <xref linkend='icu'/> is installed, fix an incompatibility
     102      with ICU 75 or later:
     103    </para>
     104
     105    <screen><userinput>sed '/getKeywordValuesForLocale/s/NULL/""/' \
     106    -i ../src/libical/icalrecur.c</userinput></screen>
    98107
    99108    <para>
     
    131140<screen remap="doc"><userinput>make docs</userinput></screen>
    132141
     142    <!-- https://github.com/libical/libical/pull/684
     143         It looks like an ICU bug but I've not got time to investigate
     144         carefully.  -->
    133145    <para>
    134146      To test the results, issue: <command>make test</command>.
    135       <!-- One test, timezones, is known to fail on SysV systems. -->
    136       <!-- On systemd, we symlink the current timezone to
    137            /etc/localtime, which is what libical expects.
    138            This is now done on SysV as well.-->
     147      One test named <literal>icalrecurtest-r</literal> is known to fail.
    139148    </para>
    140149
Note: See TracChangeset for help on using the changeset viewer.