Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Feb 2021 08:58:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253340] graphics/php74-gd - Undefined symbol "gdFontCacheShutdown"
Message-ID:  <bug-253340-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253340

            Bug ID: 253340
           Summary: graphics/php74-gd - Undefined symbol
                    "gdFontCacheShutdown"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: tz@freebsd.org
          Reporter: boris.tassou@securmail.fr
          Assignee: tz@freebsd.org
             Flags: maintainer-feedback?(tz@freebsd.org)

Hi,

On a FreeBSD 12.1-RELEASE-p10 i have :
libgd-2.3.0,1                  Graphics library for fast creation of images
php74-gd-7.4.15                The gd shared extension for php

But when i try to execute a page (phpipam in my case), i have this message :
[root@ns /usr/local/www/ipam]# php index.php=20
ld-elf.so.1: /usr/local/lib/php/20190902/gd.so: Undefined symbol
"gdFontCacheShutdown"

php74-gd is compiled with poudriere 3.3.6 with those options :
# This file is auto-generated by 'make config'.
# Options for php74-gd-7.4.15
_OPTIONS_READ=3Dphp74-gd-7.4.15
_FILE_COMPLETE_OPTIONS_LIST=3DTRUETYPE JIS WEBP X11
OPTIONS_FILE_SET+=3DTRUETYPE
OPTIONS_FILE_UNSET+=3DJIS
OPTIONS_FILE_UNSET+=3DWEBP
OPTIONS_FILE_UNSET+=3DX11

More informations :
[root@ns /usr/local/www/ipam]# ldd /usr/local/lib/php/20190902/gd.so
/usr/local/lib/php/20190902/gd.so:
        libgd.so.6 =3D> /usr/local/lib/libgd.so.6 (0x800689000)
        libc.so.7 =3D> /lib/libc.so.7 (0x80024a000)
        libm.so.5 =3D> /lib/libm.so.5 (0x8006e2000)
        libz.so.6 =3D> /lib/libz.so.6 (0x800714000)
[root@ns /usr/local/www/ipam]# nm -D /usr/local/lib/php/20190902/gd.so | gr=
ep
gdFontCa
                 U gdFontCacheShutdown
[root@ns /usr/local/www/ipam]# nm -D /usr/local/lib/libgd.so.6 | grep gdFon=
tCa
[root@ns /usr/local/www/ipam]#=20

Can you help me on that?

Thanks!

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253340-7788>