qtbase failed to build on arm64 on utopic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gcc-defaults (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
qtbase-opensource-src (Ubuntu) |
Fix Released
|
Undecided
|
Timo Jyrinki |
Bug Description
The latest qtbase upload:
https:/
failed to build on arm64:
---
gcc -c -include .pch/Qt5Core -g -O2 -fstack-protector --param=
gcc: internal compiler error: Segmentation fault (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:/
Makefile:19974: recipe for target '.obj/pcre16_
---
The previous build on utopic was fine, and a trusty build with the same patch as ubuntu16 built ok.
Changed in qtbase-opensource-src (Ubuntu): | |
assignee: | nobody → Timo Jyrinki (timo-jyrinki) |
apparently an issue with precompiled headers. so please disable as done on other architectures.
Also please check, why the package is built using the embedded pcre sources, and not the system libs? are there other local sources used besides pcre?