[Bug 1528297] Re: libvpx FTBFS with gcc 5.3 on armhf

Mathew Hodson mathew.hodson at gmail.com
Mon May 22 01:02:42 UTC 2017


** Also affects: gcc-5 (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: gcc via
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68668
   Importance: Unknown
       Status: Unknown

** Changed in: firefox (Ubuntu)
   Importance: Undecided => High

** Changed in: gcc-5 (Ubuntu)
       Status: New => Fix Released

** Changed in: gcc-5 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: oxide-qt (Ubuntu)
   Importance: Critical => High

** Bug watch added: Debian Bug tracker #809129
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809129

** Also affects: libvpx (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809129
   Importance: Unknown
       Status: Unknown

** Changed in: libvpx (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to libvpx in Ubuntu.
https://bugs.launchpad.net/bugs/1528297

Title:
  libvpx FTBFS with gcc 5.3 on armhf

Status in gcc:
  Unknown
Status in firefox package in Ubuntu:
  Fix Released
Status in gcc-5 package in Ubuntu:
  Fix Released
Status in libvpx package in Ubuntu:
  Fix Released
Status in oxide-qt package in Ubuntu:
  Fix Released
Status in libvpx package in Debian:
  Unknown

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/gcc/+bug/1528297/+subscriptions



More information about the foundations-bugs mailing list