From owner-freebsd-chromium@FreeBSD.ORG Wed Oct 16 13:24:47 2013 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 ESMTP id 19C6927B; Wed, 16 Oct 2013 13:24:47 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4C512D09; Wed, 16 Oct 2013 13:24:46 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id g10so730312pdj.35 for ; Wed, 16 Oct 2013 06:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=ipDdDqrgxg3Ir84Fe7yabQ5EgMDrKBN36Nq5181bPs8=; b=iuHAEF1D05NFHOlNeRGWdfXIpA4Vex/OsbV8H6oHniXDVhi+tFyFgb0Xgcyi1hFEQX 5h4SeK0IxcuGoboWPJaXe+cBnd/OGetQ+vq004ERN0rBieFgW+QFQWc255Su/9XNOJQM /kSNy37ieG3tuHlxPgivA4q/27W0BOK9rJlFf4/XVwEwHi4g2c/TW57bkTxtA7YS5wrM 98UciD6HxYi66vDMXRvKpgHvgUfMBK8UcAeAn00dbdyV71Aw1+XcyyO75w/vARXDYfh7 6DYgRsvBldXmZYL0cwr6RL+OZ1Ita6PMqPw+IiDi1JmZTe8hQoSRLt53TZAivXq9qIFK 1x3Q== MIME-Version: 1.0 X-Received: by 10.66.240.42 with SMTP id vx10mr3379529pac.143.1381929885983; Wed, 16 Oct 2013 06:24:45 -0700 (PDT) Sender: r.c.ladan@gmail.com Received: by 10.68.50.36 with HTTP; Wed, 16 Oct 2013 06:24:45 -0700 (PDT) In-Reply-To: <525E73D9.5050509@FreeBSD.org> References: <525E73D9.5050509@FreeBSD.org> Date: Wed, 16 Oct 2013 15:24:45 +0200 X-Google-Sender-Auth: lRr1zKNx5aNTIi30WfGhqeVpY0I Message-ID: Subject: Re: gcc48, chromium, off_t From: =?ISO-8859-1?Q?Ren=E9_Ladan?= To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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: Wed, 16 Oct 2013 13:24:47 -0000 2013/10/16 Andriy Gapon : > > In file included from > ../../content/renderer/pepper/pepper_truetype_font_linux.cc:9:0: > ../../content/public/common/child_process_sandbox_support_linux.h:42:62: = error: > 'off_t' has not been declared > Looks like it's time to pull https://github.com/gliaskos/freebsd-chromium/p= ull/3 Ren=E9