Build failure in webkit
Reported by
re...@rezso.net,
Aug 20 2016
|
||||
Issue description
UserAgent: Mozilla/5.0 (X11; Linux i686; rv:48.0) Gecko/20100101 Firefox/48.0
Steps to reproduce the problem:
1. Try to compile 52.0.2743.116 release
2.
3.
What is the expected behavior?
What went wrong?
FAILED: obj/third_party/WebKit/Source/platform/image-decoders/png/blink_platform.PNGImageDecoder.o
c++ -MMD -MF obj/third_party/WebKit/Source/platform/image-decoders/png/blink_platform.PNGImageDecoder.o.d -DV8_DEPRECATION_WARNINGS -D_FILE_OFFSET_BITS=64 -DDISABLE_NACL -DCHROMIUM_BUILD -DUI_COMPOSITOR_IMAGE_TRANSPORT -DUSE_AURA=1 -DUSE_PANGO=1 -DUSE_CAIRO=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_WEBRTC=1 -DENABLE_MEDIA_ROUTER=1 -DUSE_PROPRIETARY_CODECS -DENABLE_PEPPER_CDMS -DENABLE_NOTIFICATIONS -DENABLE_TOPCHROME_MD=1 -DUSE_UDEV -DFIELDTRIAL_TESTING_ENABLED -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PDF=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_PRINTING=1 -DENABLE_BASIC_PRINTING=1 -DENABLE_PRINT_PREVIEW=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_SUPERVISED_USERS=1 -DENABLE_MDNS=1 -DENABLE_SERVICE_DISCOVERY=1 -DV8_USE_EXTERNAL_STARTUP_DATA -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DBLINK_PLATFORM_IMPLEMENTATION=1 -DINSIDE_BLINK -DMOJO_USE_SYSTEM_IMPL -DENABLE_LAYOUT_UNIT_IN_INLINE_BOXES=0 -DENABLE_OILPAN=1 -DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1 -DWTF_USE_ICCJPEG=1 -DWTF_USE_QCMSLIB=1 -DWTF_USE_WEBAUDIO_FFMPEG=1 -DWTF_USE_DEFAULT_RENDER_THEME=1 -DSK_SUPPORT_GPU=1 -DSK_IGNORE_LINEONLY_AA_CONVEX_PATH_OPTS -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DU_NOEXCEPT= -DU_STATIC_IMPLEMENTATION -DENABLE_WEBP -DUSE_SYSTEM_LIBJPEG -DUSE_LIBPCI=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/opus/target -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/libevent/target -Igen -I../../third_party/angle/include -Igen/blink -I../../third_party/ffmpeg -I../.. -I../../skia/config -I../../third_party/WebKit/Source -I../../third_party/khronos -I../../gpu -Igen/angle -I../../third_party/WebKit -Igen/third_party/WebKit -I../../third_party/skia/include/core -I../../third_party/skia/include/effects -I../../third_party/skia/include/pdf -I../../third_party/skia/include/gpu -I../../third_party/skia/include/lazy -I../../third_party/skia/include/pathops -I../../third_party/skia/include/pipe -I../../third_party/skia/include/ports -I../../third_party/skia/include/utils -I../../skia/ext -I../../third_party/iccjpeg -I../../third_party/icu/source/i18n -I../../third_party/icu/source/common -I../../third_party/ots/include -I../../third_party/qcms/src -I../../v8/include -I../../third_party/ffmpeg/chromium/config/Chrome/linux/ia32 -I../../third_party/ffmpeg -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-strict-aliasing -Wall -Wno-extra -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libpng16 -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -fno-exceptions -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -std=gnu++11 -Wno-narrowing -c ../../third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp -o obj/third_party/WebKit/Source/platform/image-decoders/png/blink_platform.PNGImageDecoder.o
../../third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp: In member function 'void blink::PNGImageDecoder::headerAvailable()':
../../third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:237:90: error: invalid conversion from 'png_bytep {aka unsigned char*}' to 'const char*' [-fpermissive]
setColorProfileAndTransform(profile, profileLength, imageHasAlpha, false /* useSRGB */);
^
In file included from ../../third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.h:29:0,
from ../../third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp:39:
../../third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h:244:10: note: initializing argument 1 of 'void blink::ImageDecoder::setColorProfileAndTransform(const char*, unsigned int, bool, bool)'
void setColorProfileAndTransform(const char* iccData, unsigned iccLength, bool hasAlpha, bool useSRGB);
^
[11293/19634] CXX obj/third_party/WebKit/Source/platform/image-decoders/ico/blink_platform.ICOImageDecoder.o
[11294/19634] CXX obj/third_party/WebKit/Source/platform/image-encoders/blink_platform.WEBPImageEncoder.o
ninja: build stopped: subcommand failed.
Did this work before? N/A
Chrome version: 52.0.2743.116 Channel: stable
OS Version:
Flash Version: Shockwave Flash 18.0 r0
build options:
-Dhost_arch=ia32
-Dtarget_arch=ia32
-Dsysroot=
-Dfastbuild=0
-Dlogging_like_official_build=1
-Dbranding=Chromium
-Dffmpeg_branding=Chrome
-Dproprietary_codecs=1
-Dwerror=
-Dno_gc_sections=1
-Dno_strict_aliasing=1
-Drelease_optimize=2
-Dlinux_link_gsettings=1
-Dlinux_link_libpci=1
-Dlinux_link_pulseaudio=1
-Dlinux_strip_binary=0
-Dlinux_use_bundled_binutils=0
-Dlinux_use_bundled_gold=0
-Dlinux_use_gold_binary=0
-Dlinux_use_gold_flags=0
-Dclang=0
-Dhost_clang=0
-Dmake_clang_dir=/usr
-Dclang_use_chrome_plugins=0
-Ddisable_sse2=0
-Ddisable_nacl=1
-Ddisable_pnacl=1
-Denable_google_now=0
-Denable_hotwording=0
-Dtoolkit_wiews=0
-Dtoolkit_uses_gtk=1
-Duse_gnome_keyring=0
-Duse_gconf=0
-Duse_gio=1
-Dicu_use_data_file_flag=0
-Duse_system_bzip2=1
-Duse_system_expat=1
-Duse_system_flac=1
-Duse_system_ffmpeg=0
-Duse_system_fontconfig=1
-Duse_system_harfbuzz=1
-Duse_system_hunspell=1
-Duse_system_icu=0
-Duse_system_libevent=1
-Duse_system_libexif=1
-Duse_system_libjpeg=1
-Duse_system_libpng=1
-Duse_system_libsrtp=0
-Duse_system_libusb=0 # patkolt
-Duse_system_libvpx=0
-Duse_system_libwebp=1
-Duse_system_libxml=1
-Duse_system_libxnvctrl=0 # sharednél linker hiba
-Duse_system_libxslt=1
-Duse_system_minizip=1
-Duse_system_nspr=1
-Duse_system_opus=1
-Duse_system_protobuf=0
-Duse_system_speex=1
-Duse_system_sqlite=0 # patkolt
-Duse_system_xdg_utils=1
-Duse_system_yasm=1
-Duse_system_zlib=1
,
Aug 22 2016
,
Aug 24 2016
,
Aug 24 2017
Issue has not been modified or commented on in the last 365 days, please re-open or file a new bug if this is still an issue. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot |
||||
►
Sign in to add a comment |
||||
Comment 1 by re...@rezso.net
, Aug 20 2016