From owner-freebsd-ports@FreeBSD.ORG Fri May 2 20:43:12 2014 Return-Path: Delivered-To: ports@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 50502EE3; Fri, 2 May 2014 20:43:12 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0021924; Fri, 2 May 2014 20:43:11 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 044F05707F; Fri, 2 May 2014 16:33:44 -0400 (EDT) Message-ID: <53640127.5090806@intertainservices.com> Date: Fri, 02 May 2014 16:33:43 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "ports@freebsd.org Ports" Subject: FreeBSD Port: www/chromium Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 044F05707F.A6DE1 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: chromium@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 20:43:12 -0000 Hello, The new version of chrome does not compile on 10-stable. Actually it fails during the configure stage. Some sort of python module named breakpad is missing. Below is the error. ===> FreeBSD 10 autotools fix applied to /usr/ports/www/chromium/work/chromium-34.0.1847.132/third_party/ffmpeg/configure ===> FreeBSD 10 autotools fix applied to /usr/ports/www/chromium/work/chromium-34.0.1847.132/third_party/sqlite/src/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /usr/ports/www/chromium/work/chromium-34.0.1847.132/third_party/sqlite/src/configure cd /usr/ports/www/chromium/work/chromium-34.0.1847.132 && /usr/bin/env CC=cc CXX=c++ GYP_GENERATORS=ninja GYP_DEFINES="use_cups=1 use_system_yasm=1 use_system_libxml=1 use_system_ffmpeg=0 use_system_libusb=1 use_system_libevent=1 use_system_libvpx=0 linux_breakpad=0 linux_strip_binary=1 linux_use_tcmalloc=0 linux_use_heapchecker=0 test_isolation_mode=noop clang_use_chrome_plugins=0 disable_nacl=1 enable_webrtc=1 enable_openmax=1 enable_one_click_signin=1 werror= no_gc_sections=1 os_ver=1000707 prefix_dir=/usr/local python_ver=2.7 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_pulseaudio=0 buildtype=Official clang=1" 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 -maes -mavx -march=native -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" CPPFLAGS="" CXXFLAGS="-O2 -pipe -maes -mavx -march=native -fno-stack-protector -Wno-unknown-warning-option -fno-strict-aliasing" LDFLAGS="" SHELL=/bin/sh CONFIG_SHELL=/bin/sh /usr/local/bin/python2.7 ./build/gyp_chromium chrome/chrome.gyp --depth . 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 Stop. Thanks.