FreeBSD Port: www/chromium

2013-07-19 Thread Mike Jakubik
Hello, Latest Chromium does not seem to compile with Clang 3.3. CXX(target) out/Release/obj.target/v8_base.x64/v8/src/string-search.o CXX(target) out/Release/obj.target/v8_base.x64/v8/src/string-stream.o CXX(target) out/Release/obj.target/v8_base.x64/v8/src/strtod.o CXX(target) out/Relea

FreeBSD Port: www/chromium

2014-01-23 Thread Mike Jakubik
Hello, I just updated to the latest version of chromium, now as soon as I attempt any operation chromium crashes with the following error. [77827:318843904:0123/145145:ERROR:form_data.cc(108)] Bad pickle of FormData, no version present [77827:318843904:0123/145145:ERROR:form_data.cc(108)] Bad

FreeBSD Port: www/chromium

2014-05-02 Thread Mike Jakubik
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/f

Re: FreeBSD Port: www/chromium

2013-07-19 Thread George Liaskos
Yes, unfortunately clang build is currently broken. This is why we switched the port back to gcc by default until we figure out how to handle all the different clang && base version combinations... ___ freebsd-ports@freebsd.org mailing list http://lists.

Re: FreeBSD Port: www/chromium

2013-07-19 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-19 13:43:48 -0400, Mike Jakubik wrote: > Hello, > > Latest Chromium does not seem to compile with Clang 3.3. > > CXX(target) > out/Release/obj.target/v8_base.x64/v8/src/string-search.o > CXX(target) > out/Release/obj.target/v8_base.x64/v8

Re: FreeBSD Port: www/chromium

2013-07-19 Thread Evan Martin
I asked the Chrome clang masters on your behalf and got this answer: https://groups.google.com/a/chromium.org/d/topic/clang/YEdQW6NTghY/discussion On Fri, Jul 19, 2013 at 11:22 AM, George Liaskos wrote: > Yes, unfortunately clang build is currently broken. > > This is why we switched the port bac

Re: FreeBSD Port: www/chromium

2013-07-19 Thread Mike Jakubik
On 07/19/13 14:28, Jung-uk Kim wrote: I had the same problem last night and made a patch. http://people.freebsd.org/~jkim/patch-clang Drop this file in files directory and try it again. Jung-uk Kim This patch works, chromium compiles and seems to run without any issues. Thank you.

Re: FreeBSD Port: www/chromium

2013-07-19 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-19 14:41:15 -0400, Jung-uk Kim wrote: > On 2013-07-19 14:28:48 -0400, Evan Martin wrote: >> I asked the Chrome clang masters on your behalf and got this >> answer: >> https://groups.google.com/a/chromium.org/d/topic/clang/YEdQW6NTghY/discu

Re: FreeBSD Port: www/chromium

2013-07-19 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-19 14:28:48 -0400, Evan Martin wrote: > I asked the Chrome clang masters on your behalf and got this > answer: > https://groups.google.com/a/chromium.org/d/topic/clang/YEdQW6NTghY/discussion No, > that's the case here. In fact, we had th

Re: FreeBSD Port: www/chromium

2013-07-19 Thread George Liaskos
Thanks Evan but this is not the case, clang flag is set. clang++ '-D_FILE_OFFSET_BITS=64' '-DNO_TCMALLOC' '-DDISABLE_NACL' '-DCHROMIUM_BUILD' '-DUSE_DEFAULT_RENDER_THEME=1' '-DUSE_LIBJPEG_TURBO=1' '-DUSE_NSS=1' '-DUSE_X11=1' '-DENABLE_ONE_CLICK_SIGNIN' '-DGTK_DISABLE_SINGLE_INCLUDES=1' '-DENABLE_R

Re: FreeBSD Port: www/chromium

2013-07-19 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-07-19 15:39:09 -0400, Mike Jakubik wrote: > On 07/19/13 14:28, Jung-uk Kim wrote: >> I had the same problem last night and made a patch. >> >> http://people.freebsd.org/~jkim/patch-clang >> >> Drop this file in files directory and try it agai

Re: FreeBSD Port: www/chromium

2013-07-20 Thread Lawrence K. Chen, P.Eng.
- Original Message - > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2013-07-19 15:39:09 -0400, Mike Jakubik wrote: > > On 07/19/13 14:28, Jung-uk Kim wrote: > >> I had the same problem last night and made a patch. > >> > >> http://people.freebsd.org/~jkim/patch-clang > >> > >

Re: FreeBSD Port: www/chromium

2013-07-22 Thread Mike Jakubik
On 07/20/13 12:10, Lawrence K. Chen, P.Eng. wrote: While it compilesit doesn't run very well... Certain pages/sitessome or all of the links will be unclickable. For examplein Zimbra web interface, I could not reply to this message until I reverted back to previous version of chrom

Re: FreeBSD Port: www/chromium

2013-07-22 Thread Jonathan Chen
On 21 July 2013 04:10, Lawrence K. Chen, P.Eng. wrote: > While it compilesit doesn't run very well... > > Certain pages/sitessome or all of the links will be unclickable. > > For examplein Zimbra web interface, I could not reply to this message > until I reverted back to previous vers

Re: FreeBSD Port: www/chromium

2013-07-23 Thread George Liaskos
> > Chromium doesn't reliably release the IPC resources > when it exits or dies. This is not true anymore, we removed all of the local patches. If you don't follow the pkg-message chromium does not work at all. ___ freebsd-ports@freebsd.org mailing lis

Re: FreeBSD Port: www/chromium

2013-07-24 Thread Jonathan Chen
On 23 July 2013 20:54, George Liaskos wrote: >> Chromium doesn't reliably release the IPC resources >> when it exits or dies. > > > This is not true anymore, we removed all of the local patches. If you don't > follow the pkg-message chromium does not work at all. Unfortunately, removing the loca

Re: FreeBSD Port: www/chromium

2013-07-24 Thread Mike Jakubik
On 07/23/13 23:10, Tony Morlan wrote: On Mon, Jul 22, 2013 at 11:57:58AM CDT, Mike Jakubik wrote: Can you provide any public URLs? I'm not having any issues so far. Sorry for the direct mail, I'm not subscribed to either of the lists this thread is contained in. I'm also experiencing "unclic

Re: FreeBSD Port: www/chromium

2013-07-29 Thread Lawrence K. Chen, P.Eng.
- Original Message - > On 07/20/13 12:10, Lawrence K. Chen, P.Eng. wrote: > > > > While it compilesit doesn't run very well... > > > > Certain pages/sitessome or all of the links will be > > unclickable. > > > > For examplein Zimbra web interface, I could not reply to this > >

Re: FreeBSD Port: www/chromium

2013-07-29 Thread Lawrence K. Chen, P.Eng.
- Original Message - > On 21 July 2013 04:10, Lawrence K. Chen, P.Eng. > wrote: > > While it compilesit doesn't run very well... > > > > Certain pages/sitessome or all of the links will be > > unclickable. > > > > For examplein Zimbra web interface, I could not reply to this

Re: FreeBSD Port: www/chromium

2014-05-02 Thread Kurt Jaeger
Hi! > 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. Similar problem with breakpad on 9.2p5. -- p...@opsec.eu+49 171 3101372

Re: FreeBSD Port: www/chromium

2014-05-02 Thread Shawn Webb
On May 02, 2014 04:33 PM -0400, Mike Jakubik wrote: > 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 >

Re: FreeBSD Port: www/chromium

2014-05-02 Thread Kurt Jaeger
Hi! > 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. http://www.freebsd.org/cgi/query-pr.cgi?pr=189230 comes with a fix, which is already committed, building ri

Re: FreeBSD Port: www/chromium

2014-05-02 Thread Kurt Jaeger
Hi! > > 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. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=189230 > > comes with a fix, which is already committe

Re: FreeBSD Port: www/chromium

2014-05-02 Thread Mike Jakubik
On 05/02/14 17:52, Kurt Jaeger wrote: Hi! 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. http://www.freebsd.org/cgi/query-pr.cgi?pr=189230 comes with a fix, which

Re: FreeBSD Port: www/chromium

2014-05-02 Thread Thomas Hoffmann
On Fri, May 2, 2014 at 7:07 PM, Mike Jakubik < mike.jaku...@intertainservices.com> wrote: > On 05/02/14 17:52, Kurt Jaeger wrote: > >> Hi! >> >> The new version of chrome does not compile on 10-stable. Actually it fails during the configure stage. Some sort of python module named breakp

Re: FreeBSD Port: www/chromium

2014-05-02 Thread p90s
On 05/02/14 16:07, Mike Jakubik wrote: On 05/02/14 17:52, Kurt Jaeger wrote: Hi! 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. http://www.freebsd.org/cgi/query-p

Re: FreeBSD Port: www/chromium

2014-05-04 Thread René Ladan
Op 3 mei 2014 05:50 schreef "p90s" : > > [...] > > Hi - I have built this on 10, but it will no longer launch, I am seeing this error: > > [jv@yeaguy ~] uname -a > FreeBSD yeaguy.com 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014 r...@amd64-builder.daemonology.net:/usr/o

Re: FreeBSD Port: www/chromium

2014-06-17 Thread Robert Backhaus
On 4 May 2014 20:49, René Ladan wrote: > Op 3 mei 2014 05:50 schreef "p90s" : > > > > > > [...] > > > > > Hi - I have built this on 10, but it will no longer launch, I am seeing > this error: > > > > [jv@yeaguy ~] uname -a > > FreeBSD yeaguy.com 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr