From owner-freebsd-chromium@FreeBSD.ORG Sun Sep 21 08:58:38 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63966CF6 for ; Sun, 21 Sep 2014 08:58:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44E6CE9C for ; Sun, 21 Sep 2014 08:58:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8L8wcg5095583 for ; Sun, 21 Sep 2014 08:58:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193610] chromium-37.0.2062.120_1 Bus error (core dumped) Date: Sun, 21 Sep 2014 08:58:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ctyz1999+bugzilla@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2014 08:58:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193610 --- Comment #15 from Craig Wiesen --- I ended up reverting back to gcc 4.7 to compile chromium. chromium at least now launches and runs, still core dumps on exit though. I took a patch found in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189444 to allow my /etc/make.conf with overrides to DEFAULT_VERSIONS to work correctly and not get bogus /usr/ports/lang/gcc (gcc48) depends pulled in. --- /usr/ports/Mk/bsd.gcc.mk.orig 2014-09-20 22:19:32.980350051 -0500 +++ /usr/ports/Mk/bsd.gcc.mk 2014-09-20 17:02:51.695805244 -0500 @@ -148,7 +148,7 @@ . if ${OSVERSION} < ${_GCCVERSION_${v}_L} || ${OSVERSION} > ${_GCCVERSION_${v}_R} || !exists(/usr/bin/gcc) V:= ${_GCCVERSION_${v}_V:S/.//} _GCC_PORT_DEPENDS:= gcc${V} -. if ${_USE_GCC} == ${GCC_DEFAULT} +. if ${_USE_GCC} == ${GCC_DEFAULT} && empty(DEFAULT_VERSIONS:Mgcc=*) _GCC_PORT:= gcc . else _GCC_PORT:= gcc${V} /etc/make.conf (relevant parts only) DEFAULT_VERSIONS= apache=2.4 gcc=4.9 mysql=5.6 perl5=5.18 php=5.5 ruby=2.0 BATCH=yes MAKE_JOBS_UNSAFE=yes # bus error, core dumps - trying 4.7 # also attempt to shut off stack protection .if ${.CURDIR:M*/www/chromium*} USE_GCC=4.7 CC=gcc47 CXX=g++47 CPP=cpp47 WITH_SSP=no WITH_SSP_PORTS=no .endif I duuno if I'd call it fixed, but maybe others can at least get chromium running again. (In reply to Craig Wiesen from comment #11) > I am adding a me too. Same thing as Rob B. > > I have built chromium in poudriere, and from /usr/ports on the host. > gcc4.8 and clang 3.4.1. > > > I also saw my DEBUG=on version would not run. comment #7. > > > > > > uname -a > FreeBSD desktop.home.org 9.3-STABLE FreeBSD 9.3-STABLE #0 r271674: Tue Sep > 16 13:12:37 CDT 2014 > root@desktop.home.org:/usr/obj/usr/src/sys/SANDYBRIDGE amd64 > > > gcc48 -v > Using built-in specs. > COLLECT_GCC=gcc48 > COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc48/gcc/x86_64-portbld-freebsd9.3/4. > 8.3/lto-wrapper > Target: x86_64-portbld-freebsd9.3 > ... > Thread model: posix > gcc version 4.8.3 (FreeBSD Ports Collection) > > > clang -v > FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 > Target: x86_64-unknown-freebsd9.3 > Thread model: posix > Selected GCC installation: > > > Poudriere version: 3.0.17 > Host OSVERSION: 903503 > Jail OSVERSION: 903502 > > > ===> The following configuration options are available for > chromium-37.0.2062.120_2: > CODECS=on: Compile and enable patented codecs like H.264 > DEBUG=off: Build with debugging support > GCONF=on: GConf configuration backend support > PULSEAUDIO=on: PulseAudio sound server support > TEST=off: Build and/or run tests -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 22 00:43:43 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E041D63E for ; Mon, 22 Sep 2014 00:43:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C7508F01 for ; Mon, 22 Sep 2014 00:43:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8M0hhkd001710 for ; Mon, 22 Sep 2014 00:43:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193610] chromium-37.0.2062.120_1 Bus error (core dumped) Date: Mon, 22 Sep 2014 00:43:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mcdouga9@egr.msu.edu X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 00:43:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193610 --- Comment #16 from mcdouga9@egr.msu.edu --- The gcc47 workaround works for me on 9.3 (chromium starts), thanks! It emits some gcc47 not found errors when poudriere runs so there is probably something not clean about it, but at least it can work on 9 now. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-chromium@FreeBSD.ORG Mon Sep 22 08:46:21 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8538D4F6 for ; Mon, 22 Sep 2014 08:46:21 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B77D22C for ; Mon, 22 Sep 2014 08:46:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8M8kLI0044522 for ; Mon, 22 Sep 2014 08:46:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193725] chromium-37 Latin accent keys are not working Date: Mon, 22 Sep 2014 08:46:21 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: lapo@lapo.it X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 08:46:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193725 lapo@lapo.it changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lapo@lapo.it --- Comment #2 from lapo@lapo.it --- "Compose" key isn't working either, if I write "compose + ` + a" I get "`a" instead of "=C3=A0". --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.= From owner-freebsd-chromium@FreeBSD.ORG Tue Sep 23 00:35:12 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E83756A for ; Tue, 23 Sep 2014 00:35:12 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4444BEF7 for ; Tue, 23 Sep 2014 00:35:12 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8N0ZCeE082456 for ; Tue, 23 Sep 2014 00:35:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193725] chromium-37 Latin accent keys are not working Date: Tue, 23 Sep 2014 00:35:12 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: brunomaximom@openmailbox.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 00:35:12 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193725 Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brunomaximom@openmailbox.or | |g --- Comment #3 from Bruno --- same here! very annoying. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-chromium@FreeBSD.ORG Wed Sep 24 04:09:50 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 519815C1; Wed, 24 Sep 2014 04:09:50 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3C071883; Wed, 24 Sep 2014 04:09:50 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id s8O49nVv066225; Wed, 24 Sep 2014 04:09:49 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id s8O49nEq066208; Wed, 24 Sep 2014 04:09:49 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 24 Sep 2014 04:09:49 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201409240409.s8O49nEq066208@beefy1.isc.freebsd.org> To: chromium@FreeBSD.org Subject: [package - 91i386-quarterly][www/chromium] Failed for chromium-37.0.2062.120 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 04:09:50 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: chromium@FreeBSD.org Last committer: rene@FreeBSD.org Ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 367854 2014-09-10 14:31:26Z rene $ Log URL: http://beefy1.isc.freebsd.org/data/91i386-quarterly/2014-09-24_01h18m23s/logs/chromium-37.0.2062.120.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=91i386-quarterly&build=2014-09-24_01h18m23s Log: ====>> Building www/chromium build started at Wed Sep 24 04:00:22 UTC 2014 port directory: /usr/ports/www/chromium building for: FreeBSD 91i386-quarterly-job-07 9.1-RELEASE-p17 FreeBSD 9.1-RELEASE-p17 i386 maintained by: chromium@FreeBSD.org Makefile ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 367854 2014-09-10 14:31:26Z rene $ Poudriere version: 3.1-pre Host OSVERSION: 1100027 Jail OSVERSION: 901000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=901000 UNAME_v=FreeBSD 9.1-RELEASE-p17 UNAME_r=9.1-RELEASE-p17 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/91i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=chromium-37.0.2062.120 OLDPWD=/root PWD=/usr/local/poudriere/data/.m/91i386-quarterly/ref/.p/pool MASTERNAME=91i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for chromium-37.0.2062.120: CODECS=on: Compile and enable patented codecs like H.264 DEBUG=off: Build with debugging support GCONF=on: GConf configuration backend support PULSEAUDIO=off: PulseAudio sound server support TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" CC="gcc47" CXX="g++47" GYP_GENERATORS=ninja GYP_DEFINES="clang_use_chrome_plugins=0 linux_breakpad=0 linux_use_heapchecker=0 linux_strip_binary=1 test_isolation_mode=noop disable_nacl=1 enable_one_click_signin=1 enable_openmax=1 enable_webrtc=1 werror= no_gc_sections=1 os_ver=901000 prefix_dir=/usr/local python_ver=2.7 use_allocator=none use_cups=1 linux_link_gsettings=1 linux_link_libpci=1 linux_link_libspeechd=1 libspeechd_h_prefix=speech-dispatcher/ usb_ids_path=/usr/local/share/usbids/usb.ids want_separate_host_toolset=0 use_system_bzip2=1 use_system_flac=1 use_system_harfbuzz=1 use_system_icu=1 use_system_jsoncpp=1 use_system_libevent=1 use_system_libexif=1 use_system_libjpeg=1 use_system_libpng=1 use_system_libusb=1 use_system_libwebp=1 use_system_libxml=1 use_system_libxslt=1 use_ system_minizip=1 use_system_nspr=1 use_system_openssl=1 use_system_protobuf=1 use_system_re2=1 use_system_snappy=1 use_system_speex=1 use_system_xdg_utils=1 use_system_yasm=1 use_system_zlib=1 flapper_version_h_file='/wrkdirs/usr/ports/www/chromium/work/chromium-37.0.2062.120/flapper_version.h' google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 google_default_client_id=996322985003.apps.googleusercontent.com google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn ffmpeg_branding=Chrome proprietary_codecs=1 use_gconf=1 use_pulseaudio=0 disable_sse2=1 gcc_version=47" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" PKG_CONFIG=pkgconf ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl CFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing" CPPFLAGS="" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/! local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" BUILDTYPE=Release GPERF="/usr/local/bin/gperf" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" OPENSSLLIB=/usr/lib OPENSSLINC=/usr/include OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/siz e" STRINGS="/usr/local/bin/strings" DESTDIR=/wrkdirs/usr/ports/www/chromium/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="gcc47" CFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing" CPP="cpp47" CPPFLAGS="" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47" LIBS="" CXX="g++47" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd9 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 OSREL=9.1 PREFIX=%D LOCALBASE=/usr/local PORTDOCS="" PORTEXAMPLES="" PORTDATA="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.16.3 PERL_VER=5.16 PERL_ARCH=mach PERL5_MAN3=lib/perl5/5.16/man/man3 SITE_PERL=lib/perl5/site_perl/5.16 DOCSDIR="share/doc/chromium" EXAMPLESDIR="share/examples/chromium" DATADIR="share/chromium" WWWDIR="www/chromium" ETCDIR="etc/chromium" --End PLIST_SUB-- --SUB_LIST-- COMMENT="Mostly BSD-licensed web browser based on WebKit and Gtk+" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/chromium DOCSDIR=/usr/local/share/doc/chromium EXAMPLESDIR=/usr/local/share/examples/chromium WWWDIR=/usr/local/www/chromium ETCDIR=/usr/local/etc/chromium --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user =========================================================================== =================================================== ===> chromium-37.0.2062.120 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.7_4.txz Installing pkg-1.2.7_4... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of chromium-37.0.2062.120 =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120 for building =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120 for building => SHA256 Checksum OK for chromium-37.0.2062.120.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120 for building ===> Extracting for chromium-37.0.2062.120 => SHA256 Checksum OK for chromium-37.0.2062.120.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for chromium-37.0.2062.120 ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-libusb-pc ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-gcc ===> Applying FreeBSD patches for chromium-37.0.2062.120 =========================================================================== =================================================== ===> chromium-37.0.2062.120 depends on file: /usr/local/bin/gperf - not found ===> Verifying install for /usr/local/bin/gperf in /usr/ports/devel/gperf ===> Installing existing package /packages/All/gperf-3.0.3.txz Installing gperf-3.0.3...Installing indexinfo-0.2... done done ===> Returning to build of chromium-37.0.2062.120 ===> chromium-37.0.2062.120 depends on executable: bash - not found ===> Verifying install for bash in /usr/ports/shells/bash ===> Installing existing package /packages/All/bash-4.3.18_2.txz [5772/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.async_pixel_transfer_manager_share_group.o [5773/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.async_pixel_transfer_manager_stub.o [5774/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.async_pixel_transfer_manager_sync.o [5775/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.async_pixel_transfer_manager.o [5776/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.buffer_manager.o [5777/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.cmd_parser.o [5778/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.command_buffer_service.o [5779/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.common_decoder.o [5780/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.context_group.o [5781/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.context_state.o [5782/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.error_state.o [5783/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.feature_info.o [5784/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.framebuffer_manager.o [5785/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_copy_texture_chromium.o [5786/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o [5787/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_validation.o [5788/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gl_context_virtual.o [5789/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gl_state_restorer_impl.o [5790/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_control_service.o [5791/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_scheduler.o [5792/14916] AR obj/third_party/libjingle/libjingle.a [5793/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o [5794/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_switches.o [5795/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_tracer.o [5796/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.id_manager.o [5797/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.image_manager.o [5798/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.in_process_command_buffer.o [5799/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.mailbox_manager.o FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_validation.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip. net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACRO S -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIN! D -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gles2_cmd_validation.cc -o obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_validation.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:10: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:10: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.feature_info.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/" ' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__ST DC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNA! MIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-mi ssing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/feature_info.cc -o obj/gpu/command_buffer/service/command_buffer_service.feature_info.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/feature_info.cc:15: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/feature_info.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/feature_info.cc:15: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/feature_info.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gpu_control_service.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.n et:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND! -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gpu_control_service.cc -o obj/gpu/command_buffer/service/command_buffer_service.gpu_control_service.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/query_manager.h:17, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/query_manager.h:17, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.buffer_manager.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80 /"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__ STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDY! NAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno- missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/buffer_manager.cc -o obj/gpu/command_buffer/service/command_buffer_service.buffer_manager.o In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/buffer_manager.cc:10: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: conflicting declaration 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/buffer_manager.h:14, from ../../gpu/command_buffer/service/buffer_manager.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: 'GLintptr' has a previous declaration as 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/buffer_manager.cc:10: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: conflicting declaration 'typedef ptrdiff_t GLsizeiptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/buffer_manager.h:14, from ../../gpu/command_buffer/service/buffer_manager.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: 'GLsizeiptr' has a previous declaration as 'typedef long int GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.context_group.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/ "' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__S TDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYN! AMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-m issing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/context_group.cc -o obj/gpu/command_buffer/service/command_buffer_service.context_group.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/buffer_manager.h:14, from ../../gpu/command_buffer/service/context_group.cc:14: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/context_group.h:16:0, from ../../gpu/command_buffer/service/context_group.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/buffer_manager.h:14, from ../../gpu/command_buffer/service/context_group.cc:14: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/context_group.h:16:0, from ../../gpu/command_buffer/service/context_group.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.context_state.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/ "' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__S TDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYN! AMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-m issing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/context_state.cc -o obj/gpu/command_buffer/service/command_buffer_service.context_state.o In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/context_state.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: conflicting declaration 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/context_state.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: 'GLintptr' has a previous declaration as 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/context_state.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: conflicting declaration 'typedef ptrdiff_t GLsizeiptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/context_state.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: 'GLsizeiptr' has a previous declaration as 'typedef long int GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net: 80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -D! DYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wn o-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gpu_state_tracer.cc -o obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: conflicting declaration 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: 'GLintptr' has a previous declaration as 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: conflicting declaration 'typedef ptrdiff_t GLsizeiptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: 'GLsizeiptr' has a previous declaration as 'typedef long int GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net :80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS - D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -! DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -W no-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gles2_cmd_decoder.cc -o obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16, from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:29:0: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16, from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:29:0: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' ninja: build stopped: subcommand failed. *** [do-build] Error code 1 Stop in /usr/ports/www/chromium. From owner-freebsd-chromium@FreeBSD.ORG Wed Sep 24 06:37:51 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76313B6F for ; Wed, 24 Sep 2014 06:37:51 +0000 (UTC) Received: from olejniczak.info (olejniczak.info [85.17.214.250]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 37B7579D for ; Wed, 24 Sep 2014 06:37:50 +0000 (UTC) Received: by olejniczak.info (Postfix, from userid 65534) id EF90215AE9B; Wed, 24 Sep 2014 08:37:41 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on olejniczak.info X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.2 Received: from webmail.olejniczak.info (olejniczak.info [85.17.214.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olejniczak.info (Postfix) with ESMTPSA id C9F3615AE3C for ; Wed, 24 Sep 2014 08:37:39 +0200 (CEST) Mime-Version: 1.0 Date: Wed, 24 Sep 2014 06:37:39 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: Quoted-Printable Message-ID: <15f44ed4f1af2ccf1f68e65db5dabdef@webmail.olejniczak.info> X-Mailer: RainLoop/1.6.9.167 From: "Tomek" Subject: Two patches for tabbar To: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 06:37:51 -0000 Hello,=0A=0ABelow are two patches for tabbar:=0A=0A1. Enable middle click= on "new tab" button - this opens new tab with contents of the primary cl= ipboard.=0AIt partially helps with https://bugs.freebsd.org/bugzilla/show= _bug.cgi?id=3D192748. =0A=0A--- chrome/browser/ui/views/tabs/tab_strip.cc= .orig 2014-09-22 11:26:41.000000000 +0200=0A+++ chrome/browser/ui/views/t= abs/tab_strip.cc 2014-09-22 11:26:50.000000000 +0200=0A@@ -278,7 +278,7 @= @=0A : views::ImageButton(listener),=0A tab_strip_(tab_strip),= =0A destroyed_(NULL) {=0A-#if defined(OS_LINUX) && !defined(OS_CHRO= MEOS)=0A+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) || defined(OS_BSD= )=0A set_triggerable_event_flags(triggerable_event_flags() |=0A = ui::EF_MIDDLE_MOUSE_BUTTON);=0A #endif=0A=0A=0A2. = Mouse scroll on tabbar changes tab (I don't know if it is really needed b= ut it is default on linux)=0A=0A--- chrome/browser/defaults.cc.orig 2014-= 09-23 08:03:48.000000000 +0200=0A+++ chrome/browser/defaults.cc 2014-09-2= 3 07:54:58.000000000 +0200=0A@@ -49,7 +49,7 @@=0A const bool kShowOtherBr= owsersInAboutMemory =3D true;=0A #endif=0A =0A-#if defined(OS_LINUX) && != defined(OS_CHROMEOS)=0A+#if defined(OS_LINUX) && !defined(OS_CHROMEOS) ||= defined(OS_BSD)=0A const bool kScrollEventChangesTab =3D true;=0A #else= =0A const bool kScrollEventChangesTab =3D false;=0A=0A--=0ATomek From owner-freebsd-chromium@FreeBSD.ORG Wed Sep 24 11:08:13 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9497F373; Wed, 24 Sep 2014 11:08:13 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E35F90A; Wed, 24 Sep 2014 11:08:13 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OB8DO5018303; Wed, 24 Sep 2014 11:08:13 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id s8OB8Dww018302; Wed, 24 Sep 2014 11:08:13 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Wed, 24 Sep 2014 11:08:13 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201409241108.s8OB8Dww018302@beefy1.isc.freebsd.org> To: chromium@FreeBSD.org Subject: [package - 10i386-quarterly][www/chromium] Failed for chromium-37.0.2062.120 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 11:08:13 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: chromium@FreeBSD.org Last committer: rene@FreeBSD.org Ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 367854 2014-09-10 14:31:26Z rene $ Log URL: http://beefy1.isc.freebsd.org/data/10i386-quarterly/2014-09-24_08h32m50s/logs/chromium-37.0.2062.120.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=10i386-quarterly&build=2014-09-24_08h32m50s Log: ====>> Building www/chromium build started at Wed Sep 24 10:59:40 UTC 2014 port directory: /usr/ports/www/chromium building for: FreeBSD 10i386-quarterly-job-07 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 i386 maintained by: chromium@FreeBSD.org Makefile ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 367854 2014-09-10 14:31:26Z rene $ Poudriere version: 3.1-pre Host OSVERSION: 1100027 Jail OSVERSION: 1000510 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE-p7 UNAME_r=10.0-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/10i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=chromium-37.0.2062.120 OLDPWD=/root PWD=/usr/local/poudriere/data/.m/10i386-quarterly/ref/.p/pool MASTERNAME=10i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for chromium-37.0.2062.120: CODECS=on: Compile and enable patented codecs like H.264 DEBUG=off: Build with debugging support GCONF=on: GConf configuration backend support PULSEAUDIO=off: PulseAudio sound server support TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" CC="cc" CXX="c++" GYP_GENERATORS=ninja GYP_DEFINES="clang_use_chrome_plugins=0 linux_breakpad=0 linux_use_heapchecker=0 linux_strip_binary=1 test_isolation_mode=noop disable_nacl=1 enable_one_click_signin=1 enable_openmax=1 enable_webrtc=1 werror= no_gc_sections=1 os_ver=1000510 prefix_dir=/usr/local python_ver=2.7 use_allocator=none use_cups=1 linux_link_gsettings=1 linux_link_libpci=1 linux_link_libspeechd=1 libspeechd_h_prefix=speech-dispatcher/ usb_ids_path=/usr/local/share/usbids/usb.ids want_separate_host_toolset=0 use_system_bzip2=1 use_system_flac=1 use_system_harfbuzz=1 use_system_icu=1 use_system_jsoncpp=1 use_system_libevent=1 use_system_libexif=1 use_system_libjpeg=1 use_system_libpng=1 use_system_libusb=1 use_system_libwebp=1 use_system_libxml=1 use_system_libxslt=1 use_syst em_minizip=1 use_system_nspr=1 use_system_openssl=1 use_system_protobuf=1 use_system_re2=1 use_system_snappy=1 use_system_speex=1 use_system_xdg_utils=1 use_system_yasm=1 use_system_zlib=1 flapper_version_h_file='/wrkdirs/usr/ports/www/chromium/work/chromium-37.0.2062.120/flapper_version.h' google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 google_default_client_id=996322985003.apps.googleusercontent.com google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn ffmpeg_branding=Chrome proprietary_codecs=1 use_gconf=1 use_pulseaudio=0 disable_sse2=1 clang=1" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" PKG_CONFIG=pkgconf ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl AR=/usr/bin/ar CFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" CPPFLAGS="" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-war! ning-option -fno-strict-aliasing" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" BUILDTYPE=Release GPERF="/usr/local/bin/gperf" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" OPENSSLLIB=/usr/lib OPENSSLINC=/usr/include OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/www/chromium/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wno-un known-warning-option -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 OSREL=10.0 PREFIX=%D LOCALBASE=/usr/local PORTDOCS="" PORTEXAMPLES="" PORTDATA="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.16.3 PERL_VER=5.16 PERL_ARCH=mach PERL5_MAN3=lib/perl5/5.16/man/man3 SITE_PERL=lib/perl5/site_perl/5.16 DOCSDIR="share/doc/chromium" EXAMPLESDIR="share/examples/chromium" DATADIR="share/chromium" WWWDIR="www/chromium" ETCDIR="etc/chromium" --End PLIST_SUB-- --SUB_LIST-- COMMENT="Mostly BSD-licensed web browser based on WebKit and Gtk+" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/chromium DOCSDIR=/usr/local/share/doc/chromium EXAMPLESDIR=/usr/local/share/examples/chromium WWWDIR=/usr/local/www/chromium ETCDIR=/usr/local/etc/chromium --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user =========================================================================== =================================================== ===> chromium-37.0.2062.120 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.7_4.txz Installing pkg-1.2.7_4... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of chromium-37.0.2062.120 =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120 for building =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120 for building => SHA256 Checksum OK for chromium-37.0.2062.120.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120 for building ===> Extracting for chromium-37.0.2062.120 => SHA256 Checksum OK for chromium-37.0.2062.120.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for chromium-37.0.2062.120 ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-fixup-execinfo ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-clang ===> Applying FreeBSD patches for chromium-37.0.2062.120 =========================================================================== =================================================== ===> chromium-37.0.2062.120 depends on file: /usr/local/bin/gperf - not found ===> Verifying install for /usr/local/bin/gperf in /usr/ports/devel/gperf ===> Installing existing package /packages/All/gperf-3.0.3.txz Installing gperf-3.0.3...Installing indexinfo-0.2... done done ===> Returning to build of chromium-37.0.2062.120 ===> chromium-37.0.2062.120 depends on executable: bash - not found ===> Verifying install for bash in /usr/ports/shells/bash ===> Installing existing package /packages/All/bash-4.3.18_2.txz In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.context_group.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://c ompress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__S TDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -! DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wn o-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/context_group.cc -o obj/gpu/command_buffer/service/command_buffer_service.context_group.o In file included from ../../gpu/command_buffer/service/context_group.cc:14: In file included from ../../gpu/command_buffer/service/buffer_manager.h:14: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/context_group.cc:14: In file included from ../../gpu/command_buffer/service/buffer_manager.h:14: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.buffer_manager.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http:// compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__ STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS ! -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -W no-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/buffer_manager.cc -o obj/gpu/command_buffer/service/command_buffer_service.buffer_manager.o In file included from ../../gpu/command_buffer/service/buffer_manager.cc:10: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLintptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6156:32: note: previous definition is here typedef signed long int GLintptr; ^ In file included from ../../gpu/command_buffer/service/buffer_manager.cc:10: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLsizeiptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6157:32: note: previous definition is here typedef signed long int GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http: //compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D __STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACRO! S -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/gpu_state_tracer.cc -o obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o In file included from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLintptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6156:32: note: previous definition is here typedef signed long int GLintptr; ^ In file included from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLsizeiptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6157:32: note: previous definition is here typedef signed long int GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.context_state.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://c ompress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__S TDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -! DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wn o-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/context_state.cc -o obj/gpu/command_buffer/service/command_buffer_service.context_state.o In file included from ../../gpu/command_buffer/service/context_state.cc:5: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLintptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6156:32: note: previous definition is here typedef signed long int GLintptr; ^ In file included from ../../gpu/command_buffer/service/context_state.cc:5: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLsizeiptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6157:32: note: previous definition is here typedef signed long int GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.memory_program_cache.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="h ttp://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS= 1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_M! ACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -W all -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/memory_program_cache.cc -o obj/gpu/command_buffer/service/command_buffer_service.memory_program_cache.o In file included from ../../gpu/command_buffer/service/memory_program_cache.cc:5: In file included from ../../gpu/command_buffer/service/memory_program_cache.h:16: In file included from ../../gpu/command_buffer/service/program_cache.h:15: In file included from ../../gpu/command_buffer/service/shader_manager.h:14: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/memory_program_cache.cc:5: In file included from ../../gpu/command_buffer/service/memory_program_cache.h:16: In file included from ../../gpu/command_buffer/service/program_cache.h:15: In file included from ../../gpu/command_buffer/service/shader_manager.h:14: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http ://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 - D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACR! OS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/gles2_cmd_decoder.cc -o obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: In file included from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: In file included from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.program_manager.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http:/ /compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D_ _STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS! -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall - Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/program_manager.cc -o obj/gpu/command_buffer/service/command_buffer_service.program_manager.o In file included from ../../gpu/command_buffer/service/program_manager.cc:19: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLintptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6156:32: note: previous definition is here typedef signed long int GLintptr; ^ In file included from ../../gpu/command_buffer/service/program_manager.cc:19: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLsizeiptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6157:32: note: previous definition is here typedef signed long int GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.query_manager.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://c ompress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__S TDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -! DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wn o-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/query_manager.cc -o obj/gpu/command_buffer/service/command_buffer_service.query_manager.o In file included from ../../gpu/command_buffer/service/query_manager.cc:5: In file included from ../../gpu/command_buffer/service/query_manager.h:17: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/query_manager.cc:5: In file included from ../../gpu/command_buffer/service/query_manager.h:17: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/www/chromium From owner-freebsd-chromium@FreeBSD.ORG Wed Sep 24 22:38:03 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8FD6D51 for ; Wed, 24 Sep 2014 22:38:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D091D7C1 for ; Wed, 24 Sep 2014 22:38:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OMc3MR097326 for ; Wed, 24 Sep 2014 22:38:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 192892] www/chromium crashes after installing the "Google Cast" extension! Date: Wed, 24 Sep 2014 22:38:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: miguelmclara@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 22:38:04 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192892 --- Comment #3 from miguelmclara@gmail.com --- Any feedback on this? Debug builds create a huge chrome binary, tried this with the 3 last versions and 36. Is anyone with a working debug version willing to test this and output the result? Thanks -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-chromium@FreeBSD.ORG Wed Sep 24 23:54:37 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48B66BF3 for ; Wed, 24 Sep 2014 23:54:37 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2FC22E62 for ; Wed, 24 Sep 2014 23:54:37 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8ONsbEC018281 for ; Wed, 24 Sep 2014 23:54:37 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193725] chromium-37 Latin accent keys are not working Date: Wed, 24 Sep 2014 23:54:36 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: miguelmclara@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 23:54:37 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193725 --- Comment #4 from miguelmclara@gmail.com --- Wonder if this issue is general? https://code.google.com/p/chromium/issues/detail?can=2&start=0&num=100&q=accent%20keys&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified&groupby=&sort=&id=230921 It would be quite amazing that this is not working for chromium at all for such a long time... but wouldn't be a first :) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-chromium@FreeBSD.ORG Thu Sep 25 03:32:02 2014 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50051A46; Thu, 25 Sep 2014 03:32:02 +0000 (UTC) Received: from outbound-smtp.edu.lahti.fi (outbound-smtp.edu.lahti.fi [143.51.142.38]) by mx1.freebsd.org (Postfix) with ESMTP id 0924E7ED; Thu, 25 Sep 2014 03:32:01 +0000 (UTC) Received: from edu.lahti.fi (unknown [109.95.47.233]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by inbound-smtp.edu.lahti.fi (Postfix) with ESMTPSA id A0FB8480DC0; Thu, 25 Sep 2014 06:31:49 +0300 (EEST) Message-ID: <3769C3A941E7152E07B05F1542B29085@edu.lahti.fi> From: "Joe Nosay" To: "Adrian Chadd" , "ISO 8859 1 Q Ermal Lu E7i" , "chromium" , "ppc" , "FreeBSD Hackers" , "CeDeROM" , "USAR VET" , "gecko" Subject: =?ISO-8859-1?Q?FW=3A=09Adrian_Chadd?= Date: Wed, 25 Sep 2014 04:31:49 +0000 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 16.4.3522.110 X-MIMEOLE: Produced By Microsoft MimeOLE V16.4.3522.110 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 03:32:02 -0000 http://antiq.co.il/koyzzu/afqiqruhwbgmoaewqtdyitufwiupqnntlbhvhnh From owner-freebsd-chromium@FreeBSD.ORG Thu Sep 25 08:42:26 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D53B1842; Thu, 25 Sep 2014 08:42:26 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF088977; Thu, 25 Sep 2014 08:42:26 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id s8P8gQud061705; Thu, 25 Sep 2014 08:42:26 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id s8P8gQQq060191; Thu, 25 Sep 2014 08:42:26 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 25 Sep 2014 08:42:26 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201409250842.s8P8gQQq060191@beefy1.isc.freebsd.org> To: chromium@FreeBSD.org Subject: [package - 91i386-default][www/chromium] Failed for chromium-37.0.2062.120_3 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 08:42:26 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: chromium@FreeBSD.org Last committer: rene@FreeBSD.org Ident: $FreeBSD: head/www/chromium/Makefile 368548 2014-09-19 10:13:40Z rene $ Log URL: http://beefy1.isc.freebsd.org/data/91i386-default/2014-09-25_06h03m40s/logs/chromium-37.0.2062.120_3.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=91i386-default&build=2014-09-25_06h03m40s Log: ====>> Building www/chromium build started at Thu Sep 25 08:10:26 UTC 2014 port directory: /usr/ports/www/chromium building for: FreeBSD 91i386-default-job-19 9.1-RELEASE-p17 FreeBSD 9.1-RELEASE-p17 i386 maintained by: chromium@FreeBSD.org Makefile ident: $FreeBSD: head/www/chromium/Makefile 368548 2014-09-19 10:13:40Z rene $ Poudriere version: 3.1-pre Host OSVERSION: 1100027 Jail OSVERSION: 901000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=901000 UNAME_v=FreeBSD 9.1-RELEASE-p17 UNAME_r=9.1-RELEASE-p17 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM= MASTERMNT=/usr/local/poudriere/data/.m/91i386-default/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=chromium-37.0.2062.120_3 OLDPWD=/root PWD=/usr/local/poudriere/data/.m/91i386-default/ref/.p/pool MASTERNAME=91i386-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for chromium-37.0.2062.120_3: CODECS=on: Compile and enable patented codecs like H.264 DEBUG=off: Build with debugging support GCONF=on: GConf configuration backend support PULSEAUDIO=off: PulseAudio sound server support TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" CC="gcc48" CXX="g++48" GYP_GENERATORS=ninja GYP_DEFINES="clang_use_chrome_plugins=0 linux_breakpad=0 linux_use_heapchecker=0 linux_strip_binary=1 test_isolation_mode=noop disable_nacl=1 enable_one_click_signin=1 enable_openmax=1 enable_webrtc=1 werror= no_gc_sections=1 os_ver=901000 prefix_dir=/usr/local python_ver=2.7 use_allocator=none use_cups=1 linux_link_gsettings=1 linux_link_libpci=1 linux_link_libspeechd=1 libspeechd_h_prefix=speech-dispatcher/ usb_ids_path=/usr/local/share/usbids/usb.ids want_separate_host_toolset=0 use_system_bzip2=1 use_system_flac=1 use_system_harfbuzz=1 use_system_icu=1 use_system_jsoncpp=1 use_system_libevent=1 use_system_libexif=1 use_system_libjpeg=1 use_system_libpng=1 use_system_libusb=1 use_system_libwebp=1 use_system_libxml=1 use_system_libxslt=1 use_ system_minizip=1 use_system_nspr=1 use_system_openssl=1 use_system_protobuf=1 use_system_re2=1 use_system_snappy=1 use_system_speex=1 use_system_xdg_utils=1 use_system_yasm=1 use_system_zlib=1 flapper_version_h_file='/wrkdirs/usr/ports/www/chromium/work/chromium-37.0.2062.120/flapper_version.h' google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 google_default_client_id=996322985003.apps.googleusercontent.com google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn ffmpeg_branding=Chrome proprietary_codecs=1 use_gconf=1 use_pulseaudio=0 disable_sse2=1 gcc_version=48" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" PKG_CONFIG=pkgconf ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl PYTHON="/usr/local/bin/python2.7" CFLAGS="-O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing" CPPFLAGS="" CXXFLAGS="-O2 -pipe -fno-stack! -protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" BUILDTYPE=Release GPERF="/usr/local/bin/gperf" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" OPENSSLLIB=/usr/lib OPENSSLINC=/usr/include OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/siz e" STRINGS="/usr/local/bin/strings" DESTDIR=/wrkdirs/usr/ports/www/chromium/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="gcc48" CFLAGS="-O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing" CPP="cpp48" CPPFLAGS="" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48" LIBS="" CXX="g++48" CXXFLAGS="-O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 0644" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd9 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 OSREL=9.1 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local PORTDOCS="" PORTEXAMPLES="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.16.3 PERL_VER=5.16 PERL_ARCH=mach PERL5_MAN3=lib/perl5/5.16/man/man3 SITE_PERL=lib/perl5/site_perl/5.16 DOCSDIR="share/doc/chromium" EXAMPLESDIR="share/examples/chromium" DATADIR="share/chromium" WWWDIR="www/chromium" ETCDIR="etc/chromium" --End PLIST_SUB-- --SUB_LIST-- COMMENT="Mostly BSD-licensed web browser based on WebKit and Gtk+" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/chromium DOCSDIR=/usr/local/share/doc/chromium EXAMPLESDIR=/usr/local/share/examples/chromium WWWDIR=/usr/local/www/chromium ETCDIR=/usr/local/etc/chromium --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user =========================================================================== =================================================== ===> chromium-37.0.2062.120_3 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.3.8.txz [91i386-default-job-19] Installing pkg-1.3.8... done Message for pkg-1.3.8: If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of chromium-37.0.2062.120_3 =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120_3 for building =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120_3 for building => SHA256 Checksum OK for chromium-37.0.2062.120.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.120_3 for building ===> Extracting for chromium-37.0.2062.120_3 => SHA256 Checksum OK for chromium-37.0.2062.120.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for chromium-37.0.2062.120_3 ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-libusb-pc ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-gcc ===> Applying FreeBSD patches for chromium-37.0.2062.120_3 =========================================================================== =================================================== ===> chromium-37.0.2062.120_3 depends on file: /usr/local/bin/gperf - not found ===> Verifying install for /usr/local/bin/gperf in /usr/ports/devel/gperf ===> Installing existing package /packages/All/gperf-3.0.3.txz [91i386-default-job-19] Installing indexinfo-0.2... done [91i386-default-job-19] Installing gperf-3.0.3... done ===> Returning to build of chromium-37.0.2062.120_3 ===> chromium-37.0.2062.120_3 depends on executable: bash - not found ===> Verifying install for bash in /usr/ports/shells/bash [8425/14916] CXX obj/third_party/WebKit/Source/core/html/canvas/webcore_html.WebGLUniformLocation.o [8426/14916] CXX obj/third_party/WebKit/Source/core/html/canvas/webcore_html.WebGLVertexArrayObjectOES.o [8427/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.BaseButtonInputType.o [8428/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.BaseCheckableInputType.o [8429/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.BaseChooserOnlyDateAndTimeInputType.o [8430/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.BaseClickableWithKeyInputType.o [8431/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.BaseDateAndTimeInputType.o [8432/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.BaseMultipleFieldsDateAndTimeInputType.o [8433/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.BaseTextInputType.o [8434/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.ButtonInputType.o [8435/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.CheckboxInputType.o [8436/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.ColorInputType.o [8437/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.DateInputType.o [8438/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.DateTimeFieldsState.o [8439/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.DateTimeLocalInputType.o [8440/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.EmailInputType.o [8441/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.FileInputType.o [8442/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.FormController.o [8443/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.HiddenInputType.o [8444/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.ImageInputType.o [8445/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.InputType.o [8446/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.InputTypeView.o [8447/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.MonthInputType.o [8448/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.NumberInputType.o [8449/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.PasswordInputType.o [8450/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.RadioButtonGroupScope.o [8451/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.RadioInputType.o [8452/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.RangeInputType.o [8453/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.ResetInputType.o [8454/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.SearchInputType.o [8455/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.StepRange.o [8456/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.SubmitInputType.o [8457/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.TelephoneInputType.o [8458/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.TextFieldInputType.o [8459/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.TextInputType.o [8460/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.TimeInputType.o [8461/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.TypeAhead.o [8462/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.URLInputType.o [8463/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.ValidationMessage.o [8464/14916] CXX obj/third_party/WebKit/Source/core/html/forms/webcore_html.WeekInputType.o [8465/14916] CXX obj/third_party/WebKit/Source/core/html/ime/webcore_html.InputMethodContext.o [8466/14916] CXX obj/third_party/WebKit/Source/core/html/imports/webcore_html.HTMLImport.o [8467/14916] CXX obj/third_party/WebKit/Source/core/html/imports/webcore_html.HTMLImportChild.o [8468/14916] CXX obj/third_party/WebKit/Source/core/html/imports/webcore_html.HTMLImportLoader.o [8469/14916] CXX obj/third_party/WebKit/Source/core/html/imports/webcore_html.HTMLImportStateResolver.o [8470/14916] CXX obj/third_party/WebKit/Source/core/html/imports/webcore_html.HTMLImportTreeRoot.o [8471/14916] CXX obj/third_party/WebKit/Source/core/html/imports/webcore_html.HTMLImportsController.o [8472/14916] CXX obj/third_party/WebKit/Source/core/html/imports/webcore_html.LinkImport.o [8473/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.BackgroundHTMLInputStream.o [8474/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.BackgroundHTMLParser.o [8475/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.CSSPreloadScanner.o [8476/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.CompactHTMLToken.o [8477/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLConstructionSite.o [8478/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLDocumentParser.o [8479/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLElementStack.o [8480/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLEntityParser.o [8481/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLEntitySearch.o [8482/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLFormattingElementList.o [8483/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLMetaCharsetParser.o [8484/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLParserIdioms.o [8485/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLParserOptions.o [8486/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLParserScheduler.o [8487/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLParserThread.o [8488/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLPreloadScanner.o [8489/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLResourcePreloader.o [8490/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLScriptRunner.o [8491/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLSourceTracker.o [8492/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLSrcsetParser.o [8493/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLTokenizer.o [8494/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLTreeBuilder.o [8495/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLTreeBuilderSimulator.o [8496/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.HTMLViewSourceParser.o [8497/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.TextDocumentParser.o [8498/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.TextResourceDecoder.o [8499/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.XSSAuditor.o [8500/14916] CXX obj/third_party/WebKit/Source/core/html/parser/webcore_html.XSSAuditorDelegate.o [8501/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.ClearButtonElement.o [8502/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.DateTimeEditElement.o [8503/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.DateTimeFieldElement.o [8504/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.DateTimeFieldElements.o [8505/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.DateTimeNumericFieldElement.o [8506/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.DateTimeSymbolicFieldElement.o [8507/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.DetailsMarkerControl.o [8508/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.MediaControlElementTypes.o [8509/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.MediaControlElements.o [8510/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.MediaControls.o [8511/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.MeterShadowElement.o [8512/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.PickerIndicatorElement.o [8513/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.ProgressShadowElement.o [8514/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.ShadowElementNames.o [8515/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.SliderThumbElement.o [8516/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.SpinButtonElement.o [8517/14916] CXX obj/third_party/WebKit/Source/core/html/shadow/webcore_html.TextControlInnerElements.o [8518/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.AudioTrack.o [8519/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.AudioTrackList.o [8520/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.InbandTextTrack.o [8521/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.LoadableTextTrack.o [8522/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.TextTrack.o [8523/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.TextTrackCue.o [8524/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.TextTrackCueList.o [8525/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.TextTrackList.o [8526/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.TrackBase.o [8527/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.TrackEvent.o [8528/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.VideoTrack.o [8529/14916] CXX obj/third_party/WebKit/Source/core/html/track/webcore_html.VideoTrackList.o [8530/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.BufferedLineReader.o [8531/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.VTTCue.o [8532/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.VTTElement.o [8533/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.VTTParser.o [8534/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.VTTRegion.o [8535/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.VTTRegionList.o [8536/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.VTTScanner.o [8537/14916] CXX obj/third_party/WebKit/Source/core/html/track/vtt/webcore_html.VTTTokenizer.o [8538/14916] STAMP obj/remoting/remoting_protocol.compile_depends.stamp [8539/14916] STAMP obj/remoting/remoting_protocol.actions_depends.stamp [8540/14916] CXX obj/remoting/jingle_glue/remoting_protocol.chromium_port_allocator.o [8541/14916] CXX obj/remoting/jingle_glue/remoting_protocol.chromium_socket_factory.o [8542/14916] CXX obj/remoting/jingle_glue/remoting_protocol.iq_sender.o [8543/14916] CXX obj/remoting/jingle_glue/remoting_protocol.jingle_info_request.o [8544/14916] CXX obj/remoting/jingle_glue/remoting_protocol.network_settings.o [8545/14916] CXX obj/remoting/jingle_glue/remoting_protocol.server_log_entry.o [8546/14916] CXX obj/remoting/jingle_glue/remoting_protocol.socket_util.o [8547/14916] CXX obj/remoting/jingle_glue/remoting_protocol.xmpp_signal_strategy.o [8548/14916] CXX obj/remoting/protocol/remoting_protocol.audio_reader.o [8549/14916] CXX obj/remoting/protocol/remoting_protocol.audio_writer.o [8550/14916] CXX obj/remoting/protocol/remoting_protocol.auth_util.o [8551/14916] CXX obj/remoting/protocol/remoting_protocol.authentication_method.o [8552/14916] CXX obj/remoting/protocol/remoting_protocol.authenticator.o [8553/14916] CXX obj/remoting/protocol/remoting_protocol.buffered_socket_writer.o [8554/14916] CXX obj/remoting/protocol/remoting_protocol.channel_dispatcher_base.o [8555/14916] CXX obj/remoting/protocol/remoting_protocol.channel_multiplexer.o [8556/14916] CXX obj/remoting/protocol/remoting_protocol.client_control_dispatcher.o [8557/14916] CXX obj/remoting/protocol/remoting_protocol.client_event_dispatcher.o [8558/14916] CXX obj/remoting/protocol/remoting_protocol.clipboard_echo_filter.o [8559/14916] CXX obj/remoting/protocol/remoting_protocol.clipboard_filter.o [8560/14916] CXX obj/remoting/protocol/remoting_protocol.clipboard_thread_proxy.o [8561/14916] CXX obj/remoting/protocol/remoting_protocol.connection_to_client.o [8562/14916] CXX obj/remoting/protocol/remoting_protocol.connection_to_host.o [8563/14916] CXX obj/remoting/protocol/remoting_protocol.content_description.o [8564/14916] CXX obj/remoting/protocol/remoting_protocol.host_control_dispatcher.o [8565/14916] CXX obj/remoting/protocol/remoting_protocol.host_event_dispatcher.o [8566/14916] CXX obj/remoting/protocol/remoting_protocol.input_event_tracker.o [8567/14916] CXX obj/remoting/protocol/remoting_protocol.input_filter.o [8568/14916] CXX obj/remoting/protocol/remoting_protocol.it2me_host_authenticator_factory.o [8569/14916] CXX obj/remoting/protocol/remoting_protocol.jingle_messages.o [8570/14916] CXX obj/remoting/protocol/remoting_protocol.jingle_session.o [8571/14916] CXX obj/remoting/protocol/remoting_protocol.jingle_session_manager.o [8572/14916] CXX obj/remoting/protocol/remoting_protocol.libjingle_transport_factory.o [8573/14916] CXX obj/remoting/protocol/remoting_protocol.me2me_host_authenticator_factory.o [8574/14916] CXX obj/remoting/protocol/remoting_protocol.message_decoder.o [8575/14916] CXX obj/remoting/protocol/remoting_protocol.message_reader.o [8576/14916] CXX obj/remoting/protocol/remoting_protocol.message_serialization.o [8577/14916] CXX obj/third_party/WebKit/Source/core/rendering/style/webcore_svg.SVGRenderStyle.o [8578/14916] CXX obj/third_party/WebKit/Source/core/rendering/style/webcore_svg.SVGRenderStyleDefs.o [8579/14916] STAMP obj/sync/sync_internal_api.compile_depends.stamp [8580/14916] STAMP obj/sync/sync_internal_api.actions_depends.stamp [8581/14916] CXX obj/sync/internal_api/attachments/sync_internal_api.attachment_downloader_impl.o [8582/14916] CXX obj/sync/internal_api/attachments/sync_internal_api.attachment_uploader_impl.o [8583/14916] CXX obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_downloader.o [8584/14916] CXX obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_store.o [8585/14916] CXX obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_uploader.o [8586/14916] CXX obj/sync/internal_api/sync_internal_api.base_node.o [8587/14916] CXX obj/sync/internal_api/sync_internal_api.base_transaction.o [8588/14916] CXX obj/sync/internal_api/sync_internal_api.change_record.o [8589/14916] CXX obj/sync/internal_api/sync_internal_api.change_reorder_buffer.o [8590/14916] AR obj/third_party/WebKit/Source/core/libwebcore_html.a [8591/14916] CXX obj/sync/internal_api/sync_internal_api.debug_info_event_listener.o [8592/14916] CXX obj/sync/internal_api/sync_internal_api.delete_journal.o [8593/14916] CXX obj/sync/internal_api/events/sync_internal_api.commit_request_event.o [8594/14916] CXX obj/sync/internal_api/events/sync_internal_api.commit_response_event.o [8595/14916] CXX obj/sync/internal_api/events/sync_internal_api.configure_get_updates_request_event.o [8596/14916] CXX obj/sync/internal_api/events/sync_internal_api.get_updates_response_event.o [8597/14916] CXX obj/sync/internal_api/events/sync_internal_api.normal_get_updates_request_event.o [8598/14916] CXX obj/sync/internal_api/events/sync_internal_api.poll_get_updates_request_event.o [8599/14916] CXX obj/sync/internal_api/events/sync_internal_api.protocol_event.o [8600/14916] CXX obj/sync/internal_api/sync_internal_api.http_bridge.o [8601/14916] CXX obj/sync/internal_api/sync_internal_api.http_bridge_network_resources.o [8602/14916] CXX obj/sync/internal_api/sync_internal_api.internal_components_factory_impl.o [8603/14916] CXX obj/sync/internal_api/sync_internal_api.js_mutation_event_observer.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.http_bridge.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_REDUC TION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_party -I../. ./third_party/webrtc -I../../third_party/cac! heinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/http_bridge.cc -o obj/sync/internal_api/sync_internal_api.http_bridge.o FAILED: g++48 -MMD -MF obj/sync/internal_api/events/sync_internal_api.protocol_event.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-D DATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_pa rty -I../../third_party/webrtc -I../../third! _party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/events/protocol_event.cc -o obj/sync/internal_api/events/sync_internal_api.protocol_event.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.http_bridge_network_resources.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:8 0/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../ third_party -I../../third_party/webrtc -I../! ../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/http_bridge_network_resources.cc -o obj/sync/internal_api/sync_internal_api.http_bridge_network_resources.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.internal_components_factory_impl.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.ne t:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../ ../third_party -I../../third_party/webrtc -I! ../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/internal_components_factory_impl.cc -o obj/sync/internal_api/sync_internal_api.internal_components_factory_impl.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.js_mutation_event_observer.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/" ' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../thi rd_party -I../../third_party/webrtc -I../../! third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/js_mutation_event_observer.cc -o obj/sync/internal_api/sync_internal_api.js_mutation_event_observer.o FAILED: g++48 -MMD -MF obj/sync/internal_api/events/sync_internal_api.get_updates_response_event.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.n et:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I.. /../third_party -I../../third_party/webrtc -! I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/events/get_updates_response_event.cc -o obj/sync/internal_api/events/sync_internal_api.get_updates_response_event.o FAILED: g++48 -MMD -MF obj/sync/internal_api/events/sync_internal_api.normal_get_updates_request_event.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googl ezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/includ e -I../../third_party -I../../third_party/we! brtc -I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/events/normal_get_updates_request_event.cc -o obj/sync/internal_api/events/sync_internal_api.normal_get_updates_request_event.o FAILED: g++48 -MMD -MF obj/sync/internal_api/events/sync_internal_api.poll_get_updates_request_event.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlez ip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_party -I../../third_party/webr! tc -I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/events/poll_get_updates_request_event.cc -o obj/sync/internal_api/events/sync_internal_api.poll_get_updates_request_event.o FAILED: g++48 -MMD -MF obj/sync/internal_api/events/sync_internal_api.configure_get_updates_request_event.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.go oglezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/inc lude -I../../third_party -I../../third_party! /webrtc -I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/events/configure_get_updates_request_event.cc -o obj/sync/internal_api/events/sync_internal_api.configure_get_updates_request_event.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.debug_info_event_listener.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../thir d_party -I../../third_party/webrtc -I../../t! hird_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/debug_info_event_listener.cc -o obj/sync/internal_api/sync_internal_api.debug_info_event_listener.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.delete_journal.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_RE DUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_party -I. ./../third_party/webrtc -I../../third_party/! cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/delete_journal.cc -o obj/sync/internal_api/sync_internal_api.delete_journal.o FAILED: g++48 -MMD -MF obj/sync/internal_api/events/sync_internal_api.commit_request_event.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/ "' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../th ird_party -I../../third_party/webrtc -I../..! /third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/events/commit_request_event.cc -o obj/sync/internal_api/events/sync_internal_api.commit_request_event.o FAILED: g++48 -MMD -MF obj/sync/internal_api/events/sync_internal_api.commit_response_event.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80 /"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../t hird_party -I../../third_party/webrtc -I../.! ./third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/events/commit_response_event.cc -o obj/sync/internal_api/events/sync_internal_api.commit_response_event.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.change_reorder_buffer.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-D DATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_pa rty -I../../third_party/webrtc -I../../third! _party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/change_reorder_buffer.cc -o obj/sync/internal_api/sync_internal_api.change_reorder_buffer.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.change_record.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_RED UCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_party -I.. /../third_party/webrtc -I../../third_party/c! acheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/change_record.cc -o obj/sync/internal_api/sync_internal_api.change_record.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.base_transaction.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_ REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_party - I../../third_party/webrtc -I../../third_part! y/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/base_transaction.cc -o obj/sync/internal_api/sync_internal_api.base_transaction.o FAILED: g++48 -MMD -MF obj/sync/internal_api/sync_internal_api.base_node.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_REDUCTI ON_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_party -I../../ third_party/webrtc -I../../third_party/cache! invalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/base_node.cc -o obj/sync/internal_api/sync_internal_api.base_node.o FAILED: g++48 -MMD -MF obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_uploader.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezi p.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include - I../../third_party -I../../third_party/webrt! c -I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/attachments/fake_attachment_uploader.cc -o obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_uploader.o FAILED: g++48 -MMD -MF obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_store.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.n et:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I.. /../third_party -I../../third_party/webrtc -! I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/attachments/fake_attachment_store.cc -o obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_store.o FAILED: g++48 -MMD -MF obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_downloader.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.google zip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DSYNC_IMPLEMENTATION -DFEATURE_ENABLE_SSL -DFEATURE_ENABLE_VOICEMAIL -DEXPAT_RELATIVE_PATH -DGTEST_RELATIVE_PATH -DNO_MAIN_THREAD_WRAPPING -DNO_SOUND_SYSTEM -DPOSIX -DBSD -DFREEBSD -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DUSE_SYSTEM_ZLIB -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/libjingle/overrides -I../../third_party/libjingle/source -I../../third_party/webrtc/overrides -I../../testing/gtest/include -I../../third_party -I../../third_party/web! rtc -I../../third_party/cacheinvalidation/overrides -I../../third_party/cacheinvalidation/src -Igen/protoc_out -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wno-unused-local-typedefs -I/usr/local/include -D_THREAD_SAFE -pthread -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wl,-rpath=/usr/local/lib/gcc48 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc48 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../sync/internal_api/attachments/fake_attachment_downloader.cc -o obj/sync/internal_api/attachments/sync_internal_api.fake_attachment_downloader.o Terminated From owner-freebsd-chromium@FreeBSD.ORG Thu Sep 25 18:14:07 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C92E9B65; Thu, 25 Sep 2014 18:14:07 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B29DAA70; Thu, 25 Sep 2014 18:14:07 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PIE7ga026441; Thu, 25 Sep 2014 18:14:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id s8PIE7ZD026432; Thu, 25 Sep 2014 18:14:07 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Thu, 25 Sep 2014 18:14:07 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201409251814.s8PIE7ZD026432@beefy1.isc.freebsd.org> To: chromium@FreeBSD.org Subject: [package - 91i386-quarterly][www/chromium] Failed for chromium-37.0.2062.124 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 18:14:07 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: chromium@FreeBSD.org Last committer: rene@FreeBSD.org Ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 369246 2014-09-25 12:37:45Z rene $ Log URL: http://beefy1.isc.freebsd.org/data/91i386-quarterly/2014-09-25_16h19m48s/logs/chromium-37.0.2062.124.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=91i386-quarterly&build=2014-09-25_16h19m48s Log: ====>> Building www/chromium build started at Thu Sep 25 18:03:05 UTC 2014 port directory: /usr/ports/www/chromium building for: FreeBSD 91i386-quarterly-job-07 9.1-RELEASE-p17 FreeBSD 9.1-RELEASE-p17 i386 maintained by: chromium@FreeBSD.org Makefile ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 369246 2014-09-25 12:37:45Z rene $ Poudriere version: 3.1-pre Host OSVERSION: 1100027 Jail OSVERSION: 901000 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=901000 UNAME_v=FreeBSD 9.1-RELEASE-p17 UNAME_r=9.1-RELEASE-p17 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen MASTERMNT=/usr/local/poudriere/data/.m/91i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=chromium-37.0.2062.124 OLDPWD= PWD=/usr/local/poudriere/data/.m/91i386-quarterly/ref/.p/pool MASTERNAME=91i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for chromium-37.0.2062.124: CODECS=on: Compile and enable patented codecs like H.264 DEBUG=off: Build with debugging support GCONF=on: GConf configuration backend support PULSEAUDIO=off: PulseAudio sound server support TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" CC="gcc47" CXX="g++47" GYP_GENERATORS=ninja GYP_DEFINES="clang_use_chrome_plugins=0 linux_breakpad=0 linux_use_heapchecker=0 linux_strip_binary=1 test_isolation_mode=noop disable_nacl=1 enable_one_click_signin=1 enable_openmax=1 enable_webrtc=1 werror= no_gc_sections=1 os_ver=901000 prefix_dir=/usr/local python_ver=2.7 use_allocator=none use_cups=1 linux_link_gsettings=1 linux_link_libpci=1 linux_link_libspeechd=1 libspeechd_h_prefix=speech-dispatcher/ usb_ids_path=/usr/local/share/usbids/usb.ids want_separate_host_toolset=0 use_system_bzip2=1 use_system_flac=1 use_system_harfbuzz=1 use_system_icu=1 use_system_jsoncpp=1 use_system_libevent=1 use_system_libexif=1 use_system_libjpeg=1 use_system_libpng=1 use_system_libusb=1 use_system_libwebp=1 use_system_libxml=1 use_system_libxslt=1 use_ system_minizip=1 use_system_nspr=1 use_system_openssl=1 use_system_protobuf=1 use_system_re2=1 use_system_snappy=1 use_system_speex=1 use_system_xdg_utils=1 use_system_yasm=1 use_system_zlib=1 flapper_version_h_file='/wrkdirs/usr/ports/www/chromium/work/chromium-37.0.2062.124/flapper_version.h' google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 google_default_client_id=996322985003.apps.googleusercontent.com google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn ffmpeg_branding=Chrome proprietary_codecs=1 use_gconf=1 use_pulseaudio=0 disable_sse2=1 gcc_version=47" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" PKG_CONFIG=pkgconf ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl CFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing" CPPFLAGS="" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/! local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" BUILDTYPE=Release GPERF="/usr/local/bin/gperf" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" OPENSSLLIB=/usr/lib OPENSSLINC=/usr/include OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES ADDR2LINE="/usr/local/bin/addr2line" AR="/usr/local/bin/ar" AS="/usr/local/bin/as" CPPFILT="/usr/local/bin/c++filt" GPROF="/usr/local/bin/gprof" LD="/usr/local/bin/ld" NM="/usr/local/bin/nm" OBJCOPY="/usr/local/bin/objcopy" OBJDUMP="/usr/local/bin/objdump" RANLIB="/usr/local/bin/ranlib" READELF="/usr/local/bin/readelf" SIZE="/usr/local/bin/siz e" STRINGS="/usr/local/bin/strings" DESTDIR=/wrkdirs/usr/ports/www/chromium/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="gcc47" CFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing" CPP="cpp47" CPPFLAGS="" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib -Wl,-rpath=/usr/local/lib/gcc47 -L/usr/local/lib/gcc47" LIBS="" CXX="g++47" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd9 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 OSREL=9.1 PREFIX=%D LOCALBASE=/usr/local PORTDOCS="" PORTEXAMPLES="" PORTDATA="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.16.3 PERL_VER=5.16 PERL_ARCH=mach PERL5_MAN3=lib/perl5/5.16/man/man3 SITE_PERL=lib/perl5/site_perl/5.16 DOCSDIR="share/doc/chromium" EXAMPLESDIR="share/examples/chromium" DATADIR="share/chromium" WWWDIR="www/chromium" ETCDIR="etc/chromium" --End PLIST_SUB-- --SUB_LIST-- COMMENT="Mostly BSD-licensed web browser based on WebKit and Gtk+" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/chromium DOCSDIR=/usr/local/share/doc/chromium EXAMPLESDIR=/usr/local/share/examples/chromium WWWDIR=/usr/local/www/chromium ETCDIR=/usr/local/etc/chromium --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user =========================================================================== =================================================== ===> chromium-37.0.2062.124 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.7_4.txz Installing pkg-1.2.7_4... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of chromium-37.0.2062.124 =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user => chromium-37.0.2062.124.tar.xz doesn't seem to exist in /portdistfiles/. => Attempting to fetch http://commondatastorage.googleapis.com/chromium-browser-official/chromium-37.0.2062.124.tar.xz chromium-37.0.2062.124.tar.xz 212 MB 26 MBps ===> Fetching all distfiles required by chromium-37.0.2062.124 for building =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.124 for building => SHA256 Checksum OK for chromium-37.0.2062.124.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.124 for building ===> Extracting for chromium-37.0.2062.124 => SHA256 Checksum OK for chromium-37.0.2062.124.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for chromium-37.0.2062.124 ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-libusb-pc ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-gcc ===> Applying FreeBSD patches for chromium-37.0.2062.124 =========================================================================== =================================================== ===> chromium-37.0.2062.124 depends on file: /usr/local/bin/gperf - not found ===> Verifying install for /usr/local/bin/gperf in /usr/ports/devel/gperf ===> Installing existing package /packages/All/gperf-3.0.3.txz Installing gperf-3.0.3...Installing indexinfo-0.2... done done ===> Returning to build of chromium-37.0.2062.124 from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/buffer_manager.cc:10: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: conflicting declaration 'typedef ptrdiff_t GLsizeiptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/buffer_manager.h:14, from ../../gpu/command_buffer/service/buffer_manager.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: 'GLsizeiptr' has a previous declaration as 'typedef long int GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_validation.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip. net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACRO S -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIN! D -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gles2_cmd_validation.cc -o obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_validation.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:10: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:10: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.feature_info.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/" ' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__ST DC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNA! MIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-mi ssing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/feature_info.cc -o obj/gpu/command_buffer/service/command_buffer_service.feature_info.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/feature_info.cc:15: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/feature_info.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/feature_info.cc:15: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/feature_info.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.context_group.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/ "' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__S TDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYN! AMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-m issing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/context_group.cc -o obj/gpu/command_buffer/service/command_buffer_service.context_group.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/buffer_manager.h:14, from ../../gpu/command_buffer/service/context_group.cc:14: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/context_group.h:16:0, from ../../gpu/command_buffer/service/context_group.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/buffer_manager.h:14, from ../../gpu/command_buffer/service/context_group.cc:14: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/context_group.h:16:0, from ../../gpu/command_buffer/service/context_group.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gpu_control_service.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.n et:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND! -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gpu_control_service.cc -o obj/gpu/command_buffer/service/command_buffer_service.gpu_control_service.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/query_manager.h:17, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/query_manager.h:17, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/gpu_control_service.cc:8: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.context_state.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/ "' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__S TDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYN! AMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-m issing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/context_state.cc -o obj/gpu/command_buffer/service/command_buffer_service.context_state.o In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/context_state.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: conflicting declaration 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/context_state.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: 'GLintptr' has a previous declaration as 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/context_state.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: conflicting declaration 'typedef ptrdiff_t GLsizeiptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/context_state.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: 'GLsizeiptr' has a previous declaration as 'typedef long int GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net: 80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D __STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -D! DYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wn o-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gpu_state_tracer.cc -o obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: conflicting declaration 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: 'GLintptr' has a previous declaration as 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13:0, from ../../gpu/command_buffer/service/feature_info.h:14, from ../../gpu/command_buffer/service/query_manager.h:16, from ../../gpu/command_buffer/service/context_state.h:14, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: conflicting declaration 'typedef ptrdiff_t GLsizeiptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/context_state.h:13, from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: 'GLsizeiptr' has a previous declaration as 'typedef long int GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.memory_program_cache.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip. net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACRO S -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIN! D -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/memory_program_cache.cc -o obj/gpu/command_buffer/service/command_buffer_service.memory_program_cache.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/shader_manager.h:14, from ../../gpu/command_buffer/service/program_cache.h:15, from ../../gpu/command_buffer/service/memory_program_cache.h:16, from ../../gpu/command_buffer/service/memory_program_cache.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/program_cache.h:13:0, from ../../gpu/command_buffer/service/memory_program_cache.h:16, from ../../gpu/command_buffer/service/memory_program_cache.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/shader_manager.h:14, from ../../gpu/command_buffer/service/program_cache.h:15, from ../../gpu/command_buffer/service/memory_program_cache.h:16, from ../../gpu/command_buffer/service/memory_program_cache.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/program_cache.h:13:0, from ../../gpu/command_buffer/service/memory_program_cache.h:16, from ../../gpu/command_buffer/service/memory_program_cache.cc:5: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net :80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS - D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -! DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -W no-missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/gles2_cmd_decoder.cc -o obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16, from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: conflicting declaration 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:29:0: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: 'GLintptr' has a previous declaration as 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16, from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: conflicting declaration 'typedef long int GLsizeiptr' In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:29:0: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: 'GLsizeiptr' has a previous declaration as 'typedef ptrdiff_t GLsizeiptr' FAILED: g++47 -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.program_manager.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:8 0/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D_ _STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DD! YNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno -missing-field-initializers -fvisibility=hidden -pipe -fPIC -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mfpmath=sse -mmmx -m32 -O2 -fno-ident -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wl,-rpath=/usr/local/lib/gcc47 -fno-strict-aliasing -Wl,-rpath=/usr/local/lib/gcc47 -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -c ../../gpu/command_buffer/service/program_manager.cc -o obj/gpu/command_buffer/service/command_buffer_service.program_manager.o In file included from ../../gpu/command_buffer/service/program_manager.cc:19:0: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: conflicting declaration 'typedef ptrdiff_t GLintptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/program_manager.h:15, from ../../gpu/command_buffer/service/program_manager.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: 'GLintptr' has a previous declaration as 'typedef long int GLintptr' In file included from ../../gpu/command_buffer/service/program_manager.cc:19:0: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: conflicting declaration 'typedef ptrdiff_t GLsizeiptr' In file included from ../../third_party/mesa/src/include/GL/gl.h:2086:0, from ../../ui/gl/gl_bindings.h:13, from ../../gpu/command_buffer/service/gl_utils.h:12, from ../../gpu/command_buffer/service/program_manager.h:15, from ../../gpu/command_buffer/service/program_manager.cc:5: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: 'GLsizeiptr' has a previous declaration as 'typedef long int GLsizeiptr' ninja: build stopped: subcommand failed. *** [do-build] Error code 1 Stop in /usr/ports/www/chromium. From owner-freebsd-chromium@FreeBSD.ORG Thu Sep 25 19:36:56 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44FA0B36 for ; Thu, 25 Sep 2014 19:36:56 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D333E37E for ; Thu, 25 Sep 2014 19:36:55 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id r20so9654182wiv.2 for ; Thu, 25 Sep 2014 12:36:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=QCgxGtKYd5fTlIC0AHcn8BN2QjLVBcHF/J+n8T2I7Yw=; b=ipP36Fg1a7NZdTysrtsT5mz6ccZ67Gu6o+SBgf8Q0U6n/4sLKQ43cwscVo88JvoUvX LTnBvaCGpzAZ1T08UBK4qSv7AhTKJjbKF1CIKvKhoEho4Zd/RQR6uAxC9C6C0qwrX20E GtkbRbTBsYfoWxeTl7eU/lwg8gBZPHMOqhtKwAtY6P1zz8aNfzSQDbxNJJo8IhSgPUoq wF+zK78/BYWC/hOhJ7wrDnUXqs0KUumKW4oZNMDstEPWxwfdoUqmF3saqKa90eg+Ave5 TjsxwfARUxsgO4b5/0OfmglgN2SvtZuUHKoQz4SnQPKALeyIoDoB8v/qAXENKMMam08F XCjA== X-Gm-Message-State: ALoCoQnxzDHwFBcmZ6CNsJ56WqdfCny98GmMhR7anvS5Ggwy14bro8q2/z/1aDnDF0hmZQMR4QdX MIME-Version: 1.0 X-Received: by 10.194.120.101 with SMTP id lb5mr17998653wjb.84.1411673808456; Thu, 25 Sep 2014 12:36:48 -0700 (PDT) Received: by 10.27.175.9 with HTTP; Thu, 25 Sep 2014 12:36:48 -0700 (PDT) X-Originating-IP: [222.154.235.32] In-Reply-To: References: Date: Fri, 26 Sep 2014 07:36:48 +1200 Message-ID: Subject: Re: libpepflashplayer on chromium? From: Jonathan Chen To: freebsd-chromium@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 19:36:56 -0000 On 8 September 2014 09:08, Jonathan Chen wrote: > Hi, > > With latest release of chromium, www/linux-f10-flashplugin11 no longer > works. However, I note that Google have now introduced > libpepflashplayer to handle Flash content. Is this part of the > chromium source-tree or would this involve introducing a separate > port? The chromium source tree appears to have "pepper" related sources in content/renderer/pepper and content/browser/renderer_host/pepper. I'm not sure whether this is related to libpepflashplayer or not. I've tried tweaking the Makefile in an attempt to get this to build, but without any success. Has anyone else here managed/attempted to try this out? Cheers. -- Jonathan Chen From owner-freebsd-chromium@FreeBSD.ORG Fri Sep 26 02:55:20 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D47ED9FC; Fri, 26 Sep 2014 02:55:20 +0000 (UTC) Received: from beefy1.isc.freebsd.org (beefy1.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:38]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCAB9B19; Fri, 26 Sep 2014 02:55:20 +0000 (UTC) Received: from beefy1.isc.freebsd.org (localhost [127.0.0.1]) by beefy1.isc.freebsd.org (8.14.9/8.14.9) with ESMTP id s8Q2tKwG065724; Fri, 26 Sep 2014 02:55:20 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy1.isc.freebsd.org (8.14.9/8.14.9/Submit) id s8Q2tK7D065719; Fri, 26 Sep 2014 02:55:20 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 26 Sep 2014 02:55:20 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201409260255.s8Q2tK7D065719@beefy1.isc.freebsd.org> To: chromium@FreeBSD.org Subject: [package - 10i386-quarterly][www/chromium] Failed for chromium-37.0.2062.124 in build Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 02:55:20 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: chromium@FreeBSD.org Last committer: rene@FreeBSD.org Ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 369246 2014-09-25 12:37:45Z rene $ Log URL: http://beefy1.isc.freebsd.org/data/10i386-quarterly/2014-09-26_01h10m09s/logs/chromium-37.0.2062.124.log Build URL: http://beefy1.isc.freebsd.org/build.html?mastername=10i386-quarterly&build=2014-09-26_01h10m09s Log: ====>> Building www/chromium build started at Fri Sep 26 02:45:36 UTC 2014 port directory: /usr/ports/www/chromium building for: FreeBSD 10i386-quarterly-job-20 10.0-RELEASE-p7 FreeBSD 10.0-RELEASE-p7 i386 maintained by: chromium@FreeBSD.org Makefile ident: $FreeBSD: branches/2014Q3/www/chromium/Makefile 369246 2014-09-25 12:37:45Z rene $ Poudriere version: 3.1-pre Host OSVERSION: 1100027 Jail OSVERSION: 1000510 ---Begin Environment--- UNAME_m=i386 UNAME_p=i386 OSVERSION=1000510 UNAME_v=FreeBSD 10.0-RELEASE-p7 UNAME_r=10.0-RELEASE-p7 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 SAVED_TERM=screen MASTERMNT=/usr/local/poudriere/data/.m/10i386-quarterly/ref PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNAME=chromium-37.0.2062.124 OLDPWD= PWD=/usr/local/poudriere/data/.m/10i386-quarterly/ref/.p/pool MASTERNAME=10i386-quarterly USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for chromium-37.0.2062.124: CODECS=on: Compile and enable patented codecs like H.264 DEBUG=off: Build with debugging support GCONF=on: GConf configuration backend support PULSEAUDIO=off: PulseAudio sound server support TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" CC="cc" CXX="c++" GYP_GENERATORS=ninja GYP_DEFINES="clang_use_chrome_plugins=0 linux_breakpad=0 linux_use_heapchecker=0 linux_strip_binary=1 test_isolation_mode=noop disable_nacl=1 enable_one_click_signin=1 enable_openmax=1 enable_webrtc=1 werror= no_gc_sections=1 os_ver=1000510 prefix_dir=/usr/local python_ver=2.7 use_allocator=none use_cups=1 linux_link_gsettings=1 linux_link_libpci=1 linux_link_libspeechd=1 libspeechd_h_prefix=speech-dispatcher/ usb_ids_path=/usr/local/share/usbids/usb.ids want_separate_host_toolset=0 use_system_bzip2=1 use_system_flac=1 use_system_harfbuzz=1 use_system_icu=1 use_system_jsoncpp=1 use_system_libevent=1 use_system_libexif=1 use_system_libjpeg=1 use_system_libpng=1 use_system_libusb=1 use_system_libwebp=1 use_system_libxml=1 use_system_libxslt=1 use_syst em_minizip=1 use_system_nspr=1 use_system_openssl=1 use_system_protobuf=1 use_system_re2=1 use_system_snappy=1 use_system_speex=1 use_system_xdg_utils=1 use_system_yasm=1 use_system_zlib=1 flapper_version_h_file='/wrkdirs/usr/ports/www/chromium/work/chromium-37.0.2062.124/flapper_version.h' google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 google_default_client_id=996322985003.apps.googleusercontent.com google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn ffmpeg_branding=Chrome proprietary_codecs=1 use_gconf=1 use_pulseaudio=0 disable_sse2=1 clang=1" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" PYTHON="/usr/local/bin/python2.7" PKG_CONFIG=pkgconf ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PERL_PATH=/usr/local/bin/perl AR=/usr/bin/ar CFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" CPPFLAGS="" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-war! ning-option -fno-strict-aliasing" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" BUILDTYPE=Release GPERF="/usr/local/bin/gperf" XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" OPENSSLLIB=/usr/lib OPENSSLINC=/usr/include OPENSSLBASE=/usr OPENSSLDIR=/etc/ssl XDG_DATA_HOME=/wrkdirs/usr/ports/www/chromium/work XDG_CONFIG_HOME=/wrkdirs/usr/ports/www/chromium/work HOME=/wrkdirs/usr/ports/www/chromium/work TMPDIR="/tmp" NO_PIE=yes SHELL=/bin/sh NO_LINT=YES DESTDIR=/wrkdirs/usr/ports/www/chromium/work/stage PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS=" -Wl,-rpath,/usr/lib:/usr/local/lib" LIBS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-stack-protector -Wno-un known-warning-option -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --PLIST_SUB-- PYTHON_INCLUDEDIR=include/python2.7 PYTHON_LIBDIR=lib/python2.7 PYTHON_PLATFORM=freebsd10 PYTHON_SITELIBDIR=lib/python2.7/site-packages PYTHON_VERSION=python2.7 OSREL=10.0 PREFIX=%D LOCALBASE=/usr/local PORTDOCS="" PORTEXAMPLES="" PORTDATA="" LIB32DIR=lib GTK2_VERSION="2.10.0" GTK3_VERSION="3.0.0" PERL_VERSION=5.16.3 PERL_VER=5.16 PERL_ARCH=mach PERL5_MAN3=lib/perl5/5.16/man/man3 SITE_PERL=lib/perl5/site_perl/5.16 DOCSDIR="share/doc/chromium" EXAMPLESDIR="share/examples/chromium" DATADIR="share/chromium" WWWDIR="www/chromium" ETCDIR="etc/chromium" --End PLIST_SUB-- --SUB_LIST-- COMMENT="Mostly BSD-licensed web browser based on WebKit and Gtk+" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/chromium DOCSDIR=/usr/local/share/doc/chromium EXAMPLESDIR=/usr/local/share/examples/chromium WWWDIR=/usr/local/www/chromium ETCDIR=/usr/local/etc/chromium --End SUB_LIST-- ---Begin make.conf--- ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs ARCH=i386 MACHINE=i386 MACHINE_ARCH=i386 USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles #### /usr/local/etc/poudriere.d/make.conf #### WITH_PKGNG=yes #WITH_PKGNG=devel # clean-restricted via poudriere.conf NO_RESTRICTED #NO_RESTRICTED=yes DISABLE_MAKE_JOBS=poudriere ---End make.conf--- =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user =========================================================================== =================================================== ===> chromium-37.0.2062.124 depends on file: /usr/local/sbin/pkg - not found ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg ===> Installing existing package /packages/All/pkg-1.2.7_4.txz Installing pkg-1.2.7_4... done If you are upgrading from the old package format, first run: # pkg2ng ===> Returning to build of chromium-37.0.2062.124 =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.124 for building =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.124 for building => SHA256 Checksum OK for chromium-37.0.2062.124.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== To build Chromium, you should have around 1 GB of memory and a fair amount of free diskspace (~ 3.7GB). Make sure you have Python build with the SEM option ON (default in python27-2.7.8 since r361735) ===> License BSD3CLAUSE LGPL21 MPL accepted by the user ===> Fetching all distfiles required by chromium-37.0.2062.124 for building ===> Extracting for chromium-37.0.2062.124 => SHA256 Checksum OK for chromium-37.0.2062.124.tar.xz. =========================================================================== =================================================== =========================================================================== =================================================== ===> Patching for chromium-37.0.2062.124 ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-fixup-execinfo ===> Applying extra patch /usr/ports/www/chromium/files/extra-patch-clang ===> Applying FreeBSD patches for chromium-37.0.2062.124 =========================================================================== =================================================== ===> chromium-37.0.2062.124 depends on file: /usr/local/bin/gperf - not found ===> Verifying install for /usr/local/bin/gperf in /usr/ports/devel/gperf ===> Installing existing package /packages/All/gperf-3.0.3.txz Installing gperf-3.0.3...Installing indexinfo-0.2... done done ===> Returning to build of chromium-37.0.2062.124 ===> chromium-37.0.2062.124 depends on executable: bash - not found ===> Verifying install for bash in /usr/ports/shells/bash ===> Installing existing package /packages/All/bash-4.3.25_1.txz [5823/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_scheduler.o [5824/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o [5825/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_switches.o [5826/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.gpu_tracer.o [5827/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.id_manager.o [5828/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.image_manager.o [5829/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.in_process_command_buffer.o [5830/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.logger.o [5831/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.mailbox_manager.o [5832/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.mailbox_synchronizer.o [5833/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.memory_program_cache.o [5834/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.program_manager.o [5835/14916] CXX obj/gpu/command_buffer/service/command_buffer_service.query_manager.o FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_validation.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="h ttp://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS= 1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_M! ACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -W all -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/gles2_cmd_validation.cc -o obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_validation.o In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:10: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.cc:10: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.feature_info.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://co mpress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__ST DC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D! NDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno -unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/feature_info.cc -o obj/gpu/command_buffer/service/command_buffer_service.feature_info.o In file included from ../../gpu/command_buffer/service/feature_info.cc:15: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/feature_info.cc:15: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gpu_control_service.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="ht tp://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MA! CROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wa ll -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/gpu_control_service.cc -o obj/gpu/command_buffer/service/command_buffer_service.gpu_control_service.o In file included from ../../gpu/command_buffer/service/gpu_control_service.cc:8: In file included from ../../gpu/command_buffer/service/query_manager.h:17: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/gpu_control_service.cc:8: In file included from ../../gpu/command_buffer/service/query_manager.h:17: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http ://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 - D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACR! OS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/gles2_cmd_decoder.cc -o obj/gpu/command_buffer/service/command_buffer_service.gles2_cmd_decoder.o In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: In file included from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/gles2_cmd_decoder.cc:33: In file included from ../../gpu/command_buffer/service/async_pixel_transfer_delegate.h:16: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.memory_program_cache.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="h ttp://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS= 1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_M! ACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -W all -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/memory_program_cache.cc -o obj/gpu/command_buffer/service/command_buffer_service.memory_program_cache.o In file included from ../../gpu/command_buffer/service/memory_program_cache.cc:5: In file included from ../../gpu/command_buffer/service/memory_program_cache.h:16: In file included from ../../gpu/command_buffer/service/program_cache.h:15: In file included from ../../gpu/command_buffer/service/shader_manager.h:14: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/memory_program_cache.cc:5: In file included from ../../gpu/command_buffer/service/memory_program_cache.h:16: In file included from ../../gpu/command_buffer/service/program_cache.h:15: In file included from ../../gpu/command_buffer/service/shader_manager.h:14: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http: //compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D __STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACRO! S -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/gpu_state_tracer.cc -o obj/gpu/command_buffer/service/command_buffer_service.gpu_state_tracer.o In file included from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLintptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6156:32: note: previous definition is here typedef signed long int GLintptr; ^ In file included from ../../gpu/command_buffer/service/gpu_state_tracer.cc:9: In file included from ../../gpu/command_buffer/service/context_state.h:14: In file included from ../../gpu/command_buffer/service/query_manager.h:16: In file included from ../../gpu/command_buffer/service/feature_info.h:14: In file included from ../../gpu/command_buffer/service/gles2_cmd_validation.h:13: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLsizeiptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6157:32: note: previous definition is here typedef signed long int GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.program_manager.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http:/ /compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D_ _STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS! -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall - Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/program_manager.cc -o obj/gpu/command_buffer/service/command_buffer_service.program_manager.o In file included from ../../gpu/command_buffer/service/program_manager.cc:19: ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLintptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6156:32: note: previous definition is here typedef signed long int GLintptr; ^ In file included from ../../gpu/command_buffer/service/program_manager.cc:19: ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: error: typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'long') typedef ptrdiff_t GLsizeiptr; ^ ./../third_party/mesa/src/include/GL/glext.h:6157:32: note: previous definition is here typedef signed long int GLsizeiptr; ^ 2 errors generated. FAILED: c++ -MMD -MF obj/gpu/command_buffer/service/command_buffer_service.query_manager.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AURA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICATIONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHECK=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://c ompress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.googlezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DGL_GLEXT_PROTOTYPES -DUSE_SYSTEM_PROTOBUF -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DSK_ENABLE_INST_COUNT=0 -DSK_SUPPORT_GPU=1 '-DGR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"' -DSK_ENABLE_LEGACY_API_ALIASING=1 -DSK_ATTR_DEPRECATED=SK_NOTHING_ARG1 -DGR_GL_IGNORE_ES3_MSAA=0 -DSK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT -DSK_SUPPORT_LEGACY_GETTOPDEVICE -DSK_SUPPORT_LEGACY_BITMAP_CONFIG -DSK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE -DSK_SUPPORT_LEGACY_N32_NAME -DSK_SUPPORT_LEGACY_SETCONFIG -DSK_IGNORE_ETC1_SUPPORT -DSK_IGNORE_GPU_DITHER -DSK_SUPPORT_LEGACY_GETTOTALCLIP -DSK_USE_POSIX_THREADS -DSK_DEFERRED_CANVAS_USES_FACTORIES=1 -DU_USING_ICU_NAMESPACE=0 -DUSE_NSS=1 -D__S TDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -! DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen/shim_headers/libpng/target -Igen/shim_headers/harfbuzz-ng/target -Igen/shim_headers/zlib/target -Igen/shim_headers/icuuc/target -Igen/shim_headers/icui18n/target -Igen/shim_headers/re2/target -Igen/shim_headers/libevent/target -Igen -I../.. -I../../third_party/khronos -I../../gpu -I/usr/local/include -I../../skia/config -Igen/protoc_out -I../../net/third_party/nss/ssl -I../../third_party/skia/src/core -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 -Igen/ui/gl -I../../third_party/mesa/src/include -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wn o-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wno-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -momit-leaf-frame-pointer -fcolor-diagnostics -pthread -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include/nspr -Wno-header-guard -I/usr/local/include -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include -msse2 -mmmx -m32 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing -fno-rtti -fno-threadsafe-statics -fvisibility-inlines-hidden -Wsign-compare -std=gnu++11 -c ../../gpu/command_buffer/service/query_manager.cc -o obj/gpu/command_buffer/service/command_buffer_service.query_manager.o In file included from ../../gpu/command_buffer/service/query_manager.cc:5: In file included from ../../gpu/command_buffer/service/query_manager.h:17: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6156:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLintptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:42:19: note: previous definition is here typedef ptrdiff_t GLintptr; ^ In file included from ../../gpu/command_buffer/service/query_manager.cc:5: In file included from ../../gpu/command_buffer/service/query_manager.h:17: In file included from ../../gpu/command_buffer/service/gl_utils.h:12: In file included from ../../ui/gl/gl_bindings.h:13: In file included from ../../third_party/mesa/src/include/GL/gl.h:2086: ./../third_party/mesa/src/include/GL/glext.h:6157:32: error: typedef redefinition with different types ('long' vs 'ptrdiff_t' (aka 'int')) typedef signed long int GLsizeiptr; ^ ./../gpu/command_buffer/common/gles2_cmd_format.h:43:19: note: previous definition is here typedef ptrdiff_t GLsizeiptr; ^ 2 errors generated. ninja: build stopped: subcommand failed. *** Error code 1 Stop. make: stopped in /usr/ports/www/chromium From owner-freebsd-chromium@FreeBSD.ORG Fri Sep 26 03:04:38 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63B2EDC5 for ; Fri, 26 Sep 2014 03:04:38 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A123CAF for ; Fri, 26 Sep 2014 03:04:38 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8Q34cg7049860 for ; Fri, 26 Sep 2014 03:04:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193610] chromium-37.0.2062.120_1 Bus error (core dumped) Date: Fri, 26 Sep 2014 03:04:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ctyz1999+bugzilla@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 03:04:38 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193610 --- Comment #17 from Craig Wiesen --- I have now also added this so /usr/ports/www/chromium/Makefile It seems to help force chromium build in poudriere. diff -u Makefile.orig Makefile --- Makefile.orig 2014-09-25 21:44:39.397280194 -0500 +++ Makefile 2014-09-25 19:59:45.731277514 -0500 @@ -16,6 +16,7 @@ CFLAGS+=3D -fno-stack-protector -isystem${LOCALBASE}/include BUILD_DEPENDS=3D ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ + gcc47:${PORTSDIR}/lang/gcc47 \ bash:${PORTSDIR}/shells/bash \ yasm:${PORTSDIR}/devel/yasm \ flock:${PORTSDIR}/sysutils/flock \ With that, I do not need the patch to /usr/ports/Mk/bsd.gcc Poudriere still emits all those scary gcc47 exit status messages and chrome still core dumps upon exit. I do not understand how poudriere can use non base gcc/clang versions ever? unless using the additional BUILD_DEPENDS to install the compiler in the ja= il and the overrides in /etc/make.conf /usr/local/etc/poudriere.d/make.conf In case it is useful for others': My entire /etc/make.conf (now) # kernel/world stuff CPUTYPE?=3Dcore2 KERNCONF=3DSANDYBRIDGE COMPAT4X=3Dyes COMPAT5X=3Dyes COMPAT6X=3Dyes COMPAT7X=3Dyes MAKE_IDEA=3Dyes NO_PROFILE=3Dyes PORTS_MODULES=3Demulators/virtualbox-ose-kmod # ports DEFAULT_VERSIONS=3D apache=3D2.4 mysql=3D5.6 perl5=3D5.18 php=3D5.5 ruby=3D= 2.0 BATCH=3Dyes WITH_KMS=3Dyes WITH_NEW_XORG=3Dyes WITH_GALLIUM=3Dyes WITH_OPENSSL_PORT=3Dyes WITH_PKGNG=3Dyes WITH_BDB6_PERMITTED=3Dyes WITH_BDB_VER=3D6 WITH_SSP=3Dyes WITH_SSP_PORTS=3Dyes TESSERACT_LANGS=3Deng DISABLE_VULNERABILITIES=3Dyes NO_IGNORE=3D1 FAVORITE_COMPILER=3Dgcc OVERRIDE_LINUX_BASE_PORT=3Dc6 OVERRIDE_LINUX_NONBASE_PORTS=3Dc6 .if ${.CURDIR:M*/www/chromium*} CC=3Dgcc47 CXX=3Dg++47 CPP=3Dcpp47 .endif .if ${.CURDIR:M*/graphics/libcdr*} CC=3Dgcc47 CXX=3Dg++47 CPP=3Dcpp47 .endif .if ${.CURDIR:M*/x11/kdelibs4*} # cannot build with clang CC=3Dgcc CXX=3Dg++ CPP=3Dcpp .endif and /etc/src.conf WITH_CLANG_FULL=3Dyes WITH_CLANG_IS_CC=3Dyes CC=3Dclang CXX=3Dclang++ CPP=3Dclang-cpp WITH_ICONV=3Dyes WITH_IDEA=3Dyes WITH_SSP=3Dyes WITH_BDB6_PERMITTED=3Dyes To keep them in sync with poudriere I link to from /etc ls -lad /etc/make.conf /etc/src.conf lrwxr-xr-x 1 root wheel 36 May 14 23:18 /etc/make.conf -> /usr/local/etc/poudriere.d/make.conf lrwxr-xr-x 1 root wheel 35 May 14 23:19 /etc/src.conf -> /usr/local/etc/poudriere.d/src.conf (In reply to Craig Wiesen from comment #15) > I ended up reverting back to gcc 4.7 to compile chromium. > chromium at least now launches and runs, still core dumps on exit though. >=20 >=20 > I took a patch found in=20 > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D189444 > to allow my /etc/make.conf with overrides to DEFAULT_VERSIONS to work > correctly and not get bogus /usr/ports/lang/gcc (gcc48) depends pulled in. >=20 >=20 > --- /usr/ports/Mk/bsd.gcc.mk.orig 2014-09-20 22:19:32.980350051 -0500 > +++ /usr/ports/Mk/bsd.gcc.mk 2014-09-20 17:02:51.695805244 -0500 > @@ -148,7 +148,7 @@ > . if ${OSVERSION} < ${_GCCVERSION_${v}_L} || ${OSVERSION} > > ${_GCCVERSION_${v}_R} || !exists(/usr/bin/gcc) > V:=3D ${_GCCVERSION_${v}_V:S/.//} > _GCC_PORT_DEPENDS:=3D gcc${V} > -. if ${_USE_GCC} =3D=3D ${GCC_DEFAULT} > +. if ${_USE_GCC} =3D=3D ${GCC_DEFAULT} && empty(DEFAULT_VERSIONS:Mgcc= =3D*) > _GCC_PORT:=3D gcc > . else > _GCC_PORT:=3D gcc${V} >=20 >=20 >=20 >=20 >=20 >=20 > /etc/make.conf (relevant parts only) >=20 > DEFAULT_VERSIONS=3D apache=3D2.4 gcc=3D4.9 mysql=3D5.6 perl5=3D5.18 php= =3D5.5 ruby=3D2.0 > BATCH=3Dyes > MAKE_JOBS_UNSAFE=3Dyes > # bus error, core dumps - trying 4.7 > # also attempt to shut off stack protection > .if ${.CURDIR:M*/www/chromium*} > USE_GCC=3D4.7 > CC=3Dgcc47 > CXX=3Dg++47 > CPP=3Dcpp47 > WITH_SSP=3Dno > WITH_SSP_PORTS=3Dno > .endif >=20 >=20 >=20 > I duuno if I'd call it fixed, but maybe others can at least get chromium > running again. >=20 >=20 >=20 > (In reply to Craig Wiesen from comment #11) > > I am adding a me too. Same thing as Rob B. > >=20 > > I have built chromium in poudriere, and from /usr/ports on the host. > > gcc4.8 and clang 3.4.1. > >=20 > >=20 > > I also saw my DEBUG=3Don version would not run. comment #7. > >=20 > >=20 > >=20 > >=20 > > > uname -a > > FreeBSD desktop.home.org 9.3-STABLE FreeBSD 9.3-STABLE #0 r271674: Tue = Sep > > 16 13:12:37 CDT 2014=20=20=20=20 > > root@desktop.home.org:/usr/obj/usr/src/sys/SANDYBRIDGE amd64 > >=20 > > > gcc48 -v > > Using built-in specs. > > COLLECT_GCC=3Dgcc48 > > COLLECT_LTO_WRAPPER=3D/usr/local/libexec/gcc48/gcc/x86_64-portbld-freeb= sd9.3/4. > > 8.3/lto-wrapper > > Target: x86_64-portbld-freebsd9.3 > > ... > > Thread model: posix > > gcc version 4.8.3 (FreeBSD Ports Collection)=20 > >=20 > > > clang -v > > FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 > > Target: x86_64-unknown-freebsd9.3 > > Thread model: posix > > Selected GCC installation:=20 > >=20 > >=20 > > Poudriere version: 3.0.17 > > Host OSVERSION: 903503 > > Jail OSVERSION: 903502 > >=20 > >=20 > > =3D=3D=3D> The following configuration options are available for > > chromium-37.0.2062.120_2: > > CODECS=3Don: Compile and enable patented codecs like H.264 > > DEBUG=3Doff: Build with debugging support > > GCONF=3Don: GConf configuration backend support > > PULSEAUDIO=3Don: PulseAudio sound server support > > TEST=3Doff: Build and/or run tests --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-chromium@FreeBSD.ORG Fri Sep 26 03:09:43 2014 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E5CEE77 for ; Fri, 26 Sep 2014 03:09:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 549FECE7 for ; Fri, 26 Sep 2014 03:09:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8Q39h4M055926 for ; Fri, 26 Sep 2014 03:09:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 193610] chromium-37.0.2062.120_1 Bus error (core dumped) Date: Fri, 26 Sep 2014 03:09:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ctyz1999+bugzilla@gmail.com X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: chromium@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 03:09:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193610 --- Comment #18 from Craig Wiesen --- Forgot, I also added cat /etc/libmap.conf=20 libgcc_s.so.1 gcc47/libgcc_s.so.1 libgomp.so.1 gcc47/libgomp.so.1 libobjc.so.3 gcc47/libobjc.so.2 libssp.so.0 gcc47/libssp.so.0 libstdc++.so.6 gcc47/libstdc++.so.6 To allow the chrome binary to run (In reply to Craig Wiesen from comment #17) > I have now also added this so /usr/ports/www/chromium/Makefile >=20 > It seems to help force chromium build in poudriere. >=20 > diff -u Makefile.orig Makefile > --- Makefile.orig 2014-09-25 21:44:39.397280194 -0500 > +++ Makefile 2014-09-25 19:59:45.731277514 -0500 > @@ -16,6 +16,7 @@ > CFLAGS+=3D -fno-stack-protector -isystem${LOCALBASE}/include >=20=20 > BUILD_DEPENDS=3D ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ > + gcc47:${PORTSDIR}/lang/gcc47 \ > bash:${PORTSDIR}/shells/bash \ > yasm:${PORTSDIR}/devel/yasm \ > flock:${PORTSDIR}/sysutils/flock \ >=20 >=20 > With that, I do not need the patch to /usr/ports/Mk/bsd.gcc >=20 > Poudriere still emits all those scary gcc47 exit status messages and chro= me > still core dumps upon exit. >=20 >=20 > I do not understand how poudriere can use non base gcc/clang versions eve= r? > unless using the additional BUILD_DEPENDS to install the compiler in the = jail > and the overrides in /etc/make.conf /usr/local/etc/poudriere.d/make.conf >=20 >=20 > In case it is useful for others': >=20 > My entire /etc/make.conf (now) > # kernel/world stuff > CPUTYPE?=3Dcore2 > KERNCONF=3DSANDYBRIDGE > COMPAT4X=3Dyes > COMPAT5X=3Dyes > COMPAT6X=3Dyes > COMPAT7X=3Dyes > MAKE_IDEA=3Dyes > NO_PROFILE=3Dyes > PORTS_MODULES=3Demulators/virtualbox-ose-kmod >=20 > # ports > DEFAULT_VERSIONS=3D apache=3D2.4 mysql=3D5.6 perl5=3D5.18 php=3D5.5 ruby= =3D2.0 > BATCH=3Dyes > WITH_KMS=3Dyes > WITH_NEW_XORG=3Dyes > WITH_GALLIUM=3Dyes > WITH_OPENSSL_PORT=3Dyes > WITH_PKGNG=3Dyes > WITH_BDB6_PERMITTED=3Dyes > WITH_BDB_VER=3D6 > WITH_SSP=3Dyes > WITH_SSP_PORTS=3Dyes > TESSERACT_LANGS=3Deng > DISABLE_VULNERABILITIES=3Dyes > NO_IGNORE=3D1 > FAVORITE_COMPILER=3Dgcc > OVERRIDE_LINUX_BASE_PORT=3Dc6 > OVERRIDE_LINUX_NONBASE_PORTS=3Dc6 >=20 > .if ${.CURDIR:M*/www/chromium*} > CC=3Dgcc47 > CXX=3Dg++47 > CPP=3Dcpp47 > .endif >=20 > .if ${.CURDIR:M*/graphics/libcdr*} > CC=3Dgcc47 > CXX=3Dg++47 > CPP=3Dcpp47 > .endif >=20 > .if ${.CURDIR:M*/x11/kdelibs4*} > # cannot build with clang > CC=3Dgcc > CXX=3Dg++ > CPP=3Dcpp > .endif >=20 > >=20 >=20 > and /etc/src.conf >=20 > WITH_CLANG_FULL=3Dyes > WITH_CLANG_IS_CC=3Dyes > CC=3Dclang > CXX=3Dclang++ > CPP=3Dclang-cpp > WITH_ICONV=3Dyes > WITH_IDEA=3Dyes > WITH_SSP=3Dyes > WITH_BDB6_PERMITTED=3Dyes >=20 > >=20 >=20 > To keep them in sync with poudriere I link to from /etc > ls -lad /etc/make.conf /etc/src.conf > lrwxr-xr-x 1 root wheel 36 May 14 23:18 /etc/make.conf -> > /usr/local/etc/poudriere.d/make.conf > lrwxr-xr-x 1 root wheel 35 May 14 23:19 /etc/src.conf -> > /usr/local/etc/poudriere.d/src.conf >=20 >=20 >=20 > (In reply to Craig Wiesen from comment #15) > > I ended up reverting back to gcc 4.7 to compile chromium. > > chromium at least now launches and runs, still core dumps on exit thoug= h. > >=20 > >=20 > > I took a patch found in=20 > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D189444 > > to allow my /etc/make.conf with overrides to DEFAULT_VERSIONS to work > > correctly and not get bogus /usr/ports/lang/gcc (gcc48) depends pulled = in. > >=20 > >=20 > > --- /usr/ports/Mk/bsd.gcc.mk.orig 2014-09-20 22:19:32.980350051 -0500 > > +++ /usr/ports/Mk/bsd.gcc.mk 2014-09-20 17:02:51.695805244 -0500 > > @@ -148,7 +148,7 @@ > > . if ${OSVERSION} < ${_GCCVERSION_${v}_L} || ${OSVERSION} > > > ${_GCCVERSION_${v}_R} || !exists(/usr/bin/gcc) > > V:=3D ${_GCCVERSION_${v}_V:S/.//} > > _GCC_PORT_DEPENDS:=3D gcc${V} > > -. if ${_USE_GCC} =3D=3D ${GCC_DEFAULT} > > +. if ${_USE_GCC} =3D=3D ${GCC_DEFAULT} && empty(DEFAULT_VERSIONS:Mg= cc=3D*) > > _GCC_PORT:=3D gcc > > . else > > _GCC_PORT:=3D gcc${V} > >=20 > >=20 > >=20 > >=20 > >=20 > >=20 > > /etc/make.conf (relevant parts only) > >=20 > > DEFAULT_VERSIONS=3D apache=3D2.4 gcc=3D4.9 mysql=3D5.6 perl5=3D5.18 php= =3D5.5 ruby=3D2.0 > > BATCH=3Dyes > > MAKE_JOBS_UNSAFE=3Dyes > > # bus error, core dumps - trying 4.7 > > # also attempt to shut off stack protection > > .if ${.CURDIR:M*/www/chromium*} > > USE_GCC=3D4.7 > > CC=3Dgcc47 > > CXX=3Dg++47 > > CPP=3Dcpp47 > > WITH_SSP=3Dno > > WITH_SSP_PORTS=3Dno > > .endif > >=20 > >=20 > >=20 > > I duuno if I'd call it fixed, but maybe others can at least get chromium > > running again. > >=20 > >=20 > >=20 > > (In reply to Craig Wiesen from comment #11) > > > I am adding a me too. Same thing as Rob B. > > >=20 > > > I have built chromium in poudriere, and from /usr/ports on the host. > > > gcc4.8 and clang 3.4.1. > > >=20 > > >=20 > > > I also saw my DEBUG=3Don version would not run. comment #7. > > >=20 > > >=20 > > >=20 > > >=20 > > > > uname -a > > > FreeBSD desktop.home.org 9.3-STABLE FreeBSD 9.3-STABLE #0 r271674: Tu= e Sep > > > 16 13:12:37 CDT 2014=20=20=20=20 > > > root@desktop.home.org:/usr/obj/usr/src/sys/SANDYBRIDGE amd64 > > >=20 > > > > gcc48 -v > > > Using built-in specs. > > > COLLECT_GCC=3Dgcc48 > > > COLLECT_LTO_WRAPPER=3D/usr/local/libexec/gcc48/gcc/x86_64-portbld-fre= ebsd9.3/4. > > > 8.3/lto-wrapper > > > Target: x86_64-portbld-freebsd9.3 > > > ... > > > Thread model: posix > > > gcc version 4.8.3 (FreeBSD Ports Collection)=20 > > >=20 > > > > clang -v > > > FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140= 512 > > > Target: x86_64-unknown-freebsd9.3 > > > Thread model: posix > > > Selected GCC installation:=20 > > >=20 > > >=20 > > > Poudriere version: 3.0.17 > > > Host OSVERSION: 903503 > > > Jail OSVERSION: 903502 > > >=20 > > >=20 > > > =3D=3D=3D> The following configuration options are available for > > > chromium-37.0.2062.120_2: > > > CODECS=3Don: Compile and enable patented codecs like H.264 > > > DEBUG=3Doff: Build with debugging support > > > GCONF=3Don: GConf configuration backend support > > > PULSEAUDIO=3Don: PulseAudio sound server support > > > TEST=3Doff: Build and/or run tests --=20 You are receiving this mail because: You are the assignee for the bug.= From owner-freebsd-chromium@FreeBSD.ORG Fri Sep 26 11:42:32 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EAC9533 for ; Fri, 26 Sep 2014 11:42:32 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E369D2C for ; Fri, 26 Sep 2014 11:42:32 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id wn1so9248228obc.25 for ; Fri, 26 Sep 2014 04:42:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Y29EImjkC07Y9GuoNEsdKoWOYA76+ogX2V38e0JlMT8=; b=sDJqks5TGryn4rt1jSSlzUgcQKDRBYFRb8uouxWYCTjvZYXr6AbZAtCXw1wcLHvFDd qGtXP6GS7pt4NVontyBR4JezBnaGbvhlIEbO1AQX3fYfE5EM9iMsj1PcZBk8Ng1OIJ1q xRRsNzAR+qs/mEXeyWQtoFYa2HExuNBDXBtAv6zd1kgtVaPfO198FodUxudeeZLepX8x 6r3XqiKA2hhDmJ6gYUIY6dy4IniR6/0mEHFX52NVCPZW1B8hbhOxOMEfH1MxyLT5FPzx ytj4aXjEyLBlT0rFOzi2jDWBnvEmCKr2md5t4su7MwDjzXoX+qqVcfmhU56RG41eDhUD p3lw== MIME-Version: 1.0 X-Received: by 10.60.65.8 with SMTP id t8mr21347232oes.47.1411731751042; Fri, 26 Sep 2014 04:42:31 -0700 (PDT) Received: by 10.202.58.196 with HTTP; Fri, 26 Sep 2014 04:42:31 -0700 (PDT) Date: Fri, 26 Sep 2014 13:42:31 +0200 Message-ID: Subject: CAST extension crashes Chromium 37 From: Tomek CEDRO To: freebsd-chromium@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 11:42:32 -0000 Hello :-) I have ordered a Chromecast dongle from Google. It works like a charm. Chrome has this nice CAST extension to stream website and multimedia over Chromecast to wireless display on HDMI enabled devices using existing WiFi connection as a transport. However, installing Cast extension crashes the browser. Any hints why? :-) Chromium Version 37.0.2062.94 (290621) (64-bit) FreeBSD orion 10.0-RELEASE-p9 FreeBSD 10.0-RELEASE-p9 #0: Tue Sep 23 17:43:02 CEST 2014 root@orion:/usr/obj/usr/src/sys/GENERIC amd64 Best regards :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info From owner-freebsd-chromium@FreeBSD.ORG Fri Sep 26 18:06:18 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3F47B3C for ; Fri, 26 Sep 2014 18:06:18 +0000 (UTC) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 5807CEF5 for ; Fri, 26 Sep 2014 18:06:17 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id A133C7300A; Fri, 26 Sep 2014 20:11:07 +0200 (CEST) Date: Fri, 26 Sep 2014 20:11:07 +0200 From: Luigi Rizzo To: freebsd-chromium@freebsd.org Subject: failed to build chromium 30.0.2062.124 libFindBadConstructs.so': 'Service unavailable' Message-ID: <20140926181107.GD9300@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Luigi Rizzo X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 18:06:19 -0000 Hi, don't know if this is a known problem but on stable/10 r269180: Mon Jul 28 I have trouble building chromium 30.0.2062.124 (2062.94 builds ok) ninja: Entering directory `out/Release' ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip.o. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip_internal.o. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip_reader.o. builds involving this target will not be correct; continuing anyway [8/14690] CC obj/third_party/webrtc/modules/audio_coding/codecs/g722/G722.g722_interface.o FAILED: cc -MMD -MF obj/third_party/webrtc/modules/audio_coding/codecs/g722/G722.g722_interface.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AU RA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICAT IONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHEC K=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.g ooglezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DWEBRTC_RESTRICT_LOGGING -DWEBRTC_MODULE_UTILITY_VIDEO -DWEBRTC_CHROMIUM_BUILD -DLOGGING_INSIDE_WEBRTC -DWEBRTC_POSIX -DWEBRTC_BSD -DWEBRTC_LINUX -DWEBRTC_THREAD_RR -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen -I../.. -I../../third_party/webrtc/overrides -I../../third_party -I../../third_party/webrtc/modules /audio_coding/codecs/g722/include -I../../third_party/webrtc -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wn o-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -Xclang -load -Xclang /media/ad0s2a/ports/www/chromium/work/chromium-37.0.2062.124/tools/clang/scripts/../../../third_party/ llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -m64 -march=x86-64 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wno-unknown-warning-option - fno-strict-aliasing -c ../../third_party/webrtc/modules/audio_coding/codecs/g722/g722_interface.c -o obj/third_party/webrtc/modules/audio_coding/codecs/g722/G722.g722_interface.o error: unable to load plugin '/media/ad0s2a/ports/www/chromium/work/chromium-37.0.2062.124/tools/clang/scripts/../../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so': 'Service unavailable' ... (and the same for a few more files). Any ideas on what could be wrong ? cheers luigi From owner-freebsd-chromium@FreeBSD.ORG Fri Sep 26 18:08:18 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D99FB9F for ; Fri, 26 Sep 2014 18:08:18 +0000 (UTC) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id A5FE2F13 for ; Fri, 26 Sep 2014 18:08:17 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id C06607300A; Fri, 26 Sep 2014 20:13:13 +0200 (CEST) Date: Fri, 26 Sep 2014 20:13:13 +0200 From: Luigi Rizzo To: freebsd-chromium@freebsd.org Subject: correction: 37.0.2062.124 not 30.x (Re: failed to build chromium 30.0.2062.124) libFindBadConstructs.so': 'Service unavailable' Message-ID: <20140926181313.GE9300@onelab2.iet.unipi.it> References: <20140926181107.GD9300@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140926181107.GD9300@onelab2.iet.unipi.it> User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 18:08:18 -0000 On Fri, Sep 26, 2014 at 08:11:07PM +0200, Luigi Rizzo wrote: > Hi, > don't know if this is a known problem but on stable/10 r269180: Mon Jul 28 > I have trouble building chromium 30.0.2062.124 (2062.94 builds ok) as in the subject, the chrome versions i am referring to are 37.0.* not 30.0.* cheers luigi > > ninja: Entering directory `out/Release' > ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip.o. builds involving this target will not be correct; continuing anyway > ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip_internal.o. builds involving this target will not be correct; continuing anyway > ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip_reader.o. builds involving this target will not be correct; continuing anyway > [8/14690] CC obj/third_party/webrtc/modules/audio_coding/codecs/g722/G722.g722_interface.o > FAILED: cc -MMD -MF obj/third_party/webrtc/modules/audio_coding/codecs/g722/G722.g722_interface.o.d -DV8_DEPRECATION_WARNINGS -DBLINK_SCALE_FILTERS_AT_RECORD_TIME -D_FILE_OFFSET_BITS=64 -DNO_TCMALLOC -DDISABLE_NACL -DCHROMIUM_BUILD -DCR_CLANG_REVISION=209387 -DTOOLKIT_VIEWS=1 -DUSE_AU > RA=1 -DUSE_ASH=1 -DUSE_CAIRO=1 -DUSE_GLIB=1 -DUSE_DEFAULT_RENDER_THEME=1 -DUSE_LIBJPEG_TURBO=1 -DUSE_X11=1 -DUSE_CLIPBOARD_AURAX11=1 -DENABLE_ONE_CLICK_SIGNIN -DUSE_XI2_MT=2 -DENABLE_REMOTING=1 -DENABLE_WEBRTC=1 -DUSE_PROPRIETARY_CODECS -DENABLE_CONFIGURATION_POLICY -DENABLE_NOTIFICAT > IONS -DENABLE_EGLIMAGE=1 -DENABLE_TASK_MANAGER=1 -DENABLE_EXTENSIONS=1 -DENABLE_PLUGINS=1 -DENABLE_SESSION_SERVICE=1 -DENABLE_THEMES=1 -DENABLE_AUTOFILL_DIALOG=1 -DENABLE_BACKGROUND=1 -DENABLE_GOOGLE_NOW=1 -DCLD_VERSION=2 -DENABLE_FULL_PRINTING=1 -DENABLE_PRINTING=1 -DENABLE_SPELLCHEC > K=1 -DENABLE_CAPTIVE_PORTAL_DETECTION=1 -DENABLE_APP_LIST=1 -DENABLE_SETTINGS_APP=1 -DENABLE_MANAGED_USERS=1 '-DDATA_REDUCTION_FALLBACK_HOST="http://compress.googlezip.net:80/"' '-DDATA_REDUCTION_DEV_HOST="http://proxy-dev.googlezip.net:80/"' '-DSPDY_PROXY_AUTH_ORIGIN="https://proxy.g > ooglezip.net:443/"' '-DDATA_REDUCTION_PROXY_PROBE_URL="http://check.googlezip.net/connect"' '-DDATA_REDUCTION_PROXY_WARMUP_URL="http://www.gstatic.com/generate_204"' -DWEBRTC_RESTRICT_LOGGING -DWEBRTC_MODULE_UTILITY_VIDEO -DWEBRTC_CHROMIUM_BUILD -DLOGGING_INSIDE_WEBRTC -DWEBRTC_POSIX > -DWEBRTC_BSD -DWEBRTC_LINUX -DWEBRTC_THREAD_RR -DUSE_NSS=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -D_FORTIFY_SOURCE=2 -Igen -I../.. -I../../third_party/webrtc/overrides -I../../third_party -I../../third_party/webrtc/modules > /audio_coding/codecs/g722/include -I../../third_party/webrtc -fstack-protector --param=ssp-buffer-size=4 -pthread -fno-exceptions -fno-strict-aliasing -Wall -Wno-unused-parameter -Wno-missing-field-initializers -fvisibility=hidden -pipe -fPIC -Wheader-hygiene -Wno-char-subscripts -Wn > o-unneeded-internal-declaration -Wno-covered-switch-default -Wstring-conversion -Wno-c++11-narrowing -Wno-reserved-user-defined-literal -Wno-deprecated-register -Xclang -load -Xclang /media/ad0s2a/ports/www/chromium/work/chromium-37.0.2062.124/tools/clang/scripts/../../../third_party/ > llvm-build/Release+Asserts/lib/libFindBadConstructs.so -Xclang -add-plugin -Xclang find-bad-constructs -fcolor-diagnostics -m64 -march=x86-64 -O2 -fdata-sections -ffunction-sections -funwind-tables -O2 -pipe -fno-stack-protector -isystem/usr/local/include -Wno-unknown-warning-option - > fno-strict-aliasing -c ../../third_party/webrtc/modules/audio_coding/codecs/g722/g722_interface.c -o obj/third_party/webrtc/modules/audio_coding/codecs/g722/G722.g722_interface.o > error: unable to load plugin '/media/ad0s2a/ports/www/chromium/work/chromium-37.0.2062.124/tools/clang/scripts/../../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so': 'Service unavailable' > > ... > (and the same for a few more files). > > Any ideas on what could be wrong ? > > cheers > luigi > From owner-freebsd-chromium@FreeBSD.ORG Fri Sep 26 18:12:36 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2DD0CAD for ; Fri, 26 Sep 2014 18:12:36 +0000 (UTC) Received: from onelab2.iet.unipi.it (onelab2.iet.unipi.it [131.114.59.238]) by mx1.freebsd.org (Postfix) with ESMTP id 665BAFDF for ; Fri, 26 Sep 2014 18:12:35 +0000 (UTC) Received: by onelab2.iet.unipi.it (Postfix, from userid 275) id EC34F7300A; Fri, 26 Sep 2014 20:17:31 +0200 (CEST) Date: Fri, 26 Sep 2014 20:17:31 +0200 From: Luigi Rizzo To: freebsd-chromium@freebsd.org Subject: chromium does not support paste from xterm to omnibox ? Message-ID: <20140926181731.GF9300@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Luigi Rizzo X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 18:12:36 -0000 Hi, just noticed that after an upgrade to chromium 37 i cannot paste anymore from an xterm to the omnibox (i use windowmaker as a wm). I can however paste to other input boxs in a web page (including the one on google's home page) so it must be something explicitly implemented in recent Chromium versions. I wonder whether there is a flag or something to re-enable the feature ? cheers luigi From owner-freebsd-chromium@FreeBSD.ORG Sat Sep 27 08:51:14 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 585E7EBA for ; Sat, 27 Sep 2014 08:51:14 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1486E1A1 for ; Sat, 27 Sep 2014 08:51:13 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 3E6A36A6002; Sat, 27 Sep 2014 10:51:11 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id s8R8pBGK072737; Sat, 27 Sep 2014 10:51:11 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id s8R8pAtJ072675; Sat, 27 Sep 2014 10:51:10 +0200 (CEST) (envelope-from lars) Date: Sat, 27 Sep 2014 10:51:10 +0200 From: Lars Engels To: Luigi Rizzo Subject: Re: chromium does not support paste from xterm to omnibox ? Message-ID: <20140927085110.GA21666@e-new.0x20.net> References: <20140926181731.GF9300@onelab2.iet.unipi.it> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LQksG6bCIzRHxTLp" Content-Disposition: inline In-Reply-To: <20140926181731.GF9300@onelab2.iet.unipi.it> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p16 User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 08:51:14 -0000 --LQksG6bCIzRHxTLp Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 26, 2014 at 08:17:31PM +0200, Luigi Rizzo wrote: > Hi, > just noticed that after an upgrade to chromium 37 i cannot paste > anymore from an xterm to the omnibox (i use windowmaker as a wm). > I can however paste to other input boxs in a web page (including > the one on google's home page) so it must be something explicitly > implemented in recent Chromium versions. >=20 > I wonder whether there is a flag or something to re-enable the > feature ? Hi Luigi, as long as this is not fixed a workaround is not to use the primary selection but the clipboard. Ctrl+V should work in omnibox.=20 --LQksG6bCIzRHxTLp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJUJnp+XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tokQH+waXDhSKgSCrJULKB+2AmgYm TttWiBivNMXROubhNxmLqLu3qsM6wCIUxIE9Y/1mTp0XnayCBMgllTkRJynjzxsj aJMz8Ty3S46WR9FNhqemDverJM+1tBcAmsG5Ze75LFycYa8s2j+wixllU8L6cJow aVeIx+bpAn9eDediUXl22gxUZJdnFM1fJMlCJfjFvW6DYfHhwJdCXEGyQazV+fTL 1sf1467tDRxwH/DBEvIhUdEPlC26tDychExZ/oOJ3Lq/Hrx5Jw345umW72QyloEw 7BJ8Gt09EmG9nqfHj0gJD7W7hm2x7HhpUleMPb7Pw7vhk52EMfkRovOpOYFw1Vg= =wBU/ -----END PGP SIGNATURE----- --LQksG6bCIzRHxTLp-- From owner-freebsd-chromium@FreeBSD.ORG Sat Sep 27 11:14:31 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C15599E4 for ; Sat, 27 Sep 2014 11:14:31 +0000 (UTC) Received: from olejniczak.info (olejniczak.info [85.17.214.250]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80EF3FA3 for ; Sat, 27 Sep 2014 11:14:31 +0000 (UTC) Received: by olejniczak.info (Postfix, from userid 65534) id 1D89C15AEC7; Sat, 27 Sep 2014 13:14:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on olejniczak.info X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.3.2 Received: from webmail.olejniczak.info (olejniczak.info [85.17.214.250]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olejniczak.info (Postfix) with ESMTPSA id 93E4F15AE45; Sat, 27 Sep 2014 13:14:19 +0200 (CEST) Mime-Version: 1.0 Date: Sat, 27 Sep 2014 11:14:19 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: Quoted-Printable Message-ID: <2634166faa8bfd7e3f18bfe5595bb07d@webmail.olejniczak.info> X-Mailer: RainLoop/1.6.9.167 From: "Tomasz Olejniczak" Subject: Re: chromium does not support paste from xterm to omnibox ? To: "Lars Engels" , "Luigi Rizzo" In-Reply-To: <20140927085110.GA21666@e-new.0x20.net> References: <20140927085110.GA21666@e-new.0x20.net> <20140926181731.GF9300@onelab2.iet.unipi.it> Cc: freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 11:14:31 -0000 Hello,=0A=0A>> Hi,=0A>> just noticed that after an upgrade to chromium 37= i cannot paste=0A>> anymore from an xterm to the omnibox (i use windowma= ker as a wm).=0A>> I can however paste to other input boxs in a web page = (including=0A>> the one on google's home page) so it must be something ex= plicitly=0A>> implemented in recent Chromium versions.=0A>> =0A>> I wonde= r whether there is a flag or something to re-enable the=0A>> feature ?=0A= > =0A> Hi Luigi,=0A> =0A> as long as this is not fixed a workaround is no= t to use the primary=0A> selection but the clipboard. Ctrl+V should work = in omnibox.=0A=0AI don't think it is going to be fixed because chromium g= uys think it is =0Aa feature not a bug...=0A=0AFew days ago I posted patc= h to enable in FreeBSD Chromium middle click =0Aon new tab button - opens= new tab with contents of the primary clipboard.=0A=0A--=0ATomek From owner-freebsd-chromium@FreeBSD.ORG Sat Sep 27 20:13:55 2014 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CFDF5D9 for ; Sat, 27 Sep 2014 20:13:55 +0000 (UTC) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 2F296CD2 for ; Sat, 27 Sep 2014 20:13:54 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s8RKCOnK005096 for ; Sat, 27 Sep 2014 13:12:25 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <54271A28.4020900@rawbw.com> Date: Sat, 27 Sep 2014 13:12:24 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: freebsd-chromium@freebsd.org Subject: chromium-37.0.2062.124 window becomes black or transparent when maximized or un-maximized Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 20:13:55 -0000 Resizing the window by hand fixes the problem. In problematic state, it also gets the window frame which it is normally missing. This began happening with some recent update, never happened before. 10.1-BETA2 Yuri