Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.12.0
-
None
-
fedora 29
-
-
bf9a9d0532d7749901082ffce976d182672c2d36 (qt/qtwebengine-chromium/69-based) 569d0009aa14fcdf9d8942776fcf4036b880b61a (qt/qtwebengine-chromium/71-based) 30e18bbf63ee25eb56e002827a5fc80b6fb3b5f8 (qt/qtwebengine-chromium/73-based)
Description
qtwebengine-5.12.0 fails to build on arch with error:
[7/172] CXX base/json/json_parser.o
FAILED: base/json/json_parser.o
c++ -MMD -MF base/json/json_parser.o.d -I/builddir/build/BUILD/qtwebengine-everywhere-src-5.12.0/src/3rdparty/gn -I/builddir/build/BUILD/qtwebengine-everywhere-src-5.12.0/src/3rdparty/gn/out/Release -DNDEBUG -O3 -fdata-sections -ffunction-sections -D_FILE_OFFSET_BITS=64 -D_STDC_CONSTANT_MACROS -D_STDC_FORMAT_MACROS -pthread -pipe -fno-exceptions -fno-rtti -std=c+14 -Wno-c+11-narrowing -c /builddir/build/BUILD/qtwebengine-everywhere-src-5.12.0/src/3rdparty/gn/base/json/json_parser.cc -o base/json/json_parser.o
In file included from /builddir/build/BUILD/qtwebengine-everywhere-src-5.12.0/src/3rdparty/gn/base/json/json_parser.cc:13:
/builddir/build/BUILD/qtwebengine-everywhere-src-5.12.0/src/3rdparty/gn/base/numerics/safe_conversions.h:17:10: fatal error: base/numerics/safe_conversions_arm_impl.h: No such file or directory
#include "base/numerics/safe_conversions_arm_impl.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
maybe just an include path issue, as I do see a copy of the aforementioned file at:
./src/3rdparty/chromium/base/numerics/safe_conversions_arm_impl.h
Attachments
Issue Links
- duplicates
-
QTBUG-71555 Can't compile qtwebengine on ARM: safe_conversions_arm_impl.h not found
-
- Closed
-