From owner-freebsd-chromium@FreeBSD.ORG Thu Jan 24 21:26:45 2013 Return-Path: Delivered-To: freebsd-chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B18A5F4 for ; Thu, 24 Jan 2013 21:26:45 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-bk0-f41.google.com (mail-bk0-f41.google.com [209.85.214.41]) by mx1.freebsd.org (Postfix) with ESMTP id 2A4AD82F for ; Thu, 24 Jan 2013 21:26:44 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id jg9so5519056bkc.28 for ; Thu, 24 Jan 2013 13:26:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=2jE0uRTT51WX6I0z4krFP4A/F/0BngZFwCBGr2EvBhY=; b=t44CQ8/Y0riRQVE7pUR62rwJ4JSycVvX4X2/wQTuQLh/BTXtRN+Ztli0WtL7jgd/vz jZe9BoGdJuNy1AUbQmPJ5wU50YQs4WI75XBcGbwkwVipsDHs+WbKAQosjsn+OIV15wnd P2h+2RGCqT3L1si3/bRITY3T1mcGqJ42vxul3/EDznRuhF6SU+HRj5Xp8T9qCtYEllYJ zRiK2FY5H36UGPfZ6xyVIvLwq4XiJ6B/yeH/61d7dBe4/5l85WWWgWjQR7Vxz3IEh4Jw 5EkI14ctJm7+smmMrxfepgXOBp1ioJci7bGmdqZIi88pCe38Z15zdX6jihJ6/qEj55Sv JQXg== X-Received: by 10.204.150.137 with SMTP id y9mr1251824bkv.103.1359062803931; Thu, 24 Jan 2013 13:26:43 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:9939:fc60:b638:52df? ([2001:980:d7ed:1:9939:fc60:b638:52df]) by mx.google.com with ESMTPS id ho6sm2703922bkc.0.2013.01.24.13.26.42 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 13:26:42 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <5101A710.6060606@freebsd.org> Date: Thu, 24 Jan 2013 22:26:40 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Evan Martin Subject: Re: www/chromium fails to build on current stable References: <510029B6.2070106@gmail.com> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Volodymyr Kostyrko , freebsd-chromium@freebsd.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 21:26:45 -0000 We have CFLAGS += -Wo-error in the port Makefile. On 24-01-2013 18:45, Evan Martin wrote: > Not sure if this helps any, but I do know that the Chromium Makefiles > default to adding -Werror itself, which you must disable with a > build-time flag. > > Search for "werror" on > https://code.google.com/p/chromium/wiki/LinuxBuildInstructions > > On Wed, Jan 23, 2013 at 10:19 AM, Volodymyr Kostyrko wrote: >> Hi all. >> >> I have no luck updating chromium. The build fails with: >> >> CXX(target) >> out/Release/obj.target/printing/printing/printing_context_gtk.o >> In file included from printing/backend/print_backend_cups.cc:16: >> /usr/local/include/gcrypt.h:1344:2: error: 'gcry_ac_data_read_cb_t' is >> deprecated [-Werror,-Wdeprecated-declarations] >> gcry_ac_data_read_cb_t cb; >> ^ >> /usr/local/include/gcrypt.h:1309:23: note: 'gcry_ac_data_read_cb_t' declared >> here >> typedef gpg_error_t (*gcry_ac_data_read_cb_t) (void *opaque, >> ^ >> /usr/local/include/gcrypt.h:1358:2: error: 'gcry_ac_data_write_cb_t' is >> deprecated [-Werror,-Wdeprecated-declarations] >> gcry_ac_data_write_cb_t cb; >> ^ >> /usr/local/include/gcrypt.h:1314:23: note: 'gcry_ac_data_write_cb_t' >> declared here >> typedef gpg_error_t (*gcry_ac_data_write_cb_t) (void *opaque, >> ^ >> /usr/local/include/gcrypt.h:1393:3: error: 'gcry_md_algo_t' is deprecated >> [-Werror,-Wdeprecated-declarations] >> gcry_md_algo_t md; >> ^ >> /usr/local/include/gcrypt.h:1387:28: note: 'gcry_md_algo_t' declared here >> typedef enum gcry_md_algos gcry_md_algo_t _GCRY_ATTR_INTERNAL; >> ^ >> /usr/local/include/gcrypt.h:1401:3: error: 'gcry_md_algo_t' is deprecated >> [-Werror,-Wdeprecated-declarations] >> gcry_md_algo_t md; >> ^ >> /usr/local/include/gcrypt.h:1387:28: note: 'gcry_md_algo_t' declared here >> typedef enum gcry_md_algos gcry_md_algo_t _GCRY_ATTR_INTERNAL; >> ^ >> 4 errors generated. >> >> Or with: >> >> CXX(target) out/Release/obj.target/net/net/http/http_auth_gssapi_posix.o >> In file included from ./net/http/http_auth_gssapi_posix.h:8:0, >> from net/http/http_auth_gssapi_posix.cc:5: >> /usr/include/gssapi.h:3:2: error: #warning "this file includes >> which is deprecated, use instead" [-Werror=cpp] >> cc1plus: all warnings being treated as errors >> >> clang32, lang/gcc, current 9-STABLE. >> >> -- >> Sphinx of black quartz, judge my vow. >> _______________________________________________ >> freebsd-chromium@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-chromium >> To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.org" >