From owner-freebsd-chromium@FreeBSD.ORG Fri May 2 19:39:25 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 BAA12385 for ; Fri, 2 May 2014 19:39:25 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (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 97D9C12D2 for ; Fri, 2 May 2014 19:39:25 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id w10so3748514pde.26 for ; Fri, 02 May 2014 12:39:25 -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=viEAd/O5O/npl5hB1zwLiIgdJ3gT5jQZD15ksE/WGDs=; b=iPDu/wSK1SQ3Z0xkRdiI+mNaEbSnhcWj1Xx9Z+NywdvyQkAAxeJNTQ+bbaP4M+v+yx 7n7NkHwoh2O8yjKa3/r4gLRZkNWdIWkolaQfw+bduIpODS/s+vDEH33+oGoEQIneIWlT jq9OlGMT9U96hBKm0iahRO3F9QbKKzPnDEL0jDxAbtAO119Y4ko7eWN5DXXn79xEIxiF u7FPxnPG5ii4FAr2hy2969LwvXZ1HawGfba8xRPpekvYqK7B/dK0MqNntjOoR49k8w6K ocLVTUeICb+ShfFUNlTnbbOya2tpv5bR0CeVRRN42jemffLg1YyDyc5L7jfTxCxtMGNw EJgw== MIME-Version: 1.0 X-Received: by 10.67.4.169 with SMTP id cf9mr38206353pad.45.1399059565094; Fri, 02 May 2014 12:39:25 -0700 (PDT) Received: by 10.66.161.105 with HTTP; Fri, 2 May 2014 12:39:25 -0700 (PDT) Date: Fri, 2 May 2014 15:39:25 -0400 Message-ID: Subject: new chromium 34 build fails on FreeBSD10-RELEASE From: Omar S To: chromium@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 19:39:25 -0000 Hi, I was excited to see the new chromium 34.0.1847.132 port today. But, it fails to build on a stock FreeBSD 10.0-RELEASE system, failing here: Failed to find depot_tools Traceback (most recent call last): File "./build/gyp_chromium", line 42, in import find_depot_tools File "/usr/ports/www/chromium/work/chromium-34.0.1847.132/tools/find_depot_tools.py", line 45, in import breakpad ImportError: No module named breakpad *** Error code 1 Current ports tree, this Makefile header: # $FreeBSD: head/www/chromium/Makefile 352803 2014-05-02 10:15:13Z rene $ Just for kicks, I tried it on my FreeBSD 8.4 system also, and it failed in the same place there. -omar