Changeset 60f5b560


Ignore:
Timestamp:
08/07/2021 05:09:44 AM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
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:
e4a3fdbe
Parents:
6913e834
Message:

Fix building guile with glibc-2.34.

Without the seds, you'll get 6 of the following errors:

./malloc/dynarray-skeleton.c:270:24: error: expected declaration specifiers or '...' before '(' token

270 | attribute_nonnull ((1))

|

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/guile.xml

    r6913e834 r60f5b560  
    9292  <sect2 role="installation">
    9393    <title>Installation of Guile</title>
     94
     95    <para>
     96      First, fix a build failure with glibc-2.34 installed:
     97    </para>
     98
     99<screen><userinput remap="pre">sed -e 's/#ifndef __attribute_maybe_unused__//' \
     100    -e '174d'                                   \
     101    -i lib/libc-config.h</userinput></screen>
    94102
    95103    <para>
  • introduction/welcome/changelog.xml

    r6913e834 r60f5b560  
    4545      <para>August 6th, 2021</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Fix building guile-3.0.7 with glibc-2.34.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[bdubbs] - Update to pipewire-0.3.33. Fixes
Note: See TracChangeset for help on using the changeset viewer.