[Bug 1527741] Re: oxide-qt 1.11.3-0ubuntu2 FTBFS on armhf due to compiler segfault
Matthias Klose
doko at ubuntu.com
Sun Dec 20 13:29:31 UTC 2015
oxide-qt now ftbfs with:
../../../../third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/treecoder.c -o obj/third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/libvpx_new.treecoder.o
../../../../third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/treecoder.c: In function 'tree2tok':
../../../../third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/treecoder.c:32:9: error: invalid use of array with unspecified bounds
const vp8_tree_index j = t[i++];
^
../../../../third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/treecoder.c:32:34: warning: initialization makes integer from pointer without a cast [-Wint-conversion]
const vp8_tree_index j = t[i++];
^
../../../../third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/treecoder.c: In function 'branch_counts':
../../../../third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/treecoder.c:96:13: error: invalid use of array with unspecified bounds
i = tree[ i + b];
^
../../../../third_party/chromium/src/third_party/libvpx_new/source/libvpx/vp8/common/treecoder.c:96:15: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
i = tree[ i + b];
^
ninja: build stopped: subcommand failed.
make[3]: *** [CMakeFiles/gyp_all] Error 1
make[2]: *** [CMakeFiles/gyp_all.dir/all] Error 2
CMakeFiles/gyp_all.dir/build.make:52: recipe for target 'CMakeFiles/gyp_all' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/obj-arm-linux-gnueabihf'
make[2]: *** Waiting for unfinished jobs....
it even fails earlier on a porter box
** Changed in: oxide-qt (Ubuntu)
Status: Incomplete => New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to gcc-5 in Ubuntu.
https://bugs.launchpad.net/bugs/1527741
Title:
oxide-qt 1.11.3-0ubuntu2 FTBFS on armhf due to compiler segfault
Status in gcc-5 package in Ubuntu:
Fix Committed
Status in oxide-qt package in Ubuntu:
New
Bug description:
We tried doing a no-change rebuild of oxide-qt 1.11.3-0ubuntu1
(versioned as 1.11.3-0ubuntu2) and the build failed on armhf only. The
reason is a compiler segfault:
In file included from ../../../../third_party/chromium/src/third_party/webrtc/common_audio/signal_processing/downsample_fast_neon.c:13:0:
/usr/lib/gcc/arm-linux-gnueabihf/5/include/arm_neon.h: In function 'WebRtcSpl_DownsampleFastNeon':
/usr/lib/gcc/arm-linux-gnueabihf/5/include/arm_neon.h:6831:10: internal compiler error: Segmentation fault
(...)
Full log and build link here: https://launchpad.net/ubuntu/+source
/oxide-qt/1.11.3-0ubuntu2/+build/8458995
Looks like the previous oxide-qt successfully built version was built
against gcc 5.2.1 while this time gcc 5.3.1 is used.
This is critical for us to fix as multiple Ubuntu Touch landings are
now blocked due to LP: #1527544 - and the no-change rebuild is
required to fix the broken situation.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1527741/+subscriptions
More information about the foundations-bugs
mailing list