touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #125578
[Bug 1528297] Re: libvpx FTBFS with gcc 5.3 on armhf
This bug was fixed in the package oxide-qt - 1.11.3-0ubuntu3
---------------
oxide-qt (1.11.3-0ubuntu3) xenial; urgency=medium
* Add patches/fix-libvpx-build-gcc53.patch (LP: #1528297)
-- Olivier Tilloy <olivier.tilloy@xxxxxxxxxxxxx> Tue, 22 Dec 2015
11:52:56 +0100
** Changed in: oxide-qt (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libvpx in Ubuntu.
https://bugs.launchpad.net/bugs/1528297
Title:
libvpx FTBFS with gcc 5.3 on armhf
Status in firefox package in Ubuntu:
New
Status in gcc-5 package in Ubuntu:
New
Status in libvpx package in Ubuntu:
New
Status in oxide-qt package in Ubuntu:
Fix Released
Bug description:
(originally reported as bug #1527741)
Trying to build libvpx from source in an up-to-date xenial arhmf
environment, with gcc 5.3.1, fails with the following error:
gcc -marm -Wall -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -march=armv6 -DNDEBUG -O2 -fPIC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wvla -Wimplicit-function-declaration -Wuninitialized -Wunused-variable -Wunused-but-set-variable -Wno-unused-function -I. -I"/tmp/libvpx-1.4.0" -c -o vp8/common/treecoder.c.o /tmp/libvpx-1.4.0/vp8/common/treecoder.c
/tmp/libvpx-1.4.0/vp8/common/treecoder.c: In function 'tree2tok':
/tmp/libvpx-1.4.0/vp8/common/treecoder.c:32:9: error: invalid use of array with unspecified bounds
const vp8_tree_index j = t[i++];
^
/tmp/libvpx-1.4.0/vp8/common/treecoder.c:32:34: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
const vp8_tree_index j = t[i++];
^
/tmp/libvpx-1.4.0/vp8/common/treecoder.c: In function 'branch_counts':
/tmp/libvpx-1.4.0/vp8/common/treecoder.c:96:13: error: invalid use of array with unspecified bounds
i = tree[ i + b];
^
/tmp/libvpx-1.4.0/vp8/common/treecoder.c:96:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
i = tree[ i + b];
^
Makefile:148: recipe for target 'vp8/common/treecoder.c.o' failed
I’m attaching a full build log. This is reproducible both on a porter box and in a armhf chroot.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1528297/+subscriptions
References