Changeset 3c8216c for gnome/applications


Ignore:
Timestamp:
04/07/2018 09:13:38 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
13e93062
Parents:
6dc438c9
Message:

With gucharmap-10.0.4, I get an error:
undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
Upstream has committed a fix just after the release:
https://git.gnome.org/browse/gucharmap/commit/?id=4ad97abc893ded93296f7c157631369fbddcf90a
Fixing by adding LIBS="-ldl" before configure

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gucharmap.xml

    r6dc438c9 r3c8216c  
    113113    </para>
    114114
    115 <screen><userinput>./configure --prefix=/usr \
     115<screen><userinput>LIBS="-ldl"               \
     116./configure --prefix=/usr \
    116117            --enable-vala \
    117118            --with-unicode-data=download &amp;&amp;
     
    131132  <sect2 role="commands">
    132133    <title>Command Explanations</title>
     134
     135<!-- Needed in Gucharmap 10.0.4: should be fixed in subsequent versions -->
     136    <para>
     137      <command>LIBS="-ldl" ...</command>: Allows linking some system libraries.
     138      This is currently broken in version 10.0.4.
     139    </para>
    133140
    134141    <para>
Note: See TracChangeset for help on using the changeset viewer.