From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 4 12:10:49 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 DD7C779F; Sun, 4 Aug 2013 12:10:49 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-ea0-x233.google.com (mail-ea0-x233.google.com [IPv6:2a00:1450:4013:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2272A269C; Sun, 4 Aug 2013 12:10:48 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id b10so1125329eae.10 for ; Sun, 04 Aug 2013 05:10:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IdngMbFd7Ny25vQA2FaBwBK/Cj3/j/Req1VjT8KPVSg=; b=V3f4pXpNpUX+ZFbtFSWFgT8bl34rpEOzWVjQiIvu6RCJWtUdJy2lBspE7N19qZmiOO weMN5Lym/Pa6kSuDdOvCsQHjKfAXv9+Fabpi/mVTfNHlPCqlsvixMlIh0B6NdgA59xkP gx1Rp/m53XeXPpoT/91UAAzcIbFCH/VzU32VxKZVJ7HTLj1kIXT0BOBvX+7071t83c0U Wdra1a2db0sElNOp95OkZ4PdfG2JUJQFxBxRmCvCEb55Ndb7kevWY47mLq2NdBAqFTWR tiRpoDjOjG8AAevkiWtLnuPWtTxHuRUfGtIQyJt9VXtffdDeVEPPwMr8gTQ5r16fx6QR mm2A== MIME-Version: 1.0 X-Received: by 10.15.68.198 with SMTP id w46mr12781284eex.144.1375618246385; Sun, 04 Aug 2013 05:10:46 -0700 (PDT) Received: by 10.223.79.65 with HTTP; Sun, 4 Aug 2013 05:10:46 -0700 (PDT) In-Reply-To: <51FD5464.3020309@FreeBSD.org> References: <51E957FF.9040002@FreeBSD.org> <51FD5464.3020309@FreeBSD.org> Date: Sun, 4 Aug 2013 15:10:46 +0300 Message-ID: Subject: Re: chromium-28.0.1500.71 build failed on a system without base gcc From: George Liaskos To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: chromium@freebsd.org, FreeBSD Ports 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: Sun, 04 Aug 2013 12:10:49 -0000 Try this, diff --git a/www/chromium/Makefile b/www/chromium/Makefile index af1fd1b..dab973d 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -192,7 +192,7 @@ post-patch: ${WRKSRC}/ui/base/strings/app_locale_settings_th.xtb do-configure: - cd ${WRKSRC} && \ + cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" \ GYP_DEFINES="${GYP_DEFINES}" ${PYTHON_CMD} \ ./build/gyp_chromium chrome/chrome.gyp --depth . From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 4 12:56:49 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 3CC173A7; Sun, 4 Aug 2013 12:56:49 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5914027C9; Sun, 4 Aug 2013 12:56:47 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA09048; Sun, 04 Aug 2013 15:56:45 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1V5xrY-000ALQ-Pk; Sun, 04 Aug 2013 15:56:44 +0300 Message-ID: <51FE4F54.2040601@FreeBSD.org> Date: Sun, 04 Aug 2013 15:55:48 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130708 Thunderbird/17.0.7 MIME-Version: 1.0 To: George Liaskos Subject: Re: chromium-28.0.1500.71 build failed on a system without base gcc References: <51E957FF.9040002@FreeBSD.org> <51FD5464.3020309@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: chromium@FreeBSD.org, FreeBSD Ports 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: Sun, 04 Aug 2013 12:56:49 -0000 on 04/08/2013 15:10 George Liaskos said the following: > Try this, > > diff --git a/www/chromium/Makefile b/www/chromium/Makefile > index af1fd1b..dab973d 100644 > --- a/www/chromium/Makefile > +++ b/www/chromium/Makefile > @@ -192,7 +192,7 @@ post-patch: > ${WRKSRC}/ui/base/strings/app_locale_settings_th.xtb > > do-configure: > - cd ${WRKSRC} && \ > + cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" \ > GYP_DEFINES="${GYP_DEFINES}" ${PYTHON_CMD} \ > ./build/gyp_chromium chrome/chrome.gyp --depth . Thank you very much! This has helped. -- Andriy Gapon From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 4 14:32:26 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 2423A80A for ; Sun, 4 Aug 2013 14:32:26 +0000 (UTC) (envelope-from daeron@optusnet.com.au) Received: from mail110.syd.optusnet.com.au (mail110.syd.optusnet.com.au [211.29.132.97]) by mx1.freebsd.org (Postfix) with ESMTP id DF71F2B26 for ; Sun, 4 Aug 2013 14:32:20 +0000 (UTC) Received: from cirth.penrith.locale (pa49-176-104-44.pa.nsw.optusnet.com.au [49.176.104.44]) by mail110.syd.optusnet.com.au (Postfix) with ESMTPS id 6E252782445 for ; Mon, 5 Aug 2013 00:32:12 +1000 (EST) From: Andrew Johnson To: chromium@freebsd.org Subject: non-functional on 9.2 Beta Date: Mon, 5 Aug 2013 00:32:21 +1000 User-Agent: KMail/1.13.7 (FreeBSD/9.2-BETA2; KDE/4.10.5; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201308050032.21676.daeron@optushome.com.au> X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=DstvpgP+ c=1 sm=1 tr=0 a=nciY6vnr+cP+Ft86SofdqA==:117 a=nciY6vnr+cP+Ft86SofdqA==:17 a=PO7r1zJSAAAA:8 a=O5D3i9aJYLYA:10 a=kj9zAlcOel0A:10 a=lojdg71KAAAA:8 a=SrhUkjcLVk8A:10 a=1HGbNghoAX0lNoqrbyMA:9 a=CjuIK1q_8ugA:10 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: Sun, 04 Aug 2013 14:32:26 -0000 I hope this is something that you've fixed but in case it hasn't been reported. ** Note I've seen you've done two updates to the source and am about to aply and rebuild chromium in hopes that this was part of what you were fixing; Thanks for your work it is excellent having this browser available :) Rebuilt my workstation and updated the ports about 24 hours ago, chromium-28.0.1500.71 builds and installs but on use the main window is blank. It seems to be fetching the pages and all the bits needed for each page but not displaying them. It displays the tabs, the url dialog, and the favourites menu but a blank where the http dialogue should be displayed; can open multiple tabs. 9.2-BETA2 FreeBSD 9.2-BETA2 #4: Sat Aug 3 16:32:22 EST 2013 From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 4 14:41:58 2013 Return-Path: Delivered-To: chromium@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 ESMTP id C22F789C for ; Sun, 4 Aug 2013 14:41:58 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-ee0-x22e.google.com (mail-ee0-x22e.google.com [IPv6:2a00:1450:4013:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56E5B2B50 for ; Sun, 4 Aug 2013 14:41:58 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id c13so1136380eek.19 for ; Sun, 04 Aug 2013 07:41:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=x/O3ihY9wpXMwyn57AUqUwWD24jRmfWZ3jVhdTgnlno=; b=DYN2xSLUjzv0MVxGz+VhmvAfuDXmo8o6MaBLT21ULEFsMnLDdxOlR4DBeEy4sHYVlM FCDL74wweLQLNRBHJSQkdj1uIDaxoUov+BGODbDZgOTTAlnrQg0AKE/rCH9HIpcWmiLh 3icke6CHNYlKbgze54Kc3xeGAPmkmkSuWb/Ca9CSY8eaYaREUKWbP5o/qyALenLckUCF YuHwx8SXF6CE5zAQpD3KBkpwebsD1YpH3n7bvWLgl+8g2XHult9MmszW1NB063hMB8ww z3+yGReaBlgQd7R2OnaKoxzcOaK0BGobb3xY2o5D7QVdlS+sdEsUnmY6AG3ei4ZBQCkM WKAQ== MIME-Version: 1.0 X-Received: by 10.14.224.6 with SMTP id w6mr12976913eep.99.1375627316550; Sun, 04 Aug 2013 07:41:56 -0700 (PDT) Received: by 10.223.79.65 with HTTP; Sun, 4 Aug 2013 07:41:56 -0700 (PDT) Received: by 10.223.79.65 with HTTP; Sun, 4 Aug 2013 07:41:56 -0700 (PDT) In-Reply-To: <201308050032.21676.daeron@optushome.com.au> References: <201308050032.21676.daeron@optushome.com.au> Date: Sun, 4 Aug 2013 17:41:56 +0300 Message-ID: Subject: Re: non-functional on 9.2 Beta From: George Liaskos To: Andrew Johnson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Sun, 04 Aug 2013 14:41:58 -0000 No need to rebuild, please follow the pkg-message On Aug 4, 2013 5:32 PM, "Andrew Johnson" wrote: > I hope this is something that you've fixed but in case it hasn't been > reported. > ** Note I've seen you've done two updates to the source and am about to > aply > and rebuild chromium in hopes that this was part of what you were fixing; > Thanks for your work it is excellent having this browser available :) > > > Rebuilt my workstation and updated the ports about 24 hours ago, > chromium-28.0.1500.71 builds and installs but on use the main window is > blank. > > It seems to be fetching the pages and all the bits needed for each page > but > not displaying them. > It displays the tabs, the url dialog, and the favourites menu but a blank > where the http dialogue should be displayed; can open multiple tabs. > > 9.2-BETA2 FreeBSD 9.2-BETA2 #4: Sat Aug 3 16:32:22 EST 2013 > _______________________________________________ > freebsd-chromium@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chromium > To unsubscribe, send any mail to "freebsd-chromium-unsubscribe@freebsd.org > " > From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 4 18:33:00 2013 Return-Path: Delivered-To: chromium@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 ESMTP id E25876B3 for ; Sun, 4 Aug 2013 18:33:00 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3A45D234D for ; Sun, 4 Aug 2013 18:32:59 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA11304; Sun, 04 Aug 2013 21:32:58 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1V636v-000Anh-Nj; Sun, 04 Aug 2013 21:32:57 +0300 Message-ID: <51FE9E21.1040306@FreeBSD.org> Date: Sun, 04 Aug 2013 21:32:01 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130708 Thunderbird/17.0.7 MIME-Version: 1.0 To: George Liaskos Subject: Re: chromium-28.0.1500.71 build failed on a system without base gcc References: <51E957FF.9040002@FreeBSD.org> <51FD5464.3020309@FreeBSD.org> <51FE4F54.2040601@FreeBSD.org> In-Reply-To: <51FE4F54.2040601@FreeBSD.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Sun, 04 Aug 2013 18:33:00 -0000 on 04/08/2013 15:55 Andriy Gapon said the following: > on 04/08/2013 15:10 George Liaskos said the following: >> Try this, >> >> diff --git a/www/chromium/Makefile b/www/chromium/Makefile >> index af1fd1b..dab973d 100644 >> --- a/www/chromium/Makefile >> +++ b/www/chromium/Makefile >> @@ -192,7 +192,7 @@ post-patch: >> ${WRKSRC}/ui/base/strings/app_locale_settings_th.xtb >> >> do-configure: >> - cd ${WRKSRC} && \ >> + cd ${WRKSRC} && CC="${CC}" CXX="${CXX}" \ >> GYP_DEFINES="${GYP_DEFINES}" ${PYTHON_CMD} \ >> ./build/gyp_chromium chrome/chrome.gyp --depth . > > Thank you very much! This has helped. > Unfortunately, the build failed at a later stage: open2: exec of /usr/bin/gcc -E -P -x c++ -DENABLE_3D_PLUGIN=1 -DENABLE_BATTERY_STATUS=0 -DENABLE_CANVAS_USES_MAILBOX=0 -DENABLE_CSS3_TEXT=0 -DENABLE_CSS_COMPOSITING=0 -DENABLE_CSS_DEVICE_ADAPTATION=0 -DENABLE_CSS_EXCLUSIONS=1 -DENABLE_CSS_REGIONS=1 -DENABLE_CUSTOM_SCHEME_HANDLER=0 -DENABLE_ENCRYPTED_MEDIA=1 -DENABLE_JAVASCRIPT_I18N_API=1 -DENABLE_RESOLUTION_MEDIA_QUERY=0 -DENABLE_RUBY=1 -DENABLE_SANDBOX=1 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_TOUCH_ICON_LOADING=0 -DENABLE_WEBGL=1 -DENABLE_XHR_TIMEOUT=0 -DWTF_USE_BUILTIN_UTF8_CODEC=1 -DWTF_USE_WEBKIT_IMAGE_DECODERS=1 -DWTF_USE_CONCATENATED_IMPULSE_RESPONSES=1 -DENABLE_CALENDAR_PICKER=1 -DENABLE_DATALIST_ELEMENT=1 -DENABLE_INPUT_SPEECH=1 -DENABLE_INPUT_TYPE_COLOR=1 -DENABLE_INPUT_MULTIPLE_FIELDS_UI=1 -DENABLE_LEGACY_NOTIFICATIONS=1 -DENABLE_MEDIA_CAPTURE=0 -DENABLE_NAVIGATOR_CONTENT_UTILS=1 -DENABLE_NOTIFICATIONS=1 -DENABLE_ORIENTATION_EVENTS=0 -DENABLE_PAGE_POPUP=1 -DENABLE_PRINTING=1 -DENABLE_WEB_AUDIO=1 -DENABLE_8BIT_TEXTRUN=1 -DENABLE_BINDING_INTEGRITY=1 -DWTF_USE_WEBAUDIO_FFMPEG=1 -DENABLE_OPENTYPE_VERTICAL=1 -DWTF_USE_HARFBUZZ=1 -DENABLE_DEFAULT_RENDER_THEME=1 ../css/CSSGrammar.y.in failed at ../scripts/preprocessor.pm line 80. gmake: *** [out/Release/obj/gen/webkit/CSSGrammar.y] Error 2 gmake: *** Waiting for unfinished jobs.... ===> Compilation failed unexpectedly. Looks like the script would honor CC in environment if it were set. -- Andriy Gapon From owner-freebsd-chromium@FreeBSD.ORG Sun Aug 4 20:28:28 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 9109548D; Sun, 4 Aug 2013 20:28:28 +0000 (UTC) (envelope-from geo.liaskos@gmail.com) Received: from mail-ee0-x22e.google.com (mail-ee0-x22e.google.com [IPv6:2a00:1450:4013:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F2EE928CD; Sun, 4 Aug 2013 20:28:27 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id c13so1244490eek.5 for ; Sun, 04 Aug 2013 13:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oyL1TqLx7IQeSs9pdzwz3ct08Ibhl7E0cjmEgLoWsck=; b=qRVsG8GkNvHzJRGcWv3F+eOgc/PfCo7rGZo3uZdVn37hjYkWRitqVliMRZedhDfRrb tUJzKFQXJTN9YYgA5X7JsEhHPa1BT88X4JL/r8OVdP2X775h0OrPT5rp25MzqpmszGCh y7SZg4Tz9ewCXrqhyKPByAJhwvnAtM/tx8MMR090U5UHy3u9SjHU8o2x3aHnNgPcAjgG 6D0XxYHJTkEC0oV8cmhx66PoLRSNvh72mg2GPCq+e9R526gAt3fqakpyKUy59YKZ5SkY byp/v2Of0hwo1bARVuFMv3Misns+p8l1eaBai8Qh81RBZvVh1CFRH+NYk0a38Cv3PFJN SSDw== MIME-Version: 1.0 X-Received: by 10.14.224.6 with SMTP id w6mr13912208eep.99.1375648106355; Sun, 04 Aug 2013 13:28:26 -0700 (PDT) Received: by 10.223.79.65 with HTTP; Sun, 4 Aug 2013 13:28:26 -0700 (PDT) In-Reply-To: <51FE9E21.1040306@FreeBSD.org> References: <51E957FF.9040002@FreeBSD.org> <51FD5464.3020309@FreeBSD.org> <51FE4F54.2040601@FreeBSD.org> <51FE9E21.1040306@FreeBSD.org> Date: Sun, 4 Aug 2013 23:28:26 +0300 Message-ID: Subject: Re: chromium-28.0.1500.71 build failed on a system without base gcc From: George Liaskos To: Andriy Gapon Content-Type: text/plain; charset=UTF-8 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: Sun, 04 Aug 2013 20:28:28 -0000 Unfortunately /usr/bin/gcc is hardcoded, this fixes the build for me diff --git a/www/chromium/Makefile b/www/chromium/Makefile index dab973d..71c42e4 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -176,7 +176,9 @@ post-patch: ${WRKSRC}/third_party/libvpx/libvpx.gyp \ ${WRKSRC}/crypto/crypto.gyp \ ${WRKSRC}/v8/tools/gyp/v8.gyp \ - ${WRKSRC}/v8/build/common.gypi + ${WRKSRC}/v8/build/common.gypi + @${REINPLACE_CMD} -e "s|/usr/bin/gcc|${CC}|" \ + ${WRKSRC}/third_party/WebKit/Source/core/core.gypi @${REINPLACE_CMD} -e "s|linux|freebsd|" \ ${WRKSRC}/tools/gyp/pylib/gyp/generator/make.py @${REINPLACE_CMD} -e "s|is_linux|(is_linux or is_bsd)|" \ From owner-freebsd-chromium@FreeBSD.ORG Mon Aug 5 09:18:55 2013 Return-Path: Delivered-To: chromium@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 ESMTP id DE3B0806 for ; Mon, 5 Aug 2013 09:18:55 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 337AF2133 for ; Mon, 5 Aug 2013 09:18:54 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA19038; Mon, 05 Aug 2013 12:18:52 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1V6GwF-000EsO-QQ; Mon, 05 Aug 2013 12:18:51 +0300 Message-ID: <51FF6DD7.9080808@FreeBSD.org> Date: Mon, 05 Aug 2013 12:18:15 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130708 Thunderbird/17.0.7 MIME-Version: 1.0 To: George Liaskos Subject: Re: chromium-28.0.1500.71 build failed on a system without base gcc References: <51E957FF.9040002@FreeBSD.org> <51FD5464.3020309@FreeBSD.org> <51FE4F54.2040601@FreeBSD.org> <51FE9E21.1040306@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Mon, 05 Aug 2013 09:18:55 -0000 on 04/08/2013 23:28 George Liaskos said the following: > Unfortunately /usr/bin/gcc is hardcoded, this fixes the build for me Thank you again! That did it indeed. > diff --git a/www/chromium/Makefile b/www/chromium/Makefile > index dab973d..71c42e4 100644 > --- a/www/chromium/Makefile > +++ b/www/chromium/Makefile > @@ -176,7 +176,9 @@ post-patch: > ${WRKSRC}/third_party/libvpx/libvpx.gyp \ > ${WRKSRC}/crypto/crypto.gyp \ > ${WRKSRC}/v8/tools/gyp/v8.gyp \ > - ${WRKSRC}/v8/build/common.gypi > + ${WRKSRC}/v8/build/common.gypi > + @${REINPLACE_CMD} -e "s|/usr/bin/gcc|${CC}|" \ > + ${WRKSRC}/third_party/WebKit/Source/core/core.gypi > @${REINPLACE_CMD} -e "s|linux|freebsd|" \ > ${WRKSRC}/tools/gyp/pylib/gyp/generator/make.py > @${REINPLACE_CMD} -e "s|is_linux|(is_linux or is_bsd)|" \ > -- Andriy Gapon From owner-freebsd-chromium@FreeBSD.ORG Mon Aug 5 11:06:22 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 AF6A8E28 for ; Mon, 5 Aug 2013 11:06:22 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C531255F for ; Mon, 5 Aug 2013 11:06:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r75B6M5X035604 for ; Mon, 5 Aug 2013 11:06:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r75B6MFr035602 for chromium@FreeBSD.org; Mon, 5 Aug 2013 11:06:22 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 Aug 2013 11:06:22 GMT Message-Id: <201308051106.r75B6MFr035602@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: chromium@FreeBSD.org Subject: Current problem reports assigned to 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: Mon, 05 Aug 2013 11:06:22 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/175369 chromium www/chromium: Chromimum Desktop Integration doesn't op o ports/165635 chromium www/chromium: 17.0.963.56: proxy isn't read by chrome f ports/165634 chromium www/chromium : 17.0.963.56 doesn't show physical print 3 problems total.