From owner-freebsd-chromium@FreeBSD.ORG Thu May 16 08:27:31 2013 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C1CD8EC4 for ; Thu, 16 May 2013 08:27:31 +0000 (UTC) (envelope-from public@plane.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7C0D876C for ; Thu, 16 May 2013 08:27:31 +0000 (UTC) Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UctX8-0008Lr-5u for chromium@freebsd.org; Thu, 16 May 2013 10:27:30 +0200 Received: from mail-lb0-f178.google.com ([209.85.217.178]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UctX1-0008Fd-JJ; Thu, 16 May 2013 10:27:23 +0200 Received: by mail-lb0-f178.google.com with SMTP id w10so1341685lbi.37 for ; Thu, 16 May 2013 01:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=g+G4QnXK8v4aGZavYE4pKF1b9iuqX4GXjCUPNbNmmEA=; b=t7TfFg0SpFtVX9dezYfwVs8oB9ywLL8hvuO5LxAkWfFNi5YlhY5deDa2zHVf1ZlhWS +iYqprVWUPc+rox1JnSUdga7in3RaPbxwwHJ/CL2uTfwCKiBdDL78wMb8gkD0a4rcl/B 43+NjeEWKyHMAbs+/nOBTb6M4b2uHE3hjJ44b6/+R8/OCOO4EP6Thz/TkSnLtm1Orq9s tayUKByVpapl9+zkWjozs4fvhQotV5Hp5ztZ37zxF527Jd5cvEi4bOwjtoQXvPOeaotb mmHrB6hvWg0rTHOU4Kc6yi2bUu0fzUhmEkd+jWtfy4uVPUFa8Q8/u83QL34p6Q1/0BMi fmSQ== X-Received: by 10.152.27.39 with SMTP id q7mr19889163lag.36.1368692843153; Thu, 16 May 2013 01:27:23 -0700 (PDT) Received: from [192.168.1.129] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id g4sm2720949lbe.0.2013.05.16.01.27.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 May 2013 01:27:22 -0700 (PDT) Message-ID: <51949867.1070601@gmail.com> Date: Thu, 16 May 2013 11:27:19 +0300 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17 MIME-Version: 1.0 To: =?UTF-8?B?UmVuw6kgTGFkYW4=?= , public-chromium-h+KGxgPPiopAfugRpC6u6w@plane.gmane.org Subject: Re: [CFT] chromium 27 (updated) References: <51926BC3.3070809@freebsd.org> In-Reply-To: <51926BC3.3070809@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Thu, 16 May 2013 11:32:57 +0000 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, 16 May 2013 08:27:31 -0000 14.05.2013 19:52, René Ladan: > Hi, > > I have uploaded a new version of the patch at > ftp://rene-ladan.nl/pub/freebsd/chromium-27.diff > SHA256 = acc3416b7a3271143b4b6c1fa9d094cd6a24774f9c225ab7003bd289799e1722 > > This updates chromium to 27.0.1453.81 and incorporates the npapi (flash) > and some other fixes. > > I tested it to compile succesfully on FreeBSD 8.4 with the GCC46 option. > > I intend to commit this soon. Can I chime in? > uname -a FreeBSD ar1l0u 9.1-STABLE FreeBSD 9.1-STABLE #13 r250591M: Mon May 13 10:31:21 EEST 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 WITH_LIBCPLUSPLUS, WITH_CLANG_IS_CC > clang -v FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221 Target: x86_64-unknown-freebsd9.1 Thread model: posix Compilation fails with: CXX(target) out/Release/obj.target/gio/geni/libgio_loader.o In file included from printing/backend/print_backend_cups.cc:16: /usr/local/include/gcrypt.h:1353: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:1318: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:1367: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:1323: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:1402:3: error: 'gcry_md_algo_t' is deprecated [-Werror,-Wdeprecated-declarations] gcry_md_algo_t md; ^ /usr/local/include/gcrypt.h:1396: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:1410:3: error: 'gcry_md_algo_t' is deprecated [-Werror,-Wdeprecated-declarations] gcry_md_algo_t md; ^ /usr/local/include/gcrypt.h:1396:28: note: 'gcry_md_algo_t' declared here typedef enum gcry_md_algos gcry_md_algo_t _GCRY_ATTR_INTERNAL; ^ 4 errors generated. Building with gcc4.6 in turn gives: CXX(target) out/Release/obj.target/net/net/http/http_auth_handler.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 -- Sphinx of black quartz, judge my vow.