| Summary: | dev-qt/qtwebengine-5.7.1-r2[-system-icu] build fails with multiple errors | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Mircea Sava <msava> |
| Component: | Current packages | Assignee: | Qt Bug Alias <qt> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=618648 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | data related to build | ||
|
Description
Mircea Sava
2018-02-01 21:53:16 UTC
Created attachment 517506 [details]
data related to build
... [2631/11818] /usr/bin/x86_64-pc-linux-gnu-gcc -MMD -MF obj/src/3rdparty/chromium/third_party/sqlite/amalgamation/sqlite.sqlite3.o.d -DSQLITE_ENABLE_FTS3 -DSQLITE_DISABLE_FTS3_UNICODE -DSQLITE_DISABLE_FTS4_DEFERRED -DSQLITE_ENABLE_ICU -DSQLITE_ENABLE_MEMORY_MANAGEMENT -DSQLITE_SECURE_DELETE -DSQLITE_SEPARATE_CACHE_POOLS -DTHREADSAFE -DSQLITE_MAX_WORKER_THREADS=0 -DSQLITE_MAX_MMAP_SIZE=268435456 -DSQLITE_MMAP_READ_ONLY=1 -DV8_DEPRECATION_WARNINGS -DCLD_VERSION=2 -DTOOLKIT_QT -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DCHROMIUM_BUILD -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DENABLE_ONE_CLICK_SIGNIN -DENABLE_WEBRTC=1 -DENABLE_MEDIA_ROUTER=1 -DENABLE_PEPPER_CDMS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_HIDPI=1 -DENABLE_TOPCHROME_MD=1 -DUSE_UDEV -DDONT_EMBED_BUILD_METADATA -DFIELDTRIAL_TESTING_ENABLED -DENABLE_TASK_MANAGER=1 -DENABLE_PDF=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DHAVE_USLEEP=1 -DUSE_PREAD=1 -Dfdatasync=fdatasync -D_HAVE_SQLITE_CONFIG_H -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_STATIC_IMPLEMENTATION -DUSE_LIBPCI=1 -DUSE_OPENSSL=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 '-DQTWEBENGINEPROCESS_NAME="QtWebEngineProcess"' -Igen -I/var/tmp/portage/dev-qt/qtwebengine-5.7.1-r2/work/qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/third_party/sqlite/amalgamation -I/var/tmp/portage/dev-qt/qtwebengine-5.7.1-r2/work/qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/third_party/icu/source/i18n -I/var/tmp/portage/dev-qt/qtwebengine-5.7.1-r2/work/qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/third_party/icu/source/common -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-strict-aliasing -Wno-extra -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -m64 -march=x86-64 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -march=core-avx-i -O2 -pipe -c /var/tmp/portage/dev-qt/qtwebengine-5.7.1-r2/work/qtwebengine-opensource-src-5.7.1/src/3rdparty/chromium/third_party/sqlite/amalgamation/sqlite3.c -o obj/src/3rdparty/chromium/third_party/sqlite/amalgamation/sqlite.sqlite3.o ninja: build stopped: subcommand failed. make[3]: *** [Makefile.gyp_run:654: invoke_ninja] Error 1 make[3]: Leaving directory '/var/tmp/portage/dev-qt/qtwebengine-5.7.1-r2/work/qtwebengine-opensource-src-5.7.1/src/core' make[2]: *** [Makefile:116: sub-gyp_run-pro-make_first] Error 2 make[2]: Leaving directory '/var/tmp/portage/dev-qt/qtwebengine-5.7.1-r2/work/qtwebengine-opensource-src-5.7.1/src/core' make[1]: *** [Makefile:50: sub-core-make_first] Error 2 make[1]: Leaving directory '/var/tmp/portage/dev-qt/qtwebengine-5.7.1-r2/work/qtwebengine-opensource-src-5.7.1/src' make: *** [Makefile:45: sub-src-make_first] Error 2 * ERROR: dev-qt/qtwebengine-5.7.1-r2::gentoo failed (compile phase): * emake failed That would mean the flag does not work. Can you test with the icu patch for qtwebengine-5.7.1 from linked bug? I apparently already had said patch applied without realizing it. Removing it fixed the problem so, I guess there's no bug here. |