Date: Mon, 22 Aug 2011 14:25:51 -0700 From: Patrick Ian <pranspach@gmail.com> To: George Liaskos <geo.liaskos@gmail.com> Cc: ports@freebsd.org, chromium@freebsd.org Subject: Re: FreeBSD Port: chromium-13.0.782.112 Message-ID: <CAJg2D8rwnRQ4SA-AEdandq3RbnrPE_KsjiaW6fVu4yhHiN0_5Q@mail.gmail.com> In-Reply-To: <CANcjpODOT%2BZvbC9S5D=eKbZtPLi%2BPXHRcyR%2BTLY_fLTx26uY4w@mail.gmail.com> References: <CAJg2D8rUDbhs5sczkzk8bnYKhH0BqZrKmDZt5hym8A8CvM-Juw@mail.gmail.com> <CANcjpODOT%2BZvbC9S5D=eKbZtPLi%2BPXHRcyR%2BTLY_fLTx26uY4w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <geo.liaskos@gmail.com> wrote: > On Fri, Aug 19, 2011 at 2:39 AM, Patrick Ian <pranspach@gmail.com> 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-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJg2D8rwnRQ4SA-AEdandq3RbnrPE_KsjiaW6fVu4yhHiN0_5Q>