Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547310 - dev-lang/php-5.5.24 with media-libs/libvpx-1.4.0 USE="gd vpx" - .../work/sapis-build/embed/ext/gd/libgd/webpimg.c:709:24: error: ‘IMG_FMT_I420’ undeclared (first use in this function)
Summary: dev-lang/php-5.5.24 with media-libs/libvpx-1.4.0 USE="gd vpx" - .../work/sapi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
: 550154 (view as bug list)
Depends on:
Blocks: 549538 549978
  Show dependency tree
 
Reported: 2015-04-21 15:37 UTC by Jeroen Roovers (RETIRED)
Modified: 2015-06-03 10:30 UTC (History)
16 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-lang:php-5.5.24:20150421-044643.log (20150421-044643.log,450.97 KB, text/plain)
2015-04-21 15:37 UTC, Jeroen Roovers (RETIRED)
Details
build.log (20150423-144130.log,214.77 KB, text/plain)
2015-04-23 15:54 UTC, diamond
Details
Prefix vpx symbols (gentoo547310a.patch,1.18 KB, patch)
2015-04-27 19:50 UTC, Martin von Gagern
Details | Diff
dev-lang/php-5.5.25 build.log.gz (dev-lang:php-5.5.25:20150522-190833.log.gz,34.70 KB, application/x-gzip)
2015-05-22 19:50 UTC, Thibaud CANALE
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2015-04-21 15:37:51 UTC
Created attachment 401742 [details]
dev-lang:php-5.5.24:20150421-044643.log

[ebuild     U ~] dev-lang/php-5.5.24:5.5::gentoo [5.5.23:5.5::gentoo] USE="apache2 berkdb bzip2 calendar cgi cli crypt ctype curl em
bed exif fileinfo filter fpm gd hash iconv imap iodbc ipv6 json ldap mysql mysqli nls odbc opcache pdo phar posix postgres readline 
session simplexml sockets spell sqlite ssl tokenizer truetype unicode vpx xml zlib -bcmath -cdb -cjk -debug -enchant (-firebird) -fl
atfile (-frontbase) -ftp -gdbm -gmp -inifile -intl -kerberos -ldap-sasl -libedit -libmysqlclient -mhash -mssql (-oci8-instant-client
) -pcntl -qdbm -recode (-selinux) -sharedmem -snmp -soap (-sybase-ct) (-systemd) -sysvipc -threads -tidy -wddx -xmlreader -xmlrpc -x
mlwriter -xpm -xslt -zip" 0 KiB
Comment 1 Tomáš Mózes 2015-04-22 09:08:26 UTC
It works on ~amd64:
[ebuild   R   ] dev-lang/php-5.5.24  USE="apache2 bcmath berkdb bzip2 calendar cli crypt ctype curl exif fileinfo filter fpm ftp gd gdbm gmp hash iconv intl json ldap mysql mysqli opcache pcntl pdo phar posix readline session simplexml soap sockets sqlite ssl sysvipc tidy tokenizer truetype unicode xml xmlreader xmlrpc xmlwriter zip zlib -cdb -cgi -cjk -debug -embed -enchant (-firebird) -flatfile (-frontbase) -imap -inifile -iodbc -ipv6 -kerberos -ldap-sasl -libedit -libmysqlclient -mhash -mssql -nls -oci8-instant-client -odbc -postgres -qdbm -recode (-selinux) -sharedmem -snmp -spell (-sybase-ct) -systemd -threads -vpx -wddx -xpm -xslt" 

[ebuild   R   ] media-libs/gd-2.1.1-r1  USE="fontconfig jpeg png truetype zlib -static-libs -webp -xpm" ABI_X86="32 (64) (-x32)"
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2015-04-23 05:05:32 UTC
(In reply to Tomas Mozes from comment #1)
> It works on ~amd64

That's not helping. I'm assuming it was an intermittent problem and that it shouldn't block stabilisation.
Comment 3 diamond 2015-04-23 15:54:16 UTC
Created attachment 401876 [details]
build.log
Comment 4 diamond 2015-04-23 15:54:40 UTC
It looks like I have the same bug during upgrade from 5.5.23 to 5.5.24 version.
Comment 5 diamond 2015-04-23 15:55:59 UTC
[ebuild     U  ] dev-lang/php-5.5.24:5.5::gentoo [5.5.23:5.5::gentoo] USE="apache2 berkdb bzip2 cjk cli crypt ctype exif fileinfo filter ftp gd gdbm hash iconv ipv6 json ldap mysql mysqli nls opcache phar posix readline session simplexml spell ssl threads tokenizer truetype unicode vpx xml zlib -bcmath -calendar -cdb -cgi -curl -debug -embed -enchant (-firebird) -flatfile -fpm (-frontbase) -gmp -imap -inifile -intl -iodbc -kerberos -ldap-sasl -libedit -libmysqlclient -mhash -mssql -oci8-instant-client -odbc -pcntl -pdo -postgres -qdbm -recode (-selinux) -sharedmem -snmp -soap -sockets -sqlite (-sybase-ct) -systemd -sysvipc -tidy -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xslt -zip" 0 KiB
Comment 6 Randy Andy 2015-04-25 18:03:31 UTC
Same problem here:

var/tmp/portage/dev-lang/php-5.5.24/work/sapis-build/cli/ext/gd/libgd/webpimg.c: In function ‘VPXEncode’:
/var/tmp/portage/dev-lang/php-5.5.24/work/sapis-build/cli/ext/gd/libgd/webpimg.c:709:24: error: ‘IMG_FMT_I420’ undeclared (first use in this function)
     vpx_img_wrap(&img, IMG_FMT_I420,
                        ^
/var/tmp/portage/dev-lang/php-5.5.24/work/sapis-build/cli/ext/gd/libgd/webpimg.c:709:24: note: each undeclared identifier is reported only once for each function it appears in
/var/tmp/portage/dev-lang/php-5.5.24/work/sapis-build/cli/ext/gd/libgd/webpimg.c:711:16: error: ‘PLANE_Y’ undeclared (first use in this function)
     img.planes[PLANE_Y] = (uint8*)(Y);
                ^
/var/tmp/portage/dev-lang/php-5.5.24/work/sapis-build/cli/ext/gd/libgd/webpimg.c:712:16: error: ‘PLANE_U’ undeclared (first use in this function)
     img.planes[PLANE_U] = (uint8*)(U);
                ^
/var/tmp/portage/dev-lang/php-5.5.24/work/sapis-build/cli/ext/gd/libgd/webpimg.c:713:16: error: ‘PLANE_V’ undeclared (first use in this function)
     img.planes[PLANE_V] = (uint8*)(V);
                ^
Makefile:619: recipe for target 'ext/gd/libgd/webpimg.lo' failed
make: *** [ext/gd/libgd/webpimg.lo] Error 1
make: *** Waiting for unfinished jobs....
 * ERROR: dev-lang/php-5.5.24::gentoo failed (compile phase):
 *   emake failed
Comment 7 Randy Andy 2015-04-25 18:07:30 UTC
emerge --info '=dev-lang/php-5.5.24::gentoo
> ^C
big-server andy # emerge --info =dev-lang/php-5.5.24::gentoo 
Portage 2.2.18 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop/kde, gcc-4.9.2, glibc-2.20-r2, 4.0.0-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.0.0-gentoo-x86_64-Intel-R-_Xeon-R-_CPU_X5650_@_2.67GHz-with-gentoo-2.2
KiB Mem:    12366480 total,    549972 free
KiB Swap:   16383996 total,  16331764 free
Timestamp of repository gentoo: Sat, 25 Apr 2015 13:30:01 +0000
sh bash 4.3_p33-r2
ld GNU ld (Gentoo 2.25 p1.0) 2.25
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.3_p33-r2::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.9-r2::gentoo, 3.3.5-r1::gentoo, 3.4.3::gentoo
dev-util/cmake:           3.2.1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.13.11::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25::gentoo
sys-devel/gcc:            4.9.2::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.0::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

Local-Overlay
    location: /usr/local/portage
    masters: gentoo
    priority: 0

eva
    location: /var/lib/layman/eva
    masters: gentoo
    priority: 50

Installed sets: @system
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=westmere -mtune=westmere -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=westmere -mtune=westmere -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build=n --keep-going --autounmask-write --autounmask-keep-masks  --jobs --load-average=20"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gentoo.tiscali.nl/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/"
LANG="de_DE.UTF-8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j12 -l40"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac aacplus aacs aalib accessibility acpi additions addressbook aften akonadi alsa amd64 amr amrenc animgif apm apng archive aspell audiofile audit autoipd autotrace avahi berkdb binary-drivers binfilter bluray branding btrfs bzip2 c++0x cairo canvas caps ccache cdda cddb cdio cdparanoia cdr cdrdao cdrom celt cgi chipcard chm chroot cjk clamav cli clucene compressed-lumas consolekit corefonts cover cracklib crypt css cups custom-cpuopts cvs cvsgraph cxx daemon dar64 dbus dc1394 declarative dhclient dia dirac disk-partition djbfft djvu dri dts dv dvd dvdnav dvdr dvi dynamic ebook editor emboss emovix enca encode enscript excel exif expoblending ext4 extensions extraengine extrafilters extras f2fs faac fam fame fat fdk ffmpeg fftw finger firefox firefox3 flac flash flite flv fmod fontconfig foomaticdb fortran fortran2003 fpx frei0r fuse g3dvl gallium gcj gd gdbm geolocation gif gimp git glamor glew glib glut gme gmp gnokii gpac gphoto2 gpm gpssync gptfdisk gpu graphite graphviz gsl gsm gstreamer gtk gtk3 gzip hddtemp hdri howl-compat html http httpd iconv icq id3 id3tag ieee1394 image imagemagick imap imlib infinality inkjar inotify introspection ios iostats ipc iptv ipv6 irc ivtv jabber java java6 javacomm javascript jbig jce jingle joystick jpeg jpeg2k juju kde kdepim kdm kexiv2 kig-scripting kino kipi kmail kontact kvm ladspa lame lcdfilter lcms ldap ldap-bind ldap-sasl lensfun libass libcaca libnotify librrd libsamplerate libsoxr libv4l libv4l2 libvisual lightning live llvm lm_sensors logrotate logwatch loop-aes lua lxc lz4 lzma lzo mad magic magnetgenerator marble math matroska max-idx-128 mdnsresponder-compat melt metric midi mikmod mime mjpeg mmx mmxext mng mod modplug modules mono mouse mozdevelop mozilla mp3 mp3rtp mp4 mpd mpeg mpg123 mpi mpi-threads mplayer mpu401 mtp muine multilib multimedia multiprocess musepack music musicbrainz mysql mysqli nano-syntax nas ncurses network network-cron networkmanager nfs nfsdcld nfsidmap nfsv4 nfsv41 nls nntp normalize nptl nsplugin nss ntfs numa numpy nut nuv nvcontrol nvtt oauth obex ocean ocr ocrad odk ofa ogg ogg123 ogm okular openctl openexr opengl openmedia openmp openssl opensslcrypt opus oss pam pango panorama parted pch pcm pcre pda pdf pdfimport perforce perl pg-intdatetime phonon php physfs pipe plasma player plotutils pmount pmu png pnm podcast policykit pop postgis postproc ppds prelink prison private-headers profile profiler proj ps pstoedit pvr python python3 q32 q64 qalculate qemu qemu-block qos qt3support qt4 quesoglc quicktime quodlibet quvi radio rar raw readline redeyes rle romio rsh rss rtc rtmp rtsp ruby scale0tilt scanner schedule schroedinger script scripting scripts scripttools sdl sdl-image sdl-sound sdlaudio search secure-delete semantic-desktop sensord session sftp shaders shine shorten shout sift skins slideshow smp sms sndfile snmp sound soundextract soundtouch soup source spamassassin speex spell spice sql sqlite srt srtp sse sse2 sse2check sse3 sse4 sse4_1 sse4_2 ssh ssh1 ssl ssse3 startup-notification static-user statistics stats stk stream subversion suid svg svgz sysfs syslog system-cairo system-icu system-jpeg szip t1lib tbb tcl tcmalloc tcpd teletext templates tesseract tga tgif themes theora threads threadsafe thumbnail thumbnails tiff timidity tk toolame tools transcode tremor truetype tts tv_check tv_combiner tv_pick_cgi twolame type3 udev udisks umfpack uml unicode unzip upower urlpicpreview usb usbredir utempter utils uudeview uuid v4l v4l2 vaapi vala vamp vc vcd vcdinfo vcdx vde vdpau vdr vhost-net video videoslideshow vim vim-syntax virt-network virtfs virtualbox virtuoso visibility vlm vorbis vpx vrml vxml wav wavpack weather-metar weather-xoap webcam webdav webgl webkit webm webp windeco winpopup wma wma-fixed wmf word-perfect wordperfect wxwidgets wxwindows x11vnc x264 x265 xanim xattr xcb xcf xcomposite xface xforms xine xinerama xml xmlpatterns xmlreader xmlwriter xmp xorg xpm xscreensaver xsl xslt xterm xulrunner xv xvid xvmc xwax_decoders_aac xwax_decoders_cd xwax_decoders_flac xwax_decoders_misc xwax_decoders_mp3 xwax_decoders_ogg youtube yv12 zeroconf zip zlib zvbi" ABI_X86="64" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="*" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en de_DE" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="alpha arm i386 mips mips64 mips64el mipsel ppc ppc64 s390x sh4 sh4eb sparc sparc64 x86_64" QEMU_USER_TARGETS="alpha arm armeb i386 mips mipsel ppc ppc64 ppc64abi32 s390x sh4 sh4eb sparc sparc32plus sparc64" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="plustek" USERLAND="GNU" VIDEO_CARDS="v4l2 nouveau" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 8 Martin von Gagern 2015-04-27 18:33:46 UTC
The problem is with media-libs/libvpx-1.4.0 since that release includes http://git.chromium.org/gitweb/?p=webm/libvpx.git;a=blobdiff;f=vpx/vpx_image.h;h=ef6d1dd3092e5c8e70173a4fc9def62c8eedef01;hp=0b7bb90572da3c0d0048285dffb7ed847f762823;hb=9cdaa3d72eade9ad162ef8f78a93bd8f85c6de10;hpb=0ecc75c81986a277d2e8e387117edfc21cb2fed0 which removes a number of preprocessor macros aimed at ensuring backwards compatibility. Simply prefix those symbols with VPX_.

This prefix was introduced in commits 6cd4a10e167203d1deb79abf60ee72599e97891b and b6c71918ae9242f86d7e5b8313c64140c1c8eba3 so the new names should be present since libvpx-0.9.1 and therefore in any version currenlty in portage. Thus simply changing to the new names should not break anything.
Comment 9 Martin von Gagern 2015-04-27 19:50:06 UTC
Created attachment 402122 [details, diff]
Prefix vpx symbols

With this patch in my /etc/portage/patches/dev-lang/php:5.5 directory, php-5.5.24 emerged without compile-time error for me.
Comment 10 diamond 2015-05-14 14:40:52 UTC
Yeah, the same problem is with media-plugins/gst-plugins-vp8-0.10.23-r2. Upstream bug for php on this issue:
https://bugs.php.net/bug.php?id=69479

This bug can be caused due to a mix of stable and unstable branches (dev-lang/php-5.5.24 is stable, while media-libs/libvpx-1.4.0 is unstable yet).
Comment 11 diamond 2015-05-14 15:02:29 UTC
It looks like =www-client/chromium-43* pulls that new media-libs/libvpx-1.4.0 in. Easy way to solve this issue is to mask it for a while and remerge chromium and media-libs/libvpx after masking.
Comment 12 Martin von Gagern 2015-05-15 01:05:39 UTC
Note that upstream libgd has committed a fix but not released it yet: https://github.com/gagern/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8
this is essentially what my patch does as well.

According to https://github.com/libgd/libgd/issues/129 we can expect libgd 2.2 to not use libvpx any more at all.
Comment 13 Frank Krömmelbein 2015-05-20 17:31:32 UTC
Now this issue will getting bigger, because media-libs/libvpx-1.4.0 just was stablised:
https://bugs.gentoo.org/show_bug.cgi?id=549978
Comment 14 Mike Gilbert gentoo-dev 2015-05-21 14:13:50 UTC
Updating summary to include libvpx-1.4.0; I missed this bug when searching before filing the stable request.
Comment 15 Pacho Ramos gentoo-dev 2015-05-22 10:54:13 UTC
*** Bug 550154 has been marked as a duplicate of this bug. ***
Comment 16 Agostino Sarubbo gentoo-dev 2015-05-22 12:39:54 UTC
It could be odd but I can't reproduce
Comment 17 Agostino Sarubbo gentoo-dev 2015-05-22 13:30:34 UTC
(In reply to Agostino Sarubbo from comment #16)
> It could be odd but I can't reproduce

because we need both gd and vpx.
Comment 18 Thibaud CANALE 2015-05-22 19:50:24 UTC
Created attachment 403778 [details]
dev-lang/php-5.5.25 build.log.gz

Hello,

Since `media-libs/libvpx-1.4.0` went stable recently, I got this bug aswell on `dev-lang/php-5.5.24` and `dev-lang/php-5.5.25`, see attachment (I didn't add the log for the build for the version 5.5.24, because it has the same error).
Comment 19 Ole Markus With (RETIRED) gentoo-dev 2015-05-24 06:25:14 UTC
Revision bump added that should fix this bug
Comment 20 Thibaud CANALE 2015-05-25 13:26:10 UTC
Hello,

Just a comment to confirm that the version 5.5.25-r1 merged just fine on my system.

Thanks again.
Comment 21 Ole Markus With (RETIRED) gentoo-dev 2015-05-25 15:47:47 UTC
(In reply to Thibaud "thican" CANALE from comment #20)
> Hello,
> 
> Just a comment to confirm that the version 5.5.25-r1 merged just fine on my
> system.
> 
> Thanks again.

Good. Closing
Comment 22 diamond 2015-05-25 20:01:09 UTC
~5.5.25-r1 wasn't stabilized while 5.5.24 and 5.5.25 are stable. So, it doesn't look like "resolved" yet.
Comment 23 Tony Vroon (RETIRED) gentoo-dev 2015-05-26 08:04:40 UTC
(In reply to diamond from comment #22)
> ~5.5.25-r1 wasn't stabilized while 5.5.24 and 5.5.25 are stable. So, it
> doesn't look like "resolved" yet.

I have asked that 5.5.25-r1 is stabilised in security bug #549538.
Comment 24 Tomáš Mózes 2015-06-03 10:30:58 UTC
Seems this will be fixed upstream in the upcoming:

- GD:
  . Fixed bug #69479 (GD fails to build with newer libvpx). (Remi)