From owner-freebsd-chromium@FreeBSD.ORG Mon Aug 22 11:06:32 2011 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50F5F106568C for ; Mon, 22 Aug 2011 11:06:32 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2689F8FC08 for ; Mon, 22 Aug 2011 11:06:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p7MB6Wq4096714 for ; Mon, 22 Aug 2011 11:06:32 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p7MB6V5w096712 for chromium@FreeBSD.org; Mon, 22 Aug 2011 11:06:31 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 22 Aug 2011 11:06:31 GMT Message-Id: <201108221106.p7MB6V5w096712@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 Cc: Subject: Current problem reports assigned to chromium@FreeBSD.org X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2011 11:06:32 -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 -------------------------------------------------------------------------------- o ports/157730 chromium www/chromium: x11_util.cc X Error detected (BadAccess 1 problem total. From owner-freebsd-chromium@FreeBSD.ORG Mon Aug 22 21:25:52 2011 Return-Path: Delivered-To: chromium@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFA15106566C; Mon, 22 Aug 2011 21:25:52 +0000 (UTC) (envelope-from pranspach@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C1948FC15; Mon, 22 Aug 2011 21:25:52 +0000 (UTC) Received: by vxh11 with SMTP id 11so5901004vxh.13 for ; Mon, 22 Aug 2011 14:25:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=H2d9paSB4OQDhHUCGsysIvoK1UcO6lLrXicFGJ8Y5bI=; b=Capbs9kw6WMyENjLOgfK39niJEQWudUCd9HKv8NVzfODP+FAn3RB6d3B6i0Bk6KF3c snAviW6WTmQLuM+Kprp+u8L+DZ9FRP/pjhpTYZHDCfkkFxpWCJLwd9GEMTDsgaW3SXQs E6BG51Q0Zu3ckZF7aYEs9y0zm1bTJOELbaMZo= MIME-Version: 1.0 Received: by 10.52.178.164 with SMTP id cz4mr2759382vdc.467.1314048351755; Mon, 22 Aug 2011 14:25:51 -0700 (PDT) Received: by 10.52.163.106 with HTTP; Mon, 22 Aug 2011 14:25:51 -0700 (PDT) In-Reply-To: References: Date: Mon, 22 Aug 2011 14:25:51 -0700 Message-ID: From: Patrick Ian To: George Liaskos Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, chromium@freebsd.org Subject: Re: FreeBSD Port: chromium-13.0.782.112 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2011 21:25:53 -0000 Hey, Thank your for the very useful reply! I don't remember seeing that defines statement anywhere in the documentation. Running gmake chromedriver seems to work well, up to this: CC(target) out/Debug/obj.target/ffmpegsumo/third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/x86/dsputil_mmx.o cc1: warning: command line option "-Wno-deprecated" is valid for C++/ObjC++ but not for C {standard input}: Assembler messages: {standard input}:5925: Error: no such instruction: `pabsw %mm3,%mm3' [truncated] {standard input}:45117: Error: no such instruction: `palignr $4,%xmm7,%xmm6' gmake: *** [out/Debug/obj.target/ffmpegsumo/third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/x86/dsputil_mmx.o] Error 1 I found this issue: http://code.google.com/p/chromium/issues/detail?id=56708 GMake should be picking up freebsd/x64/config.h that defines HAVE_LOG2F 0 Have you seen this on FreeBSD since the linked issue? Thank you again for your help! On Sat, Aug 20, 2011 at 3:34 PM, George Liaskos wrote: > On Fri, Aug 19, 2011 at 2:39 AM, Patrick Ian wrote: >> Hey, >> >> I would like to use the chromedriver target from the chromium port. >> However, I do not know how to add that target to my local ports >> chromium configuration. How do I make the chromedriver target? >> >> -- >> -Patrick Ranspach- > > Hello, > > Do a make patch in the port's directory, set GYP_DEFINES* > and then you can cd into work/chromium-version directory > and play with gmake target -jx. > > I believe that the makefiles are created automatically if they > don't exist but if you have problems run the following : > python ./build/gyp_chromium chrome/chrome.gyp --depth . > > I haven't heard of chromedriver before but please report > your findings back so we can work on a port option. > > * setenv GYP_DEFINES "use_system_libxml=1 use_system_ffmpeg=0 > use_system_yasm=1 python_ver=2.7 ffmpeg_branding=Chrome use_gconf=1 > use_system_vpx=1 disable_nacl=1 use_ibus=0 linux_use_heapchecker=1 > linux_link_gsettings=1 linux_link_gnome_keyring=1 use_gnome_keyring=1" > > > Regards, > George > -- -Patrick Ranspach-