Date: Fri, 02 May 2014 16:33:43 -0400 From: Mike Jakubik <mike.jakubik@intertainservices.com> To: "ports@freebsd.org Ports" <ports@freebsd.org> Cc: chromium@freebsd.org Subject: FreeBSD Port: www/chromium Message-ID: <53640127.5090806@intertainservices.com>
next in thread | raw e-mail | index | archive | help
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 <module> import find_depot_tools File "/usr/ports/www/chromium/work/chromium-34.0.1847.132/tools/find_depot_tools.py", line 45, in <module> import breakpad ImportError: No module named breakpad *** Error code 1 Stop. Thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53640127.5090806>